@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg/footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
	background-color: #F8F8F8;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


a.white:link {color: #FFFFFF;}
a.white:active {color: #FFFFFF;}
a.white:visited {color: #FFFFFF;}
a.white:hover {color: #FFFFFF;}


div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}



ourcarsPreloader{
	display: none;
	background-image: url(../../html%20templates/img/buttons/our_cars_rollover.jpg);
}

homePreloader{
	display: none;
	background-image: url(../../html%20templates/img/buttons/home_rollover.jpg);
}

contactPreloader{
	display: none;
	background-image: url(../../html%20templates/img/buttons/contact_us_rollover.jpg);	
}


aboutPreloader{
	display: none;
	background-image: url(../../html%20templates/img/buttons/about_us_rollover.jpg);	
}

#profileImageHolder{
	width: 250px;
	height: 350px;
	float: left;
	
}

#profileBodyHolder{
	height: auto;
	width: 450px;
	float: left;
	
}

#profileBodyText{
	clear: left;
	float: left;
	height: auto;
	width: 440px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	
	
}


#logo{
	float: left;
	
}

#aboutUsButton{
	background-image: url(../img/buttons/aboutUs.gif);
	height: 38px;
	width: 230px;
	float: left;
	background-position: 0px 39px;
}

#aboutUsButton:hover {
	background-image: url(../img/buttons/aboutUs.gif);
	background-position: 0px 0px;
}

#ourCarsButton{
	background-image: url(../img/buttons/our_cars.gif);
	height: 38px;
	width: 230px;
	float: left;
	background-position: 0px 39px;
}

#ourCarsButton:hover {
	background-image: url(../img/buttons/our_cars.gif);
	background-position: 0px 0px;
}

#homeButton{
	background-image: url(../img/buttons/home.gif);
	height: 38px;
	width: 230px;
	float: left;
	background-position: 0px 39px;
}

#homeButton:hover {
	background-image: url(../img/buttons/home.gif);
	background-position: 0px 0px;
}

#contactUsButton{
	background-image: url(../img/buttons/contact_us.gif);
	height: 38px;
	width: 230px;
	float: left;
	background-position: 0px 39px;
}

#contactUsButton:hover {
	background-image: url(../img/buttons/contact_us.gif);
	background-position: 0px 0px;
}






#contentHolder{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#contactInfo{
	float: right;
	text-align: right;
	margin-top: 15px;
	margin-right: 10px;
	line-height: 20px;
	
}

#linkHolder{
	clear: both;
	float: left;
	width: 950px;
	height: 39px;
	background-image: url(../img/bg/links_bg.gif);
	background-repeat: repeat-x;
	
}

#linkBox a:hover{
	height: 29px;
	width: 230px;
	background-image: url(../img/bg/main_nav_rollover.jpg);
	background-repeat: repeat-x;	
}






.rightCorner{
	float: right;
	
}

.leftCorner{
	float: left;
}

#searchBox{
	clear: left;
	float: left;
	height: 210px;
	width: 200px;
	margin-top: 15px;
	margin-right: 15px;
	background-image: url(../img/bg/search_box_bg.jpg);
	background-repeat: repeat-x;
}

#mainImage{
	float: left;
	margin-top: 15px;
}

#featuredVehicles{
	clear: both;
	float: left;
	height: 290px;
	width: 200px;
	margin-top: 7px;
	background-image: url(../img/bg/featured_vehicles_bg.jpg);
	background-repeat: repeat-x;
	margin-right: 15px;
}

#mainContent{
	float: left;
	width: 725px;
	height: auto;
	margin-top: 12px;
	
}

#mainContentHeader{
	background-image: url(../img/bg/wide_blue_bar.jpg);
	background-repeat: no-repeat;
	height: 27px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 12px;
	padding-left: 45px;
	font-weight: 500;
	clear: both;
	float: left;
	width: 680px;
	margin-bottom: 10px;
}

#mainContentBody{
	width: 725px;
	clear: left;
	float: left;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
	height: auto;
}

#siteLinks{
	float: left;
	height: 150px;
	width: 200px;
}

#about{
	height: 150px;
	width: 200px;
	float: left;
}

#help{
	height: 150px;
	width: 200px;
	float: left;
}

#copyright{
	float: left;
	height: 150px;
	width: 200px;
	text-align: right;
	line-height: 20px;
	margin-left: 140px;
}

#leftSideBar{
	width: auto;
	height: auto;
	float: left;
	clear: left;
	
	
}



.error{
	color: #F00;	
}

.footerHeader{
	font-family: Verdana, Geneva, sans-serif;
	color: #2179b8;
	font-weight: 900;
	font-size: 14px;
	float: left;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;	
}

.footerLinks a:hover{
	color: #2179b8;
}

.footerLinks a{
	float: left;
	clear: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 40px;
	color:#333;
}

.leftHeader{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	color: #FFF;
	margin-bottom: 10px;
}

.smallDropDown{
	min-width: 100px;
	float: left;
	width: 180px;
	clear: left;
	margin-left: 10px;
	background-image: url(../img/bg/form.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	height: auto;
	color: #999;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.searchButton{
	float: left;
	height: auto;
	width: 180px;
	clear: left;
	margin-left: 8px;
	margin-top: 5px;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}

.mainNav{
	height: 29px;
	width: 230px;
	float: left;
	color: #FFF;
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
}

.mainNav a{
	height: 29px;
	width: 230px;
	color: #FFF;
	text-decoration: none;
}

.featuredCarImage{
	height: auto;
	width: 200px;
	float: left;
	clear: left;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.featuredCarText{
	float: left;
	clear: left;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	width: 200px;
}




.searchResultHolder{
	height: auto;
	clear: both;
	float: left;
	width: 725px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.searchResultAvatar{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}

.searchResultInfo{
	float: left;
	height: 80px;
	width: 200px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.searchResultStandardInfo{
	clear: left;
	float: left;
	
}

.searchResultDynamicInfo{
	float: right;
	color: #2179b8;
	font-weight: bold;
	
}

.searchResultPrice{
	float: left;
	width: auto;
	height: auto;
	margin-left: 30px;
	margin-top: 45px;
	font-size: 18px;
	font-weight: bold;
	color: #2179b8;
}


.subHeaderLarge{
	background-image: url(../img/bg/wide_blue_bar.jpg);
	background-repeat: no-repeat;
	height: 27px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 12px;
	padding-left: 45px;
	font-weight: 500;
	clear: both;
	float: left;
	width: 680px;
	margin-top: 10px;
	margin-bottom: 10px;
}







.contactUsHolder{
	float: right;
	height: 100%;
	width: 300px;
	margin-right: 10px;
	
	
	
}

.contactUsHolderLeft{
	float: left;
	height: 300px;
	width: 300px;
	margin-left: 10px;
	clear: left;
	
	
	
}

.smallBlueTitle{
	background-image: url(../img/bg/links_bg.gif);
	background-repeat: repeat;
	height: 38px;
	float: left;
	color: #FFF;
	width: 300px;
	margin-bottom: 10px;
	clear: left;	
	
}

.smallBlueTextTitle{
	float: left;
	margin-top: 12px;
	margin-left: 20px;
	font-weight: bold;
	
}


.smallTextBox{
	float: right;
	margin-top: 5px;
}

.textArea{
	float: right;
	margin-top: 5px;
	
}

.contactUsSmallHeader{
	width:auto;
	height: auto;
	float: left;
	clear: both;
	margin-top: 5px;
	
}

.contactUsDropDown{
	float: right;
	clear: both;
	margin-top: 5px
	
}

.contactButton{
		float: left;
	height: auto;
	width: 180px;
	clear: left;
	margin-left: 60px;
	margin-top: 5px;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}

.contactUsAddressTitle{
	float:left;
	width:auto;
	height: auto;
	margin-top: 10px;
	clear: both;
}

.contactUsAddress{
	float:left;
	width:auto;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
}

.fsaImage{
	float: right;
}

.profileLargeImage{
	float:left;
	clear: both;
	margin-left: 25px;
}

.profileSmallImage{
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 5px;
	
}


.profileResultInfo{
	float: left;
	height: 80px;
	width: 200px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.profileDescriptionHeader{
	float: left;
	clear:left;
	margin-top: 10px;
	margin-bottom: 10px;
	height:auto;
	width:auto;
	color: #2179b8;
	margin-left: 5px;
	font-weight: bold;
}

.arrangeViewing{
	float:left;
	margin-bottom: 30px;
	margin-top: 20px;
}

.searchResultStandardInfo a:hover {text-decoration: underline; color: black;}
.searchResultStandardInfo a:link  {text-decoration: underline; color: black;}
.searchResultStandardInfo a:visited {text-decoration: underline; color: black;}
.searchResultStandardInfo a:active  {text-decoration: underline; color: black;}





