/* CSS Document */

body {
	margin: 10px;
	padding: 0;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
}

a, a:visited, a:active {
	color: blue;
}

a:hover {
	color: #636363;
	text-decoration: none;
}


#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
}

#header {
	background-color: #CCC;
}

#header #title {
	color: #C1272D;
	font-size: 45px;
	font-weight: bold;
	float: left;
	padding: 5px 10px;
}

#header #title .catchphrase {
	color: #636363;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#header #phones {
	color: white;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	float: right;
	padding: 10px;
}

#nav {
	clear: both;
	border-top: 10px solid #C1272D;
	height: 25px;
	background-color: #CCC;
	padding: 0px 47px;
}

#nav .menuitem {
	float: left;
	height: 23px;
	border-bottom: 6px solid #CCC;
	margin: 0px 5px;
}

#nav .menuitem a {
	width: 150px;
	text-align: center;
	height: 20px;
	display: block;
	border-bottom: 2px solid #636363;
	background-color: #8E8E8E;
	text-decoration: none;
	color: black;
	padding: 0 10px;
	padding-top: 3px;
}

#nav .menuitem a:hover {
	color: white;
}

#content {
	clear: both;
}

.home {
	border: 1px solid black;
	margin: 20px;
}

.interior {
	border: 1px solid black;
	margin: 20px;
}

.hp_photo {
	float: left;
	border-right: 10px solid #B5B5B5;
	height: 370px;
	width: 400px;
	background-color: #CCC;
	padding-top: 30px;
}

.hp_photo a {
	color: #C1272D;
}

.rotator-noimage {
	background-image: url(images/noimage-car.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 400px;
}

#rotator {
	height: 300px;
	width: 400px;
	background-repeat: no-repeat;
}

.mapcontainers {
	margin: 10px 20px;
	width: 500px;
	float: left;
}

.mapcontainers li {
	padding: 10px;
}

.directions form, .directions fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.directions fieldset {
	padding-top: 10px;
	padding-bottom: 10px;
}

.directions form .address_input {
	width: 400px;
}

#routecontainer {
	width: 480px;
	background-color: white;
	border: 1px solid black;
	display: none;
	border: 1px solid black;
	padding: 10px;
	margin: 5px 0px;
}

#route {
	font-size: 10px;
}

#map { 
	width: 500px;
	height: 270px;
	border: 1px solid black;
}

#footer {
	clear: both;
	font-size: 11px;
	color: #C1272D;
	padding: 3px;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	height: 13px;
}

#footer .copyright {
	float: left;
}

#footer .fl1member {
	float: right;
}

.headline {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #C1272D;
	padding-bottom: 5px;
}

.mapcontainers .headline {
	text-align: center;
}

#bullets {
	margin: 21px;
	clear: both;
}

#bullets .head {
	border: 2px solid #8E8E8E;
	background-color: #C1272D;
	color: #CCC;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 10px;
}

#bullets .leftside, #bullets .rightside {
	width: 410px;
	float: left;
}

#bullets .leftside {
	margin: 0 40px 0 20px;
}

#bullets .rightside {
	margin: 0 20px 0 40px;
}

#carinfo table th, .optionstitle {
	border-bottom: 3px solid #CCC;
	background-color: #8E8E8E;
}

.optionstitle div {
	padding: 2px;
	border-bottom: 1px solid #636363;
	text-align: center;
}

.options {
	font-size: 12px;
	text-transform: lowercase;
	font-style: italic;
}

.optionitem {
	width: 230px;
	float: left;
	border-bottom: 1px solid #CCC;
	margin: 5px;
}

#carinfo table th a {
	color: black;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
	border-bottom: 1px solid #636363;
	display: block;
}

#carinfo table th a:hover {
	color: white;
}

.center {
	text-align: center;
}

.clearboth {
	clear: both;
}

.size10 {
	font-size: 10px;
}

.nil {
	border: 0;
	margin: 0;
	padding: 0;
}

.noborder {
	border: 0;
}

/***** CONTACT US CSS *****/	
	
#contact {
	width: 458px;
	font-size: 14px;
	border: 1px solid #636363;
	padding: 5px;
	color: black;
	margin: 0 auto;
	clear: both;
	background-color: #CCC;
	}

#contact .element {
	width: 450px;
	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;
}