@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #cecfc9;
	background: url(../../images/clientspecific/oabtile.jpg) top repeat-x #000000;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #ff0606; text-decoration: none;}
a:hover{color: #fff; text-decoration: underline;}
a:visited{color: #ff0606; text-decoration: none;}

.clear  {clear: both;}

/******************* STRUCTURE *******************/

#container {
	width: 960px;
	margin: 0 auto;
	font-size: .8em;
	line-height: 1.5em;
}

#oabheader {
	width: 960px;
	height: 199px;
	margin: 0 auto;
	background: url(../../images/clientspecific/oabheader.jpg) center top no-repeat;
}

#containerinner {
	width: 960px;
	margin: 0 auto;
	background: url(../../images/clientspecific/background.jpg) center top no-repeat;
}

#header {
	height: 199px;
	padding: 20px 5px 0 5px;
}

#logo {
	width: 450px;
	float: left;
	color: #ff0606;
	font-weight: bold;
	font-size: 4em;
	line-height: 1em;
	font-style: italic;
	text-indent: -5000px;
}

#phone {
	width: 420px;
	float: right;
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
}

#phone span {
	font-size: 2.3em;
	font-style: italic;
	line-height: 1.5em;
}

#phone strong {
	font-size: .8em;
	line-height: .8em;
}

#slogan {
	width: 920px;
	height: 70px;
	clear: both;
	padding-top: 40px;
	text-align: center;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	color: #cecfc9;
}

#nav {
	height: 34px;
	text-align: center;
	line-height: 40px;
}

#nav a {
	display: inline-block;
	height: 50px;
	padding: 0 15px;
	font-weight: bold;
	color: #cecfc9;
}

#nav a:hover {
	background: url(../../images/clientspecific/nav_over.gif) top repeat-x;
	text-decoration: none;
	color: #000;
}

#large_graphic {
	height: 150px;
}

#large_graphic a {
	width: 250px;
	height: 46px;
	margin-top: 50px;
	display: block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.3em;
	font-style: italic;
	font-weight: bold;
	color: #000;
	line-height: 46px;
	background: url(../../images/clientspecific/button.gif) center top no-repeat;
}

#inventory { margin-left: 60px;}
#inventory:hover, #financing:hover, #directions:hover {background-position: center bottom; text-decoration: none; color: #000;}

#financing { margin-left: 45px;}

#directions { margin-left: 45px; }

h1 {
	margin-top: 0;
	line-height: normal;
	color: #ff0606;
}

#content_text {
	padding: 20px;
}

#content_text_sub {
	padding: 20px;
	background: #fff;
	min-height: 400px;
	color: #000;
}

#features_header {
	height: 70px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.3em;
	font-style: italic;
	font-weight: bold;
	line-height: 100px;
	color: #000;
	background: url(../../images/clientspecific/featured_header.gif) center top no-repeat;
}

#features {
}

#footer {
	height: 100px;
	line-height: 100px;
	text-align: center;
}

#footer a {
	color: #a7acb7;
}





