@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/*
a {
	color: #232323;
}

a:hover {
	color: #FF0000;
}

a:visited {
	color: #a5a5a5;
}
*/
#masterContainer {
	margin: 0px auto;
	/*background-color: #FFFFFF;*/
	width: 960px;
	text-align: left;

}

#header {
	xheight: 95px;
	xbackground-color: #E8C797;
}

#dealerName h1 {
	width: 480px;
	font-size: 30px;
	font-weight: bold;
	padding: 24px 0px 0px 12px;
}


#dealerInfo {
	float: right;
	width: 400px;
	text-align: right;
	margin: -68px 8px 0px 0px;
}

#dealerInfo ul {
list-style: none;
}

#dealerInfo ul li {
margin: 4px 0;
font-weight:bold;
font-size: 13px;
}

#breadcrumbs {
	text-align: left;
	height: 23px;
	border-bottom: solid #999 1px;
	margin: 0px 8px;

}
#breadcrumbs ul { 
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0;
}
#breadcrumbs li {
	float: left;
	margin-right: 6px;
	color:#666666;
	font-size:15px;
}
#breadcrumbs a{
	color: #666666;
	font-size: 15px;
	text-decoration: none;
	padding: 2px 2px;
}

#breadcrumbs a:hover{
	color: #333333;
	text-decoration: underline;
}

#breadcrumbs a:active{
	color: #000000;
	text-decoration: underline;
}

#errorMessage{
	text-align:center;	
}

#centerContent {
	margin: 8px 8px;

}

#centerContent h1 {
	font-size: 20px;
	font-weight: bold;
}

#centerContent h2 {
	font-size: 18px;
	font-weight: bold;
}

#centerContent h3, #errorMessage{
	font-size: 16px;
	font-weight: bold;
}

#formHolder {
	float: right;
	text-align: right;
	font-size: 12px;
	height: 266px;
	margin: 31px 10px 0px 0px;
	background-color: #FFFFFF;
	padding: 8px 8px;
	border: solid #999 1px;
}
#formTitle {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	
}

#pageTitle h2 {
	font-size: 24px;
	margin: 12px 12px;
	border-bottom: solid #999 1px;
	
}

#mainBody {
	height: auto;
	font-size: 12px;
	margin-bottom: 22px;
}

#mainBody p {
	padding: 10px;
}

#mainBody ul{
	
}

#mainBody ul a{
	list-style-type: none;
	text-decoration: none;
	xcolor: #666666;
}

#mainBody ul a:hover{
	text-decoration: underline;
	xcolor: #000000;
}

#topDetails {
	height: 270px;
	border-bottom: solid #999 1px;
}
#topper {
	padding: 8px 0 !important;
}
#pageImage {
	float: left;
	width: 400px;
	padding: 0px 24px 24px 24px;
}

.smallTitles {
	font-size: 14px;
	font-weight: bold;
	padding-left: 22px;
	
}

#vehicleInfoContainer {
	width: 500px!important;
	margin:5px 0px 12px 0px!important;
}
#vehicleInfo {
	width: 180px;
	float: left;
}

#vehicleImage img {
	height: 250px;
	width: 400px;
}
div#vehicleDetails {
	height: auto!important;		
}
#lowerDetails {
	height: auto;
	text-align: left;
	padding-top: 12px;
}

#footer{
	width: 948px;
	background-color: #E8C797;
	padding: 3px 6px;
	font-size: 11px;
	margin: 0px auto;
}

#footerLeft{
	float: left;	
	
}

#footerRight{
	text-align: right;
}

.yearMakeModel {
	float: left;
	width: 400px;
	margin: 0 40px 0 20px;
	xheight: 100px;
	display: inline;
}

.yearMake br, .yearMakeModel br {
	clear: both;
}

br.left {
	clear: both;
}

#callToAction {
	height:250px; 
width: 400px;
	margin:0;
	float: left;
	display: block;
border: 2px solid #F00;
xclear: left;
}

#otherModels, #research {
xfloat: left;
width: 300px;
margin:7px 10px 7px 7px;
xposition: relative;
}

#invDetails {
	clear: both;
}

#quickForm{
	float:right;
	border-bottom:1px solid;
	border-right:1px solid;
	border-left:1px solid;
	width:300px;
	height:220px;
	text-align:right;
	font-size:13px;
}

div#optionsContainer, div#safetyContainer{
	margin:3px 0px!important;
}

div#stockImage{
	left:310px!important;
}

@media print{
	#quickForm{
		display:none;
	}
	ul.tabNavigation{
		display:none;
	}
	#otherModels{
		display:none;
	}
	#research{
		display:none;
	}
	#vehicleInfo {
		width: 285px;
		float: left;
	}
	#dealerInfo ul{
		display:none;
	}
	#vehicleImage img{
		height: 220px!important;
		width: 352px!important;
	}
	div#stockImage{
		top:370px!important;
		left:280px!important;
	}
	.detailsContainer{
		width:675px;
		display:block!important;
		border:none!important;
		
	}	
	div#border{
		height:350px;
	}

	#footerLeft{
		float: left;	
		font-size:12px;
		margin:0 0 0 20px;
	}
	
	#footerRight{
		float: left;
		text-align: right;
		margin:0 0 0 70%;
		font-size:12px;
	}

}

#loading{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
}

#notFound{
	height: 300px;
	padding-top: 25px;
	text-align: center;
}
