@charset "UTF-8";
body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: url(images/bg.gif) 50% 0 no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 774px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	display: block;
	width: 774px;
	height: 100px;
	background: #9C0404 url(images/red_hs.gif);
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 4px solid black;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-top: 8px solid #f7d517;
	border-bottom: 4px solid black;
}
.oneColFixCtrHdr #mainContent h1,
.oneColFixCtrHdr #mainContent h2,
.oneColFixCtrHdr #mainContent h3,
.oneColFixCtrHdr #mainContent p {
	margin-left: 10px;
	margin-right: 10px;
	}
.oneColFixCtrHdr #footer {
	display: block;
	width: 774px;
	height: 100px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #9C0404 url(images/red_hs.gif);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*----------*/

#header a#logo {
	display: block;
	width: 324px;
	height: 54px;
	background: url(images/logo.gif) no-repeat;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}
#header h1 { display: none; }
#header #collage {
	display: block;
	width: 386px;
	height: 100px;
	float: right;
}



/*-----Tabs-----*/
#tabs { display: block; width: 774px; height: 30px; clear: both; }
#tabs ul { margin: 0; padding: 0; position: relative; top: 0px; left: 300px; }
#tabs ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 5px;
	background: url(images/tab_01.gif) 0 0 repeat-x;
	border: 1px solid #dfc633;
	margin-right: 2px;
}
#tabs ul li a { color: #7d5a06; text-decoration: none; font-weight: bold; }
#homePage #homeTab,
#productsPage #productsTab,
#dealersPage #dealersTab,
#offersPage #offersTab,
#orderPage #orderTab,
#aboutPage #aboutTab,
#contactPage #contactTab {
background: #f7d517;
border-top: 1px solid #f7d517;
}
/*-----------*/
.oneColFixCtrHdr #homePage #mainContent {	background: url(images/expanding.jpg) no-repeat; }
.oneColFixCtrHdr #homePage #tabs {  }
a#promoLink { display: block; width: 774px; height: 280px; border: 0px solid blue;}
#homePage #footer p { color: #FFFFFF; font-size: 200%; text-align: center; }
.item { display: block; width: 500px; clear: both; border: 0px solid red; padding-left: 10px; padding-top: 10px; }
.item img { float: left; border: 0; margin-right: 10px; }
.item h2 { margin-top: 10px; }