/* Dave's Body Shop CSS stylesheet copyright 2004.|
 |                                                |
 | Developed by:                                  |
 | NewEra Software                                |
 | http://www.newerainc.com                       |
 | rick@detourdesign.com                          |
 | juna@detourdesign.com                          |
 | 801-447-4707                                   |  */

/* =Global */
body {
	font: 62.5%/120% Helvetica, Arial, sans-serif;
	color: #444;
	text-align: left;
	background: url(assets/siteBG.gif) repeat;
}

* {
	margin: 0;
	padding: 0;
}

/* =Typography */
h1 {
	font-size: 2.4em;
	line-height: 120%;
	padding-left: 32px;
}

#sectionheadline h1 {
	padding: 16px 0 0 24px;
}

h2 {
	font-size: 1.8em;
	line-height: 120%;
}

h3 {
	color: #91443e;
	font-size: 1.4em;
	line-height: 120%;
	margin: 12px 0 2px;
}

h4 { font-size: 1.2em; }

p, label { font-size: 1.2em; line-height: 135%; }

#footer p {
	color: #fff;
	font-size: 1.1em;
	margin-left: 24px;
}

/* =Classes and form elements */
.next-p { margin-top: 12px; }
.next-plarge { margin-top: 20px; }
.reversetype { color: #fff; }
.bold { font-weight: bold; }
.disclaimer { font-style: italic; font-size: 1em; }

form { margin-top: 8px; }
.textinputs { width: 345px; }

fieldset {
	color: #333;
	padding: 12px;
	border: 1px dotted #333;
	background-color: #ddd;
}

form p, label { font-size: 1.2em; width: 345px; }
textarea, select, input { margin: 2px 0 12px; }

/* =links */
a:link {
	color: #91443e;
	text-decoration: underline;
}

a:visited {	color: #999; }

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #91443e;
	text-decoration: underline;
}

/* =Layout */
#containerleft {
	width: 412px;
	background: url(assets/leftGrayBar.gif) repeat-y;
	border-bottom: 4px solid #222;
}

#storegraphic { width: 412px; }

#tagline {
	padding: 16px 0;
	width: 375px;
}

#container-right {
	position: absolute;
	left: 412px;
	top: 0;
	width: 448px;
	background-color: #fff;
}

#container-right ul {
	list-style: none;
	background-color: #ddd;
	margin: 8px 0 5px;
	width: 325px;
	color: #333;
	border-left: 4px solid #999;
	list-style-type: none;
	font-size: small;
	line-height: 130%;
	padding-left: 8px;
}

#container-right li {
	border-top: 1px dotted #fff;
	padding: 5px 5px 5px 0;
}

#redhead {
	background-color: #91443e;
	height: 58px;
}

#contentbox {
	margin: 16px 0 24px 24px;
	width: 375px;
}

#footer {
	background-color: #222;
	padding: 16px 0;
}

/* =Navigation */
#containerleft ul#nav {
	list-style: none;
	margin: 0 0 24px 32px;
	width: 325px;
}

#containerleft ul#nav li {
	border-bottom: 1px solid #444;
	font-size: small;
}

#containerleft ul#nav li.lastitem { border: none; }

#containerleft ul#nav li a {
	color: #fff;
	display: block;
	padding: 8px 0 8px 16px;
	text-decoration: none;
}

#containerleft ul#nav li a:hover {
	background-color: #666;
	color: #fff;
}

#containerleft ul#nav li a#active {
	background-color: #91443e;
	color: #fff;
	cursor: default;
}