body
{
    background-image: url('./img_new/back4.jpg');
    background-repeat: repeat-x;
	background-attachment:fixed;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif; 
	color: white;
	background-color: #414141;
	voice-family:male;
	richness:80;
}
div.wrapper
{
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	min-height: 400px;
	
	/* width: 800px;
    margin-left: auto;
    margin-right: auto; */
}

/*Shadows*/
/*
 .left_shadow_top{
	position: absolute;
	top: 0px;
	left: -8px;
	width: 8px;
	height: 247px;
	background-image: url(img_new/left_shadow_top.jpg);
	background-position: top right;
	z-index: 10;
	background-attachment: fixed;
	}
.right_shadow_top{
	position: absolute;
	top: 0px;
	right: -8px;
	width: 8px;
	height: 247px;
	background-image: url(img_new/right_shadow_top.jpg);
	background-position: top left;
	z-index: 10;
	background-attachment: fixed;
	}
*/
.left_shadow{
	position: absolute;
	top: 0px;
	left: -8px;
	width: 8px;
	min-height:615px;
	height:auto !important;
	height:635px;
	background-color: black;
	/* background-image: url(img_new/left_shadow.jpg);
	background-position: top right; */
	z-index: 9;
	background-attachment:fixed;
	FILTER: Alpha(Opacity=10, FinishOpacity=100, Style=1);
	-moz-opacity:.50;
	opacity:.30;
	}
.right_shadow{
	position: absolute;
	top: 0px;
	right: -8px;
	width: 8px;
	min-height:615px;
	height:auto !important;
	height:635px;
	background-color: black;
	/* background-image: url(img_new/right_shadow.jpg);
	background-position: top left;*/
	z-index: 9;
	background-attachment:fixed;
	FILTER: Alpha(Opacity=100, FinishOpacity=10, Style=1);
	-moz-opacity:.50;
	opacity:.30;
	}	
	
/*Header*/
div.header
{
    width: 800px;
    height: 159px;
    /* background-image: url('./img_new/a_parts.jpg'); */
    background-repeat: no-repeat;    
}
/*Dropdown Menus*/
div.dropdowns
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 17px;
	background-color: #295987;
    color: white; 
	padding: 10px;
}
div.dropdowns div.item
{
    float: left;
    width: 181px;
    height: 60px;
    margin-right: 10px;
}
div.dropdowns div#last.item
{
    margin-right: 0px;
}
div.dropdowns div.item h1
{
    color: White;
    font-family:Arial;
    font-size: 14px;    
    background-image: url('./img/dropdown_h.jpg');    
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-top: 8px;
    width: 171px;
    height: 22px;
    
}
div.dropdowns div.item  select
{
    background-color: #ecf2f9;
    border-color: #f9fbfd;
    width: 180px;
    height: 22px;
    font-family: Arial;
    font-size: 11px;
}
div.dropdowns div.item  select option
{
    width: 180px;
    height: 22px;
    font-family: Arial;
    font-size: 11px;    
}
/*Car Model*/
div.carmodel
{
    width: 780px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
    padding: 10px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #3B6186;
}
div.carmodel a{
    color: #3B6186;
    text-decoration: none;    
}
div.carmodel a:hover
{
    text-decoration: underline;
}
#dis_car{
/*Internet Explorer*/
z-index: 12; 
position: absolute; 
left: 10px; 
top: 266px;
}
/*FireFox*/
html>body #dis_car{top: 256px;}


/*Data*/
div.data 
{
	top: 0px;
    width: 800px; 
    padding: 0px;
    margin: 0px;   
	background-color: #295987;
    position: relative;
    margin-bottom: 0px;
	border-bottom: 1px solid white;
}
div.data div#text_data
{
    font-family: Arial;
    position: relative;
    z-index: 2;
    margin-left: 390px;
    padding-top: 10px;
    min-height: 80px;
}
div.data div#pics
{
    position: absolute;
    font-family: Arial;
    z-index: 2;
    margin-left: 10px;
    padding-top: 10px;
    height: 80px;
} 
div.data div span.title
{
    font-family: Arial;
    font-size: 18px;
    color: White;
}
div.data div span.link
{
    font-family: Arial;
    font-size: 14px;
    padding-left: 10px;
    color: White;
    cursor: Pointer;
}
span.link:hover
{
    text-decoration: underline;
}
div.data div span.linkPart
{
    font-family: Arial;
    font-size: 14px;
    padding-left: 10px;
    color: White;
    cursor: Pointer;
}
span.linkPart:hover
{
    text-decoration: underline;
}
div.data img.start
{
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
}
div.data img.end
{
    z-index: 1;
    position: relative;
}
/*Footer*/
div.footer
{
    width: 780px;
    height: 16px;
	background-color: #295987;
    color: white;     
    font-family: Arial;
    font-size: 14px;
    text-align: left;
	padding: 10px;
}
div.footer a
{
    color: white;
    text-decoration: none;    
}
div.footer a:hover
{
    text-decoration: underline;
}
a
{
    color: white;
    text-decoration: none;  
}
a:hover
{
    text-decoration: underline;
}