body {
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
}
.error{	color : red; }
a:visited{ color: blue; }
h1{
	font-size: 24px;
	margin-top : 20px;	
}
 h2{
	font-size: 14px;
	margin-bottom : 20px;
}

#container {
	margin : auto;
	border : black solid 1px;
	width : 990px;
	text-align:left;
}

div#header{
	background-image: url("images/header.jpg");
	background-repeat : no-repeat;
	height :55px;
	padding-top:40px;
	padding-left:20px;
}

/* IE hack*/
* html div#header {
	height: 95px; 
	/*he\ight: 55px;*/
}

#menu, #wheel_sizes ul, #footer ul, #wheel_styles ul {
	padding : 0;
	margin : 0;
	list-style-type: none;
} 

#menu li, #wheel_sizes li, #wheel_styles li {
	float : left;
}

#menu li.dot{
	background-image: url("images/menu_sep.gif");
	background-repeat:no-repeat;
	background-position : right center;
	padding-right:18;
}
#menu li.logo_space { padding-right:237; }

ul#menu a		{ display : block; }	
a#home_link     { width:42px;  }
a#wheels_link	{ width:61px;  }
a#products_link { width:78px;  }
a#gallery_link 	{ width:118px; }
a#articles_link	{ width:71px;  }
a#tech_link		{ width:118px; }
a#faq_link		{ width:31px;  }
a#contact_link	{ width:91px;  }

#cart_btn{
	float:right;
	margin-top : 15px;
	margin-right : 39;
}

#footer{
	clear : both;
	background-image: url("images/back_footer.gif");
	height : 51px;
	padding-left : 39px;
	padding-right : 39px;
}

#footer li {
	float : left;
	padding-top : 10px;
	padding-left : 15px;
	padding-right : 15px;
}

#footer a{
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#copyright{
	float : right;
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top : 12px;
}


div#main{
	padding-left : 35px;
	padding-bottom : 40px;
	background: transparent url("images/back_wheel.jpg") 60px 1px no-repeat;
	min-height : 400;
}
/* IE hack*/
* html #main{
	\height : 450px;
	/*he\ight: 55px;*/
}

img.car{
	margin-right : 24px;
	float : right;
}

.text_box_1{
	float : left;
	width : 430px;
}


.text_box_1 p{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1#welcome {
	padding-top: 48px;
	margin-top : 10;
	width : 384;
    overflow: hidden;
    background: transparent url("images/logo_welcome.gif") no-repeat; 
    height: 0px !important; /* for most browsers */
    height /**/:48px; /* for IE5.5's bad box model */
}



#cars {
	float : left;
	margin-top : 10px;
	margin-left : 25px;
	background: url("images/car_photo.jpg") no-repeat;
    width : 477;
	height: 260;
}

	
#cars a{
	float:right;
	display : block;
	margin-right : 16px;
	padding-top:29px;
	width:137;
	height :29;
    overflow: hidden;
	background : transparent url("images/btn_phot_gallery.jpg") no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:29px; /* for IE5.5's bad box model */
}
/* IE hack*/
* html #cars a{
	margin-right : 8px;
	/*he\ight: 55px;*/
}

.box1{
	clear : both;
	height : 1px;
	padding-right : 39px;
}

#wheel_styles {
	padding-bottom : 20;
	float : left;
}

#whats_new{
	vertical-align : baseline;
	clear : both;
	float : left;
	background : url("images/whats_new_box.gif") no-repeat;
	width : 434;
	height : 167;
	/*margin-top : 30;*/
	padding-top : 30;
}

#whats_new p{
	margin : 5 20 5 20;
}

#products{
	vertical-align : baseline;
	float : right;
	background: transparent url("images/box_products.gif") no-repeat;
	width : 418px;
	height : 95px;
	margin-top : 25px;
	padding-bottom : 30;
}

#products ul{
	padding : 0;
	margin-left : 60;
	margin-top : 35;
	list-style-type: none;
}
#products li{
	float : left;
	background :  url("images/icon_car.jpg") no-repeat;
	width : 170px;
	padding-bottom: 10px;
}
#products a{
	color:black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left : 40px;
}





#contact_form{
	display : inline;
}

td, p, div{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

hr{
	width : 500;
}

#wheel_desc {
	padding-left : 35px;
	padding-bottom : 40px;
	padding-top : 40px;
	min-height : 400;
}
/* IE hack*/
* html #wheel_desc{
	height : 400px;
	/*he\ight: 55px;*/
}

#wheel_desc h1{
	padding-top : 20px;
}

#wheel_desc img{
	float:right;
	margin : 0 40 40 80px;
}



.wheel_table {	
	background : transparent url("images/table_back.gif") no-repeat;
	width : 892;
	height : 335;	
	padding-left : 90px;
}

.wheel_table table{
	width : 800;
	margin-top : 3px;
}

.width_table td{
	padding-left : 60px;
}

.wheel_table a {
	color : #f76e00;
	font-weight : bold;
}
.wheel_table a:visited {
	color : #f76e00;
	font-weight : bold;
}



.question {
	font-weight : bold;
	font-size : 14px;
	margin-top : 5px;
	margin-bottom :2px;
	
}
.question strong{
	color: red;
	font-weight : bold;
	font-size : 20px;
}
.answer {
	margin-top : 2px;
	margin-bottom : 5px;

}

.answer strong {
	font-weight : bold;
	font-size : 20px;
}

#faq li{
	margin-bottom : 8px;
	font-size : 13px;
	font-weight : bold;

}
div#tech{
	padding-left : 70px;
	padding-bottom : 40px;
	padding-right : 80px;
	min-height : 400;
}
/* IE hack*/
* html #tech{
	height : 400px;
	/*he\ight: 55px;*/
}
.big_list li{
	font-size : 14px;
	line-height : 20px;
}

.wide_margins {
	margin-left : 40px;
	margin-right : 40px;
}

hr.clear{
	width :800px;
	clear : both;
}

.product_desc{
	margin : 0 10 40 35;
}
.product_desc img{
	float : right;
	margin-right: 14px;
}


.product_boxes{
	margin : 10px 40px 10px 40px;
	padding : 10 0 10 40;
	height:148px;
	width:891;
	background :url("images/product_box.gif") no-repeat;
}

.product_text_box{
	width : 470px;
	margin-bottom : 50px;
}

.product_detail{
	margin : 0 20 40 30;
	min-height : 400;
}
/* IE hack*/
* html .product_detail{
	height : 400px;
	/*he\ight: 55px;*/
}

.product_detail img {
	float : left;
}

.product_detail div{
	float : left;
	width : 590;
	padding : 0 20 20 60;
}
/* IE hack*/
* html .product_detail div{
	\width : 670px;
	w\idth: 670px;
}


.product_detail th{
	font-size : 14px;
	text-align : left;
	padding : 10 20 10 0;
}

.product_detail td{
	text-align : right;
	padding-right : 20;
}


.options td{
	padding : 2 5 2 5;
	font-size : 14px;
}

.options .product{
	font-size : 18px;
	font-weight : bold;
}

.options th{
	text-align : left;
	font-size : 14px;
	font-weight : normal;
	padding-left : 40px;
}
.oneButton {
	margin : 0;
	padding : 0;
}

.equals {
	border-top : 1px solid black;
}

.total {
	font-size : 16;
	font-weight : bold;
}

.checkout th{
	background:#5a6aa6;
	color : white;
	font-size:12px;
	text-align : left;
	padding : 5px;		
}