body  {
	font: 11px "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Tahoma;
	background: #D6D6D6; /* 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: #74999C;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.specmotors #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/img/main_template/specmotors_bg.gif);
	/*border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;*/
} 
.specmotors #header {
	padding: 0 10px 0 13px;  /* 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. */
	background-image: url(/img/main_template/header_bg.gif);
	height: 327px;
} 
.specmotors #header_top {
	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. */
	height: 90px;
} 

.specmotors #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 */
	font-size: 30px;
}
.specmotors #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 344px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 14px;
	font-size: 11px;
}
.specmotors #sidebar1 ul {
	display: inline;
}
.specmotors #sidebar1 li {
	list-style-type: none;
	float: left;
	background-image: url(/img/main_template/list_bg.jpg);
	border-bottom: solid #93B1B3 3px;
	background-repeat: repeat-x;
	padding: 5px;
	width: 342px;
}
.specmotors  #sidebar1 h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma;
	margin-top: 0px;
	background-image: url(/img/main_template/icon_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-indent: 20px;
}
.specmotors  #sidebar1 h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: 107px 6px;
	text-indent: 0px;
}
.specmotors #sidebar1 img {
	padding: 3px;
	height: auto;
	width: auto;
	border: 1px solid #333333;
	margin-right: 10px;
	margin-bottom: 10px;
}
.specmotors #mainContent {
	margin: 0 0 0 384px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 30px;
	 background-image: url(/img/main_template/line_border.gif);
	background-position: top left;
	background-repeat: repeat-y;
} 
.specmotors #mainContent h1 {
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/img/main_template/icon_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-indent: 20px;
	margin-top: 0px;	
}
.specmotors #mainContent2 {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 30px;
	background-position: top left;
	background-repeat: repeat-y;
} 
.specmotors #mainContent2 h1 {
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/img/main_template/icon_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-indent: 20px;
	margin-top: 0px;	
}

.specmotors #mainContent2 img {
	padding: 3px;
	height: auto;
	width: auto;
	border: 1px solid #333333;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.specmotors #footer {
	background-image: url(/img/main_template/footer_img.jpg);
	height: 50px;
	background-repeat: no-repeat;
} 
.specmotors #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: 19px 15px 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
.productNav a {
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 1px;
}
.productNav a:link {
	color: #74999C;
	background-color: #FFFFFF;
	padding: 1px;
	font-size: 16px;
}
.productNav a:hover {
	color: #FFFFFF;
	background-color: #74999C;
	padding: 1px;
	font-size: 16px;
	text-decoration: none;
}

.productNav a:visited {
	padding: 1px;
	font-size: 16px;
}

.productNav a:active {
	color: #fff;
	padding: 1px;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma;
	font-weight: bold;
	font-size: 16px;

}

#flashcontent {
		
		width: 773px;
		height: 226px;
}
		
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.black {
	color: #000;
}
