@charset "UTF-8";
/* CSS Document */

/* resets */
img {
	border:0px;
}
/* end resets */

/* struture */
body{
	margin:20px auto;
}
#wrapper{
	margin:0px auto;
	min-height:800px;
	width:800px;
}

#header{
	width: 800px;
}

#logo{

}

#rightHeader{
	float: right;
}

#mcpSiteDD{
	width:170px;
	height:25px;
	display:block;
}

#mcpSites{
	display:none;
	position:absolute;
	margin:3px 0px 0px -5px;;
	padding:10px;
	width:160px;
	z-index: 1000;
}

#topLinks{
	margin-top: 10px;
}

#content{
	width: 800px;
}

#homeMainGraphic{
	
}

#pageMainGraphic{
	
}

#smContentBoxes{
	
}

#smContentBoxes div.smBox{
	float: left;
	margin: 20px 20px 0px 0px;
}

#smContentBoxes div.smBox a img:hover{
	opacity: 0.75;
	filter:alpha(opacity=75);
}

#mainContentArea{
	margin: 20px 0px 0px 0px;
	clear: both;
}

#mainContentLeftCol{
	width: 165px;
	height: 180px;
}

#mainContentCenCol{
	width: 390px;
	height: 180px;
	margin: 0px 20px;	
}

#mainContentRightCol{	
	width: 165px;
	height: 180px;
}

#bottomContent{
	margin: 20px 0px 0px 0px;
}

#bottomContentLeft{
	width: 575px;
	margin: 0px 20px 0px 0px;
}

#bottomContentRight{
	width: 165px;
}

#leftProdBox{
	width: 370px;
	height: 180px;
	cursor: pointer;
	background: url(../images/prod_slBox.jpg) no-repeat;
	margin: 0px 20px 0px 0px;
}

#leftProdBox:hover{
	background: url(../images/prod_slBox_h.jpg) no-repeat;
}


#rightProdBox{
	width: 370px;
	height: 180px;
	cursor: pointer;
	background: url(../images/prod_accBox.jpg) no-repeat;
}

#rightProdBox:hover{
	background: url(../images/prod_accBox_h.jpg) no-repeat;
}

#footer{
	margin: 20px 0px;
	width: 800px;
	
}
/* end structure */

/* headers, lists */
#mcpSites hr{
	margin:0px;
	padding:0px;
}

#mcpSites ul{
	margin:0px;
	padding:0px;
	
}

#mcpSites ul li{
	margin:5px 5px 5px 5px;
	list-style:none;
	
}
/* end headers, lists */

/* links */
a{
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

#mcpSites a{
	color: #F60;
	text-decoration:none;
}

#mcpSites a:hover{
	color:#FC0;
	text-decoration:underline;
}

#footer a{
	color: #AAA;
}

#footer a:hover{
	color: #F60;
}
/* end links */

/* fonts, colors, etc... */
body{
	background:#545454;
	font-family:Helvetica;
	font-size:12px;
	color: white;
}

#mcpSiteDD{
	background:url(../images/mcpSitesDropDown.jpg) no-repeat;
	cursor:pointer;
}

#mcpSites{
	background:#FFF;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #cccccc;
	color:#333;
	font-weight:bold;
	font-size:10px;
}

#mainContentArea{
	color: #333;
}


#mainContentLeftCol a img:hover, #mainContentRightCol a img:hover{
	opacity: 0.75;
	filter:alpha(opacity=75);
}

#mainContentLeftCol{
	background:url(../images/sidebarBoxBg.jpg) no-repeat;	
	text-align: center;
	font-size:10px;

}

#mainContentLeftCol h3, #mainContentRightCol h3{
	color: #F60;
	font-size:14px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#mainContentCenCol{
	background:url(../images/centerBoxBg.jpg) no-repeat;
	font-size:10px;
	color: #666;
}

#mainContentRightCol{
	background:url(../images/sidebarBoxBg.jpg) no-repeat;	
	text-align: center;
	font-size:10px;

}

#slSmBox{
	width: 160px;
	margin: 5px 0px 0px 10px;
}

#slSmBox ul{
	padding: 0px;
	margin: 0px 0px 5px 15px;
	font-size:10px;
}

#slSmBox ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#bottomContentLeft h2{
	color: #F60;
	width: 575px;
	font-size:18px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

#bottomContentLeft div{
	text-align: center;
	font-size: 9px;
	color: #333;	
}


#bottomContentLeft div a img:hover{
	opacity: 0.75;
	filter:alpha(opacity=75);
}

#bottomContentRight img{
	margin: 0px 0px 10px 0px;
}

#bottomContentRight a img:hover{
	opacity: 0.75;
	filter:alpha(opacity=75);
}

#footer{
	color: #888;
}
/* end colors */

/* classes */
.fl{
	float: left;
}

.fr{
	float: right;
}

.clearBoth{
	clear: both;
}

.tlContentCorner{
	width: 20px;
	height: 20px;
	background:url(../images/tlCorner.jpg) no-repeat;
	
}

.tmContent{
	width: 760px;
	height: 20px;
	background: #FFF;	
}

.trContentCorner{
	width: 20px;
	height: 20px;
	background:url(../images/trCorner.jpg) no-repeat;
	
}

.mmContent{
	width: 760px;
	padding: 0px 20px;
	background: #FFF;
	overflow: auto;
	
}

.mmContent h2{
	color: #F60;
	font-size:18px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}


.blContentCorner{
	width: 20px;
	height: 20px;
	background:url(../images/blCorner.jpg) no-repeat;	
}

.bmContent{
	width: 760px;
	height: 20px;
	background: #FFF;	
}

.brContentCorner{
	width: 20px;
	height: 20px;
	background:url(../images/brCorner.jpg) no-repeat;
	
}

.hideme{
	display: none;
}

.oneCol{
	width: 175px;
}

.twoCol{
	width: 370px;
}

.threeCol{
	width: 565px;
}

.fourCol{
	width: 760px;
}

.twoInThreeCol{
	width: 272.5px;
}

.fourInThreeCol{
	width: 126.25px;
}

.marginTwentyLeft{
	margin-left: 20px;
}

.marginTwentyRight{
	margin-right: 20px;
}

.productContainer{
	color: #999;
	margin-bottom: 20px;
}

.productContainer h3{
	margin: 0px;
	padding: 0px;
	color: #F60;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.productContainer h4{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

.productContainer ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.productContainer ul li{
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
.productContainer a img:hover{
	opacity: 0.75;
	filter:alpha(opacity=75);
}

.partNumText{
	width:175px;
	text-align:right;
}

.dealerBanners{
	margin-bottom: 10px;
}

.dealerBanners img:hover{
	opacity: 0.75;
	filter:alpha(opacity=75);
}

/* end classes */