@charset "utf-8";
/* CSS Document */

/* Common Styles */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #111111;
	background-color: #eff7fa;
	line-height: 150%;	
}
img {
	border: 0;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.dark {
	color: #252525;
}
a:hover {
	text-decoration: underline;
	color: #e3850b;
}
h3 {
	font-size:15px;
	padding-bottom:3px;
	text-transform:uppercase;	
}
.block {
	display: block;
}
.clear_both {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.pad_right {
	padding-right: 10px;
}
.pad_right_plus {
	padding-right: 20px;
}
.pad_left {
	padding-left: 10px;
}
.pad_left_plus {
	padding-left: 20px;
}
.pad_bottom {
	padding-bottom: 10px;
}
.pad_top {
	padding-top: 10px;
}
.pad_top_plus {
	padding-top: 20px;
}
.pad_all {
	padding: 10px;
}
.pad_all_plus {
	padding: 20px;
}
.pad_all_max {
	padding: 30px;
}
.pad_mix10-30 {
	padding: 10px 30px;
}
.font_gray_dark {
	color: #5b5b5b;
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font17 {
	font-size: 17px;
}
.font18 {
	font-size: 18px;
}
.font19 {
	font-size: 19px;
}
.line {
	line-height: 100%;
}
.line_two {
	line-height: 200%;
}
.line_three {
	line-height: 300%;
}
.width_fifty {
	width: 50%;
}

/* Page Styles */
#wrapper {
	margin: 0px auto;
	/*margin-left:15px;*/
	width: 975px;
	
}
#wrapper #header {
	display: block;
	margin: 10px 0;
	border: 1px solid #111;
	background: #fff url('../images/bg-header.gif') left top repeat-x;
	height: 85px;
}
	#wrapper #header #h_one {
		float: left;
		height: 85px;
		width: 165px;
	}
	#wrapper #header #h_two {
		float: left;
		height: 85px;
		width: 256px;
	}
		#wrapper #header #h_two p {
			padding-left: 10px;
			line-height: 17px;
			padding-top: 18px;
			color: #7c7c7c;
		}
	#wrapper #header #h_three {
		float: left;
		height: 85px;
		width: 256px;
		text-align: right;
	}
	#wrapper #header #h_four {
		float: left;
		height: 85px;
		width: 296px;
	}
#wrapper #content {
	display: block;
	border: 1px solid #111;
	background-color: #fff;
}
#wrapper #content #navigation {
	display: block;
	height: 26px;
	background: #fff url('../images/bg-nav.gif') left top repeat-x;
}
	#wrapper #content #navigation ul {
		list-style-type: none;
	}
	#wrapper #content #navigation ul li {
		float: left;
	}
	#wrapper #content #navigation ul li.right1 {
		float: right;
		background: #fff url('../images/bg-nav-right.gif')  repeat-x;
		border-left: 1px solid #bababa;
		/*padding-right:20px;*/
	}
	#wrapper #content #navigation ul li a {
		display: block;
		line-height: 26px;
		padding: 0 18px;
		color: #7c7c7c;
	}
	#wrapper #content #navigation ul li a:hover {
		color: #fff;
		background: #fff url('../images/bg-nav-over.jpg') left top repeat-x;
	}
	#wrapper #content #navigation ul li.right a {
		color: #0069bc;
	}
	#wrapper #content #navigation ul li.right a:hover {
		color: #0069bc;
		background: none;
	}
#wrapper #content #home_search {
	display: block;
	border-bottom: 1px solid #111;
}
#wrapper #content #home_search #hs_left {
	float: left;
	width: 736px;
	height: 281px;
	border-right: 1px solid #111;
}
	#wrapper #content #home_search #hs_left p {
		padding: 246px 0 0 635px;
	}
		#wrapper #content #home_search #hs_left p a {
			cursor: pointer;
			margin-left: 15px;
			float: left;
			height: 25px;
			line-height: 25px;
			width: 25px;
			background-color: #111111;
			color: #fff;
			text-align: center;
			border: 1px solid #ebebeb;
		}
#wrapper #content #home_search #hs_right {

	float: right;
	width: 206px;
	height: 251px;
	padding: 15px;
	background: #fff url('../images/bg-search.jpg') left top no-repeat;
}

	#wrapper #content #home_search #hs_right h1 {
		font-size: 15px;
		text-transform: uppercase;
		padding-bottom: 3px;
	}
	#wrapper #content #home_search #hs_right p {
		font-size: 11px;
		line-height: 120%;
	}
		#wrapper #content #home_search #hs_right p strong {
			color: #e3850b;
		}
	#wrapper #content #home_search #hs_right form label {
		display: block;
		padding-top: 7px;
		line-height: 20px;
		font-size: 12px;
	}
	#wrapper #content #home_search #hs_right form select {
		display: block;
		width: 190px;
		border: 1px solid #333;
	}
	#wrapper #content #home_search #hs_right form input.submit {
		display: block;
		margin-top: 10px;
		width: 55px;
		height: 25px;
		background: #fff url('../images/btn-homesearch-submit.gif') left top no-repeat;
		border: 0;
		cursor: pointer;
	}
/* Home Models */
#wrapper #content .home_models {
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #111;
}
	#wrapper #content .home_models .hm_top {
		display: block;
		height: 24px;
	}
		#wrapper #content .home_models .hm_top h2 {
			line-height: 24px;
			font-size: 11px;
			color: #111111;
			font-weight: bold;
			padding-left: 10px;
		}
	#wrapper #content .home_models .hm_bottom {
		display: block;
	}
		#wrapper #content .home_models .hm_bottom .hmb_item {
			float: left;
			height: 93px;
			width: 122px;
		}
		#wrapper #content .home_models .hm_bottom .hmb_item_mid {
			float: left;
			height: 93px;
			width: 147px;
		}
		#wrapper #content .home_models .hm_bottom .hmb_item_bot {
			float: left;
			height: 83px;
			width: 147px;
		}
			#wrapper #content .home_models .hm_bottom .hmb_item p,
			#wrapper #content .home_models .hm_bottom .hmb_item_bot p,
			#wrapper #content .home_models .hm_bottom .hmb_item_mid p {
				text-align: center;
				font-size: 11px;
				font-weight: bold;
				line-height: 13px;
			}
#wrapper #content #home_bottom {
	display: block;
}
	#wrapper #content #home_bottom #hb_left {
		float: left;
		width: 736px;
		text-align:center;
	}
	#wrapper #content #home_bottom #hb_left h1{
		font-size:16px;
		font-weight:bold;
		padding: 10px 30px;
	}
	#wrapper #content #home_bottom #hb_left p.parts {
		font-size: 11px;
	}
	#wrapper #content #home_bottom #hb_left .price {
		font-size: 14px;
		font-weight: bold;
	}
	#wrapper #content #home_bottom #hb_left img {
		
	}
	#wrapper #content #home_bottom #hb_right {
		float: right;
		width: 236px;
		border-left: 1px solid #111;
	}
		#wrapper #content #home_bottom #hb_right ul {
			display: block;
			list-style-type: none;
		}
			#wrapper #content #home_bottom #hb_right ul li {
				display: block;
				font-size: 14px;
				text-transform: uppercase;
				border-bottom: 1px solid #ffffff;
			}
				#wrapper #content #home_bottom #hb_right ul li a {
					display: block;
					padding-left: 28px;
					line-height: 23px;
					color: #ffffff;
				}
				#wrapper #content #home_bottom #hb_right ul li a:hover {
					color: #e3850b;
				}
			#wrapper #content #home_bottom #hb_right ul li.one {
				background: #fff url('../images/bg-homebotright-1.gif') left top repeat-x;
				font-weight: bold;
				padding-left: 15px;
				line-height: 26px;
			}
			#wrapper #content #home_bottom #hb_right ul li.two {
				background: #fff url('../images/bg-homebotright-2.gif') left top no-repeat;
			}
			#wrapper #content #home_bottom #hb_right ul li.three {
				background: #fff url('../images/bg-homebotright-3.gif') left top no-repeat;
			}			
			#wrapper #content #home_bottom #hb_right ul li.four {
				background: #fff url('../images/bg-homebotright-4.gif') left top no-repeat;
			}			
			#wrapper #content #home_bottom #hb_right ul li.five {
				background: #fff url('../images/bg-homebotright-5.gif') left top no-repeat;
			}
			#wrapper #content #home_bottom #hb_right ul li.six {
				background: #fff url('../images/bg-homebotright-6.gif') left top no-repeat;
			}
		#wrapper #content #home_bottom #hb_right #hbr_bottom {
			padding: 20px;
		}
		#wrapper #content #home_bottom #hb_right #hbr_bottom h3 {
			font-size: 15px;
			text-transform: uppercase;
		}
		#wrapper #content #home_bottom #hb_right #hbr_bottom p.parts {
			font-size: 11px;
		}
		#wrapper #content #home_bottom #hb_right #hbr_bottom .price {
			font-size: 14px;
			font-weight: bold;
		}
		#wrapper #content #home_bottom #hb_right #hbr_bottom img {
			padding-left: 10px;
			float: right;
		}
		#wrapper #content #home_bottom #hb_right #hbr_bottom p.news_item {
			padding: 5px 0;
		}
			#wrapper #content #home_bottom #hb_right #hbr_bottom p.news_item .date {
				display: block;
				font-size: 11px;
				color: #808080;
				font-weight: bold;
			}
			#wrapper #content #home_bottom #hb_right #hbr_bottom p.news_item .title {
				display: block;
				font-size: 13px;
				font-weight: bold;
			}
			#wrapper #content #home_bottom #hb_right #hbr_bottom p.news_item .content {
				display: block;
				font-size: 11px;
			}
#wrapper #footer {
	display: block;
	margin: 20px 0;
}

/* Home Slider */
#wrapper #content #home_bottom #hb_left h3.m_spec {
	float: left;
	padding-left: 44px;
	text-transform: uppercase;
	line-height: 30px;
}
#wrapper #content #home_bottom #hb_left span.ms_vmore {
	line-height: 30px;
	padding-right: 248px;
	float: right;
}
#wrapper #content #home_bottom #hb_left #slider {
	float: left;
	width: 635px;
	height: 185px;
}
#wrapper #content #home_bottom #hb_left #slider ul, #slider li {
	margin: 0;
	padding: 0;
	background: #ffffff;
	list-style: none;
	width: 635px;
	height: 185px;
}
#wrapper #content #home_bottom #hb_left #slider li { 
	width: 635px;
	height: 185px;
	overflow: hidden; 
}
#wrapper #content #home_bottom #hb_left span#prevBtn a {
	float: left;
	background: #fff url('../images/slide_left.gif') center center no-repeat;
	width: 45px;
	height: 185px;
}
#wrapper #content #home_bottom #hb_left span#nextBtn a {
	float: left;
	background: #fff url('../images/slide_right.gif') center center no-repeat;
	width: 45px;
	height: 185px;
}

#wrapper #content #home_bottom #hb_left #slider .slider1
{
float:left;
}
#wrapper #content #home_bottom #hb_left #slider .slider2
{
float:right;
}
#wrapper #content #home_bottom #hb_left #slider .image
{
width: 200px;
height: 145px;
float: none;
}
#wrapper #content #home_bottom #hb_left #slider .priceval
{
   color:#D32644;
   display: block;
   width: 210px;
}
#wrapper #content #home_bottom #hb_left #slider .ptext
{
font-weight:bold; 
display: block;
width: 210px;
}



/* New Page */
#newpage{
	padding:20px;
}
#newpage h1{
	color:#e0631f;
	font-size:29px;
	margin:30px 0 20px;
}

#newpage #newpage-left{
	float:left;
	width:360px;
}
	#newpage #newpage-left #npl-img{
		line-height:0;
	}
	#newpage #newpage-left #npl-img img.img{
		width:358px;
		border:1px solid #68696b;
	}
	#newpage #newpage-left #npl-images{
		line-height:0;
	}
	#newpage #newpage-left #npl-images .npl-i-row{
		margin-top:20px;
	}
	#newpage #newpage-left #npl-images .npl-i-row img{
		border:2px solid #115faf;
		margin-right:24px;
	}
	#newpage #newpage-left #npl-images .npl-i-row img.last{
		margin:0;
	}
#newpage #newpage-right{
	float:right;
	width:550px;
}
	#newpage #newpage-right #npr-left{
		float:left;
		width:240px;
		color:#666666;
	}
	#newpage #newpage-right #npr-left h2{
		font-size:19px;
		margin-bottom:0;
	}
	#newpage #newpage-right #npr-left p#instock{
		font-size:12px;
		font-weight:bold;
		font-style:italic;
		color:#3f8d10;
		margin-bottom:10px;
	}
	#newpage #newpage-right #npr-left p{
		font-size:14px;
		line-height:1.8;
	}
	#newpage #newpage-right #npr-left #mileage{
		display:block;
		margin-top:20px;
		width:235px;
		color:#666666;
		background:#fff url('../images/bg-mileage.jpg') center top no-repeat;
	}
		#newpage #newpage-right #npr-left #mileage #mile-left{
			float:left;
			width:115px;
			height:52px;
			text-align:center;
			line-height:0;
		}
		#newpage #newpage-right #npr-left #mileage #mile-right{
			float:right;
			width:115px;
			height:52px;
			text-align:center;
			line-height:0;
		}
		#newpage #newpage-right #npr-left #mileage #mile-left p,
		#newpage #newpage-right #npr-left #mileage #mile-right p{
			line-height:1;
		}
		#newpage #newpage-right #npr-left #mileage #mile-left strong,
		#newpage #newpage-right #npr-left #mileage #mile-right strong{
			display:block;
			font-size:12px;
			margin:5px 0;
		}
		#newpage #newpage-right #npr-left #mileage #mile-left span,
		#newpage #newpage-right #npr-left #mileage #mile-right span{
			display:block;
			font-size:26px;
			font-weight:bold;
			color:#444;
		}
		#newpage #newpage-right #npr-left p.desc{
			font-size:11px;
			padding-top:5px;
			line-height:1;
			text-align:center;
		}
	#newpage #newpage-right #npr-right{
		float:right;
		width:290px;
	}
		#newpage #newpage-right #npr-right h2{
			font-size:18px;
			color:#e0631f;
		}
		#newpage #newpage-right #npr-right ul{
			list-style-type:none;
			margin:15px 0;
		}
		#newpage #newpage-right #npr-right ul li{
			background:#fff url('../images/bg-newpage-list.jpg') left center no-repeat;
			margin-top:6px;
		}
		#newpage #newpage-right #npr-right ul li a{
			color:#ffffff;
			display:block;
			margin-left:5px;
			padding-left:40px;
		}
		#newpage #newpage-right #npr-right ul li a.np-one{
			background:url('../images/newpage-list1.png') left center no-repeat;
			line-height:32px;
		}
		#newpage #newpage-right #npr-right ul li a.np-two{
			background:url('../images/newpage-list2.png') left center no-repeat;
			line-height:37px;
		}
		#newpage #newpage-right #npr-right ul li a.np-three{
			background:url('../images/newpage-list3.png') left center no-repeat;
			line-height:37px;
		}
		#newpage #newpage-right #npr-right ul li a.np-four{
			background:url('../images/newpage-list4.png') left center no-repeat;
			line-height:31px;
		}
	#newpage #newpage-right #newpage-form{
		margin-top:30px;
		display:block;
		height:100px;
		background:url('../images/np-form.png') left top no-repeat;
	}
		#newpage #newpage-right #newpage-form fieldset{
			padding: 40px 0 28px 19px;
			height:32px;
			border:0;
		}
		#newpage #newpage-right #newpage-form fieldset #np1{
			height:32px;
			font-size:20px;
			font-weight:bold;
			width:64px;
			border:0;
			background:none;
			margin-right:10px;
			text-align:right;
		}
		#newpage #newpage-right #newpage-form fieldset #np2{
			height:32px;
			font-size:20px;
			font-weight:bold;
			width:114px;
			border:0;
			background:none;
			margin-right:14px;
			text-align:right;
		}
		#newpage #newpage-right #newpage-form fieldset #np3{
			height:20px;
			font-size:14px;
			width:106px;
			border:0;
			background:none;
			margin-right:20px;
		}
		#newpage #newpage-right #newpage-form fieldset #np4{
			height:32px;
			font-size:20px;
			font-weight:bold;
			width:160px;
			border:0;
			background:none;
			text-align:right;
		}
		#newpage #newpage-right #newpage-form fieldset #np1,
		#newpage #newpage-right #newpage-form fieldset #np2,
		#newpage #newpage-right #newpage-form fieldset #np3,
		#newpage #newpage-right #newpage-form fieldset #np4{
			color:#333;
		}
	#newpage #newpage-right #np-directions{
		margin-top:15px;
		background:url('../images/newpage-googlemap.png') left top no-repeat;
		padding-left:293px;
		height:200px;
		color:#666666;
		font-size:14px;
		float:left;
	}
	#newpage #newpage-right #np-directions strong{
		font-size:17px;
	}
#newpage #newpage-bottom{
	margin-top:20px;
	background:#fff url('../images/np-gradient.jpg') left top repeat-x;
	padding-top:20px;
	color:#666;
}
#newpage #newpage-bottom h3{
	color:#E0631F;
	font-size:18px;
	text-transform:none;
	margin-bottom:15px;
}
#newpage #newpage-bottom #npb-left{
	float:left;
	width:540px;
	padding-left:15px;
}
	#newpage #newpage-bottom #npb-left ul{
		float:left;
		width:245px;
		list-style-position:inside;
		font-size:12px;
	}
		#newpage #newpage-bottom #npb-left ul.first{
			margin-right:20px;
		}
	#newpage #newpage-bottom #npb-left ul li{
		
	}
#newpage #newpage-bottom #npb-right{
	float:right;
	width:350px;
}

/* New Search Page */
#newsearch{
	padding:30px;
	color:#666666;
}
#newsearch h1{
	color:#e0631f;
	font-size:29px;
	border-bottom:5px solid #deebf5;
	margin-bottom:15px;
	padding-bottom:15px;
}
#newsearch h2{
	color:#3b88c4;
	font-size:19px;
	font-weight:normal;
	margin-bottom:15px;
}
#newsearch #ns-topsearch{
	padding:10px 0;
}
#newsearch #ns-topsearch fieldset{
	border:0;
	float:right;
}
#newsearch #ns-topsearch fieldset select{
	border:1px solid #999;
	width:150px;
}
#newsearch #ns-bluebar{
	padding:5px;
	background-color:#c0d6f0;
	font-weight:bold;
	font-size:12px;
}
#newsearch #ns-bluebar #nsb-left{
	float:left;
}
#newsearch #ns-bluebar #nsb-right{
	float:right;
}
#newsearch #ns-sortby{
	line-height:30px;
	border-bottom:2px solid #c7c7c7;
	margin-bottom:10px;
}
#newsearch #ns-sortby #nss-left{
	float:left;
	font-size:12px;
}
#newsearch #ns-sortby #nss-left a{
	color:#3b88c4;
	font-weight:normal;
	margin-right:20px;
	padding-right:15px;
}
	#newsearch #ns-sortby #nss-left a.asc{
		background:url('../images/newsearch-asc.jpg') right center no-repeat;
	}
	#newsearch #ns-sortby #nss-left input.asc{
		background:url('../images/newsearch-asc.jpg') right center no-repeat;
		border:0;
		padding-right:11px;
		margin-right:20px;
		color:#3b88c4;
		font-weight:normal;
		cursor:pointer;
	}
	#newsearch #ns-sortby #nss-left a.desc{
		background:url('../images/newsearch-desc.jpg') right center no-repeat;
	}
	#newsearch #ns-sortby #nss-left input.desc{
		background:url('../images/newsearch-desc.jpg') right center no-repeat;
		border:0;
		padding-right:11px;
		margin-right:20px;
		color:#3b88c4;
		font-weight:normal;
		cursor:pointer;
	}
	#newsearch #ns-sortby #nss-left input.nosort{
		background:none;
		border:0;
		padding-right:11px;
		margin-right:20px;
		color:#3b88c4;
		font-weight:normal;
		cursor:pointer;
	}
#newsearch #ns-sortby #nss-right{
	float:right;
	font-size:11px;
	color:#111;
	font-weight:bold;
	padding-top:5px;
}
#nss-right input.button{
	background:#c0d6f0 none;
	border:1px solid #444;
	color:#222;
	padding:2px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}
#nss-right input.button#current{
	background:#ed8f5c none;
}
#newsearch #ns-sortby #nss-right a{
	color:#666;
	padding-left:5px;
}

#newsearch .ns-carlisting{
	
}
#newsearch .ns-carlisting.odd{
	background-color:#f0f0f0;
}
#newsearch .ns-carlisting .nscl-left{
	padding:15px 0;
	float:left;
	width:230px;
	text-align:center;
}
#newsearch .ns-carlisting .nscl-middle{
	padding:15px 0;
	float:left;
	width:400px;
}
#newsearch .ns-carlisting .nscl-middlecontent{
	padding:0 0 10px 230px;
	float:left;	
	width:670px;
	_width:870px;
}
	#newsearch .ns-carlisting .nscl-middle .nsclm-title a{
		color:#3b88c4;
		font-size:21px;
	}
	#newsearch .ns-carlisting .nscl-middle ul{
		list-style-type:none;
		font-size:12px;
		padding-top:10px;
	}
	#newsearch .ns-carlisting .nscl-middle ul li{
		float:left;
		width:195px;
		line-height:1.6;
	}
#newsearch .ns-carlisting .nscl-right{
	padding:15px 0;
	float:left;
	width:270px;
}
	#newsearch .ns-carlisting .nscl-right .nsclr-intro{
		text-align:right;
		line-height:31px;
		padding-right:15px;
		font-size:21px;
		font-weight:bold;
		margin-bottom:10px;
	}

#newsearch p#ns-blue{ color:#3b88c4; }

npoptions{
	 float:left;
	 width:550px;
	 /*border:1px solid red;*/
	 margin:15px 0px 0px 0px;
}
.npoptions h2{
	color:#e86818;
	margin-top: 10px;
	padding:10px 0px 10px 0px;
}
.txtbox {

	background: transparent url(../images/text-box.gif) no-repeat;
	border: 0px;
	width: 103px;
	height: 35px;

}
.slctbox{
	background: transparent url(../images/text-box.gif) no-repeat;
	border: none;
	width: 103px;
	/*height: 20px;*/
}

.comments{
 float:left;
 width:550px;
 /*border:1px solid red;*/
 margin:15px 0px 0px 0px;
}
.comments h2{
	color:#e86818;
	padding:10px 0px 10px 0px;
}

.finance{
	 float:left;
	 width:550px;
	 /*border:1px solid red;*/
	 margin:5px 0px 0px 0px;
	 padding-left: 3px;
}
.grey {
	padding: 20px;
}
.finance h2{
	font-size: 14px;
	color:#e86818;
	padding:15px 0px 10px 17px;
}
.graybox-top {
background: url('../images/gray-box-top.png') no-repeat;
width: 360px;
height:6px;
float:left;
}
.graybox-mid {
background:url('../images/gray-box-mid.png') repeat-y;
width: 360px;
float:left;

}
.graybox-bottom {
background:url('../images/gray-box-bottom.png') no-repeat;
width: 360px;
float:left;
height:6px;
}
#headersection{
width: 100%;

padding-top: 20px;
padding-bottom: 20px;
float:left;
}
.section1 {
width: 65%;
float:left;

}
.section2 {
width: 35%;
float:right;

}
#newpage #newpage-left #grey{
		padding: 10px;
	}
