/*CSS Reset*/
html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, textarea, ul, ol, li, dl, dt, dd, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code { font-style:normal; font-weight:normal; }
ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }
abbr, acronym { border:0; }
/*End CSS Reset*/

/*Base Styles*/
body{
	margin:0px;
	padding:0px;
	background-image:url(../images/body_bg.png);
	background-position:center top;
	background-repeat:repeat-x;
}
.onerow{
	float:left;
	width:100%;
	height:auto;
	}
.wrapper{
	float:left;
	width:100%;
	}
.body_back_shade{
	width:100%;
	float:left;
	min-height:538px;
	background-image:url(../images/body_bg_two.png);
	background-position:top center;
	background-repeat:no-repeat;
	}
.inner{
	width:913px;
	margin:0 auto;
	}
.header{
	float:left;
	width:auto;
	}
.header .logo_pan{
	float:left;
	width:913px;
	height:131px;
	}
.logo_pan .logo_left{
	float:left;
	margin-top:17px;
	}
.logo_left img{
	float:left;
	}
.logo_right{
	float:right;
	width:656px;
	}
.logo_right .phone_number{
	float:right;
	margin-top:20px;
	}
.phone_number h1{
	float:left;
	font-family:"Myriad Pro";
	font-size:34px;
	color:#bbc931;
	font-weight:bold;
	line-height:26px;
	}
.phone_number a{
	float:left;
	text-decoration:none;
	margin-left:18px;
	margin-top:3px;
	}
	
.phone_number h1 a , .phone_number phoneTitle a{
 
	color:#bbc931;
		margin-left:0px;
	margin-top:0px;
	 
	}	
.phone_number a img{
	float:left;
	border:0px;
	text-decoration:none;
	}
.top_menu{
	float:right;
	width:656px;
	margin-top:37px;
	}
.top_menu ul{
	float:right;
	}
.top_menu ul li{
	float:left;
	}
.top_menu ul li a.home{
	float:left;
	width:auto;
	height:26px;
	background-position:left top;
	background-repeat:repeat-x;
	padding-left:18px;
	padding-right:18px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	behavior:url('PIE.htc');
	position:relative;
	font-family:"Myriad Pro";
	font-size:14px;
	color:#fff;
	line-height:26px;
	margin-left:2px;
	text-decoration:none;
	}
	
.top_menu ul li a.home:hover{
	background-image:url(../images/menu_bg.png);
	}	
.top_menu ul li a.home_sel{
	float:left;
	width:auto;
	height:26px;
	background-image:url(../images/menu_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	padding-left:18px;
	padding-right:18px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	behavior:url('PIE.htc');
	position:relative;
	box-shadow:0px 0px 4px 1px #121212;
	font-family:"Myriad Pro";
	font-size:14px;
	color:#fff;
	line-height:26px;
	margin-left:2px;
	text-decoration:none;
	}
.top_menu ul li a.about{
	float:left;
	width:auto;
	height:26px;
	background-position:left top;
	background-repeat:repeat-x;
	padding-left:18px;
	padding-right:18px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	behavior:url('PIE.htc');
	position:relative;
	font-family:"Myriad Pro";
	font-size:14px;
	color:#fff;
	line-height:26px;
	margin-left:2px;
	text-decoration:none;
	}
	
.top_menu ul li a.about:hover{
	background-image:url(../images/menu_bg_blu.png);
	}	
.top_menu ul li a.about_sel{
	float:left;
	width:auto;
	height:26px;
	background-image:url(../images/menu_bg_blu.png);
	background-position:left top;
	background-repeat:repeat-x;
	padding-left:18px;
	padding-right:18px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	behavior:url('PIE.htc');
	position:relative;
	box-shadow:0px 0px 4px 1px #121212;
	font-family:"Myriad Pro";
	font-size:14px;
	color:#fff;
	line-height:26px;
	margin-left:2px;
	text-decoration:none;
	}
.banner_pan{
	float:left;
	width:906px;
	height:279px;
	background-image:url(../images/banner_bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	border:3px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	box-shadow:0px -5px 15px  -4px #000;
	}
.slider_img_div{
	float:left;
	width:447px;
	height:224px;
	border:7px solid #fff;
	box-shadow:0px 0px 8px #b6b6b6;
	margin-top:21px;
	margin-left:21px;
	}
.slider_img_div img{
	float:left;
	border:0px;
	}
.slider_right{
	float:right;
	width:400px;
    color: #8B8B8B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
	line-height:16px;
	font-weight:bold;
	}
.text_img{
	float:right;
	margin-top:49px;
	}
.text_img img{
	float:left;
	border:
	}
.slider_right p{
	float:left;
	width:302px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#282828;
	margin-top:15px;
	margin-left:33px;
	}
.slider_right a{
	float:left;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#05a1b9;
	line-height:18px;
	font-weight:bold;
	margin-left:33px;
	margin-top:21px;
	}
.banner_slider_bottom{
	float:left;
	width:910px;
	border-left:1px solid #f2b138;
	border-right:1px solid #f2b138;
	height:124px;
	background-image:url(../images/bottom_slider_bg.png);
	background-position:top center;
	background-repeat:repeat-x;
	}
.arrow_left{
	float:left;
	margin-top:39px;
	margin-left:17px;
	}
.arrow_left img{
	float:left;
	}
.arrow_right{
	float:right;
	margin-top:39px;
	margin-right:17px;
	}
.arrow_right img{
	float:left;
	}
.bottom_slider_content_pan{
	float:left;
	width:753px;
	}
.bottom_slider_content_pan ul{
	float:left;
	width:753px;
	margin-left:17px;
	margin-top:18px;
	}
.bottom_slider_content_pan ul li{
	float:left;
	width:230px;
	margin-right:20px;
	}
.bottom_slider_content_pan ul li h6{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7c5307;
	font-weight:bold;
	}
.bottom_slider_content_pan ul li h1{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	line-height:18px;
	margin-left:5px;
	}
.bottom_slider_content_pan ul li p{
	float:left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin-top:12px;
	font-weight:bold;
	}
.bottom_slider_content_pan ul li a{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a7700a;
	margin-top:3px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:2px solid #a7700a;
	}
.content_pan{
	float:left;
	width:auto;
	}
.content_pan .content_left{
	float:left;
	width:10px;
	margin-left:30px;
	margin-top:44px;
	}
.content_pan .content_left h6{
	float:left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00a1ba;
	font-weight:bold;
	letter-spacing:-1px;
	}
.content_pan .content_left h5{
	float:left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9b9393;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:35px;
	}
.content_pan .content_left h4{
	float:left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#bbc931;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:5px;
	line-height:20px;
	}
.content_pan .content_left p{
	float:left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8b8b8b;
	font-weight:bold;
	margin-top:20px;
	}
.content_pan .content_left h1{
	float:left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	color:#193859;
	font-weight:bold;
	margin-top:38px;
	line-height:20px;
	letter-spacing:-1px;
	}
.content_pan .content_left input[type="text"]{
	float:left;
	width:161px;
	height:21px;
	background-color:#fff;
	border:1px solid #dedede;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a8a6a5;
	padding-left:5px;
	margin-top:16px;
	outline:none;
	}
.subscribe{
	float:left;
	background-color:#00a1ba;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:25px;
	margin-top:10px;
	margin-left:82px;
	cursor:pointer;
	}
.content_mid{
	float:left;
	width:212px;
	height:auto;
	margin-top:35px;
	}
.content_mid ul{
	float:left;
	width:165px;
	margin-left:20px;
	margin-top:20px;
	}
.content_mid ul li{
	float:left;
	width:190px;
	padding-bottom:14px;
	}
.content_mid ul li a{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e6980a;
	text-transform:uppercase;
	background-image:url(../images/content_mid_bullet.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:15px;
	font-weight:bold;
	}
.content_mid ul li a:hover{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e6980a;
	text-transform:uppercase;
	background-image:url(../images/content_mid_bullet_hover.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:15px;
	font-weight:bold;
	}
.content_mid ul li a.content_mid_sel{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e6980a;
	text-transform:uppercase;
	background-image:url(../images/content_mid_bullet_hover.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:15px;
	font-weight:bold;
	}
.content_right{
	float:left;
	width:650px;
	margin-top:34px;
	}
.content_right h1{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	font-weight:bold;
	color:#00a1ba;
	text-align:left;
	}
.content_right p{
	float:left;
	width:650px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8b8b8b;
	text-align:left;
	margin-top:24px;
	}
.content_right ul{
	float:left;
	margin-top:49px;
	}
.content_right ul li{
	float:left;
	width:630px;
	padding-bottom:20px;
	}
.content_right ul li .thumb{
	float:left;
	width:171px;
	height:91px;
	border:2px solid #e2e2e2;
	}
.content_right ul li p{
	float:left;
	width:420px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8b8b8b;
	text-align:left;
	margin-top:0px;
	width:340px;
	}
.content_right ul li a{
	float:right;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002243;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	}
.footer{
	float:left;
	width:100%;
	min-width:1024px;
	height:295px;
	background-image:url(../images/footer_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	}
.footer .facebook_icon{
	width:181px;
	margin:0 auto;
	margin-top:-20px;
	}
.footer .facebook_icon img{
	float:left;
	}
.footer .footer_link_pan{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#696969;
	margin-left:250px;
	margin-top:25px;
	}
.footer .footer_link_pan a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#696969;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	}
.footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b6b6b;
	text-align:center;
	margin-top:10px;
	line-height:18px;
	}
.footer p a { color:inherit; text-decoration:none; }
/*-------------------------about us ------------------------*/
.content_pan_about{
	float:left;
	width:906px;
/*	height:700px;*/
	background-image:url(../images/about_us_bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	border:3px solid #f6f6f6;
	box-shadow:0px 0px  10px #716f6f;
	min-height:475px;
	}
.about_content_left{
	float:left;
	width:800px;
	margin-top:45px;
	margin-left:48px;
	}
.about_content_left h2{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:29px;
	color:#292929;
	text-align:left;
	letter-spacing:-2px;
	padding-bottom:40px;
	}
.about_content_left p{
	float:left;
	width:485px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454444;
	line-height:22px;
	padding-bottom:22px;
	}
.about_content_right{
	float:right;
	width:286px;
	margin:0px 0px 20px 20px;
	
	}

.onerow div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454444;
	line-height:22px;
}
.about_content_right .thumb_right{
	float:left;
	}
.about_content_right .thumb_right img{
	float:left;
	}
.bold_itacil_font{
	font-weight:bold !important;
	font-style:italic !important;
	}
	
/*-------------------------NEWS------------------------*/
	

.content_pan_news{
	float:left;
	width:906px;
	background-image:url(../images/about_us_bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	border:3px solid #f6f6f6;
	box-shadow:0px 0px  10px #716f6f;
	background-color:#eaeaea;
	padding-bottom:35px;
	}
.news_content{
	float:left;
	width:auto;
	margin-left:48px;
	}	
.news_content ul{
	float:left;
	width:auto;
	}
.news_content ul li{
	float:left;
	padding-bottom:25px;
	border-bottom:1px solid #dadada;
	margin-bottom:25px;
	}
.news_content ul li .news_right{
	float:left;
	width:642px;
	margin-left:26px;
	}
.news_right h3{
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#0593a9;
	font-weight:bold;
	padding-bottom:2px;
	}
.news_right p{
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454444;
	line-height:20px;
	margin-top:5px;
	}
.news_heading_color_two{
	color:#7f7f7f !important;
	font-size:14px !important;
	font-weight:normal;
	font-style:italic;
	}
.news_content ul li .news_thumb{
	float:left;
	width:122px;
	height:122px;
	background-color:#fff;
	border:1px solid #d6d6d6;
	}
.news_content ul li .news_thumb img{
	float:left;
	}

.news_content ul li .store_thumb{
	float:left;
	width:127px;
	height:127px;
	background-color:#fff;
	border:1px solid #d6d6d6;
	}
.news_content ul li .store_thumb img{
	float:left;
	}
.border_bottom_none{
	border:none !important;
	}
.border_bottom{
	border-bottom:none !important;
	padding-bottom:0px !important;
	margin-bottom:42px !important;
	margin-right:42px;
	}
.about_content_left p.width_store{
	float:left;
	width:650px;
	margin-top:12px;
	margin-left:12px;
	}
.about_content_left_width_store{
	width:820px !important;
	}
	
/*----------------contact us----------------*/

.form_pan{
	float:left;
	width:520px;
	}
.form_pan .field_left{
	float:left;
	width:305px;
	}
.field_left input[type="text"]{
	float:left;
	width:292px;
	height:20px;
	background:0px;
	background:none;
	background-color:#fff;
	border:1px solid #bdbbbc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
	text-align:left;
	line-height:18px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px !important;
	margin-top:16px;
	}
.field_left .text_area{
	float:left;
	width:292px;
	height:106px;
	background:0px;
	background:none;
	background-color:#fff;
	border:1px solid #bdbbbc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
	text-align:left;
	line-height:18px;
	padding-left:10px;
	padding-top:5px;
	margin-top:16px;
	}
.button{
	float:right;
	width:auto;
	height:39px;
	line-height:39px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	margin-top:14px;
	background-image:url(../images/submit_btn_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	border-radius:9px;
	padding-left:25px;
	padding-right:25px;
	}
.form_pan .text_right{
	float:left;
	width:165px;
	margin-left:50px;
	margin-top:7px;
	}
.text_right p{
	float:left;
	width:165px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8c8b8b;
	padding:0px;
	line-height:17px;
	}
.margin_top_contact_info_pera{
	margin-top:21px !important;
	}
.contact_infor_red_color{
	color:#0590a5 !important;
	font-weight:bold !important;
	}
.margin_top_none{
	margin-top:0px !important;
	}
.sell_car_p{
	float:left;
	width:675px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	color:#282828;
	}
p.sell_car_p_error{
	float:left;
	width:675px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	line-height:12px;
	color:#FF0000;
	}

/*sell your call*/

.form_pan_sell{
	float:left;
	width:520px;
	margin-left:48px;
	}
.from_pan_sell_width{
	width:850px !important;
	}
.form_pan_sell .field_left_sell{
	float:left;
	width:352px;
	}
.field_left_sell input[type="text"]{
	float:left;
	width:410px;
	height:18px;
	background:0px;
	background:none;
	background-color:#fff;
	border:1px solid #bdbbbc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
	text-align:left;
	line-height:16px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px !important;
	margin-top:16px;
	}
.field_width_small{
	width:317px !important;
	}
.field_left_sell .text_area{
	float:left;
	width:292px;
	height:106px;
	background:0px;
	background:none;
	background-color:#fff;
	border:1px solid #bdbbbc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
	text-align:left;
	line-height:29px;
	padding-left:10px;
	margin-top:16px;
	}
.button_sell_car{
	float:right;
	width:auto;
	height:39px;
	line-height:39px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	margin-top:14px;
	background-image:url(../images/submit_btn_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	border-radius:9px;
	padding-left:25px;
	padding-right:25px;
	}
.field_left_sell h3{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#0590a6;
	font-weight:bold;			 
	}
.field_left_sell h4{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#0590a6;
	font-weight:bold;
	margin-top:55px;
	}
.select_drop_div{
	float:left;
	width:337px;
	margin-top:10px;
	}
.left_text{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#282828;
	height:29px;
	line-height:29px;
	}
.select_div{
	float:right;
	background-image:url(../images/select_bg.png);
	width:182px;
	height:18px;
	overflow:hidden;
	margin-top:5px;
	}
.select_div select{
	float:left;
	background:none;
	border:0px;
	-webkit-appearance: none;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding-left:10px;
	padding-bottom:5px;
	}
.margin_top_select{
		margin-top:65px;
		}
	
.bottom_p{
	float:left;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454444;
	line-height:22px;
	margin-top:15px;
	}
.radio_button{
	float:left;
	margin-left:16px;
	margin-right:5px;
	margin-top:19px;
	}

.button_sellcar{
	float:left;
	width:auto;
	height:39px;
	line-height:39px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:31px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	margin-top:14px;
	background-image:url(../images/submit_btn_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	border-radius:9px;
	padding-left:25px;
	padding-right:25px;
	}
.content_mid h1{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	font-weight:bold;
	color:#00a1ba;
	text-align:left;
	}
.promotion_img{
	float:left;
	margin-left:35px;
	margin-top:31px;
	}
.promotion_img img{
	float:left;
	}
.footer-logos {float:left;margin:7px 0 0 299px;}
.footer-logo-1 {float:left;}


/*-----------------------stor subpage------------*/

.stor_thumb_main{
	float:left;
	margin-left:53px;
	}
.stor_thumb_main .thumb_text_left{
	float:left;
	width:530px;
	}
.thumb_text_left h4{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	width:100%;
	padding-bottom:35px;
	}
.thumb_text_left p{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding-bottom:30px;
	line-height:22px;
	}
.stor_thumb_main .thumb_text_right{
	float:left;
	width:250px;
	margin-left:40px;
	}
.thumb_big{
	float:left;
	width:230px;
	height:230px;
	border:2px solid #b6b6b6;
	}
.thumb_text_right ul{
	float:left;
	}
.thumb_text_right ul li{
	float:left;
	margin-top:15px;
	margin-right:15px;
	}
.thumb_text_right ul li a{
	float:left;
	width:66px;
	height:66px;
	border:1px solid #b6b6b6;
	}
.margin_right_none{
	margin-right:0px !important;
	}
	
	.news_content .border_bottom { margin-bottom:122px !important;}
	
	.paddingleft_icon { padding-left:6px; }