/*
Main style sheet
*/
body {
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	background-image: url(/images/backgrounds/fade.jpg);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h2 {
	padding:0px;
	margin:0px;
	font-size:11pt;
}

/*
All content outline container and shadow
*/
.MainContainerShadow {
	background-image: url(/images/backgrounds/dropShadow.jpg);
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 967px;
}
.MainContainerOutline {
	background-color: #FFFFFF;
	width: 955px;
	height: 100%;
	border: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
}
.MainContainer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*
Header content Styles
*/
.HeaderContainer {
	margin: 0px;
	padding: 0px;
	width: 955px;
}
.Header {
	height: 100px;
	background-image: url(/images/redesign/Header.jpg);
	width: 100%;
}

#HeaderLogo {
	float: left;
	height: 73px;
	width: 260px;
}
#TopIconBtns {
	float: right;
	width: 254px;
	position: relative;
}
.Search {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #999999;
	width: 210px;
	float: right;
	left: 245px;
	top: 70px;
}
.SearchInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding-left: 2px;
	padding-top: 1px;
	height: 10px;
}
.SearchContainer {
	padding-left: 280px;
	padding-top: 2px;
}

#ReferralDIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

/*
Main content page title
*/
#Title {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 6px;
}
#Title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#Title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color:#666666;
	}
	
.CenterContent {
	margin-left: 8px;
	width: 640px;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.CenterContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003366;
}
.CenterContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003366;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
.SectionHeader {
	background-image: url(/images/redesign/backgrounds/SectionHeader.jpg);
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 13px;
	padding-bottom: 0px;
	width: 625px;
	position: relative;
}
.SectionHeaderTop {
	background-image: url(/images/redesign/backgrounds/SectionHeader.jpg);
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 13px;
	padding-bottom: 0px;
	width: 625px;
	position: relative;
}
.SecHeadStoreBtn {
	width: 132px;
	float: right;
	padding-left: 10px;
	padding-right: 15px;
	background-image: url(/images/redesign/backgrounds/SectionHeader.jpg);
	background-position: right;
	height: 30px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	text-align: center;
}
.SecHeadStoreBtn a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.SecHeadStoreBtn a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #E6C812;
	font-weight: bold;
}
.SecHeadStoreBtn a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.SecHeadStoreBtn a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #E6C812;
	font-weight: bold;
}
.ProductCatsDrpDwn {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	color: #333333;
	margin: 0px 5px 0px 0px;
	width: 185px;
	position: absolute;
	right: 0px;
}
/*
Homepage product sections contain
product images, description and information button
*/
.ProductContainer {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 159px;
	margin-bottom: 8px;
	align: center;
	text-align: center;
}
.ProductText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.ProductText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
}
.ProductText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
}
.ProductText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
}
.ProductText a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
}
.ProductText a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
}
.ProductBtn {
	padding-left: 0px;
	margin-top: 10px;
	height: 21px;
}
.ProductBtn li {
	display: inline;

}
.ProductBtn ul {
	list-style-type: none;
	float: none;
	background-image: url(/images/redesign/Buttons/ProductBtn2.gif);
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	margin-left: auto;
	width: 55px;
	margin-bottom: 5px;
	text-align: center;
	margin-right: auto;
}
.ProductBtn a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.ProductBtn a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.ProductBtn a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.ProductBtn a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*
Product Categories
*/
.NavContainer {
	width: 955px;
	background-image: url(/Navigation/images/Buttons/CatNavBtn1.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 20px;
}

.CatNav{
	float: left;
	font: bold 13px Arial;
	width: 100%;
	background-position: center center;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	padding: 0;
	margin: 0;
}

.CatNav li{
	display: inline;
}

.CatNav li a{
	float: left;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	background-position: left center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
}

.CatNav li a:hover{
	color: #000000;
	background-color: transparent;
	background-image: url(/Navigation/images/Buttons/CatNavBtn2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.CatNav li a:visited{
	color: #333333;
}
.CatNav li a:visited:hover{
	color: #000000;
	background-color: transparent;
	background-image: url(/Navigation/images/Buttons/CatNavBtn2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

/*
Main navigation links, online store, company information, etc.
*/
.MainNav {
	width: 955px;
	background-image: url(/Navigation/images/backgrounds/MainNavBkgrnd.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

.MainNav li {
	display: inline;
}
.MainNav li a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.MainNav li a:hover {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #35455e;
}
.MainNav li a:visited {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.MainNav li a:visited:hover {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #35455e;
}

/*
Dealer Locator found on MainNav
*/
#DealerLocator {
	width: 215px;
	float: right;
	height: 21px;
	background-image: url(/images/redesign/Buttons/DealerLocator1.gif);
	background-repeat: repeat-x;
	padding-top: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
#DealerLocator a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#DealerLocator a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	background-image: url(/images/redesign/Buttons/DealerLocator2.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#DealerLocator a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#DealerLocator a:visited:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(/images/redesign/Buttons/DealerLocator2.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*
Lef navigation styles
*/
.LeftNav {
	width: 150px;
	background-color: #CCCCCC;
	border: 1px solid #3399FF;
	height: 625px;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.LeftNav ul {
	margin-left: 5px;
	padding-left: 2px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;

}
.LeftNav li a {
	display:block

}
.LeftNav li {
	vertical-align: top;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 8px;
	list-style-image: none;
	height: 10px;
}
.LeftNav li:hover {
	background-image: url(/images/redesign/backgrounds/LefNavHovBkgrnd.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 8px;
	height: 10px;
}
.LeftNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-top: 5px;
}
.LeftNav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	padding-top: 5px;
}
.LeftNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.LeftNav li a:hover:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

/*
Header styles for each section of
LeftNav
*/

.MenuHead {
	background-color:#DDDDDD;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 4px;
}

#LeftNavFormContainer {
	margin-left: 2px;
}

#divLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 10px;
}
#divLoggedin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
}
#divContent {
	padding-bottom: 5px;
}

/*
Right navigation tyles
*/
.RightNav {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.RightNav ul {
	margin-left: 0px;
	padding-left: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;

}
.RightNav li {
	list-style-image: url(/Navigation/images/Bullet_YellowSquare.gif);
	vertical-align: top;
	padding-bottom: 5px;
}
.RightNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.RightNav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #35455e;
	text-decoration: none;
}
.RightNav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.RightNav li a:hover:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #35455e;
	text-decoration: none;
}

/*
Footer styles
*/
#aftermarket {
	padding-top: 20px;
	width: 100%;
}
.PhoneNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #121920;
	padding-right: 5px;
	padding-left: 5px;
}
.PhoneNumbers a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: lighter;
}
.BottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;


}

/*
Footer navigation styles
*/
.BottomNav ul {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	
}
.BottomNav li {
	display: inline;
}

.BottomNav li a {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.BottomNav li a:hover {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
}
.BottomNav li a:visited {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
}
.BottomNav li a:visited:hover {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
}
/*
Racing Index
*/
.racers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.racers h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.racers a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
.racers a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
.racers a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}
.racers a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/*
Boxover.js thumbnail CSS
*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-top: 5;
padding-bottom: 5;
padding-right: 5;
padding-left: 5;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Tahoma;
letter-spacing: 0px;
line-height: 1.1em;
color: white;
padding: 3px 0;
text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.OrderBtn{
	display: block;
	background-image: url(/images/redesign/Buttons/ProductBtn2.gif);
	background-repeat: repeat-x;
	width: 300px;
	height: 21px;
}

.OrderBtn a {
	padding-left: 32px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.OrderBtn a:hover {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

#important {
	color: #F00;
}
.paddedLabel {
	overflow: hidden;
}
.HeaderContainer .Header #international {
	float: left;
}
#ctl00_LeftNav1_Dealer1_liNewDZ { display: block; };
