
/* ---------------------------------------------------------------------------------------------------------

Extreme AutoWorks
http://www.extremeaw.com/

Design, Code, Database Structure, Interactivity, and Management: Thomas Bright and Tony Scialdone
http://www.dotcomonomics.com/

--------------------------------------------------------------------------------------------------------- */

/* Universal Declarations */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body * { position: relative; }
html { background : url(null) fixed no-repeat; } 			/* this fixes an IE problem. Scrolling some pages causes corruption in the rendering. */
:focus { outline: 0; background: #ccc; }					/* remember to define focus styles! */
table { border-collapse: collapse; border-spacing: 0; } 		/* tables still need cellspacing="0" in the markup */


/* Block Level Elements */

html {
	height: 100%;
	background: #c6c6c6; }

body { 
	margin: 0;
	padding: 0;
	background: #460603 url(../images/bg_body.jpg) repeat-x left top; 
	font-size: 100.01%; }
	
#outer { 
	width: 100%;
	height: 100%; 
	background: url(../images/bgouter.png) no-repeat center 400px; }

#wrap { 
	margin: 0 auto;
	width: 933px; 
	font: 0.7em/1.5em verdana, arial, sans-serif; }
	
#header { 
	height: 300px; 
	background: url(../images/bg_header.jpg) no-repeat center -1px; }
	
#header #rotate_image { 
	display: block;
	margin: 0 auto; }
	
#header p { 
	top: -77px;
	left: 185px;
	margin: 0 auto; 
	width: 400px; 
	font-family: verdana, arial, sans-serif; 
	font-size: 120%;
	color: #fff; 
	text-align: center; }
	
#header p span {
	display: block; 
	font-size: 150%; }
	
#header p img {
	top: -17px; }
	
#contentwrap {  
	float: left; 
	top: -3px;
	padding: 0 0 49px 0; 
	width: 933px;
	background: url(../images/bgcontent.jpg) repeat-y center top; }
	
#primary { 
	float: left;
	left: 21px;
	width: 520px; 
	font-size: 1.2em; 
	color: #ccc; }
	
#secondary {  
	float: right;
	right: 21px;
	width: 350px; }
	
#footer {
	clear: both; 
	height: 350px;
	background: url(../images/bg_foter.jpg) repeat-x left bottom; }
	
	
/* Nav Styles */

#topnav { background: url(../images/bg_topnav.jpg) repeat-x left top; }

#topnav ul { 
	margin: 21px 0 0 0;
	width: 100%;
	height: 51px; 
	text-align: center; }
	
#topnav li {
	list-style-type: none;
	display: block;
	display: inline; 
	margin: 0 10px; }
	
#topnav a:link,
#topnav a:visited,
#topnav a:active { 
	text-decoration: none;
	font: bold 118%/51px verdana, arial, sans-serif;
	color: #fff;  
	letter-spacing: -1px; }
#topnav a:hover { color: #ccc; }


#nav { 
	margin: 0 0px 28px 0;
	padding: 7px 0; }

#nav ul { 
	margin: 0;
	width: 100%;
	text-align: left; 
	border-top: 0px solid #000;
	border-bottom: 0px solid #000; }
	
#nav li {
	list-style-position: outside;
	list-style-type: none;
	width: 100%; 
	color: #fff; 
	text-indent: 42px; }
	
#nav a:link,
#nav a:visited,
#nav a:active { 
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 4px;
	padding: 0;
	background: #460603 url(../images/bg_li.jpg) no-repeat left 50%;
	text-decoration: none;
	font: bold 118%/22px verdana, arial, sans-serif;
	color: #fff;  
	text-indent: 28px;
	letter-spacing: -1px; }
#nav a:hover { 
	color: #ccc; }

a:link,
a:visited,
a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #c0c0c0; }
a:hover { 
	text-decoration: none;
	color: #fff; }
	
a#admin { 
	text-decoration: none;
	color: #c0c0c0; }

	
/* Headlines */

h1 { 
	clear: both;
	margin: 14px 0 0 21px;
	font: normal 225%/1.5em arial, sans-serif; 
	color: #460603;
	color: #ccc; 
	letter-spacing: -1px; }

h2 { 
	clear: both;
	margin: 14px 0 0 21px; 
	font: normal 164%/1.5em arial, sans-serif; 
	color: #460603;
	color: #ccc; 	}
	
	
#secondary h2 { 
	margin: 14px 0 0 0px;
	font: normal 225%/1.5em arial, sans-serif; 
	color: #460603;
	color: #ccc; 
	letter-spacing: -1px; }
	
#secondary h2#call { text-align: center; }
	
h2#services { margin-bottom: 0; }
#secondary h2#services+ul { margin-top: 0; }

h3 { 
	margin: 14px 0 0 21px;
	font: bold 145%/1.5em arial, sans-serif;  
	color: #460603;
	color: #ccc; 
	letter-spacing: -1px;	}
	
h4 { 
	margin: 14px 0 0 21px;
	font: bold 136%/1.5em arial, sans-serif;  
	color: #460603;
	color: #ccc; 
	letter-spacing: -1px;	}
	
h5 { 
	margin: 14px 0 0 21px;
	font: bold 136%/1.5em arial, sans-serif;  
	color: #460603;
	color: #ccc; 
	letter-spacing: -1px; }
	
	
/* Paragraphs */	
	
p { 
	margin: 14px 28px 0 21px;
	line-height: 1.5em; 
	text-align: justify; }
	
h1+p { margin-top: 7px; }
	
#footer p {
	top: -10px;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 933px;
	height: 51px;
	font-size: 80%;
	line-height: 51px; 
	font-family: verdana, arial, sans-serif;
	color: #c0c0c0; 
	font-variant: small-caps;
	text-align: center; 
	background: url(../images/bg_topnav.jpg) no-repeat left top; }
	
#footer a:link,
#footer a:visited,
#footer a:active { 
	color: #ccc; 
	text-decoration: none; }
#footer a:hover { color: #fff; }
#footer a:hover { color: #fff; }

	
/* Definition Lists */	
	
dl { 
	list-style-position: inside; 
	margin: 14px 28px 0 42px; }

dt { 
	font-weight: bold; 
	font-size: 118%; }

dd { 
	margin-left: 14px; }

/* Ordered Lists */	

ol { 
	list-style-position: outside; 
	margin: 14px 28px 0 42px; }

ol li { text-align: justify; }


/* Unordered Lists */	

ul { 
	list-style-position: inside; 
	margin: 14px 28px 0 42px; }
	
ul li { text-align: justify; }

#primary ul.sitemap a:link, #sitemap a:visited, #sitemap a:active, #sitemap a:hover { color: #fff; list-style-type: none; }


ul.gallerypics {
	clear: both;
	margin: 0px auto 42px auto;
	padding: 0;
	width: 100%; }
	
ul.gallerypics li {	
	list-style-type: none;
	display: inline;
	float: left;
	left: 20px;
	width: 140px;
	height: 140px;
	background: url(../images/shadow_thumb.jpg) no-repeat left top; }
	
ul.gallerypics li.h2 {
	clear: both;
	margin: 28px 0 0 0;
	width: 100%;
	height: auto;
	font: normal 225%/1.5em arial, sans-serif; 
	color: #460603;
	color: #ccc; 
	letter-spacing: -1px; }	
	
ul.gallerypics li img {
	display: block;
	margin: 0;
	top: 3px;
	left: 5px;
	padding: 5px;
	background: #fff; }

#primary ul.gallerypics li a { border: 0; }

/* Images */

.pic {
	display: block;
	margin: 14px auto;
	padding: 4px;
	background: #fcfcfc;
	border: 1px solid #000; }
	

/* Blockquotes */	

blockquote { 
	margin: 21px 21px 0 21px; 
	border-top: 1px solid #666; border-bottom: 1px solid #666; }
	
blockquote p { 
	margin: 0;
	padding: 14px; 
	background: url(../images/quotes.gif) no-repeat 5px 10px;
	font-weight: bold; 
	color: #460603; }

/* Forms */

form {
	margin: 21px; }

label {
	clear: both;
	display: block;
	margin: 0;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase; }

input {
	display: block;
	margin: 0 0 14px 0;
	padding: 4px;
	width: 200px;
	background: #fff;
	font: bold 100%/1.3em tahoma, verdana, arial, sans-serif;
	color: #00448d;
	border: 1px solid #c2c2c2; }	
	
input[type $='hidden'] { display: none; }

textarea {
	clear: both;
	display: block;
	overflow: auto;
	margin: 0 0 7px 0;
	padding: 4px 4px 0 4px;
	width: 300px;
	height: 100px;
	background: #fff;
	font: normal 100%/1.3em tahoma, verdana, arial, sans-serif;
	color: #00448d;
	border: 1px solid #c2c2c2; }

select {
	margin: 7px 0 7px 0;
	background: #fff;
	border: 1px solid #c2c2c2; }

input.button {
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 2px 7px;
	width: auto;
	background: #00448d;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase; }
	
input[type $='submit'] {
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 2px 7px;
	width: auto;
	background: #00448d;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase; }


	
	
/* Tables */	

table {    
	table-layout: fixed;    
	width: 100%;    
	overflow: hidden; }


/* Classes and Stuff */

.bold { font-weight: bold; }
em { font-style: italic; }
.right { text-align: right; }
.left { text-align: left; }
.red { color: #f00; }
	
	
	
body#Contact_Us #secondary #genform  { display: none; }