/* CSS Document */

.clearfix:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
/* End hide from IE-mac */ 	

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
height: auto;
}
body {
	color:#f0f0f0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 100%;
	background-image: url(images/body_back.jpg);
	background-repeat: repeat-x;
	background-color: #070707;
}
#wrapper {
	width: 979px;
	margin-right: auto;
	margin-left: auto;
}
#carbon {
	background-image: url(images/carbon.gif);
	height: 21px;
	width: 979px;
}
/* ------------------------------- Header ------------------------- */
#header {
	margin-top: 20px;
	background-image: url(images/header.jpg);
	height: 176px;
	width: 979px;
}
#header h1 {
	text-indent: -3000px;
	font-size: 1px;
}
/* ----------------------------------------------------- Content ----------------------------------------- */
#content {
	margin-top: 18px;
	width: 979px;
}
/* ----------------------------------------- Left Column----------------------------------------- */
#left_column {
	float: left;
	width: 162px;
	text-align: left;
}
/* ------------------------Left Nav------------------- CSS*/

#left_nav {
	float: left;
	width: 162px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left_nav h2 {
	font-size: 2px;
	background-image: url(images/side_headers.gif);
	height: 11px;
	width: 162px;
	text-indent: -3000px;
}

#left_nav ul{
	background-image: url(images/tabfooter.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#left_nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
	background-image: url(images/buttonback.jpg);
}
#left_nav ul li a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	display: block;
	background-image: url(images/button_back.jpg);
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 22px;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;

} 


#left_nav ul li a:hover, #left_nav ul li a:focus{
	color: #cc7373;
	background-image: url(images/body_back_over.jpg);

}
/* ------------------------------- finance ------------------------- */
#finance {
	background-image: url(images/finance_butt.gif);
	height: 96px;
	width: 162px;
	margin-top: 30px;
	float: left;
	background-repeat: no-repeat;
}



#finance a:link, #finance a:active, #finance a:visited, #finance a:hover, #finance a:focus {
	text-indent: -3000px;
	display: block;
	height: 96px;
	width: 162px;
}
/* ------------------------------- Credit Help ------------------------- */
#sourcing {
	float: left;
	background-image: url(images/sourcing.jpg);
	height: 102px;
	width: 162px;
}
#sourcing a:link, #sourcing a:active, #sourcing a:visited, #sourcing a:hover, #sourcing a:focus {
	text-indent: -3000px;
	display: block;
	height: 102px;
	width: 162px;
}
/* ------------------------------- Stock ------------------------- */
#stock {
	float: left;
	background-image: url(images/LATEST.gif);
	height: 102px;
	width: 162px;
	margin-top: 10px;
	background-repeat: no-repeat;
}


#stock a:link, #stock a:active, #stock a:visited, #stock a:hover, #stock a:focus {
	text-indent: -3000px;
	display: block;
	height: 102px;
	width: 162px;
}
/* --------------------------------------------- Middle --------------------------------------- */
#middle {
	float: left;
	width: 575px;
	text-align: left;
	margin-left: 40px;
	border: 1px solid #414141;
	background-color: #000000;
	background-image: url(images/middle_back.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 15px;
}
#stock_middle {
	float: left;
	width: 575px;
	text-align: left;
	margin-left: 40px;
	border: 1px solid #414141;
	background-color: #000000;
	background-image: url(images/middle_back.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 15px;
}

#middle p {
	font-size: 0.8em;
	padding-bottom: 8px;
	padding-right: 12px;
	padding-left: 10px;
	color: #FFFFFF;
}#middle h2 {
	font-weight: normal;
	font-size: 1.3em;
	padding-bottom: 9px;
		padding-left: 10px;
}
#middle h1 {
	font-size: 1.2em;
	color: #CCCCCC;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#middle h3 {
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #FFFFFF;
}
#middle h4 {
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 8px;
	color: #d15353;
		padding-left: 10px;
}
#middle h5 {
	font-size: 1.1em;
	font-weight: normal;
	color: #CCCCCC;
	padding-bottom: 8px;
		padding-left: 10px;
}
#middle h6 {
	font-size: 1.1em;
	color: #d15353;
	font-weight: normal;
	padding-bottom: 7px;
		padding-left: 10px;
}
#middle ul {
	margin-left: 27px;
	list-style-type: circle;
	padding-bottom: 8px;
}
#middle li {
	font-size: 0.8em;
	padding-bottom: 0px;
}


#middle ol {
	margin-left: 35px;
	padding-bottom: 8px;
}
/* -------------------------------------- Feature ------------------------- */
#feature_stock {
	background-image: url();
	height: 164px;
	width: 531px;
	margin-left: 20px;
	margin-top: 8px;
	clear: both;
}


#feature_stock a:link, #feature_stock a:active, #feature_stock a:visited{
	background-image: url(images/view_butt.jpg);
	height: 24px;
	width: 86px;
	display: block;
	text-indent: -3000px;
	margin-left: 20px;
	position: relative;
	top: 125px;
}
#feature_stock a:hover, #feature_stock a:focus {
	background-position:left -24px
}
/* -------------------------------------------------------- Feature ----------------------------------- */
#right_column {
	float: left;
	width: 162px;
	margin-left: 38px;
}
#contact1 {
	float: left;
	width: 162px;
	}
#apply {
	background-image: url(images/apply_box.jpg);
	height: 151px;
	width: 162px;
	text-align: left;
}
#apply a:hover, #apply a:focus {
	background-image: url(images/apply_box1.jpg);
}
#apply h2 {
	font-size: 10px;
	font-weight: bold;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 7px;
}
#contact_details {
	margin-top: 20px;
	background-image: url(images/conny.jpg);
	height: 191px;
	width: 162px;
	text-align: left;
}
#contact_details h6 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 7px;
	font-weight: normal;
}
#contact_details p {
	font-size: 10px;
	padding-top: 40px;
	padding-left: 6px;
}
#contact_details a:link, #contact_details a:visited, #contact_details a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#contact_details a:hover, #contact_details a:focus {
	text-decoration: underline;
	color: #C11700;
}
/* -------------------------------------------------------- footer ----------------------------------- */
#strip {
	background-image: url(images/strip.gif);
	height: 5px;
	width: 979px;
	clear: both;
	margin-top: 20px;
	float: left;
	font-size: 1px;
}
#footer {
	float: left;
	margin-top: 10px;
	width: 979px;
}
#footer h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	color: #666666;
}
#footer h3 {
	font-size: 10px;
	float: left;
	color: #666666;
	font-weight: normal;
}
#footer a:link, #footer a:visited, #footer a:active{
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	text-decoration:underline;
	color: #999999;
}

/* -------------------------------------------------------- Stock Page ----------------------------------- */

#stock_list {
	margin-left: 19px;
}
#heading {
	background-image: url(images/stock_header.gif);
	height: 23px;
	width: 531px;
	padding-top: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
#heading .title_box {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
#holder {
	margin-top: 20px;
	width: 530px;
	background-image: url(images/holder_back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #414141;
	padding-bottom: 10px;
	background-color: #000000;
}
/* ------------------------------------ car image ------------------------ */
#car_image {
	float: left;
	width: 170px;
	margin-top: 7px;
	margin-right: 18px;
		_margin-right: 9px;
	margin-bottom: 7px;
	margin-left: 7px;
	_margin-left: 3px;
	
}
#car_image img {
	border: 1px solid #414141;
}
#car_image a:link, #car_image a:visited, #car_image a:active{
	background-image: url(images/enlarge.gif);
	display: block;
	height: 19px;
	width: 170px;
	margin-top: 17px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#car_image a:hover, #car_image a:focus {
	text-decoration:underline
	}
/* ------------------------------------ Car Detail ------------------------ */	
#car_detail {
	float: left;
	margin-top: 7px;
	width: 333px;
	background-image: url(images/details_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}	
	
#car_detail h2 {
	color: #CC6666;
	font-size: 13px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 8px;
	clear: both;
}
#car_detail p {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 10px;
	height: 100px;
	padding-right: 14px;
	overflow: auto;
	margin-top: 3px;
	margin-bottom: 1px;
	margin-right: 8px;
}

/* ------------------------------------ Price Detail ------------------------ */	

#price_detail {
	background-image: url(images/priceback.gif);
	width: 326px;
	clear: both;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#price_detail h4 {
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 6px;
}
#price_detail .hed {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 7px;
	color: #CCCCCC;
	padding-bottom: 3px;
}
.pr {
	padding-left: 6px;
	font-size: 13px;
	font-weight: bold;
}
/* ------------------------------------ Contact Form ------------------------ */	


#contactEmail {
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#stock_list fieldset {
	width: 480px;
	border: 1px solid #CC6666;
	padding: 7px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.small {
	font-size: 14px;
	font-weight: normal;
}

.ast {
	color: #DE2705;
	float: right;
}
.red {
	color: #FF0000;
}



#stock_list fieldset table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 5px;
	margin-left: 25px;
	padding-bottom: 10px;
}

#stock_list fieldset input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #CCCCCC;
}

#stock_list fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #CCCCCC;
}

#stock_list legend {
	color: #CC6666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
.linebox {
	width: 250px;
	background-color: #CCCCCC;
}
select {
	width: 255px;
	background-color: #CCCCCC;
}
#searchBox {
	margin-top: 20px;
	width: 515px;
	background-image: url(images/search_back.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	height: 65px;
	margin-bottom: 20px;
}
#stock_list h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#searchBox h1 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#searchBox form {
	margin-top: 8px;
	margin-left: 8px;
}
#searchBox select {
	width: 210px;
	border: 1px solid #313131;
}
#note {
	width: 500px;
	clear: both;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#middle a:link, #middle a:visited, #middle a:active {
		color: #d76961;
	text-decoration: none;
}
#middle a:hover, #middle a:focus {
color: #FFFFFF;
	text-decoration: none;
}
.hidden {
	color: #000000;
	display: none;
}
#stock_list p {
	font-size: 12px;
}
#stock_list a:link {
	color: #FFFFFF;
	text-decoration: none;
}
html {scrollbar-face-color: #161616;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #333333;
scrollbar-track-color: #161616;
scrollbar-arrow-color: #999999;
scrollbar-height: 5px;}
