@charset "utf-8";
/* CSS Document */

*,   
html,   
body {   
    margin: 0;   
    padding: 0;
}   
  
/* NN6/7 min-width is needed for scrollability when wrapper is centered */  
body {
	height:100%;
	width:100%;  
    min-width: 950px;   
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:2em;
	letter-spacing: -0.1em;
	color:#666;
}

h2, h2 a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	letter-spacing: -0.1em;
	color:#666;
}

h2 a:hover{
	color:#ff9933;
	text-decoration:none;
}

p,a,div,input{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#333;
}


h6{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}  

  
  
/* Wrapper holds everything */  
#wrapper {   
    width: 98%;
	height:100%;  
    margin: 0 auto 0 auto;
	min-width: 950px;
}  
  
#header{   
    clear: both;   
    width: 100%;
}

#header img{
	border:0;
}   
  
#footer {
	clear: both;   
	height: 30px;
	background-color:#FF9933;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:right;
	margin: 50px 200px 0px 200px;
	text-indent:2px;
	}   

#masthead {
	height: 20px;
}


/* Use main for Right Faux Column */  
#main {   
    float: left;
	width:100%;
	overflow:hidden;   
}   
  
#main:after {   
    /* Clear floating elements for NN6/7 */  
    content: ".";   
    display: block;   
    height: 0px;   
    clear: both;   
    visibility: hidden;   
}   



/* Content holding center(left and main) and right*/  
#content {   
    float: left;   
    width: 100%;
    margin: 0 -95% 0 0;
	min-width: 650px;
}  


#center {   
    margin: 0 210px 0 200px;
	background-image:url(../images/car_pattern.gif);
	background-repeat:no-repeat;
	background-position:right;
	min-height: 500px;
}   

#center_left{
	float:left;
	min-width: 200px; 
	max-width:50%;
	margin-right: 10px;
}

/* Products page*/
#products_center_top {   
	width:100%;
	margin-bottom:20px;
}  

#products_center_top_left{
	float:left;
	margin-right: 30px;
}

#products_center_top_right{
	float:left;
}

#products_center_top_right select{
	width:150px;
}

#products_center_lower{
	width:100%;
	clear:both;
	min-width: 200px;
}
	
/* Chosen Product page*/

#chosen_product_center_top {   
	float:left;
}  

#chosen_product_center_top_left{
	clear:both;
	float:left;
	
}

#chosen_product_center_top_right{
	clear:both;
}

#chosen_product_center_top_right select{
	width:300px;
	margin-bottom:10px;
}

#chosen_product_center_lower{
	float:left;
    min-width: 200px;
	width:100%;
}

#car_front, #car_back{
	float:right;
}


#chosen_product_center_lower{
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
}

#chosen_product_center_lower table{
}

#chosen_product_center_lower .title{
    background-color:#FF9933;
    font-size: 12px;
    color:#FFFFFF;
    font-weight:bold;
    text-indent:2px;
    height:20px;
}

#chosen_product_center_lower .bar{
    height:1px;
	background-color:#666;

}

#chosen_product_center_lower .record:hover{
	background-color:#eee;
		
}

#chosen_product_center_lower .record a{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	height:25px;
	text-indent:2px;
    text-decoration:none;
}

/* Thumbnails area */  

#center_right{
/*	float:right;*/
	min-width: 200px;
	}	

.thumbnail
{
	float: left;
	width: 100px;
	border: 1px solid #999;
	margin: 0 5px 5px 0;
}
.thumbnail img{
	border:0;

}

.thumbnail:hover
{
	background-color:#FFFFCC;
}

#manufacturers{
	float:left;
}
#manufacturers img{

	margin-top:15px;
}




/* Left */    
#left {   
    float: left;   
    width: 150px;
	 
}   

#menu{
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color:#333;
	
	
}

#menu li{
	width: 100%;
	list-style-type:none;
	
}

.menu_item a{
	color:#333;
	text-decoration:underline;
	display:block;
	margin-left:5px;
	}

.menu_item:hover a{
	color:#ff9933;
	text-decoration:none;
	background-color:#eee;
}

.menu_item_on a{
	color:#ff9933;
	text-decoration:none;
	margin-left:5px;
}

#submenu li{
	width: 100%;
	list-style-type: none;
}

.menu_item_sub a{
	color:#333;
	text-decoration:underlined;
	text-indent:5px;
	font-size:10px;
	text-transform:uppercase;
	display:block;
	
}


.menu_item_sub:hover a{
	color:#666;
	text-decoration:none;
	background-color:#ddd;
}

/* Right*/    
#right {   
    font-size:10px;
    float: right;   
    width: 200px;   
    margin: 0;
}

#right a {   
    font-size:10px;
}

.login{
    float:right;
    clear:both;
	margin-bottom:10px;	
}

#cart{
    width:100%;
}  
#cart_div{
    float:right;
    width:200px;
}  


  
/* IE Fixes for Win/Mac */  
* html div#content {   
    margin: 0 -100% 0 0;   
}  



/* ------------ CONTACT --------------------- CONTACT ----------------------- CONTACT ---------------------*/
#contact_form{
	float:left;
	width:50%;
}

#contact_map{
	float:left;
	width:300px;
}

#form_body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
	background-color:#999999;
	padding:10px;
	width:100%;
}

.form_row{
	clear:left;
	float:left;
	width:100%;
	height:20px;
	margin-bottom:20px;
}

.form_title{
	float:left;
	width:30%;
}

.form_input{
	float:left;
	width:70%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}


.form_button{
	width:100%;
}

.error{
    color:red;
}

#error_message{
    float:right;
    clear:left;
    background-color:red;
    color:white;
    margin-bottom:10px;
    padding:3px;
}


#shopping_cart{
    height:500px;
    background-color:#dddddd;
}






