/*------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.	RESET

2.	MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.	FORMS
3.a  General form styles
3.b  Individual forms

4.	PLUGINS

5.	PRINT


/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none; list-style-position: outside }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background: #000 url(../img/bg_body-inner.gif) repeat-x;
	color: #fff;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

/*body.home{
	background: #292929 url(../img/bg_body.gif) repeat-x;
}*/


ul, ol, table, dl, dd, pre { margin: 0 }
p { margin: 0 0 5px }

strong { font-weight: bold }
em { font-style: italic }
code, pre { font-family: "Courier New", Courier, monospace }
dt { font-weight: bold }
dd { font-style: italic }
cite { font-style: italic }
q { font-style: italic }
blockquote { font-style: italic; padding: 0 2.67em }

abbr, acronym { border-bottom: 1px dotted; cursor: help }


/* Headlines
-------------------------------
[?] Always define: font-size - line-height - margin
*/

h1 {
	font-size: 3em;
	margin: 1em 0 .4em;
}
h2 {
	font-size: 45px;
	color: #e0e0e0;
	margin: 0 0 15px;
}
h3 {
	color: #c9c9c9;
	font-size: 24px;
	margin: 0 0 7px;
}
h4 {
	font-size: 1.33em;
	margin: 1em 0 .4em;
}
h5 {
	color: #c3c3c3;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 0;
	padding: 0;
}
h6 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 12px;
}


/* Anchors
-------------------------------*/

a, a:link, a:visited {
	color: #ba8a1a;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}


/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	text-align: left;
	width: 940px;
	position: relative;
}
	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		width: 100%;
		position: relative;
	}
	
	/*.home #header {
		height: 585px;
	}*/
	#header {
		height: 190px;
		position: relative;
		z-index: 99;
	}
		#logo {
			color: #dbdbdb;
			font-family: "Lucida Sans", "Lucida Grande", sans-serif;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
			margin: 0;
			height: 114px; width: 300px;
			position: absolute;
			top: 70px; left: -13px;
		}
			#logo a {
				color: #dcb844;
				font-size: 42px;
				letter-spacing: -2px;
				text-decoration: none;
			}			
				#search #headerList {
					background: url(../img/bg_headerList-search.gif) no-repeat 5px 0;
					width: 146px;
				}
				
			#tagline {
				margin: 0;
				position: absolute;
				top: 0; left: 0;
				color: #dbdbdb;
				font-size: 17px;
				font-style: italic;
				font-family: Georgia;
				line-height: 40px;
			}
				#tagline span{
					color: #ba8a1a;
				}
				
		#headerList {
			position: absolute;
			top: 0; right: 0;
			height: 40px; width: 242px;
			background: url(../img/bg_headerList.png) no-repeat;
			color: #dbdbdb;
			cursor: pointer;
			font-family: Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			line-height: 40px;
			padding: 0 0 0 20px;
			z-index: 10001;
		}
		#headerList:hover {
			background-position: 0 -43px;
		}
		
		#headerList:hover ul {
			display: block;
			width: 260px;
			position: absolute;
			top: 40px; left: 0;
			z-index: 9999999; 
		}
			#headerList p:hover {
				color:#dcb844;
			}
			#headerList ul {
				display: none;
			}
				#headerList ul li {
					text-align: left;
					background: url(../img/bg_headerList2-sub.png) repeat-x;
					border-top: 1px solid #585858;
					padding: 0;
				}
				#headerList ul li:hover {
					background: url(../img/bg_headerListOver2-sub.png) repeat-x;
				}
					#headerList ul li a{
						background: url(../img/bg_drop2.png) no-repeat 193px 5px;
						color: #dbdbdb;
						display: block;
						padding: 0 20px;
						text-decoration: none;
						height: 38px;
					}
					#headerList ul li a:hover{
						color: #dcb844;
						display: block;
						text-decoration: none;
					}
					#headerList ul li a.link1{
						background-position: 193px 5px;
					}
					#headerList ul li a.link2{
						background-position: 193px -33px;
					}
					#headerList ul li a.link3{
						background-position: 193px -75px;
					}
					#headerList ul li a.link4{
						background-position: 193px -112px;
					}
					#headerList ul li a.link5{
						background-position: 193px -152px;
					}
			
		#headerSearch {
			position: absolute;
			top: 80px; right: 0;
		}
		#banner {
			position: absolute;
			top: 200px; left: 0;
			padding: 28px 0 25px 25px;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size: 16px;
			line-height: 22px;
			width: 940px;
		}
			#banner h2 {
				text-transform: uppercase;
			}
			#banner p {
				padding:0 500px 0 0;
				margin: 0 0 10px;
			}
			#banner p a{
				color: #ba8a1a;
			}
			#banner p#finder{
				color: #161616;
				font-size: 20px;
				text-transform: uppercase;
				margin: 5px 0 0 -6px;
			}
				#banner p#finder a{
					background: url(../img/bg_button-finder.png) no-repeat;
					color: #161616;
					display: block;
					font-size: 20px;
					font-weight: bolder;
					text-align: center;
					text-decoration: none;
					text-transform: uppercase;
					padding: 18px 0;
					width: 256px;
				}
			#banner p.img img{
				position: absolute;
				top: -7px; right: -35px;
				z-index: -10000;
			}

	#content {
		padding: 0 0 80px 0;
	}
	
		/*.home #main {
			float: left;
			width: 600px;
			padding: 0 40px 0 0;
			overflow: hidden;
		}
		
		.home #sidebar {
			float: right;
			width: 300px;
		}*/
		
		#main {
			float: left;
			width: 670px;
			padding: 30px 20px 0 0;
		}
		
		#sidebar {
			float: right;
			width: 230px;
		}
		
	#footer {
		background: url(../img/bg_footer.gif) repeat-x;
		height: 170px;
	}



/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }


/* Main navigation
-------------------------------*/

#nav {
	height: 37px; width: 100%;
	position: absolute;
	top: 156px; left: 0;
}
	#nav li {
		display: inline;
		float: left;
		line-height: 37px;
		margin-right: 2px;
	}
		#nav li a {
			background: url(../img/bg_nav-li.png) repeat-x;
			float: left;
			font-size: 14px;
			font-weight: bold;
			color: #dbdbdb;
			display: block;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0 20px;
		}
		#nav li a:hover, #nav li a.active {
			background: url(../img/bg_nav-li.png) repeat-x 0 -39px;
			color: #dcb844;
		}


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

/* General elements
-------------------------------*/


/* Main
--------------- */

#main ul#vehicleCategories {
	overflow: hidden;
	margin: 0 0 50px;
}
	#main ul#vehicleCategories li {
		background: url(../img/bg_category.png) no-repeat;
		float: left;
		font-size: 14px;
		height: 97px; width: 169px;
		text-align: center;
		padding: 20px 15px;
		font-weight: bold;
		}

		#main ul#vehicleCategories li p.categories{
			font-size: 11px;
			font-weight: normal;
		}
		#main ul#vehicleCategories li p.name {
			text-transform: uppercase;
		}
		#main ul#vehicleCategories li p {
			margin: 0;
		}
	
#main ul#feaured {
	background: url(../img/bg_feaured-li.gif) repeat-x bottom;
	margin: 0 0 11px;
}
	#main ul#featured li {
		background: url(../img/bg_feaured-li.gif) repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: italic;
		position: relative;
		padding: 8px 0 6px;
		height: auto!important;
		min-height: 88px;
		height: 88px;
	}
		#main ul#featured li h4 {
			font-style: normal;
			font-weight: bolder;
			margin: 14px 0 0;
		}
		#main ul#featured li p.img {
			border: 2px solid #5d6061;
			position: absolute;
			top: 0; left: 0;
		}
		#main ul#featured li p.price {
			position: absolute;
			top: 0; right: 0;
			font-size: 16px;
			font-weight: bolder;
			color: #f1d36c;
		}
		#main ul#featured li h4{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bolder;
			margin: 11px 0 6px;
		}
			ul#featured li h4 a {
				color: #fff;
				font-style: normal;
				font-weight: bolder;
				margin: 14px 0 0;
				text-decoration: none;
			}
		#main ul#featured li p.txt a {
			font-style: normal;
		}
		
		#main ul#featured li p.categories{
			font-size: 11px;
			text-transform: capitalize;
			font-weight: normal;
		}
		#main p.view{
			color: #ba8a1a;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			text-align: right;
		}
		#main p.view2{
			color: #ba8a1a;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			text-align: right;
			width:760px;
		}
		
#main p.breadcrumb {
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
	#main p.breadcrumb a{
		color: #c3c3c3;
		text-decoration: underline;
	}
	#main p.breadcrumb a:hover{
		text-decoration: none;
	}
	#main .breadcrumb 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;	
		color: #c3c3c3;
		text-decoration: underline;
	}
	
	#main .breadcrumbCurrentNode 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;	
		color: #888;
		text-decoration: none;
	}
	

h5.results-title {
	margin: 30px 0 20px;
	padding: 0 120px 0 0;
}

	
#main ul.results {
	padding: 27px 0 25px;
	position: relative;
	text-align: right;
	width: 100%;
}
	#main ul.results li {
		display: inline;	
	}
	#main ul.results li.first {
		position: absolute;
		left: 0;
	}
		#main ul.results li a {
			text-decoration: underline;	
			color: #c3c3c3;	
		}
		
#main p.results {
	position: absolute;
	top: 70px; left: 0;
}
	#main p.results a{
		color: #c3c3c3;
	}

#main ul#search-details {
	overflow: hidden;
}
	#main h2 {
		color: #fff;
		font-size: 38px;
		margin: 20px 0;
		padding: 0;
		text-transform: uppercase;
	}
	#main ul#search-details {
		background: url(../img/bg_feaured-li.gif) repeat-x bottom;
		margin: 0;
	}
		#main ul#search-details li {
			background: #292929 url(../img/bg_searchDetails-li.gif) repeat-x;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: italic;
			list-style: none;
			position: relative;
			padding: 8px 120px 6px 130px;
			min-height: 88px;
			height: auto!important;
			height: 88px;
		}
		#main ul#search-details li.alt {
			background: #212121 url(../img/bg_searchDetails-li.gif) repeat-x;
		}
			#main ul#search-details li h4 {
				font-style: normal;
				font-weight: bolder;
				margin: 14px 0 0;
			}
			#main ul#search-details li p.img {
				border: 2px solid #5d6061;
				position: absolute;
				top: 11px; left: 10px;
			}
			#main ul#search-details li p.price {
				font-size: 16px;
				font-style: normal;
				font-weight: bolder;
				color: #f1d36c;
				padding: 0 0 0 130px;
				position: absolute;
				top: 20px; right: 20px;
			}
			#main ul#search-details h4{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				margin: 11px 0 6px;
			}
		#main ul#search-details li p.txt {
			color: #c3c3c3;
			font-style: italic;
			
		}
		
		/*.home #main ul#search-details li p.txt {
			color: #fff;
		}*/

		
		#main ul#search-details li p.txt a {
			font-style: normal;
		}
		
		#main ul#search-details li p.categories{
			font-size: 11px;
			text-transform: capitalize;
			font-weight: normal;
		}
		
		#main p#newSearch {
			position: absolute;
			top: 74px; left: 545px;
			background: url(../img/bg_newSearch.png) no-repeat;
		}
			#main p#newSearch a{
				color: #000;
				display: block;
				height: 25px; width: 117px;
				font-weight: bolder;
				line-height: 25px;
				text-align: center;
				padding: 0 0 0 10px;
			}
		
		
		/*.home #main p.view {
			background: #292929 url(../img/bg_searchDetails-li.gif) repeat-x;
			line-height: 40px;
			font-weight: normal;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			padding: 0;
		}*/

		#main p.view, #main p.view2 {
			background: #292929 url(../img/bg_searchDetails-ul.gif) repeat-x;
			line-height: 40px;
			font-weight: bolder;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			display: block;
			padding: 0 20px;
		}
		
		#main ul#pages {
			margin: 20px 0 0;
			text-align: right;
		}
		#main ul#pages li, #main ul#pages li a {
			color: #584414;
		}
		/* body.inner #main ul#pages li a:visited {
			color: #584414;
		} */
			#main ul#pages li a {
				color: #ba8a1a;
			}
			#main ul#pages li a.alt {
				font-weight: bolder;
			}
			#main ul#pages li a.active {
				font-weight: bolder;
				color: #fff;
			}
			
			
	#main div.sidebar2 div.contactform label{
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		line-height: 30px;
	}
	#main div.sidebar2 div.contactform li
	{
		padding: 0 0 0 5px;
		margin: 0 0 0 0;
	}
	#main div.sidebar2 div.contactform textarea
	{
		-moz-border-radius: 5px; 
		-khtml-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius: 5px;
		background: url(../img/bg_input-textarea.gif) no-repeat;
		width: 355px;
	}
	#main div.sidebar2 div.contactform input.text 
	{
		-moz-border-radius: 5px; 
		-khtml-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius: 5px;
		background: url(../img/bg_input-text.gif) no-repeat;
		width: 350px;
	}
	#main div.sidebar2 div.contactform input.submit
	{
		width: 100px;
	}
	#main div.sidebar2 div.contactform p.contactSubmit 
	{
		text-align: right;
		border-bottom: 1px solid #343434;
		padding: 20px 15px 20px 0;
	}
	#main div.sidebar2 div.contactform ol#cnt {
		border-bottom: 0px solid #343434;
	}


	#main div.sidebar1 h3, #main div.sidebar2 h3 {
		font-size: 18px;
		margin: 0 0 20px;
	}
	#main div.sidebar1, #main div.sidebar2 {
		float: left;
		margin: 50px 0 0;
	}
	#main div.sidebar2 {
		padding: 0 0 0 49px;
		width: 380px;
	}
	#main div.sidebar2 ol{
		width: 380px;
	}
	#main div.sidebar2 ol.second{
		margin: 18px 0 0; 
	}
		#main div.sidebar2 form label, #main div.sidebar2 div.form label{
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			line-height: 30px;
		}	
		#main div.sidebar2 ol {
			padding: 20px 0;
		}
		#main div.sidebar2 ol#cnt {
			border-bottom: 1px solid #343434;
		}
			#main div.sidebar2 ol li{
				margin: 0 0 10px;
				overflow: hidden;
			}

	#advancedSearch {
		padding-bottom: 20px;
	}

	#main p.sub-tit {
		color: #808080;
		font-size: 18px;
		line-height: 24px;
		text-align: left;
		margin: 0;
	}
	#main ul#models {
		width: 241px;
	}
		#main ul#models li {
			background: url(../img/bg_models-li.gif) no-repeat;
			display: block;
			height: 74px;
			margin: -3px 0 0;
			padding: 15px 20px 10px 125px;
			width: 95px;
			position: relative;
		}

			#main ul#models li div.model a{
				font-size: 11px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
			}
			#main ul#models li div.model p.name{
				margin: 0;
				text-transform: uppercase;
				font-size: 14px;
				font-weight: bold;
				margin: 0;
				padding-top: 10px;
			}
			#main ul#models li p.img{
				position: absolute;
				top: 10px; left: 0;
			}
			
	#main p.callus{
		color: #f00;
		font-size: 18px;
		background: url(../img/bg_sidebar-title3.png) no-repeat;
		height: 16px; width: 262px;
		padding: 11px 0 43px 38px;
		margin: 20px 0 0;
		text-indent: -99999px;
		display: block;
	}

#main #box {
	background: #292929;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
}
	#main #box h4 {
		background: url(../img/bg_details-enc.png) repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		height: 52px; 
		line-height: 52px;
		margin: 0;
		padding: 0 25px;
	}
	#main #box p.price {
		color: #f1d36c;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		position: absolute;
		top: 18px; right: 25px;
	}
	#main #box p.price2 {
		color: #f1d36c;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		margin-top: 25px;
	}
	#main div#box {
		width: 800px;
	}

	#main #box div.col1 {
		float: left;
		padding: 20px 0 20px 20px;
		width: 390px;
	}
		#main #box div.col1 ul {
			margin: 0 0 0 -7px;
			overflow: hidden;
		}
			#main #box div.col1 ul li {
				float: left;
				display: inline;
				margin: 7px 0 -4px 7px;
				padding: 0;
			}
				#main #box div.col1 img {
					border: 2px solid #909090;
				}
				#main #box div.col1 li:hover img {
					border: 2px solid #557caa;
					cursor: pointer;
				}
				#main #box div.col1 li.active img {
					border: 2px solid #be993d;
				}

	#main #box div.col2 {
		color: #bebebe;
		float: right;
		padding: 20px;
		width: 340px;
	}
		#main #box div.col2 div.call{
			background: #343434;
			color: #a6a6a6;
			font-family: Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 20px;
			text-align: center;
		}
			#main #box div.col2 div.call h5 {
				background: url(../img/bg_call.png) no-repeat center bottom;
				color: #fff;
				margin: 5px 0 0;
				padding: 0 0 50px;
				
			}
			#main #box div.col2 div.call p a {
				font-weight: bold;
				text-decoration: underline;			
			}
		#main #box div.col2 ul {
			font-family: Arial, Helvetica, sans-serif;
			color: #fff;
			padding: 10px 0 15px;
		}
			#main #box div.col2 ul li {
				background: url(../img/bg_cl2.gif) repeat-x left bottom;
				padding: 10px 0;
				overflow: hidden;
			}
			#main #box div.col2 ul li.alt { background: url(../img/bg_col3.gif) repeat-x left bottom; margin: 0 0 5px;}
			
				#main #box div.col2 ul li p {
					color: #fff;
					width: 130px;
					float: left;
					margin: 0; 
					padding: 0;
				}
				#main #box div.col2 ul li span {
					color: #a6a6a6;
					width: 210px;
					float: left;
				}
					#main #box div.col2 ul li span.span1 { color: #f1d36c; font-weight: bold; }
					#main #box div.col2 ul li span.span2 { font-weight: bold; }
					#main #box div.col2 ul li span.span3 { font-weight: bold; }
				
	#main #box div.col3 {
		background: url(../img/bg_col3.gif) repeat-x;
		color: #bebebe;
		float: right;
		margin: 0 20px;
		padding: 20px 0;
		width: 760px;
	}
		#main #box div.col3 ul {
			overflow: hidden;
			padding: 0 0 10px;
		}
			#main #box div.col3 ul li {
				background: url(../img/bullet2.gif) no-repeat left 4px;
				float: left;
				padding: 0 0 0 15px;
				width: 145px;
			}
			
	#main ul.view {
		background: #292929 url(../img/bg_searchDetails-ul.gif) repeat-x;
		line-height: 40px;
		padding: 0 20px 0 270px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		overflow: hidden;
	}
		#main ul.view li {
			float: left;
			display: inline;
		}
		
		#main ul.view li a{
			display: block;
			padding: 0 20px 0 0;
			margin: 0 20px 0 0;
		}
			#main ul.view li.link1 a { background: url(../img/icon_mail.png) no-repeat right 12px ; }
			#main ul.view li.link2 a { background: url(../img/icon_fav.png) no-repeat right 12px; width: 80px }
			#main ul.view li.link3 a { background: url(../img/icon_download.png) no-repeat right 12px; width: 70px}
			#main ul.view li.link4 a { background: url(../img/icon_tell-a-friend.png) no-repeat right 12px; width: 60px}
			#main ul.view li.link5 a { background: url(../img/icon_print.png) no-repeat right 12px; }
	
	#main ul.view2 {
		background: #292929 url(../img/bg_searchDetails-ul.gif) repeat-x;
		line-height: 40px;
		padding: 0 20px 0 330px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		overflow: hidden;
		width:450px;
	}
		#main ul.view2 li {
			float: left;
			display: inline;
		}
		
		#main ul.view2 li a{
			display: block;
			padding: 0 20px 0 0;
			margin: 0 20px 0 0;
		}
			#main ul.view2 li.link1 a { background: url(../img/icon_mail.png) no-repeat right 12px ; }
			#main ul.view2 li.link2 a { background: url(../img/icon_fav.png) no-repeat right 12px; width: 80px }
			#main ul.view2 li.link3 a { background: url(../img/icon_download.png) no-repeat right 12px; width: 70px}
			#main ul.view2 li.link4 a { background: url(../img/icon_tell-a-friend.png) no-repeat right 12px; width: 60px}
			#main ul.view2 li.link5 a { background: url(../img/icon_print.png) no-repeat right 12px; }

	#main #moreVehicles {
		background: #292929 url(../img/bg_morevehicles.gif);
		margin: 0;
		padding: 0 20px;
	}
		#main #moreVehicles h6 {
			color: #c9c9c9;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			padding: 20px 0 5px;
		}
		#main #moreVehicles ul {
			background: none;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			margin-left: -40px;
			overflow: hidden;
			padding: 0 0 25px;
		}
			#main #moreVehicles ul li {
				float: left;
				margin-left: 38px;
				text-align: center;
				width: 100px;
				min-height: 150px; height: auto !important; height: 150px;
			}
			
				#main #moreVehicles ul li p {
					line-height: 16px;
				}
					#main #moreVehicles ul li p span {
						color: #dcb844;
						display: block;
					}
					#main #moreVehicles ul li p a {
						color: #fff;
					}
				
				#main #moreVehicles ul li img{
					border: 2px solid #898989;
				}

	div#main div.carsitemap
	{
		width: 670px;
		margin-bottom: 10px;
	}		

/* Sidebar
--------------- */

#sidebar p {
	margin: 0 0 30px;
}
#sidebar h2 {
	color: #c9c9c9;
	font-size: 18px;
	background: url(../img/bg_sidebar-title2.png) no-repeat;
	height: 63px; width: 262px;
	text-indent: -99999px;
	padding: 0 0 15px 38px;
	margin: 0 0 0;
}

#sidebar h3 {
	color: #c9c9c9;
	font-size: 18px;
	margin: 28px 0 14px;
}

#sidebar h4 {
	color: #fff;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bolder;
	margin: 30px 0 12px;
}
	
	#sidebar ul#sidebarComments, #sidebar1 ul#sidebarComments {
		background: url(../img/bg_feaured-li.gif) repeat-x bottom;
		overflow: hidden;
	}
	
		#sidebar ul#sidebarComments li, #sidebar1 ul#sidebarComments li {
			margin: 0 0 17px;
		}
			#sidebar ul#sidebarComments li blockquote, #sidebar1 ul#sidebarComments li blockquote {
				background: url(../img/bullet-blockquote.png) no-repeat;
				padding: 0;
				text-indent: 20px;
			}
		
			#sidebar ul#sidebarComments li p.author, #sidebar1 ul#sidebarComments li p.author{
				color: #727272;
				font-weight: bolder;
			}
			
	#sidebar p.read-more {
		background: #292929 url(../img/bg_searchDetails-li.gif) repeat-x;
		text-align: right;
		line-height: 36px;
	}
		#sidebar p.read-more a { font-size: 14px }

	
#sidebar  {
	margin: 30px 0 0;
}

		/*.home #sidebar h3 {
			background: none;	
			margin: 10px 0 0;
			padding: 0 0 10px;
			height: 20px;
		}*/

		#sidebar h3 {
			background: url(../img/bg_sidebar-enc.gif) repeat-x;	
			margin: 0;
			padding: 10px 7px;
			height: 20px;
		}
		#sidebar ul#featured li.bl-hot {
			background: #292929 url(../img/bg_featured-li.gif) repeat-x;
			border-bottom: 1px solid #0e0e0e;
			padding: 16px 10px 15px;
			min-height: 80px;
			height: auto!important;
			height: 80px;
			position: relative;
		}
		/*#sidebar ul#featured li.bl-hover {
			background-color: #343434;
			background-image: none;
		}*/
			#sidebar ul#featured li h4 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
			}
			#sidebar p {
				margin: 0;
			}
			#sidebar ul#featured li img {
				border: 2px solid #909090;
				position: absolute;
				left: 10px; top: 10px;
			}
				#sidebar ul#featured li p.price, #sidebar ul#featured li h4 {
					padding: 0 0 0 110px;
					margin: 0;
				}
				#sidebar ul#featured li p.price {
					color: #dcb844;
				}

/* Footer
------------------------- */

#footer #footerContent {
	margin: 45px auto 0;
	position: relative;
	width: 940px;
	}

	#footer #footerContent #copy { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #5a5a5a;
		text-align:left;
		width: 150px;
		position: absolute;
		top: 0; left: 0;
	}

	#footer #footerContent ul {
		position: absolute;
		right: 0; top: 55px;
		text-align: right;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}
		#footer #footerContent ul li a {
			color: #faf6e9;
			margin: 0 3px;
		}
	#footer #footerContent div.TimeStamp {
		right: 0; top: 55px;
		text-align: right;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}

		
	#search #footer #footerContent ul {
		position: absolute;
		right: 0; top: 0;
		text-align: right;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}


/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a General form styles
-------------------------------*/

/* Form elements
-------------------------------*/

input.text, select.select, textarea.textarea
	{
		border: 0;
		color: #777;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 8px 5px 7px;
	}
input.text { width: 214px }
select.select { width: 214px;padding: 8px 5px; height: 30px; }
textarea.textarea { height: 10em; width: 214px }

button.button {
	color: #000;
	cursor: pointer; 
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

input.submit {
	border: 0;
	color: #303030;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 6px 11px;
	background: url(../img/bg_submit2.gif) repeat-x;
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}


/* General forms
-------------------------------*/

	form.form ol.fieldset li.field, div.form ol.fieldset li.field {
		margin: 0 0 1em;
		position: relative;
	}
		form.form ol.fieldset li.field label, div.form ol.fieldset li.field label {
			display: block;
			font-weight: bold;
			margin-bottom: 5px;
		}

/* Search Forms
-------------------------------*/

div.search { margin: 0 }

	div.search p.fields { margin: 0 }

		div.search p.fields input {
			display: inline;
			vertical-align: middle;
		}
		div.search p.fields input.text {
			background: url(../img/bg_input-topSearch.png) no-repeat;
		}
		div.search p.fields input.submit {
			background: url(../img/search.png) no-repeat;
		}
	#headerSearch input.text{
		position:absolute;
		top: 0; right: -10px;
		width: 299px;
	}
	#headerSearch input.submit{
		position:absolute;
		top: 7px; right: -6px;
		height: 30px; width: 33px;
		text-indent: -99999px;
		z-index: 10000;
	}

		
/*-------------------------------
3.b Individual forms
-------------------------------*/

/*-------------------------------
Locator model/make/year form
inside sidebar
-------------------------------*/

#sidebar div#searchModel{
	background: url(../img/bg_feaured-li.gif) repeat-x bottom;
	padding: 6px 0 23px;
	overflow: hidden;
}
	#sidebar div#searchModel li{
		height: 30px;
		margin: 0 0 8px;
		float: left;
		width: 292px;
	}
		#sidebar div#searchModel li label{
			display: inline;
			font-weight: normal;
			float: left;
			line-height: 30px;
		}
		
		#sidebar div#searchModel select{
			-moz-border-radius: 4px; 
			-khtml-border-radius: 4px; 
			-webkit-border-radius: 4px; 
			 border-radius: 4px;
			 height: 30px; 
		}
		
		#sidebar div#searchModel li select{
			width: 248px;
			float: right;
			 height: 30px; 
		}
		#sidebar div#searchModel li.select2{
			width: 150px;
		}
			#sidebar div#searchModel li.select2 select{
				width: 105px;
				float: right;
			}
		#sidebar div#searchModel li.select3{
			width: 142px;
		}
			#sidebar div#searchModel li.select3 label{
				padding-left: 36px;
			}
			#sidebar div#searchModel li.select3 select{
				width: 64px;
				float: right;
				height: 30px; 
			}

/*-------------------------------
Locator contact form
inside sidebar
-------------------------------*/
			
#sidebar div#contact{
	overflow: hidden;
}

#sidebar div#contact ol{
	background: url(../img/bg_feaured-li.gif) repeat-x bottom;
	overflow: hidden;
	padding: 6px 0 23px;
	position: relative;
}

	#sidebar div#contact li{
		height: 30px;
		margin: 0 0 8px;
		float: left;
	}
		#sidebar div#contact li select, #sidebar div#contact li input.text{
			-moz-border-radius: 4px; 
			-khtml-border-radius: 4px; 
			-webkit-border-radius: 4px; 
			border-radius: 4px;
		}
		#sidebar div#contact li select{
			margin-right: 11px;
			width: 60px;
			 height: 30px; 
		}
		#sidebar div#contact li.child3 input{
			margin-right: 10px;
			width: 155px;
		}
		#sidebar div#contact li.child22 input{
			
			width: 155px;
		}
		#sidebar div#contact li.child4 input, #sidebar div#contact li.child5 input{
			width: 110px;
		}
		#sidebar div#contact li.child6 input{
			margin-left: 10px;
			width: 155px;
			float: right;
		}
		#sidebar div#contact li.child7 input{
			margin-right: 10px;
			width: 155px;
		}
		#sidebar div#contact li.child8{
			position: absolute;
			bottom: 20px; right: 5px;
		}
			#sidebar div#contact li.child8 label{
				 display: inline;
				 margin: 0 10px 0 0;
			}
		#sidebar div#contact li.child8 select{
			margin-right: 0; height: 30px; 
			width: auto!important;
		}
	#sidebar div#contact p.submitLocator{
		background: #292929 url(../img/bg_searchDetails-li.gif) repeat-x;
		margin: 0 0 30px;
		text-align: right;
		padding: 20px 0 0;
	}

/*-------------------------------
Locator model/make/year form 
inside main-sidebar2
-------------------------------*/

#main .sidebar2 div#searchModel {
	background: url(../img/bg_feaured-li.gif) repeat-x bottom;
	padding: 6px 0 23px;
	overflow: hidden;
}
	#main .sidebar2 div#searchModel li {
		height: 30px;
		margin: 0 0 8px;
		float: left;
		width: 292px;
	}
		#main .sidebar2 div#searchModel li label {
			display: inline;
			font-weight: normal;
			float: left;
			line-height: 30px;
		}
		#main .sidebar2 div#searchModel select {
			-moz-border-radius: 4px; 
			-khtml-border-radius: 4px; 
			-webkit-border-radius: 4px; 
			 border-radius: 4px;
			 height: 30px; 
		}
		#main .sidebar2 div#searchModel li select {
			width: 248px;
			float: right;
			 height: 30px; 
		}
		#main .sidebar2 div#searchModel li.select2 {
			width: 150px;
		}
			#main .sidebar2 div#searchModel li.select2 select {
				width: 105px;
				float: right;
			}
		#main .sidebar2 div#searchModel li.select3 {
			width: 142px;
		}
			#main .sidebar2 div#searchModel li.select3 label {
				padding-left: 36px;
			}
			#main .sidebar2 div#searchModel li.select3 select {
				width: 64px;
				float: right;
				height: 30px; 
			}

/*-------------------------------
Locator contact form
inside main-sidebar2
-------------------------------*/
			
#main .sidebar2 div#contact {
	overflow: hidden;
}

#main .sidebar2 div#contact ol {
	background: url(../img/bg_feaured-li.gif) repeat-x bottom;
	overflow: hidden;
	padding: 6px 0 23px;
	position: relative;
}

	#main .sidebar2 div#contact li {
		height: 30px;
		margin: 0 0 8px;
		float: left;
	}
		#main .sidebar2 div#contact li select, #main .sidebar2 div#contact li input.text {
			-moz-border-radius: 4px; 
			-khtml-border-radius: 4px; 
			-webkit-border-radius: 4px; 
			border-radius: 4px;
		}
		#main .sidebar2 div#contact li select {
			margin-right: 11px;
			width: 60px;
			 height: 30px; 
		}
		#main .sidebar2 div#contact li.child3 input {
			margin-right: 10px;
			width: 155px;
		}
		#main .sidebar2 div#contact li.child4 input, #main .sidebar2 div#contact li.child5 input {
			width: 110px;
		}
		#main .sidebar2 div#contact li.child6 input {
			margin-left: 10px;
			width: 155px;
			float: right;
		}
		#main .sidebar2 div#contact li.child7 input {
			margin-right: 10px;
			width: 155px;
		}
		#main .sidebar2 div#contact li.child8 {
			position: absolute;
			bottom: 20px; right: 85px;
		}
			#main .sidebar2 div#contact li.child8 label{
				 display: inline;
				 margin: 0 10px 0 0;
			}
		#main .sidebar2 div#contact li.child8 select {
			margin-right: 0; height: 30px; 
			width: auto!important;
		}
	#main .sidebar2 div#contact p.submitLocator {
		background: #000000 url(../img/bg_searchDetails-li.gif) repeat-x;
		margin: 0 0 30px;
		text-align: right;
		padding: 20px 0 0;
		width: 300px;
	}

/*-------------------------------
End of Locator styles
-------------------------------*/


#footer #footerContent #footerForm {
	position: absolute;
	right: 0; top: 0;
	width: 335px;
}
	#footer #footerContent #footerForm li{
		float: left;
	}
		#footer #footerContent #footerForm li label{
			color: #dbdbdb;
			display: inline;
			font-size: 12px;
			font-weight: normal;
			margin: 0 10px 0 0;
			text-transform: uppercase;
		}
		#footer #footerContent #footerForm li input.text{
			background: #dbdbdb;
			color: #666;
			margin: 0 10px 0 0;
			width: 98px;
		}
		#footer #footerContent #footerForm input.submit{
			font-weight: normal;
		}
		#footer #footerContent #footerForm p.submit {
			position: absolute; 
			top: 0; right: 0;
		}

		#main div.sidebar2 form label, #main div.sidebar2 div.form label{
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			padding: 0 8px;
			width: 64px;
			position: absolute;
			top: 0; left: 0;
		}
		#main div.sidebar2 form ol li, #main div.sidebar2 div.form ol li{
			position: relative;
			padding: 0 0 0 80px;
		}
		#main div.sidebar2 form input.text, #main div.sidebar2 div.form input.text, #main div.sidebar2 form select, #main div.sidebar2 div.form select {
			-moz-border-radius: 5px; 
			-khtml-border-radius: 5px; 
			-webkit-border-radius: 5px; 
			border-radius: 5px;
			background: url(../img/bg_input-text.gif) no-repeat;
			/*float: right; */
			width: 300px;
		}
		#main div.sidebar2 form input.text, #main div.sidebar2 div.form input.text {
			width: 290px;
		}
		#main div.sidebar2 form input#form_key, #main div.sidebar2 div.form input#form_key {
			background: url(../img/bg_input-key.png) no-repeat;
		}
			#main div.sidebar2 form li.select2 select, #main div.sidebar2 div.form li.select2 select{
				width: auto;
			}
		#main div.sidebar2 form li div, #main div.sidebar2 div.form li div{
			position: absolute;
			top: 0; right: 0;
		}
			#main div.sidebar2 form li div label, #main div.sidebar2 div.form li div label {
				position: absolute;
				top: 0; left: -80px;
			}
		#main div.sidebar2 form li.select3, #main div.sidebar2 div.form li.select3 {
			float: right;
			width: 190px;
		}
			#main div.sidebar2 form li.select3 select, #main div.sidebar2 div.form li.select3 select{
				width: 109px;
			}
		#main div.sidebar2 form p.submit, #main div.sidebar2 div.form p.submit {
			text-align: right;
			border-bottom: 1px solid #343434;
			padding: 0 0 40px;
		}

#search #footerForm {
	position: absolute;
	right: 170px; top: 5px;
	width: 335px;
}
	#search #footerForm li{
		float: left;
	}
		#search #footerForm li label{
			color: #dbdbdb;
			display: inline;
			font-size: 12px;
			font-weight: normal;
			margin: 0 10px 0 0;
			text-transform: uppercase;
		}
		#search #footerForm li input.text{
			background: #dbdbdb;
			color: #666;
			margin: 0 10px 0 0;
			width: 98px;
		}
		#search #footerForm input.submit{
			font-weight: normal;
		}
		#search #footerForm p.submit {
			position: absolute; 
			top: 0; right: 0;
		}

/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.cl { clear: both }
.hide, .hidden { display: none !important }
.skip { position: absolute; top: 0; left: -9999px }
.top { margin-top: 0 !important; padding-top: 0 !important; }

.hr { background: #ccc; display: block; height: 1px; margin: 1.5em 0; }
.hr hr { display: none }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }

.opacity { -moz-opacity: 0.90; opacity: 0.90; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity = 90); -khtml-opacity: 0.90; }
.rounded { -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }


/* "Bars" navigation
---------------------------------
[?] EXAMPLE

Home | Services | About | Contact	*/

ul.bars li {display: inline; margin-left: -4px; color: #ccbea5;}
ul.bars li.first {border: 0 !important;}
ul.bars li:before {content: "|"; padding: 0 10px}
ul.bars li:first-child:before {content: ""; padding: 0 ;}

div.errortext
{
	color: red;
}

} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */
