.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.vehicle {
	color: #D20000;
	font-size: large;
	font-weight: bolder;
	text-transform: uppercase;
	height: 100%;
	padding-left: 5px;
}
.details {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-transform: lowercase;
	height: 100%;
	padding-left: 8px;
}
.make {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #333333;
	padding-left: 8px;
	font-weight: bolder;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.contactW {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#333333;
	text-decoration: none;
	padding-right: 14px;
}
.email {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.background {
	background-repeat: repeat-y;
}
.selectVehicle {
	height: 55px;
	width: 250px;
	display:block;
	float:left;
	position:relative;
	margin-bottom:10px;
}
.selectVehicle a, selectVehicle a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #333333;
	margin-bottom: 5px;
	text-decoration: none;
	display:block;	
	text-align: right;
	border: 1px solid #CCCCCC;

}
.selectVehicle a:hover {
	color: #000000;
	background-color: #D6AB3C;
	border: 1px solid #333333;
}
.selectVehicleThumb {
	margin:5px;
}
.selectVehicleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	width:160px;
	font-size: 10px;
	display:inline;
	float:left;
	margin:16px 5px;
}
a#soldvehicles {
	color: #333333;
	height: 45px;
	width: 71px;
	border: 1px solid #CCCCCC;
	margin: 3px;
	padding: 2px;
	display: block;
	float:left;
}
a#soldvehicles:hover {
	color: #000000;
	border: 1px solid #333333;
	background-color: #D6AB3C;
}

a#vehiclesThumb:hover {
	border-bottom:2px solid #D6AB3C;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align:center;
	border: 1px solid #333333;
	background-color:#D5AA3A;
	padding:5px;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align:center;
	border: 1px solid #333333;
	padding:5px;
}
a#menu:hover {
	border: 1px solid #333333;
}
a#menu:active {
	border: 1px solid #333333;
	background-color:#D5AA3A;
}
a#soldMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
a#soldMenu:hover {
	color: #990000;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
#Layer2 {
	position:absolute; 
	width:387px; 
	z-index:3; 
	left: 18px; 
	top: 300px;
	text-align: right;
	background:#333333;
	color:#FFFFFF;
	display:block;
	padding:5px 0;
	font-weight:bold;
	text-align:center;
}
#Layer2 a {
	color:#FFFFFF;
	padding:5px;
	text-decoration:none;
}