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

.clear { clear: both; height: 0; }

html #outer{height:100%;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	padding: 5px 0px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 11px;
	line-height: 20px;
}
	
body { 
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #888888 url(../images/new/bg.jpg) 0 0 repeat-x;	
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #27569E;
	font-weight: 600;
}

a:hover {
	text-decoration: underline;
	font-weight: 600;
	color: #060543;
}

h1, h2, h3 {
	color: #333;
}

#container_dev {
  margin: 0 auto;
	border: 2px solid #000;
	border-top: none;
	position:relative;
}

#siteToolbar {
	margin: 0 auto;
	padding: 0 0 5px;
}

#header {
	width: 950px;
	height: 100px; 
	background: #fff url(../images/header_front_dev.jpg) 0 0 no-repeat;	
	/*border-bottom: 7px solid #bc101c;*/

}

#home_link {
	width: 550px;
	height: 92px;
	display: block;
	float: left;
}

#driveAmerica_link {
	width: 400px;
	height: 92px;
	display: block;
	float: left;
}

#hedChat {
	margin: 0 200px 0 0;
	padding: 0;
	height: 58px;
	width: 150px;
	color: #ccc;
	float: right;
	background: #FF0000;
}

#nav_dev {
	margin: 0;
	padding: 1px 0;
	width: 996px;
	height: 32px;
	background: #fff url(../images/nav_bg_dev.jpg) 0 3px repeat-x;	
	position:relative;
	z-index:999;
}
#nav {
	margin: 0;
	padding: 1px 0;
	width: 950px;
	height: 32px;
	background: #fff url(../images/nav_bg_dev.jpg) 0 3px repeat-x;	
	position:relative;
	z-index:999;
}

#qm0 .qmparent {	
	padding: 2px 16px 2px 16px;
	margin: 0 0 0 15px;
	color: #223c77;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: #000 solid 2px;
  background: url(../images/menu_parent_bg.jpg) 0 0 repeat-x;		
}

#bodycontent {
	position: inherit;
	height: auto; width: 100%;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
}

/* Changes to Inventory */

/*New Cars - Cross Out MSRP with a background image setting Our Price to Call Now to all cars*/
dl.new .inventory_price_dt, dl.new .details_price_dt, dl.new #mdl_inventory_price dt.mdl_price_dt {
	height: 38px;
	background:transparent url(../images/pricingBg_new.jpg) 0 2px no-repeat;
}

dl.new .inventory_price_dd, dl.new  .details_price_dd, dl.new .mdl_price_dd {
	width: 78px;
	height: 38px;
	background:transparent url(../images/callNow_new.jpg) right bottom no-repeat;
	color:#790A00;
	text-decoration: line-through;
}

/*Used Cars - display Was instead of MSRP*/
dl.used .inventory_msrp_dt, dl.used .details_msrp_dt, dl.used .mdl_msrp_dt {
	background:transparent url(../images/wasPrice_used.jpg) 0 center no-repeat;
}

dl.used .inventory_msrp_dt span, dl.used .details_msrp_dt span, dl.used .mdl_msrp_dt span {
	visibility: hidden;
}

dl.used .inventory_msrp_dt span, dl.used .details_msrp_dt span, dl.used .mdl_msrp_dt span {
	visibility: hidden;
}

.inventory_certified {
	margin: 0 auto;
}

/* End of Changes to Inventory */

/* Fix Special so it is short enough */
.inventory_special {
	height: 16px;
	background:transparent url(../images/inventory_special.jpg) left center no-repeat;
}

.inventory_special span {
	padding: 0;
	text-align: right;
	font-size: 16px;
}

#footer {
	padding: 0.5em 0;
	height: 16px;
}

#order_volt {
    background: url("../images/volt_frm_bck.jpg") no-repeat scroll 0 0 transparent;
    height: 509px;
    width: 900px;
}

