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

Action Auto Glass
http://www.something.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 { line-height: 1; }
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; } 								/* remember to define focus styles! */
table { border-collapse: collapse; border-spacing: 0; } 		/* tables still need cellspacing="0" in the markup */


/* BLOCK LEVEL ELEMENTS */

body { 
	margin: 0;
	padding: 0 0 77px 0;
	height: 100%; 
	background: #c6c6c6 url(../images/bg_body.jpg) left top; 
	background-attachment: fixed;
	font-size: 100.01%; }

#wrap { 
	top: 14px;
	margin: 0 auto;
	width: 800px; 
	background: #fff; 
	font: 0.7em/1.5em verdana, arial, sans-serif; 
	color: #666; 
	border: 7px solid #777; }
	
#topnav { 
	margin: 0;
	width: 100%;
	height: 42px;
	background: #dedede url(../images/bg_nav.jpg) repeat-x left top; 
	text-align: center; }
	
#header { 
	height: 250px; 
	background: #aeaeae url(../images/bg_header.jpg) no-repeat center top; }
	
#contentwrap { 
	float: left; 
	padding: 0px 0 49px 0; 
	background: url(../images/bg_content.gif) repeat-y left top; }
	
#primary {  
	float: left;
	width: 500px; }
	
#secondary { 
	float: right;
	width: 300px; }
	
#footer {
	clear: both; 
	height: 150px;
	background: #ddd; 
	border-top: 3px solid #c6c6c6; }
	
	
/* TOPNAV STYLES */

#topnav li {
	list-style-type: none;
	display: block;
	display: inline; 
	padding-right: 70px; }
	
#topnav li.contact { padding-right: 0; }

#topnav a { 
	text-decoration: none;
	font: bold 1.48em/42px verdana, arial, sans-serif;
	color: #fff; 
	text-transform: uppercase; 
	letter-spacing: -1px; }
#topnav a:hover { color: #000; }

a:link,
a:visited,
a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #00f; }
a:hover { 
	text-decoration: none;
	color: #f00; }
	

/* HEADLINES */

h1 { 
	margin: .68em 0 0 21px;
	font: normal 2.18em/.68em arial, sans-serif; 
	color: #006;
	letter-spacing: -1px; }

h2 { 
	margin: 35px 0 0 21px; 
	font: normal 1.64em/.91em arial, sans-serif; 
	color: #006; }

h3 { 
	margin: 1.03em 0 0 21px;
	font: bold 1.45em/1.04em arial, sans-serif;  
	color: #006;
	letter-spacing: -1px;	}
	
h4 { 
	margin: 1.27em 0 0 21px;
	font: bold 1.36em/1.27em arial, sans-serif;  
	color: #006;
	letter-spacing: -1px;	}
	
h5 { 
	margin: 1.27em 0 0 21px;
	font: bold 1.36em/1.27em arial, sans-serif;  
	color: #006;
	letter-spacing: -1px; }
	
/* Paragraphs */	
	
p { 
	margin: 1.5em 21px 0 21px;
	line-height: 1.5em; 
	text-align: justify; }
	
#footer p {
	text-align: center; }
	
#agrss { 
	margin: 21px;
	padding: 3px; 
	height: 126px;
	border: 1px solid #000; }
#agrss p { background: #dcdcdc; 
	margin: 0;
	padding: 3px 7px;
	float: left;
	width: 233px;
	height: 120px;
	font-weight: bold;
	font-size: 118%;
	line-height: 1.8em;
	text-align: right; }
	
#agrss img { 
	float: right; 
	
	border-left: 1px solid #000; }
	
p.copyright {
	clear: both;
	margin: 21px auto 0 auto;
	text-align: center; 
	font: normal 90%/3em verdana, arial, sans-serif;
	color: #333; }
	
p.dco a {
	display: block;
	margin: 21px auto 49px auto;
	width: 177px;
	height: 32px; }


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

dt { 
	font-weight: bold; 
	font-size: 1.18em; }

dd { 
	margin-left: 14px; }


ol { 
	list-style-position: inside; 
	margin: 1.5em 28px 0 42px; }

ol li { text-align: justify; }

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


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

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

	
form { 
	margin: 28px 28px 28px 42px; 
	font-weight: bold; }

label {
	display: block; 
	margin: 14px 0 0 0; }
	
label span { color: #f00; }
	
input {
	display: block; 
	padding: 3px 3px 4px 3px;
	font: bold 100%/1.5em verdana, arial, sans-serif;
	color: #3233ff; 
	border: 1px solid #666; }
	
textarea {
	display: block;
	overflow: auto;
	margin: 0 0 14px 0;
	padding: 3px;
	width: 350px; 
	height: 100px; 
	font: bold 100%/1.5em verdana, arial, sans-serif;
	color: #3233ff; 
	border: 1px solid #666; }
	
.button {
	padding: 4px 7px;
	background: #3233ff; 
	font-size: 118%;
	color: #fff; }
	

/* Classes and Stuff */


.bold { font-weight: bold; }
	
img.pic { 
	display: block;
	margin: 21px auto;
	padding: 4px;
	border: 1px solid #000; }
	
img.phone { 
	display: block;
	margin: 42px auto;
	padding: 0;
	border: 0px solid #000; }
	
img.widget { display: block; margin: 28px auto; }
img.denver { left: 3px; }
img.bbb { margin: 21px; }
img.nobor { border: 0; }



body#services #primary p, body#services #primary li { font-size: 118%; }
body#faq #primary h2 { margin-top: 42px; }
body#faq #primary p { margin-top: 4px; }
body#contact #primary p.address { font-size: 136%; }
	
	
body#index li.home a,
body#coupons li.coupons a,
body#services li.services a,
body#faq li.faq a,
body#contact li.contact a { color: #000; }
	
	
