@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 1px 0 0 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
td {vertical-align:top}
img {border:0}
#container {
	width: 904px; 
	background:#404040 url(images/content-bg.gif) repeat-x top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color:#000;
	padding-top: 15px; 
	margin:0;
	border:0;
	border-bottom:3px solid #000;}
#mainContent {
	margin:0;
	/*padding: 0 8px; */
	background: #121212;
	background-position:top;
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-x;
	border-top:0;
	clear:both;
}
#mainContent h1 {
	margin: 0;
	padding:0 0 0 10px;
	color:#333;
	}
.current_inventory {
	float:left;
	clear:left;
	width:429px;
	margin:0;
	padding:20px 5px 5px 15px;
	border:0;
	}
.current_inventory2 {
	float:right;
	width:429px;
	margin:0;
	padding:20px 15px 5px 10px;
	border:0;
	}

#mainContent .current_inventory img {
	border:0;
	padding-bottom:10px;
}
#mainContent .current_inventory2 img {
	border:0;
	padding-bottom:10px;
}
.current_inventory-new {
	float:right;
/*	width:904px;*/
	margin:0;
	padding:20px 2px 5px 10px;
	border:0;
	}
#mainContent .current_inventory-new img {
	border:0;
	padding-bottom:10px;
	padding-right:11px;
}
#mainContent .welcome {
	margin:16px;
	width:870px;
  	height:150px;
	background-image:url(images/welcome_bg.jpg);
	background-repeat:no-repeat;
	clear:both;
}
#mainContent .welcome h1{
	color:#000;
	font-size:22px;
	margin:0;
	padding:10px 0 0 15px;
}
#mainContent .welcome p{
	color:#000;
	font-size:13px;
	line-height:125%;
	font-weight:bold;
	margin:0;
	padding:10px 15px 0px 25px;;
}
#mainContent .showroom {
	float:right;
	margin-top:15px;
	margin-right:18px;
	margin-bottom:20px;
	clear:both;
}
#mainContent .showroom img {
	border:3px solid #000;
	margin-left:17px;
}
#mainContent .showroom2 {
	margin:28px 16px 16px 16px;
	width:870px;
  	height:120px;
	background-image:url(images/welcome_bg.jpg);
	background-repeat:no-repeat;
	clear:both;
}
#mainContent .showroom2 h1{
	color:#000;
	font-size:22px;
	margin:0;
	padding:10px 0 0 15px;
}
#mainContent .showroom2 p{
	color:#000;
	font-size:13px;
	line-height:125%;
	font-weight:bold;
	margin:0;
	padding:10px 15px 0px 25px;;
}
#mainContent .showroom2 a:link {color:#111}
#mainContent .showroom h1 {
	margin:0;
	padding:0;
	font-size:20px;
	color:#fff;
}
#mainContent .featured {
	float:left;
	margin:0px 0px 20px 15px;
	background-color:#000;
	border:3px solid #000;
	text-align:center;
}
#mainContent .featured h1 {
	margin:0;
	padding:8px 0 8px 0;
	font-size:22px;
	color:#fff;
}
#mainContent .featured img{
	border:0;
}
#mainContent #newsletter {
	width:870px;
	float:right;
	margin:15px;
	background-color:#ccc;
	border:2px solid #000;
	background-image:url(images/email-bg.jpg);
}
#mainContent #newsletter p{
	font-size:17px;
	color:#111;
	margin:0;
	padding:15px;
	font-weight:bold;
	text-align:center;

}
#mainContent #hiring {
	width:870px;
	float:right;
	margin:15px;
	background-color:#ccc;
	border:2px solid #000;
	background-image:url(images/email-bg.jpg);
}
#mainContent #hiring p{
	font-size:17px;
	color:#0a39a3;
	margin:0;
	padding:15px;
	font-weight:bold;
	text-align:center;
}
#mainContent #hiring a{color:#4270d9}

#home_top {
	margin:0;
}
.home2 img {
	border:3px solid #000;
}
#mainContent #now_buying {
	float:left;
	margin:15px 15px 15px 18px;
}
#mainContent #team {
	float:right;
	margin-right:18px;
	margin-top:15px;
}
#whats_new .signature {
	font-family: "Lucida Handwriting", "Bradley Hand ITC", "Monotype Corsiva", cursive;
	font-size:16px;

}
#whats_new a:link {
	color:#000;
}
#whats_new a:visited {
	color:#000;
}
#whats_new a:hover {
	text-decoration:none;
	color:#cf1519;
}
#whats_new .bob {
	float:right;
	border:2px solid #000;
	margin:0 0 0 25px;
	clear:right
}
.signature {
	font-family: "Lucida Handwriting", "Bradley Hand ITC", "Monotype Corsiva", cursive;
	font-size:16px;

}
#whats_new_box{
	float:left;
	margin-left:5px;
	width:206px;
	height:188px;
	background-image:url(images/whats_new-bg.gif);
	padding:10px;
	color:#333;
}
#footer {
	padding:10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:auto;
	clear:both;
	text-align:center;
	background:#000;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#fff;
	font-size:13px;
	line-height:150%
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#fff;
}
#clubs {
	padding: 0 10px 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:auto;
	clear:both;
	height:50px;
	text-align:center;
	background-color:#000;
	background-image:url(images/logos.gif);
	background-repeat:no-repeat;
}
#clubs p {
	display:none;
}
#menu {
	margin:0 0 20px 10px;
	float:left;
	width:200px;
}
#menu img {
	border:0;
	margin-bottom:7px;
}
#single_car {
	border:1px solid:#555;
	margin:10px 5px 20px 5px;
	padding:8px 8px 15px 8px;
	width:650px;
	float:left;
	background-color:#fff;	
}
#single_car img {
	border:2px solid #000;
	margin:8px 8px 3px 3px;
}
#single_car .large {
	float:left;
	margin:8px 8px 5px 3px;
	background-image:url(images/photobg.jpg);
	background-repeat:no-repeat;
}
#single_car .thumbs {
	float:left;
	clear:right;
	margin-bottom:5px;
}
#single_car .thumbs img {
	margin-bottom:8px;
}
#single_car .more_images {
	background-color:#222;
	width:740;
	display:block;
	float:left;
	clear:both;
	margin-left:3px;
	margin-bottom:10px;
	padding:10px 0 0px 18px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#f5f4f4;

}
#single_car .more_images p {
	margin:0;
	padding:3px;
	padding-right:10px;
	font-size:10px;
	font-weight:bold;
	color:#f5f4f4;
	text-align:right;
}
#single_car .more_images img {
	margin-right:10px;
	border:1px solid #000;
	width:140px;
	height:105px;
	text-decoration:none;
}
#clearfix {clear:both;}
#description {
	float:left;
	clear:both;
	}
#single_car h1 {
	margin:0;
	font-size:20px;
	padding:5px 0 5px 10px;
	color:#980e10;
	background-image:url(images/h1_bg.gif);
}
#single_car p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:15px 10px 0 15px;
	font-size:14px;
	color:#222;
	line-height:150%;
}
#single_car p a {
	color:#d10b0b;
	font-weight:bold;
	text-decoration:underline;
}
#more_info {
	font-weight:bold;
}
#more_info img {
	border:0;
	margin:5px 20px 5px 25px;
	float:left;
	clear:left;
}
/*form styles*/

input textbox{
	border:1px solid #000;
	padding:2px;
}
/*accordion menu*/

.arrowlistmenu {
width: 200px; /*width of accordion menu*/
float:left;
margin:5px;
background-color:#ebebeb;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin:0px;
margin-top: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
border-bottom:3px solid #555;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding: 0px;
/*margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
background-color:#fff;
}

.arrowlistmenu ul li{
padding-top: 0px; /*bottom spacing between menu items*/
padding-left: 0px;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding:6px 0;
padding-left: 28px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-top: 1px solid #555;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
.arrowlistmenu p {
	margin:0;
	padding:0px 15px 8px 14px;
	font-size:12px;
	line-height:150%;
	color:#000;
	background-color:#fff;
}
.arrowlistmenu p a:link {
	color:#A70303
	}
.arrowlistmenu p a:active {
	color:#A70303
	}
.arrowlistmenu p a:visited, .arrowlistmenu p a:hover {
	color:#A70303;
	text-decoration:none
	}
.arrowlistmenu h3 {
		background-color:#fff;
		text-transform:uppercase;
		font-weight:bold;
		font-size:16px;
		margin:0;
		padding:10px 5px 0px 15px;
}
.arrowlistmenu h3 a {
	color:#fff;
	text-decoration:none;
	display:block;
}
.arrowlistmenu h3 a:hover {
	color:A70303;
}
#whats_new {
	border:1px solid:#555;
	margin:10px 5px 20px 5px;
	padding:8px 8px 15px 8px;
	width:650px;
	float:left;
	background-color:#fff;	
}
#whats_new #car {
	padding:0px 5px;
	margin:10px;
	background-color:#ebebeb;
	border:3px solid #444;
	/*height:200px;*/
}
#whats_new #car img {
	margin-top:20px;
	margin-bottom:15px
	}
#whats_new p {
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:15px;
	padding:5px 10px 5px 10px;
	font-size:12px;
	color:#222;
	line-height:140%;
	text-align:justify;
}
#whats_new h1 {
	margin:0;
	padding:5px 0 5px 10px;
	color:#980e10;
	font-size:20px;
	background-image:url(images/h1_bg.gif);
}
#whats_new h3 {
	clear:both;
	margin:10px;
	padding:10px 0 10px 10px;
	color:#fff;
	background-color:#980e10;
}
#whats_new img {
	float:left;
	background-color:#000;
	margin:0px 10px 10px 5px;
	padding:1px;
	border:5px solid #cf1519;
}
/*toggle styles*/
h2.trigger {
	/*padding: 0 0 0 50px;*/
	margin: 10px 5px 0 0px;
	width: 145px;
	text-align:center;
	/*border:3px solid #000;*/
	padding:5px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger img{
	/*padding: 0 0 0 50px;*/
	margin: 10px;
	/*width: 170px;*/
}
h2.trigger a {
	color: #000;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #000;
}
h2.active {
	border-bottom:0;
	clear:both;
	}
.toggle_container {
	margin: 0 10px 0 10px;
	/*margin: 0 0 5px;*/
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #ccc url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	/*float:right;*/
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url(toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
blockquote {
	font-size:12px;
	line-height:125%;
	margin-right:10px;
}
#phone {
	background-image:url(images/phone.jpg);
}
#phone p {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	background:none;
	margin:0;
	padding: 4px 10px 4px 0;
}
#phone a:link {color:#fff;}
h4 {padding:10px}
#mainContent #offer {
	width:600px;
	padding-left:20px;
	text-align:center;
}
#offer p {
	float:left;
	clear:none;
	width:250px;
	margin:0px 25px 10px 25px;
	font-weight:bold;
	font-size:16px;
	padding:0;
	display:inline;
	text-align:center;
}
#offer img {align:center}
.bios {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0 20px 0 0;
	line-height:140%;
}
#popup {
	background-image:url(images/lg-email-bg.jpg);
	background-repeat:no-repeat;
	height:530px;
	width:700px;
	text-align:center;
	margin:0 auto;
}
#popup form {
	margin:0;
 	padding-top:350px;
}
#popup img {
	float:right;
}
#popup .fine_print {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#showimage {
	background-image:url(popup_bg.png);
	background-repeat:no-repeat;
	height:250px;
}
#showimage form {
	margin:0;
 	padding:15px 0 0 20px;
}

#dragbar {
	height:180px;
	align:right;
	}
#showimage img {
	float:right;
}
#free_shipping {
	float:right;
	margin: 0 7px 0 7px;
	padding:3px;
}
#free_shipping img {
	float:right;
	border:none;
}
