@charset "utf-8";

* {
margin:0;
padding:0;
}


body  {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	background-image: url(../images/carbon_bg.jpg);
	line-height: 22px;
}

h5 {
	color:#e47237;
}
#container {
	width: 996px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 900px;
	background-repeat: repeat-y;
	background-color: #000000;
	background-image: url(../images/bgstripes.png);
	background-position: 226px 0px;
} 
#header {
	height: 314px;
	width: 996px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0;
} 
#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 */
	color: #CCCCCC;
}
#sidebar1 {
	width: 240px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px; 
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

#leftpad {
margin-left: 25px;
text-align:left;
}

#footer {
	width: 996px;
	margin: 0 auto 1em auto;
	padding: 1em 0;
	background-color: #000000;
	border-top: 1px solid #424242;
} 
#footer #footer-table {
	padding: 0 6px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#account {
	float: right;
	width: 550px;
}
#nav {
	height: 30px;
	width: 996px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
}


a:link {
	color:#FFFFFF;
	}
a:visited {
	color:#FFFFFF;
	}
a:hover {
	color:#CCCCCC;
	}
a:active {
	color:#FFFFFF;
	}
img{
	border:none;
}
.clear {
clear:both;
}
#mainContent2 {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000000;
	background-color: #FFFFFF;
	min-height:500px;
	width: 716px;
}
#mainContent2 a {
	color: #FF9900;
}

h1 {
	font-size:22px;
}
#tableProductDetails td.left{
	text-align: center;
	vertical-align: top;
}
#tableProductDetails td.right{
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
#tableProductDetails h1 {
	color: #ff6600;
	margin: 0 0 1em 0;
}
.tabularData .product-name{
	color: #ff6600;
	font-weight: bold;
	font-size: larger;
	margin: 0 0 1em 0;
}
.price-display{
	font-size: larger;
	font-weight: bold;
	color: #009900;
}
.bold-black{
	color: #000000;
	font-weight: bold;
}
.formButton{
	padding: 2px 2px 2px 2px;
}
input.formButtonATC {
	border: none;
	display: block;
	background: url('../images/AddToCartSPRITE.png');
	background-position: left top;
	width: 154px;
	height: 36px;
	margin: 3px 3px 0px 3px;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
}
input.formButtonATC:hover {
	background-position: left top;
}
input.formButtonATC:active {
	background-position: left bottom;
}



/* Dropdown Extras Menu */
#extras-menu{
	display: block;
	position:absolute;
	top:10px;
	left:740px;
	z-index: 10;
}
#about-menu{
	display:block;
	position:absolute;
	top:10px;
	left:844px;
	z-index: 10;
}

#extras-menu:hover{
	display: block;
}
#about-menu:hover{
	display: block;
}

ul.cssMenu{
	position:relative;
	z-index:98;
}
ul.cssMenu ul{
	display:none;
	left:-1px;
	top:24px;
	width:115px;
	margin:0px;
	list-style:none;
	padding:0px 4px 2px 0px;
	background-image: url(../images/carbon_bg.png);
	background-repeat:repeat;
	border-color:#808080;
	border-width:1px;
	border-style:solid;
}
ul.cssMenu li{
	position:relative;
	display:block;
}
ul.cssMenu li:hover>ul{display:block}
ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;
}
ul.cssMenu li > a{
	display:block;
	width: 96px;
	height:28px;
	background: transparent url(/images/1x1.png) top left repeat;
	text-decoration:none;
	font:normal 12px Verdana;
	color: #fff;
	text-decoration:none;
	text-indent:-9999px;
}
ul.cssMenu li ul li a{
	text-indent: 0;
	text-align:left;
	white-space:nowrap;
	padding:5px 5px 2px 10px;
	width:100%;
	height:100%;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu li a:hover{
	text-decoration:underline;
}
	
.double-line{
	margin: .5em 0;
	width: 723px;
	border-top:4px double #424242;
	line-height:0px;
}
#ssp{
	height:288px;	width:723px;	margin: 0;	border: thin solid #424242;
	background-color:#424242;
	text-align:center;
}
#icons{	
	position:relative;
	margin: 0 0 0 0;
}
#icons div.navicon{	
	position:relative;	
	float:left;	
	width:175px;	
	margin-right: 8px;
}

#icons h5{		
	margin: .5em 5px 0 8px;	
	font-size: 14px;
}
#icons p{	
	margin: 0 5px 1em 5px;	
	line-height:100%;
}
#icons a{
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 213px;
	width:175px;
	display: block;
	overflow: hidden;
	text-decoration:none;
}
#icons a:hover{
	background-position: top left;
	color:#ffffff;
}
#garage a{
	background-image: url(../images/Garage.png);
}
#forum a{
	background-image: url(../images/Forum.png);
}
#news a{
	background-image: url(../images/News.png);
}
#links a{
	background-image: url(../images/Links.png);
}
#bottom-items{
	margin: 0 10px 0 0;
	border: thin solid #424242;
	zoom:1;
}
#btm-left{
	float:left;
	border: thin solid #222222;
	margin: 6px;
	padding: 2px 10px 2px 2px;
}
#btm-right{
	float:left;
	padding: 2px 0 0 2px;
}
#rss-feed-container{
	border: thin solid #222222;
	padding-left:6px;
	margin: 4px 0 2px 0;
}
#rss-feed{
	height: 173px;
	width: 395px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: 2px;
	padding-right: 5px;
}
#rss-feed ul{
	list-style-type:none;
	
}
#rss-feed li{
	margin-left:80px;
	text-indent:-80px;
	line-height: 110%;
	margin-bottom: .5em;
}

#rss-feed li a{
	color: #999;
	font-size: 10px;
}
#social-networks{
	border: thin solid #222222;
	padding: 0 6px;
	margin-bottom: 6px;
}
#social-icons{
	
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#sidebar-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff6301;
	line-height: 19px;
	margin: 4px 0px 8px 12px;
}
#newsletter_button{
	width:237px;
	height: 86px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background: transparent url(../images/newsletter_sprite.png) left top no-repeat;
}
#newsletter_button:hover{
	background-position: left -96px;
}



.corvette_nav {
	background: url('../images/site/leftcol/corvette_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom: 2px;
}
.corvette_nav:hover {
	background-position: left bottom;
}

.cadillac_nav {
	background: url('../images/site/leftcol/cts_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom: 2px;
}
.cadillac_nav:hover {
	background-position: left bottom;
}

.fbody_nav {
	background: url('../images/site/leftcol/Camaro_SideBarSprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom: 2px;
}
.fbody_nav:hover {
	background-position: left bottom;
}

.g8_nav {
	background: url('../images/site/leftcol/g8_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom: 2px;
}
.g8_nav:hover {
	background-position: left bottom;
}

.gto_nav {
	background: url('../images/site/leftcol/gto_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom: 2px;
}
.gto_nav:hover {
	background-position: left bottom;
}

.trailblazer_nav {
	background: url('../images/site/leftcol/trailblazer_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom: 2px;
}
.trailblazer_nav:hover {
	background-position: left bottom;
}

.truckssr_nav {
	background: url('../images/site/leftcol/truckssr_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom: 2px;
}
.truckssr_nav:hover {
	background-position: left bottom;
}






















.accessories {
	background: url('../images/site/innernav/accessories_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.accessories:hover {
	background-position: left bottom;
}


.intake {
	background: url('../images/site/innernav/airintake_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.intake:hover {
	background-position: left bottom;
}


.brake {
	background: url('../images/site/innernav/brakes_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.brake:hover {
	background-position: left bottom;
}



.carcare {
	background: url('../images/site/innernav/carcare_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.carcare:hover {
	background-position: left bottom;
}



.cooling {
	background: url('../images/site/innernav/cooling_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.cooling:hover {
	background-position: left bottom;
}



.drivetrain {
	background: url('../images/site/innernav/drivetrain_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.drivetrain:hover {
	background-position: left bottom;
}



.tuning {
	background: url('../images/site/innernav/electricaltuning_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.tuning:hover {
	background-position: left bottom;
}




.engine {
	background: url('../images/site/innernav/engine_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.engine:hover {
	background-position: left bottom;
}



.exhaust {
	background: url('../images/site/innernav/exhaust_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.exhaust:hover {
	background-position: left bottom;
}




.exterior {
	background: url('../images/site/innernav/exterior_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.exterior:hover {
	background-position: left bottom;
}



.fluids {
	background: url('../images/site/innernav/fluidslubrication_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.fluids:hover {
	background-position: left bottom;
}




.induction {
	background: url('../images/site/innernav/forcedinduction_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.induction:hover {
	background-position: left bottom;
}



.fuel {
	background: url('../images/site/innernav/fuelnitrous_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.fuel:hover {
	background-position: left bottom;
}




.heads {
	background: url('../images/site/innernav/headsvalvetrain_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.heads:hover {
	background-position: left bottom;
}



.ignition {
	background: url('../images/site/innernav/ignition_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.ignition:hover {
	background-position: left bottom;
}




.interior {
	background: url('../images/site/innernav/interiorgauges_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.interior:hover {
	background-position: left bottom;
}




.lighting {
	background: url('../images/site/innernav/lighting_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.lighting:hover {
	background-position: left bottom;
}




.packages {
	background: url('../images/site/innernav/packages_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.packages:hover {
	background-position: left bottom;
}



.suspension {
	background: url('../images/site/innernav/suspension_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.suspension:hover {
	background-position: left bottom;
}



.transmission {
	background: url('../images/site/innernav/transmission_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.transmission:hover {
	background-position: left bottom;
}



.wheels {
	background: url('../images/site/innernav/wheelstires_sprite.png') no-repeat left top;
	width: 230px;
	height: 45px;
	margin-bottom:5px;
}
.wheels:hover {
	background-position: left bottom;
}
#icons-container {
	background: url('../images/metal_backer.jpg') no-repeat left top;
	height: 276px;
	padding-top: 50px;
}
h1.divider_bar {
	background: url('../images/bottom_graphic.jpg') no-repeat right top;
	width: 725px;
	height: 29px;
	margin: 10px 0 10px 0;
	float: right;
}
