@charset "utf-8";

* { margin: 0; }
html, body { height: 100%; }
body { font: 12px Arial, Helvetica, Tahoma, sans-serif; color: #000; background: #000 url(images/background.jpg) no-repeat top center;}
a, a:active, a:visited { color: #000; text-decoration: none; }
a:hover { color: #d11500; }

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

p { margin-bottom: 10px; }

.Clear { clear: both; }

#Container { width: 990px; margin: 15px auto; height: 100%; }

#Header { background: url(images/header-bg.png); width: 960px; height: 136px; margin: 0 auto; }
#Header #Logo { margin: 3px 0 0 20px; border: none; float: left; }
#Header #Content { width: 750px; float: left; height: 135px; }
#Header #Contact { list-style-type: none; font-size: 14px; font-weight: bold; float: right; margin-top: 10px; }
#Header #Contact li { float: left; padding-left: 25px; }
#Header #Contact li span { color: #d11500; }
#Header .CartInfo { float: left; display: block; width: 240px; height: 44px; background: url(images/header-cart-tab.png) no-repeat; margin-left: 160px; top: -6px; position: relative; line-height: 44px; text-align: center; font-size: 14px; font-weight: bold; }
#Header .CartInfo span { font-size: 16px; color: #d11500; }
#Header #Search { float: right; list-style-type: none; margin: 20px 0 5px 0;color: #d11500; text-transform: uppercase; font-size: 14px; font-weight: bold; }

#ChooseVehicle { float: right; }
#ChooseVehicle b { text-transform: uppercase; font-size: 14px; font-weight: bold; color: #d11500; }

#SelectedApp { padding: 5px; float:right; }
#SelectedApp b { color: #D11500; text-transform: uppercase; font-size: 14px; }
#SelectedApp div { float:left; padding-right:5px; }
#SelectedApp #BtnDeleteVehicle { font-size: 9px; text-transform: uppercase; float:right; }

#Nav { background: url(images/nav-red-tile.gif) repeat-x; width: 990px; height: 39px; list-style-type: none; }
#Nav li { float: left; color: #fff; text-transform: uppercase; font-size: 14px; font-weight: bold; line-height: 39px; background: url(images/nav-black-tile.gif) repeat-x; height: 39px; display: block;}
#Nav .first { margin-left: 30px; }
#Nav .space { background: url(images/nav-seperator.gif) no-repeat; width: 2px; padding: 0; }
#Nav .red { background: none; margin-left: 40px; }
#Nav li a { padding: 0 25px; color: #fff; text-decoration: none; display: block; }
#Nav li a:hover { color: #d11500; }

#SubPage { background: url(images/subpage-tile.png) repeat-y top; }

#AdArea { list-style-type: none; width: 990px; }
#AdArea li { float: left; }
#AdArea .main { width: 960px; height: 100px; background: #FFE301 url(images/main-bg.jpg) top no-repeat; }
#AdArea .left { background: url(images/depth-flags-left.png) no-repeat top; width: 15px; height: 100px; }
#AdArea .right { background: url(images/depth-flags-right.png) no-repeat top; width: 15px; height: 100px; }
#AdArea li ul { width: 960px; list-style-type: none; }
#AdArea li ul li { float: left; margin: 10px 0 0 20px; width: 195px; height: 60px; background-color: #fff; -moz-border-radius: 8px; border-radius: 8px; padding: 10px; border: 1px solid #999; /*opacity:0.75;filter:alpha(opacity=75)*/ } /*ffd521*/

.blackline { width: 960px; height: 3px; background-color: #000; margin: 0 15px; }

#MainImage { list-style-type: none; width: 990px;}
#MainImage li { float: left; }
#MainImage .main { width: 960px; height: 235px; }
#MainImage .left { background: url(images/depth-flags-left.png) no-repeat; width: 15px; height: 235px; }
#MainImage .right { background: url(images/depth-flags-right.png) no-repeat; width: 15px; height: 235px; }

#MainImageLeft { float: left; background: url(images/depth-flags-left.png) no-repeat; width: 15px; height: 235px; }
#MainImageRight { float: left; background: url(images/depth-flags-right.png) no-repeat; width: 15px; height: 235px; }

#BrandNav { text-align: center; background: #fff; width: 990px; height: 95px; clear: both; }
#BrandNav ul { list-style-type: none; height: 95px; overflow: hidden; }
#BrandNav ul li { display: inline; padding: 0 10px; margin: 0 auto; }

#BoxShadowUp { width: 990px; height: 15px; background: url(images/bar-shadow-up.png) no-repeat; }

#LeftNav { clear: both; float: left; min-height: 400px; } /* background: url(images/lnav-bg.png) repeat-y; */
#LeftNav h2 { color: #fff; font-size: 14px; font-weight: bold; line-height: 28px; background: url(images/lnav-header.png) repeat-x; width: 240px; height: 40px; display: block; padding-left: 10px;}
#LeftNav ul { list-style-type: none; margin-left: 25px; font-size: 13px; font-weight: bold; width: 221px; }
#LeftNav ul li { margin-bottom: 3px; margin-left: 10px; }
#LeftNav ul .Selected a { color: #d11500; }
#LeftNav ul ul { margin: -3px 0 0 15px; }

#MainContent { padding: 15px 20px; width: 685px; float: left; background-color:#FFF; }
#MainContent h1 { font-size: 24px; text-shadow: 1px 1px 1px #FFE301; }
#MainContent h2 { font-size: 20px; text-shadow: 1px 1px .5px #FFE301; }
#MainContent p { margin-bottom: 10px; }
#MfgLogo {  -moz-border-radius: 8px; border-radius: 8px; border: 1px solid #000; float: right; margin: 0 0 10px 10px; padding: 10px; }

#Home { width: 960px; min-height: 500px; background: #FFE301 url(images/main-bg.jpg) top no-repeat; margin: 0 auto; padding-top: 25px; }
#Home #Specials { width: 360px; float: left; margin: 25px 0 25px 25px; }
#Home #Specials h2 { color: #fff; font-size: 14px; font-weight: bold; line-height: 28px; background: url(images/heading-bg.gif) repeat-x; height: 28px; display: block; padding-left: 10px;}
#Home #Specials ul { list-style-type: none; }
#Home #Specials ul li { margin: 0px; padding: 0px; }
#Home .List { width: 250px; min-height: 410px;  background-color: #ffd521; -moz-border-radius: 8px; border-radius: 8px; float: left; margin: 25px 0 25px 25px; }
#Home .List h2 { color: #fff; font-size: 14px; font-weight: bold; line-height: 28px; background: url(images/heading-bg.gif) repeat-x; height: 28px; display: block; padding-left: 10px;}
#Home .List ul { list-style-type: none; margin: 15px 0 15px 20px; font-size: 13px; font-weight: bold; }
#Home .List ul li { margin-bottom: 2px; }
#HomeContent { width: 910px; border-top: 3px solid #000; border-bottom: 3px solid #000; background-color: #fff; min-height: 100px; padding: 25px; }

#ProductList { list-style-type: none; clear: both; }
#ProductList li { float: left; width: 210px; height: 230px; margin: 0 15px 15px 0; text-align:center; }
#ProductList li a .Title { width: 210px; /*height: 30px; overflow: hidden;*/ font-weight: bold; clear: both; }
#ProductList li a img { border: 1px solid #333; }
#ProductList li a .Small { width: 105px; margin: 8px 0 0 0; float: left; font-size: 11px; text-align: left; }

#ProductList li a:hover .Small { color: #000; }

#ProdImage { width: 400px; height: 300px; border: 1px solid #000; float: left; }

#ProdInfo { list-style-type: none; float: right; background: url('images/rnav-bg.png') repeat-y; position: relative; left: 34px; height: 300px; }
#ProdInfo li {}
#ProdInfo #ShowPrice { font-size: 16px; height: 220px; padding: 0 30px; }
#ProdInfo #ShowPrice #Pricing { font-weight: bold; width: 100%; margin: 10px 0; }
#ProdInfo .Header { color: #fff; font-size: 14px; font-weight: bold; line-height: 28px; background: url(images/lnav-header.png) no-repeat; width: 240px; height: 40px; display: block; padding-left: 10px;}
#ProdInfo .Footer { color: #fff; font-size: 14px; font-weight: bold; line-height: 28px; background: url(images/lnav-footer.png) no-repeat; width: 240px; height: 40px; display: block; padding-left: 10px;}

#ProdDesc { margin: 15px 0; }
#ProdDesc ul { margin-left: 35px;}
#ProdDesc #Notes { border: 1px dotted #AD0000; padding: 20px; margin-top: 15px; color: #AD0000; }

#Thumbnails { list-style-type: none; margin-top: 15px; width: 685px; }
#Thumbnails li { float: left; width: 120px; height: 90px; margin-right: 15px; border: 1px solid #333;  overflow: hidden; }
#Thumbnails .Last { margin-right: 0px; }
#Thumbnails li img { margin: -34px -45px; }

#CategoryList { list-style-type: none; }
#CategoryList li { width: 685px; margin-bottom: 25px; }
#CategoryList li h3 { border-bottom: 1px solid #ffcc01; padding-bottom: 5px; margin-bottom: 5px;}
#CategoryList li h3 span { float: right; font-size: 11px; font-weight: normal; }

#Footer { width: 910px; background-color: #FFE301; margin: 0 auto; padding: 12px 25px 0 25px; }
#Footer #PartsLogix { width: 175px; height: 50px; background-color: #FFE301; -moz-border-radius: 8px; border-radius: 8px; float: left; margin-right: 20px; text-align: center; }
#Footer #EPA { width: 710px; height: 50px; background-color: #ffd521; -moz-border-radius: 8px; border-radius: 8px; float: left; font-size: 12px;}
#Footer #EPA p { margin-top: 10px; }
#Footer #Copy { width: 400px; float: left; margin-top: 15px; }
#Footer #Credit { width: 400px; float: right; text-align: right; }

#FooterEnd { width: 960px; height: 11px; background: url(images/footer-bg.png) no-repeat; margin: 0 auto; }

/* Shopping Cart */
.CartBtn { background-color:#333; background-image:url(images/btn-tile.gif); border-radius: 5px; -moz-border-radius: 5px; padding:5px 30px; color:#FFF; text-decoration:none;font-weight:bold; font-size: 16px; text-align:center; border:1px solid #000; text-shadow: 1px 1px 1px #FFE301; }
.CartBtn:hover, .CarBtn:active, .CartBtn:visited { color: #FFF; }
.CartBtn:hover { border: 1px solid #fed700; text-shadow: 1px 1px 1px #ffa800;}

/* Layout Tables */
#CartTable { width: 100%; }
#CartTable th { background-color:#000; color:#fff; padding: 5px 10px; }
#CartTable td { color:#000; padding: 5px 10px; border-bottom: 1px dotted #151515; }

/* Shared Classes */
.Red { color: #AD0000; text-decoration: line-through; }
.Green { color: Green; }

nav ul {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
nav ul li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

#SearchBox { color:#666; }

/* Slider */
#Slider { position: relative; overflow: hidden; float: left; }
#Slider #SliderContent { position: absolute; top: 0; margin: 0; padding: 0; width: 960px; height: 235px; background-image: -webkit-gradient(linear,right bottom,left top,color-stop(0.29, #FFAA00),color-stop(0.8, #FFE101)); background-image: -moz-linear-gradient(right bottom,#FFAA00 29%,#FFE101 80%); /*z-index: -1;*/ }
#Slider .MainPic { display: block; /*background: url('images/flash_bg.png') no-repeat top left;*/ }
#Slider .SliderImage { float: left; position: relative; display: none; list-style-type: none; margin: 0; }
#Slider .SliderImage a { display: block; text-decoration: none; }
#Slider .SliderImage span { display: none; }

#Slider, #Slider #SliderContent, #Slider .MainPic, #Slider .SliderImage a { width: 960px; }
#Slider, #Slider .MainPic, #Slider .SliderImage a { height: 235px; }
.SlideClear { clear: both; }

/* Banner Slider */
#Banner { position: relative; overflow: hidden; /*float: left;*/ margin: 0 auto 0 auto; border: 3px solid black; background-color: #333; }
#Banner #BannerContent { position: absolute; top: 0; margin: 0; padding: 0; width: 728px; height: 90px; }
#Banner .BannerPic { display: block; }
#Banner .BannerImage { float: left; position: relative; display: none; list-style-type: none; margin: 0; }
#Banner .BannerImage a { display: block; text-decoration: none; }
#Banner .BannerImage span { display: none; }

#Banner, #Banner #BannerContent, #Banner .BannerPic, #Banner .BannerImage a { width: 728px; }
#Banner, #Banner .BannerPic, #Banner .BannerImage a { height: 90px; }
.BannerClear { clear: both; } 
