/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
	margin: 5px;
	padding: 0px;
}

a, a:visited {
	color: blue;
}

a:hover {
	color: #990000;
}

li {
	margin: 5px 0px;
}

/* IDENTIFIERS CSS */

#main {
	width: 984px;
	margin: 0 auto;
	clear: both;
}

#header {
	height: 120px;
	background-image: url(images/header_new.jpg);
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
}

#header .address {
	padding-top: 72px;
	text-align: center;
	padding-left: 180px;
	font-size: 14px;
}

#header .phone {
	text-align: center;
	padding-left: 180px;
}

#nav {
	margin-top: 10px;
}

#nav .menuitem {
	float: left;
	
}

#fbFloater {
	background-image: url(images/fbLogo.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 113px;
	height: 80px;
	position: absolute;
	z-index: 101;
	margin-top: -51px;
	margin-left: 888px;
}

#nav .menuitem a {
	display: block;
	background-color: white;
	border: 1px solid black;
	padding: 3px;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}

#nav .menuitem a:hover, #nav .menuitem #active {
	background-color: #FFFFDD;
	color: black;
}

#content {
	margin-top: 10px;
}

#content .photo {
	margin-bottom: 15px;
}

#content .photo img {
	border: 1px solid black;
}

#content .leftside {
	display: block;
	float: left;
	width: 454px;
}

#content .leftside .item {
	text-align: center;
	padding: 5px;
	border: 1px solid black;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 200px;
	float: left;
	height: 135px;
	font-size: 12px;
}

#content .leftside .item strong {
	font-size: 14px;
}

#content .rightside {
	margin: 0;
	padding: 0;
	float: left;
	width: 508px;
	padding: 10px;
	background-color: #ECE9D8;
	border: 1px solid #999;
}

#content .rightside #map {
	width: 506px;
	height: 370px;
	border: 1px solid #039;
	margin: 0;
	padding: 0;
}

.directions form, .directions fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.directions fieldset {
	padding: 10px 0px;
}

.directions form .address_input {
	width: 400px;
}

#routecontainer {
	width: 484px;
	border: 1px solid black;
	display: none;
	padding: 10px;
	margin: 5px 0px;
	background-color: white;
}

#route {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.mapinfo {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.mapinfo div {
	padding: 3px;
}

#footer {
	text-align: center;
	font-size: 11px;
	margin: 15px 0px;
	border-top: 2px solid black;
	padding-top: 10px;
}

#footer .copyright {
	font-size: 12px;
}

#footer .hours {
	color: #900;
	padding: 5px;
}

#footer .cards {
	float: left;
}

#footer .fl1 {
	float: right;
}

#footer .fl1 img {
	border: 0;
}

/* VEHICLE OUTPUT CSS */

.info div {
	border-bottom: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 4px;
	font-size: 12px;
}

.info .price {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.info .color {
	text-transform: capitalize;
}

.photos {
	margin: 5px 0px;
}

.photos .pic {
	float: left;
	width: 100px;
	height: 100px;
	padding: 6px;
	border: 1px solid black;
	margin: 0px 3px;
	background-color: #CCC;
}

.photos .pic img {
	border: 0;
}
.caroutput .headline {
	font-size: 24px;
}
.caroutput .subhead {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #636363;
	margin-top: 10px;
}

.options {
	font-size: 12px;
	text-transform: lowercase;
	font-style: italic;
}

.optionitem {
	width: 230px;
	float: left;
	border-bottom: 1px solid #CCC;
	margin: 5px;
}


/* CLASS CSS */

.clearboth {
	clear: both;
}

.size10 {
	font-size: 10px;
}

.size11 {
	font-size: 11px;
}

.size12 {
	font-size: 12px;
}

.headline {
	font-size: 18px;
	font-weight: bold;
	color: #900;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.border1 {
	border: 1px solid black;
}

.noborder {
	border: 0;
}

.margintop10 {
	margin-top: 10px;
}

.black {
	color: black;
}

.chart {
	font-size: 11px;
	background-color: white;
}

.chart th {
	background-color: #990000;
	color: white;
}

.chart .oddrow {
	background-color: #CCCCCC;
}

/***** CONTACT US CSS *****/	
	
#contact {
	width: 414px;
	font-size: 14px;
	border: 1px solid #636363;
	padding: 5px;
	color: black;
	background-color: #CCC;
	}

#contact .element {
	width: 406px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#contact a {
	text-decoration: underline;
}
