/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
date:      1/10/2010
author:    Joel A. Glovier | www.jagdesignideas.com
client:    Sholley's Trim Shop
email:     joel@jagdesignideas.com
website:   http://www.sholleystrimshop.com/
flag:      =
-----------------------------------------------------------------------------*/

/*-- =General --*/


/* v1.0 | 20080212 */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-- =Layout Styles --*/

body {
	background: #BB2025 url(../img/garage-placeholder.png) no-repeat center 30px;
	font: 1em/1.4em Tahoma, Geneva, sans-serif;
}

#headerWrap {
	background: url(../img/headbg2.png) repeat-x left top;
	height: 600px;
}

#mainWrap1 {
	background: #000 url(../img/lower-bg.gif) repeat-x left top;
	height: 400px;
}


/*-- Navigation Styles --*/

#nav {
	background: url(../img/navbg.png) no-repeat center top;
	height: 359px;
	width: 255px;
	position: absolute;
	top: 0px;
	right: 0px;
		
}


/*-- =Header Styles --*/

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;		
}

#header h1 {
	color: #CCC;
	display: block;
	height: 212px;
	width: 543px;
	margin-left: 50px;
	background: url(../img/sholleylogo.png) no-repeat top;
	text-indent: -9999px;
}

#header p {
	background: url(../img/tagline.png) no-repeat;
	display: block;
	height: 90px;
	width: 610px;
	margin-left: 25px;
	text-indent: -9999px;
	position: absolute;
	top: 530px;
}


/*-- =Main Content Styles --*/


/*-- =Secondary Content Styles --*/


/*-- =Footer Styles --*/


/*-- =Forms --*/


/*-- Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

/* Temp Home Styles --------------*/

#tempHome {
	background:#000000 url(../img/tmp-bg.jpg) no-repeat center top;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	width:960px;
	margin:0px auto;
}
#header {
	width:960px;
	height:260px;
}
#header img {
	margin:-30px 208px;	
}
#tempHome h1 {
	display:block;
	width:562px;
	height:93px;
	margin:-20px 199px 20px;
	text-indent:-9999px;
	background:transparent url(../img/uc-banner.png) no-repeat center top;
}
#tempHome p {
	width:500px;
	margin:10px 230px;
	color:#aeaeae;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	line-height:28px;
	text-align:justify;
}
#tempHome p.contactInfo {
	padding-bottom:20px;
	border-bottom:2px #333 dashed;	
}
#tempHome p.contactInfo, #tempHome p.contactInfo a:link, #tempHome p.contactInfo a:visited {
	color:#ffffff;
	text-align:center;
	margin:20px auto;
}
#tempHome p.contactInfo a:hover {
	color:#c50101;
	text-decoration:none;
}
#tempHome p.contactInfo em {
	font-style:normal;
	color:#666
}
#tempHome p.theSkinny {
	color:#6b6b6b;
	line-height:32px;
	font-size:16px;
	margin:20px auto;
}
#tempHome p.theSkinny strong {
	font-weight:normal;
	font-style:italic;
	color:#c50101;
}
ul#tempImages {
	width:600px;
	margin:20px 180px;
	list-style:none;
}
#tempHome li.tempImage {
	text-align:center;
	margin:40px 0px;
}
#tempHome li.tempImage img {
	padding:10px;
	background:#333;
	border:1px solid #515151;	
}
#tempHome p.tempFooter {
	font-size:12px;
	color:#999999;
	text-align:center;
	line-height:18px;
}
#tempHome p.tempFooter a:link, #tempHome p.tempFooter a:visited {
	color:#ffffff;
	text-decoration:none;
}
