@import url("reset.css");
@import url("navigation.css");


/* Base Common Styles /---------------- */
    
body {
    font: 11px Tahoma, Arial, Verdana, Sans-serif;
	line-height: 165%;
    color: black;
    background: #bfbfbe;
}

#container {
	background: #f1f1f1 url('../images/interface/bg_body.jpg') 50% 1px no-repeat;
	overflow: none;
}


#main a {
	color: black;
	font-weight: bold;
}

#main a:visited {
	color: black;
}

#main a:hover {
	color: #333333;
}

a img {
	border: 0px;
}


strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {		clear: both; }


h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: bold;
	background: transparent url('../images/interface/bg_hr.gif') bottom left repeat-x;
}

h1 {
	font-size: 160%;
	padding-bottom: 0px;
	margin-bottom: 7px;
}

h2 {
	font-size: 140%;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h3 {
	font-size: 120%;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
h4 {
	font-size: 116%;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
h5 {
	font-size: 108%;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
h6 {
	font-size: 100%;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

p {
	margin: 0px 0px 18px 0px;
}

#main ul {
    padding: 0px 0px 0px 31px;
	margin: 4px 0px 15px 0px;
	list-style-image: url('../images/interface/li_content.gif');
}

#main ul.document {
    padding: 0px 0px 0px 31px;
	margin: 4px 0px 15px 0px;
	list-style-image: url('../images/interface/icon_document.gif');
}

#main ol {
    padding: 0px 0px 0px 31px;
	list-style: decimal;
}

#main ul li {
    margin: 6px 0px;
}

#main ol li {
    background-image: none;
    margin: 6px 0px;
}

.container {
	width: 880px;
	margin: 0px auto;
	clear: both;
}


/* Header Styles /---------------- */
div#header {
	height: 392px;	
    background: transparent url('../images/interface/bg_header.gif') 0px 0px repeat-x;
}

div#header h1#logo {
    background: black url('../images/interface/h1_title.jpg') 0px 0px no-repeat;
    height: 90px;
    width: 741px;
	text-indent: -9999px;
	margin: 0px auto;
	padding: 0px;
}

div#feature {
    background: transparent url('../images/interface/bg_feature.gif') 0px 0px no-repeat;
    height:214px;
    width:780px;
    margin: 0px auto;
    padding: 0px 4px;
}

div#feature div#feature_flash{
    background: url('../images/feature_l2_placeholder.jpg') 0px 0px no-repeat;
    height:214px;
    width:780px;
}

body.jaguars div#feature div#feature_flash {
    background: url('../images/feature_jaguars.jpg') 0px 0px no-repeat;
}
body.dodge div#feature div#feature_flash {
    background: url('../images/feature_dodge.jpg') 0px 0px no-repeat;
}

div#header div#title {
    background: url('../images/interface/bg_title.gif') 0px 0px repeat-x;
    height:47px;
    width:788px;
    margin: 0 auto;
}

div#title h2#page_title {
    background: url('../images/interface/h2_about.jpg') 0px 0px no-repeat;
    height:47px;
    width:350px;
    margin: 0;
    padding: 0;
    float: left;
}

div#title div.quote { 
    background: url('../images/interface/bg_request_quote.jpg') 0px 0px no-repeat;
    height:47px;
    width:226px;
    float: right;
}

div#title div.quote a {
	margin: 7px 5px 0px 0px;
    background: url('../images/interface/button_go.gif') 0px 0px no-repeat;
    height:35px;
    width:41px;
    float: right;
    text-indent: -9999px;
}
/* Main Area Styles /---------------- */

div#main {
	width: 780px;
	margin: 0px auto 60px auto;
	padding-top: 14px;
}

div#main .content {
	margin-top: 22px;
	margin-right: 12px;
	float: left;
}

div#main .testimonial {
	float: left;
	width: 219px;
}

div#main h2#testimonials {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: transparent url('../images/interface/h2_testimonials.gif') 0px 0px no-repeat;
	height:22px;
	width:138px;
}

div#main .testimonial div.quote.outer {
	width: 215px;
	padding: 2px 0px 0px 0px;
	background: transparent url('../images/interface/bg_testimonial_top.gif') top left no-repeat;
	margin-bottom: 14px;
}

div#main .testimonial div.quote.inner {
	width: 215px;
	padding: 0px 0px 2px 0px;
	background: transparent url('../images/interface/bg_testimonial_btm.gif') bottom right no-repeat;
}

div#main .testimonial div.quote p {
	background: #c2c2c1 url('../images/interface/bg_testimonial.gif') bottom left repeat-y;
	margin: 0;
	padding: 12px 20px;
}

div#main .testimonial div.quote span.by {
	display: block;
	margin: 15px 0px 14px 0px;
	clear: both;
}

div#main .content { width: 780px; }
div#main .testimonials { display: none; }

/* Homepage Specific Areas /---------------- */
body#homepage div#header h1#logo {
    background: black url('../images/interface/h1_title.jpg') 0px 0px no-repeat;
}

body#homepage div#feature {
    background: transparent url('../images/interface/bg_feature.jpg') 0px 0px no-repeat;
    height:274px;
    width:780px;
    margin: 0px auto;
    padding: 0px 30px;
}

body#homepage div#feature div#feature_flash{
    background: url('../images/feature_home_placeholder.jpg') 0px 0px no-repeat;
    height:274px;
    width:780px;
}

body#homepage div#header {
	height: 468px;	
    background: transparent url('../images/interface/bg_homepage_header.gif') 0px 0px repeat-x;
}

body#homepage div#header div#title {
    background: url('../images/interface/bg_homepage_title.gif') 0px 0px repeat-x;
    height:63px;
    width:840px;
    margin: 0 auto;
}

body#homepage div#title h2#page_title {
    background: url('../images/interface/h2_home.jpg') 0px 0px no-repeat;
    height:63px;
    width:362px;
    margin: 0;
    padding: 0;
    float: left;
}

body#homepage div#title div.quote { 
    background: url('../images/interface/bg_homepage_request_quote.jpg') 0px 0px no-repeat;
    height:63px;
    width:253px;
    float: right;
}

body#homepage div#title div.quote a {
	margin: 17px 30px 0px 0px;
    background: url('../images/interface/button_go.gif') 0px 0px no-repeat;
    height:35px;
    width:41px;
    float: right;
    text-indent: -9999px;
}

body#homepage div#main {
    width:840px;
    padding: 0;
    background: url('../images/interface/car_base.png') 0px 0px no-repeat;
    margin-bottom: 30px;
}

body#homepage div#main .content {
    width:430px;
    margin: 0;
    padding: 25px 30px 0 0;
    float: right;
    font-size: 110%;
}

body#homepage div#main .content a#more_info{
	display: block;
	float: right;
    width:181px;
    height: 33px;
    margin: 10px 0 0 0;
    padding: 0;
    text-indent: -9999px;
    background: url('../images/interface/more_info.jpg') 0px 0px no-repeat;
}

/* Level 2 Styles /---------------- */


/* Breadcrumb Links /---------------- */



/* Sitemap Styles /---------------- */
    


/* Form Styles /---------------- */
    

#main input, #main textarea, #main select {
    font: 11px Tahoma, Arial, Verdana, Sans-serif;
} 

#main input.text, #main textarea {
	border: 1px solid #aaaaaa;
	padding: 4px;
	background-color: #ffffff;
}


/* Search Area Styles /---------------- */


     
/* News Listing Styles /---------------- */
    


/* Footer Styles /---------------- */

#footer {
	padding-top: 35px;
	background: #bfbfbe url('../images/interface/bg_footer.gif') top left repeat-x;
	color: #4f4f4f;
	text-align: center;
}

#footer ul,
#footer ul li {
		display: inline;
}

#footer ul {
	padding-bottom: 20px;
}
#footer div#ad {
	clear: both;
	margin: 0px auto 24px auto;
}

#footer li {
	background: transparent url('../images/interface/li_footer.gif') 0px 50% no-repeat;
	padding: 0px 10px 0px 15px;
}

#footer li.first {
	background: none;
}

#footer ul,
#footer a,
#footer a:visited,
#footer a:hover,
#footer a:link {
	color: #686868;
	font-size: 90%;
	text-decoration: none;
}

/* No Javascript Warning /---------------- */

#noscript_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -moz-opacity: 0.85;
    opacity: 0.85;
    z-index: 99999;
}

#noscript_text {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: 30%;
    font-size: 18px;
    line-height: 1.5em;
    z-index: 100000;
    color: #ffffff;
    padding-top: 70px;
    background: url('../logo.gif') center top no-repeat;
}

/* About Us Page /---------------- */
div.content div#bw {
	height: 275px;
	width:549px;
/*	background: transparent url('../images/bw.png') top left no-repeat;*/
}

div#bw {
	margin-top: 30px;
}
div#bw .white,
div#bw .black {
	text-indent: -9999px;
}


/* Enquiry Form /----------- */

#main input.required {
	background: #ffffff url('/images/interface/required.gif') right 3px no-repeat;
	padding-right: 22px;
}

#main input.text {
	width: 200px;
	padding-right: 22px;
}

#main input.button {
	padding-right: 4px;
}

.form_label {
	width: 300px;
	text-align: right;
	padding-right: 20px;
}

.form_header {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

.form_submit {
	padding-left: 250px;
}

.errorMsg {
	border: 2px solid #ff0000;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}
