/* --------------------------------------------------
Chandler Auto Body CSS stylesheet copyright 2006.
Developed by:
NewEra Software
http://www.newerainc.com
801-447-4707
---------------------------------------------------- */

/* -------------------------------------------------
Global styles
---------------------------------------------------- */
body {
	font: small/120% "Lucida Grande","Lucida Sans", sans-serif;
	color: #000;
	text-align: center;
	background: #000 url(assets/sitebg.gif) repeat-x;
}

* {
	margin: 0;
	padding: 0;
}


/* -------------------------------------------------
Global Typography
---------------------------------------------------- */
h1, h2 { line-height: 100%; text-align: left; }
h2 { font-size: 110%; }
dl, p, label, ul {
	font-size: 90%;
	line-height: 150%;
	text-align: left;
}

/* -------------------------------------------------
Custom Typography
---------------------------------------------------- */
#headerhome {
	background: url(assets/header-home_2.jpg) no-repeat;
	height: 167px;
	margin: 0 auto 0;
	text-indent: -5000px;
}

#headerservices {
	background: url(assets/header-services.jpg) no-repeat;
	height: 167px;
	margin: 0 auto 0;
	text-indent: -5000px;
}

#headline-home {
	/* background: url(assets/headline-home.gif) no-repeat; */
	background: url(assets/Headline_Home_3.gif) no-repeat;
	height: 145px;
	margin: 0 auto 0;
	text-indent: -5000px;
}

#headline-paint {
	background: url(assets/headline-paint.gif) no-repeat;
	height: 30px;
	margin: 0 auto 0;
	text-indent: -5000px;
}

#headline-paint-warranty {
	background: url(assets/headline-paint-warranty.gif) no-repeat;
	height: 35px;
	margin: 20px auto 0;
	text-indent: -5000px;
}

#headline-craftsmanship {
	background: url(assets/headline-craftsmanship.gif) no-repeat;
	height: 68px;
	margin: 0 auto 0;
	text-indent: -5000px;
}

#headline-staff {
	background: url(assets/headline-staff.gif) no-repeat;
	height: 30px;
	margin: 0 auto 0;
	text-indent: -5000px;
}

#headline-contact {
	background: url(assets/headline-contact.gif) no-repeat;
	height: 32px;
	margin: 0 auto 0;
	text-indent: -5000px;
}

#headline-equipment {
	background: url(assets/headline-equipment.gif) no-repeat;
	height: 32px;
	margin: 0 auto 0;
	text-indent: -5000px;
}

#headline-training {
	background: url(assets/headline-training.gif) no-repeat;
	height: 32px;
	margin: 0 auto 0;
	text-indent: -5000px;
}

#headline-testimonial {
	background: url(assets/headline-testimonial.gif) no-repeat;
	height: 32px;
	margin: 0 auto 0;
	text-indent: -5000px;
}

#headline-testimonials {
	background: url(assets/headline-testimonials.gif) no-repeat;
	height: 32px;
	margin: 0 auto 0;
	text-indent: -5000px;
}

#content p, #content h1, #content-gallery h1 { margin-left: 20px; }

#staff-thumb {
	float: left;
	margin-left: 20px;
	width: 200px;
}

#sidebar2 img { text-align: left; }
#sidebar2 p { padding-right: 20px; }

dl, legend { font-size: 110%; font-weight: bold; }
#content dl { margin-left: 20px; }
dt { font-weight: bold; }
dd { color: #666; }
dd.redarrow {
	background: url(assets/redarrow.gif) 0 5px no-repeat;
	padding-left: 20px;
	text-align: left;
}

#footer p { font-size: 90%; margin-left: 160px; padding: 10px 0; }

/* -------------------------------------------------
Classes and form elements
---------------------------------------------------- */
.clear { clear: both; }
.next-p { margin-top: 12px; }
.portrait {	border: 1px solid #000; margin-right: 12px; padding: 5px; }
.smalltext { font-size: 75%; }
.sidebartext { color: #666; font-size: 75%; margin-left: 20px; }
.sized { width: 275px; }
.stafftext { font-size: 75%; }
.subhead { font-weight: bold; }
.testimonial{ 
	font-weight: bold; 
	font-size: 150%;
}

img { border: 0; }

form { margin: 12px 0 0 20px; text-align: left; }
textarea, select, input { margin-bottom: 8px; }



/* -------------------------------------------------
links
---------------------------------------------------- */
a:link {}
a:visited {}
a:hover {}
a:active {}

#footer a { color: #bc9594; }
#footer a:visited { color: #945e5c; text-decoration: none; }
#footer a:hover { color: #fff; }
#footer a:active { color: #bc9594; }

/* -------------------------------------------------
Layout
---------------------------------------------------- */
#wrapper {
	background-color: #fff;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 860px;
}

#header { padding: 20px; }

#sidebar1 {
	float: left;
	margin-bottom: 20px;
	width: 200px;
}

#content {
	float: left;
	margin-bottom: 20px;
	width: 351px;
}

#content-gallery {
	float: left;
	margin-bottom: 20px;
	width: 660px;
}

#sidebar2 {
	float: right;
	margin-bottom: 20px;
	width: 309px;
}

#brandfooter {
	clear: both;
	margin: 20px;
}

#footer {
	background: #a11f1c url(assets/footer-bg.gif) repeat-x bottom;
	color: #fff;
	margin: 0 20px 0 20px;
	clear: both;
}

/* -------------------------------------------------
Main Navigation
---------------------------------------------------- */
#sidebar1 { width: 160px; }
#navlist { 	margin-left: 20px; }

#sidebar1 ul {
	list-style: none;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
}

#sidebar1 li {
	border-bottom: 1px solid #333;
}

#sidebar1 li a {
	color: #000;
	display: block;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}

#sidebar1 li a#active {
	background: #a01e1b url(assets/navactive-bg.gif) repeat-x bottom;
	color: #fff;
}


#sidebar1 li a:hover {
	background-color: #000;
	color: #fff;
}

/* -------------------------------------------------
debug
---------------------------------------------------- */
.debug { border: 1px solid #f00; }