/*Main stylesheet for the Lauderdale Suzuki Group site*/
/*Layout rules*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: small/1.5 'trebuchet ms', verdana, sans-serif;
	color: #666666;
	background: #7F7F7F;
}
#wrap {
	width: 100%;
	margin: auto;
	min-width: 760px;
	max-width: 1200px;
	background: #B9B09D url('../images/bg-right.gif') repeat-y 78% 0;
}
#wrap-inner {
	background: url('../images/bg-left.gif') repeat-y 23% 0;
}
/*Used only to tile second background image into page.*/
#header {
	background: #000 url('../images/cello.jpg') 50% 90% no-repeat;
	width: 100%;
}
#main-body {
	float: left;
	width: 78%;
}
#content {
	float: right;
	width: 73%;
}
#leftnav {
	float: left;
	width: 27%;
}
#rightnav {
	float: right;
	width: 22%;
}
#footer {
	clear: both;
	font-size: 80%;
	text-align: center;
	background: #424242 url('../images/footer-bg.gif') repeat-x;
	color: #fff;
	padding: 10px 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*General style rules*/
/*Rules for the text in the headers section (#banners)*/
#banners {
	background-color: #fff; /* for IE */;
	filter: alpha(opacity=75); /* CSS3 standard */;
	opacity: 0.75;
	width: 34em;
	padding: 20px 15px;
	border: 2px solid #B9121B;
}
#banners h1 {
	font-size: 275%;
	color: #000;
	border-bottom: 1px solid #B9121B;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-weight: bolder;
}
#banners h1 span {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	color: #B9121B;
}
#banners h2 {
	text-align: right;
	font-style: italic;
	color: #000;
}
.gutter {
	padding: 20px;
}
/*Applies Fixed width padding in a fluid layout*/
/*Content Section rules*/
#content p {
	margin: 20px 0;
	text-align: justify;
}
#bread {
	border-bottom: 1px #000 solid;
	font-size: 90%;
	margin: 0;
	color: #000;
	font-weight: bold;
	padding: 0 0 5px;
}
/*Styling for breadcrumb trail*/
#bread span {
	font-style: italic;
	font-weight: normal;
}
#content h3, #content h4, #content h5 {
	margin: 20px 0 5px;
	color: #fff;
	background: #B9121B url('../images/header-bg.gif') repeat-x top left;
	padding-left: 10px;
	border: 2px solid #4C1B1B;
}
/*Styling for headers in the content section*/
#content h3 {
	clear: both;
	font-size: 150%;
}
#content h4 {
    clear: both;
	font-size: 120%;
}
#content h5 {
    clear: both;
	font-size: 110%;
	border: solid 1px #82612F;
	background: none #BD8D46;
}
/*Styling for anchor elements in the content section*/
#content a {
	font-weight: bold;
}
#content a:link {
	text-decoration: none;
	color: #B9121B;
}
#content a:visited {
	text-decoration: none;
	color: #BD8D46;
}
#content a:hover {
	color: #fff;
	background: #B9121B;
}
#content a:visited:hover {
	color: #fff;
	background: #BD8D46;
}
/*Styling for lists in the content section with a class of content-list*/
.content-list {
	margin: 20px;
}
.content-list li {
	list-style: none;
	background: url('../images/info.gif') no-repeat 0px 5px;
	padding-left: 20px;
	margin: 8px 0;
}
/*Styling for inpage links to return to the top of the page*/
#content .top {
	text-align: center;
	margin-bottom: 40px;
}
#content strong {
    color: #555;
}

.image-caption { clear: both; font-size: smaller; color: black; }

/*Rule for images floated left*/
.left {
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	border: 1px solid #000;
	background: #FEFDF3;
}
/*Rule for images floated right*/
.right {
	margin: 0 0 15px 15px;
	float: right;
	padding: 5px;
	border: 1px solid #000;
	background: #FEFDF3;
}
.clear-left {
	clear: left; 
}
/*Navigation Bar styling*/
#leftnav h3, #rightnav h3 {
	text-align: center;
	color: #fff;
	margin: 20px;
}
/*Headers in the navigation bars*/
/*Styling for list with class 'nav'*/
.nav {
	width: 80%;
	margin: auto;
	list-style: none;
	margin: 20px auto;
	background: #BD8D46;
}
.nav li {
	background: url('../images/nav.gif') no-repeat left top;
	border-bottom: 1px #82612F outset;
	font-size: 108%;
}
.nav .last {
	border-bottom: none;
}
/*Stops a bottom border from appearing on the final link in the navigation bar.*/
/*Styling for anchors in the navigation sections*/
.nav a {
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	color: #fff;
	background-image: url('../images/nav-bottom.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}
/*Styling for current page list elements*/
.nav #current span {
	display: block;
	background: url('../images/nav.gif') no-repeat left top;
	padding: 10px 15px;
}
.nav #current {
	background: #FCFAE1 url('../images/nav-bottom.gif') no-repeat bottom right;
	color: #000;
	font-weight: bold;
}
.nav a:hover {
	text-decoration: underline;
	background: #D9BD93 url('../images/nav.gif') no-repeat left top;
	font-weight: bold;
}
#bottom {
	padding: 5px 0 0 0;
	border-top: 1px solid;
	font-size: 90%;
}
/*Styling for home and contact links at page bottom.*/
/*Table styling*/
table {
	margin: 0px 10px 10px;
	border: #4c1b1b 2px solid;
	border-right: #4c1b1b 1px solid;
	border-bottom: #4c1b1b 1px solid;
	width: 80%;
	color: #000;
	border-collapse: collapse;
}
caption {
	border: #4c1b1b 2px solid;
	border-bottom: none;
	padding: 8px;
	font-weight: bold;
	font-size: 130%;
	background: url(../images/header-bg.gif) #b9121b repeat-x left top;
	margin: 0px;
	color: #fff;
	font-style: italic;
	text-align: left;
}
th {
	border-right: #4c1b1b 1px solid;
	border-bottom: #4c1b1b 1px solid;
	padding: 8px 10px;
	font-size: 120%;
	background: #bd8d46;
	color: #fff;
	text-align: left;
}
td {
	border-right: #4c1b1b 1px solid;
	border-bottom: #4c1b1b 1px solid;
	padding: 5px 8px;
}
.head-large {
	width: 40%;
}
/*Width settings for table cells*/
.head-small {
	width: 30%;
}
/*Width settings for table cells*/
.alt {
	background: #D9BD93;
}
/*Styles alternate rows of the tables for better legibility*/
/*Form styling*/
form {
	color: #000;
	margin: 20px 0;
}
fieldset {
	width: 80%;
	margin: auto;
	border: 2px solid #000;
	padding: 10px 20px;
}
legend {
	font-size: 140%;
	font-variant: small-caps;
	padding: 0 4px;
	font-weight: bold;
}
.description {
	float: left;
	text-align: right;
	width: 15em;
}
/*Text describing a form control*/
.control {
	float: left;
	padding-left: 5px;
}
/*Form control*/
.control input {
	border: 2px solid #000;
	width: 10em;
}
input:focus {
	background: #D9BD93;
}
/*Gives background colour to selected form input.  Not supported in IE.*/
.row {
	clear: both;
	padding: 15px 0;
}
/*Each form description and input is surrounded by a row div.*/
textarea {
	margin: auto;
}
#submit, #clearform {
	background: #D9BD93;
	border: 2px solid #000;
	padding: 8px 5px;
	margin-right: 10px;
}
.warning {
	font-style: italic;
}
/*Sets incorrect form input fields after Javascript validation.*/
.ok {
	font-weight: normal;
	font-style: normal;
}
#content .inputError {
	clear: both;
	text-align: center;
	color: #B9121B;
	padding-top: 10px;
	margin-bottom: 5px;
}

dl {
	position: relative;
	margin-left: 10px;
}
dt {
	position: absolute;
	width: 10em;
	font-weight: bold;
}
dd {
	margin-left: 11em;
}

/*Scripted Google maps rules*/
.map {
	width: 100%;
	max-width: 400px;
	height: 400px;
	margin: 20px 10px;
	border: 1px solid #4C1B1B;
	overflow: hidden;
}
/*Hacks*/
/*This fixes the footer height problem in IE6 using the Holly Hack*/
/*Hide from IE5/Mac \*/
* html #footer {
	height: 1%;
}
/*End hide from IE5/Mac */
