body
	{
	color:#d6d6d6;
	font:13px Tahoma;
	background-color:#FFFFFF;
	}
	

/* ------------------- header css start -----------------------*/	

div.header_wrapper
	{
	background:url(../images/layout/main_header_bg.jpg) repeat-x;
	height:275px;	
	width:100%;
	}

div.main_header_wrapper
	{
	height:275px;
	margin:auto;
	position:relative;
	width:900px;
	}

div.logo_transparent_wrapper
	{
	height:87px;
	position:relative;
	}

div.flash_banner_wrapper
	{
	height:188px;
	}

div.transparent_wrapper
	{
	background:url(../images/layout/transparent_line.PNG) no-repeat;
	left:0px;
	height:122px;
	position:absolute;
	top:-45px;
	width:662px;
	}

div.logo_wrapper
	{
	height:27px;
	position:absolute;
	right:0px;
	top:54px;
	width:314px;	
	}				
	
/* ------------------- header css end-----------------------*/	
	


/* ------------------- content css start -----------------------*/
div.content_wrapper
	{
	background:url(../images/layout/middle_bg.jpg) repeat-x;
	background-color:#555555;
	width:100%;
	}

div.main_content_wrapper
	{
	margin:auto;
	position:relative;
	width:900px;
	}
	
div.menu_wrapper
	{
	float:left;
	width:124px;
	padding:10px 0 10px 0;
	z-index:1;
	}

#nav li
	{
	display:block;
	list-style-type:none;
	}
	
#nav li a
	{	
	color: #FFFFFF;
	display: block;
	font-size:14px;
	padding:5px 0 5px 0px;
	text-decoration: none;
	text-indent:10px;
	width: 124px;
	}
#nav li a:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	background: #545454;
	text-indent:10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}	
	
div.main_content
	{
	background:url(../images/layout/content.jpg) repeat-x;
	background-color:#535353;
	float:left;
	width:776px;
	z-index:10;
	}	

div.inside_content_wrapper
	{
	padding:0 0 16px 0;
	margin:auto;
	width:744px;
	}

div.address_wrapper
	{
	padding-top:16px;
	}

div.address_left_wrapper
	{
	float:left;
	width:430px;
	}

div.team_member_wrapper
	{
	padding-top:15px;
	width:325px;
	}	

div.member_left_wrapper
	{
	float:left;
	width:100px;
	}	

div.member_right_wrapper
	{
	float:left;
	width:225px;
	}	

div.address_right_wrapper
	{
	border-left:1px solid #6b6b6b;
	float:left;
	padding-left:10px;
	width:296px;
	}

div.more_info_wrapper
	{
	padding-top:15px;
	width:295px;
	}
	
div.btn_wrapper
	{
	width:200px
	}
	
div.form_wrapper
	{
	padding-top:16px;
	width:744px;
	}

div.txtbox_wrapper
	{
	height:20px;
	margin-bottom:10px;
	width:556px;
	}

div.name_wrapper
	{
	float:left;
	width:179px;
	}

div.txtbox_holder
	{
	float:left;
	width:363px;
	}

div.required_indicator_wrapper
	{
	float:left;
	width:14px;
	}
	
.txtbox
	{
	background-color:#cfcfcf;
	border:1px solid #3c3c3c;
	height:20px;
	padding-left:4px;
	width:350px;
	}

.cmb_contact
	{
	background-color:#cfcfcf;
	border:1px solid #3c3c3c;
	height:23px;
	padding-left:4px;
	width:356px;
	}
	
.textarea
	{
	background-color:#cfcfcf;
	border:1px solid #3c3c3c;
	height:150px;	
	width:535px;
	}

div.textarea_wrapper
	{
	height:150px;
	margin-bottom:10px;
	width:556px;
	}

.submitButtons
	{
	font-size: 11px;
	padding: 2px 6px;
	margin: 4px 0px 0px 0px;
	color: #FFFFFF;
	background: #999999;
	border-style: none;
	float: right;
	cursor:pointer;
	}

div.policy
	{
	float:left;
	width:150px;
	}

div.btn_submit
	{
	float:right;
	margin-right:18px;
	width:60px;
	}					

/* ------------------- content css end -----------------------*/

	
/* ------------------- car css start -----------------------*/
div.car_wrapper
	{
	background:url(../images/layout/car_bg.jpg) repeat-x;
	height:179px;
	width:100%;
	}

div.car_main_wrapper
	{
	height:179px;
	margin:auto;
	width:900px;
	}
	
#car li
	{
	list-style-type:none;
	float:left;
	}

#car li a 
	{
	background:url(../images/layout/car.jpg) no-repeat;
	display:block;
	cursor:pointer;
	}

#car li a.volvo {background-position:0px 0px; width:137px; height:179px; }
#car li a:hover.volvo {background-position:0px -179px; width:137px; height:179px;}

#car li a.aston {background-position:-137px 0px; width:159px; height:179px;}
#car li a:hover.aston {background-position:-137px -179px; width:159px; height:179px;}

#car li a.ford {background-position:-296px 0px; width:161px; height:179px;}	
#car li a:hover.ford {background-position:-296px -179px; width:161px; height:179px;}

#car li a.jaguar {background-position:-457px 0px; width:154px; height:179px;}
#car li a:hover.jaguar {background-position:-457px -179px; width:154px; height:179px;}

#car li a.kia {background-position:-611px 0px; width:144px; height:179px;}
#car li a:hover.kia {background-position:-611px -179px; width:144px; height:179px;}

#car li a.pre_owned {background-position:-755px 0px; width:145px; height:179px;}
#car li a:hover.pre_owned {background-position:-755px -179px; width:145px; height:179px;}			
	

/* ------------------- car css end -----------------------*/	


/* ------------------- footer css start -----------------------*/
div.footer_wrapper
	{
	padding-bottom:15px;
	width:100%;
	}

div.footer_main_wrapper
	{
	margin:auto;
	width:900px;
	}
/* ------------------- footer css end -----------------------*/	


/* ------------------- pre owned css start -----------------------*/

div.pre_owned_header_wrapper
	{
	background:url(../images/layout/pre_owned_bg.jpg) repeat;
	height:109px;	
	width:100%;
	}
	
div.header_wrapper2
	{
	height:109px;
	margin:auto;
	position:relative;
	width:900px;
	}

div.pre_owned_logo_wrapper
	{
	left:0px;	
	height:77px;
	position:absolute;
	top:12px;
	width:240px;
	z-index:3;
	}
	
div.header_menu_wrapper
	{
	right:0px;
	position:absolute;
	top:84px;
	width:320px;
	}	
	
div.header_wrapper2 #header_menu
	{
	list-style-type:none;	
	margin:0;
	}
	
div.header_wrapper2 #header_menu li
	{
	display:inline;
	padding-left:20px;
	}
	
a.header_menu_list
	{
	color: #efefef;
	font:14px Tahoma;
	text-decoration:none;
	}

a:hover.header_menu_list
	{
	color: #c1c0c0;
	font:14px Tahoma;
	text-decoration:none;
	}

div.logo_wrapper2
	{
	height:27px;
	position:absolute;
	right:0px;
	top:48px;
	width:314px;	
	}
	
div.main_content2
	{
	background:url(../images/layout/content.jpg) repeat-x;
	background-color:#535353;
	float:left;
	width:900px;
	z-index:10;
	}		

div.inside_content_wrapper2
	{
	padding:0 0 16px 0;
	margin:auto;
	width:874px;
	}

div.heading
	{
	background-color:#9c322c;
	height:35px;
	margin:16px 0 16px 0;
	width:874px;
	}

div.search_form_wrapper
	{
	padding-bottom:20px;
	}

div.seach_left_wrapper
	{
	float:left;
	width:417px;
	}

div.seach_right_wrapper
	{
	float:right;
	width:417px;
	}
	
div.txtbox_holder2
	{
	float:left;
	padding:5px 0 10px 0;
	width:417px;
	}

.cmb_contact2 
	{
	color:#cac8c8;
	font-size:11px;
	background-color:#6a6868;
	border:1px solid #3f3f3f;
	height:23px;
	padding:2px 0 0 4px;
	width:417px;
	}

.cmb_contact3 
	{
	color:#cac8c8;
	font-size:11px;
	background-color:#6a6868;
	border:1px solid #3f3f3f;
	height:23px;
	padding:2px 0 0 4px;
	width:195px;
	}	

div.cmd_price_left_wrapper
	{
	float:left;
	width:195px;
	}

div.cmd_price_to
	{
	float:left;
	width:27px;
	}
	
div.cmd_price_right_wrapper
	{
	float:left;
	width:195px;
	}

div.divider
	{
	background:url(../images/layout/divider.jpg) repeat-x;
	height:1px;
	width:874px;
	}

div.btn_search_advance-wrapper
	{
	float:right;
	height:29px;
	width:225px;
	padding-top:20px;
	}
	
.search_now
	{
	border:none;
	background-color:#9c322c;
	color:#ffffff;
	cursor:pointer;
	display:inline;	
	font-size:13px;
	height:29px;
	padding-bottom:3px;
	width:95px;
	}

.advance
	{
	border:none;
	background-color:#9c322c;
	color:#ffffff;
	cursor:pointer;
	display:inline;	
	font-size:13px;
	height:29px;
	padding-bottom:3px;
	width:126px;
	}															

/* ------------------- pre owned css end -----------------------*/		
		
						