/*
Big Valley Ford Website Stylesheet
By Ryan Sandor Richards
Copyright 2007 Sandstone Digital, All Rights Reserved
*/

/* Classes */
.accessibility {
	position: absolute;
	font-size: 1px;
	width: 0px;
	height: 0px;
	margin-left: -9999px;
	}
.no-photo {
	display: block;
	border: 1px solid #555;
	background-color: #DDD;
	width: 158px;
	height: 90px;
	text-align: center;
	padding-top: 30px;
	}
.listing-row {
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
	text-align: left;
	}
.listing-row .image {
	width: 175px;
	float: left;
	text-align: center;
	}
.listing-row .image p {
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	font-size: 16px;
	}
.listing-row h3 {
	text-align: left;
	padding-top: 8px;
	}
/* Layout */
* {
	margin: 0;
	padding: 0;
	}
body {
	margin: 5px;
	text-align: center;
	font: normal 14px Georgia, "Times New Roman", Serif;
	}
a img {
	border: 0;
	}
#page-wrapper {
	width: 925px;
	margin: 10px auto;
	}
#header {
	width: 925px;
	height: 179px;
	}
#header h1 {
	width: 925px;
	height: 179px;
	}
#header h1 a {
	display: block;
	overflow: hidden;
	width: 925px;
	height: 179px;
	text-indent: -9999px;
	background: white url("images/header.jpg") no-repeat top left;
	}
#content {
	text-align: left;
	}
#copy {
	float: right;
	margin: 0;
	padding: 0;
	width: 99%;
	text-align: left;
	}
#left-col {
	width: 435px;
	min-height: 400px;
	float: left;
	margin: 0 10px 0 30px;
	}
#right-col {
	width: 420px;
	min-height: 400px;
	float: left;
	}
#footer {
	clear: both;
	width: 925px;
	height: 53px;
	padding-top: 40px;
	}
#footer p {
	display: block;
	width: 925px;
	height: 53px;
	overflow: hidden;
	text-indent: -9999px;
	background: white url("images/footer.jpg") no-repeat top left;
	}
.under-col {
	clear: both;
	margin: 0 10px 0 30px;
	width: 865px;
	float: left;
	}

/* Navigation Styles */
#nav-wrapper {
	width: 854px;
	margin: 8px 0 10px 33px;	}
#nav {
	list-style: none;
	display: inline;
	}
#nav li {
	display: block;
	float: left;
	}
#nav li a {
	display: block;
	height: 48px;
	overflow: hidden;
	text-indent: -9999px;
	}
#nav li#home-nav a { width: 120px; background: white url("images/home-nav.gif") no-repeat top left; }
#nav li#sales-nav a { width: 113px; background: white url("images/sales-nav.gif") no-repeat top left; }
#nav li#service-nav a { width: 133px; background: white url("images/service-nav.gif") no-repeat top left; }
#nav li#departments-nav a { width: 204px; background: white url("images/departments-nav.gif") no-repeat top left; }
#nav li#financing-nav a { width: 185px; background: white url("images/financing-nav.gif") no-repeat top left; }
#nav li#contact-nav a { width: 92px; background: white url("images/contact-nav.gif") no-repeat top left; }
a { color: #a60d1f; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Search Styles */
#search h2 {
	margin: 5px;
	width: 173px;
	height: 42px;
	}
#search h2 a {
	display: block;
	width: 173px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999px;
	background: white url("images/search-our-vehicles.gif") no-repeat 0 0;
	}

/* Typography */
h1, h2 , h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, Sans-Serif;
	margin: 0.25em 0 0.5em 0;
	color: #1c3883;
	}
h4 {
	margin-top: 1.25em;
	}
p {
	margin: 0.5em 0 0.5em 0;
	font-size: 100%;
	text-align: left;
	}
ul {
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 1.25em;
	}
#pbs {
	text-align: center;
	margin: 5px 10px;
	}
#budget {
	margin: 0 0 -40px 0;
}
#budget a{
	color: #151B59;
	font: 25px bold Georgia;
	}	