@import url(reset.css);

body {
	font-size: 62.5%;
	color: black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../images/bg.gif) #d5bc8c repeat-x;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	width: 994px;
	border-top: none;
	height: 500px;
}

#masthead {
	height: 151px;
	margin: 0 17px;
	padding: 0 0 2px 0;
	background:url(../images/content-top-bg.gif) repeat-x bottom center;
}

#contact, .contactBox {
	width: 284px;
	height: 73px;
	float: right;
	background: url(../images/contact-bg.gif) no-repeat top center;
	margin-top: 25px;
	margin-right: 35px;
	color: #281c00;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 1.6em;
	padding-top: 30px;
	display: inline;
}

#contact a, .contactBox a {
	color: #281c00;
}

.contactBox {float:none;width:420px;display:block;}

#logo {
	float: left;
	margin-top: 25px;
	margin-left: 65px;
	display: inline;
}

#photos-nav {
	background: url(../images/content-bg.png) top center repeat-y;
	position: relative;
	padding-top: 138px;
	height: 51px;
}

#photos {
	background: url(../images/photos-bg.gif) bottom center no-repeat;
	position: absolute;
	height: 169px;
	width: 994px;
	top: -21px;
	text-align: center;
}

/* nav */

#nav {
	height: 51px;
	background: url(../images/nav-side-bg.gif) bottom center no-repeat;
}

#nav ul {
	height: 41px;
	padding-top: 10px;
	background: url(../images/nav-bg.gif) bottom center repeat-x;
	margin: 0 17px 0 17px;
	text-transform: uppercase;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-left: 87px;
}

#nav ul li {
	float: left;
	padding-left: 1px;
	background: url(../images/nav-separator.gif) left top no-repeat;
	display: inline;
	height:41px;
	position:relative;
}

#nav ul li a {
	float: left;
	height: 29px;
	padding: 12px 15px 0 15px;
	color: white;
	text-decoration: none;
	display: inline;
}

#nav ul li ul {width:150px;}

#nav ul li ul li, #nav ul li ul li a, #nav ul li ul li h3 {
	float: none;
	padding-left: 1px;
	display: inline;
	background:none;
	height:auto;
	font-size:12px;
	padding:auto;
	margin:auto;
}


#nav ul li a:hover, .navHome a.home, .navCars a.cars, .navServices a.services, .navFaqs a.faqs, .navContact a.contact {
	background: url(../images/nav-bg-over.gif) top center repeat-x;
	color: #412e00;
	text-decoration: underline;
}

#nav ul li a:active {
	color: #6e5311;
}

#nav ul li#last {
	height: 51px;
}


#content {
	background: url(../images/content-bg.png) top center repeat-y;	
	padding: 0 17px;
}

#content h1 {
	color:#412E00;
	clear:left;
	display:block;
	font-size:20px;
	font-weight:bold;
	margin-left:9px;
	text-align:left;
	width:919px;
}

/* styles for the car panels */

.car {
	margin: 0 1px 5px 2px;
	float: left;
	background: url(../images/car-bg.jpg) top center no-repeat;
	padding: 9px;
	width: 219px;
	display: inline;
}

.car-wrapper {
	position: relative;
	overflow: hidden;
	height: 281px;
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 281px;  /* set this according to how much content you have in the overlay */
	width: 100%; 
	background: url(../images/car-overlay-bg.png);
	top: 237px; /* set this according to how much content you have in the overlay */
 	left: 0;
	display: inline;
}

.boxcaption h2 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	margin: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	height:28px;
}

.boxcaption p {
	color: white;
	font-size: 1.1em;
	margin: 7px 10px;
}

.boxcaption p a {
	color: white;
	font-weight: bold;
}

.boxcaption img {
	border: 2px solid white;
	margin: 7px;
}

.boxcaption img.right {
	float: right;
	display: inline;
}

.boxcaption img.left {
	float: left;
	display: inline;
}

/* bottom section of page */

#pageContent, #articles, #footer {
	clear: both;
	padding: 15px 17px;
	padding-top: 31px;
	background: url(../images/separator-1.gif) top center no-repeat;
	display: inline-block;
}

#footer {
	background: url(../images/separator-2.gif) top center no-repeat;
	padding-top: 40px;
	padding-bottom: 0;
	text-align:center;
	width:926px;
}

#articles h2 {
	color: #412e00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	padding: 10px 10px 0 10px;
}

#pageContent p, #articles p, #footer p {
	margin: 5px 10px;
	font-size: 1.3em;
	line-height: 1.6;
}

#pageContent p, {margin:10px;}

#pageContent ul {margin:10px;
                 font-size:1.3em;
				 font-weight:bold;
}

#pageContent h2 {margin:10px;
                 font-size:1.3em;
				 font-weight:bold;
}
                
#site-footer {
	background: url(../images/footer-bg-bottom.gif) top center no-repeat;
	height: 25px;
	padding-top: 25px;
}

#site-footer p {
	text-align: center;
	color: #412e00;
	font-size: 1.1em;
}

#footer a {
	color: #412e00;
}

#articles a {
	font-weight: bold;
}

.iRight {float:right; margin-left:5px;}
.iLeft {float:left; margin-right:5px;}

#faqpage p
    {margin: 5px 10px;
	font-size: 1.3em;
	line-height: 1.6;
}


