/* XYZ Auto Body Repair CSS stylesheet copyright 2005.  |
 |                                                      |
 | Developed by:                                    	|
 | NewEra Software                                      |
 | http://www.newerainc.com                             |
 | imageplus@newerainc.com                              |
 | 801-447-4707                                         |  */

/* -------------------------------------------------
=Global styles
---------------------------------------------------- */
body {
	font: 1em/120% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	background: #BA2827 url(assets/content-bg.gif) repeat-y;
}

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------
=Global Typography
---------------------------------------------------- */
h1 {
	font-size: 250%;
	line-height: 120%;
	font-weight: bolder;
}

h2 {
	font: x-large/120% Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #BA2827;
}

h3 {
	font-size: medium;
	font-weight: bold;
	color: #900;
	margin: 15px 0 0 0;
	padding: 0;
}

h4 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p, label {
	font-size: small;
}

/* -------------------------------------------------
=Custom typography
---------------------------------------------------- */
#footer p {
	font-size: small;
	margin-left: 210px;
}

#contentbox ul {
	list-style-type: none;
}

#contentbox ul li {
	font-size: small;
	padding-left: 18px;
	background-image: url(assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.rightimg {
	margin-left: -8px;
}

/* -------------------------------------------------
=Classes and form elements
---------------------------------------------------- */
.next-p {
	margin-top: 12px;
}

.next-plarge {
	margin-top: 25px;
}

.subhead {
	font-weight:bold;
}

.simple-list {
	list-style-type: none;
	font-size: small;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

form {
	margin: 8px 0 0;
	padding: 0;
}

fieldset {
	color: #333;
	padding: 12px;
	border: 1px dotted #333;
	background-color: #ddd;
}

textarea, select, input {
	margin: 0 0 5px;
}

/* -------------------------------------------------
=links
---------------------------------------------------- */
a:link {
	color: #blue;
	text-decoration: underline;
}

a:visited {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #BA2827;
	text-decoration: none;
}

a:active {
	color: #BA2827;
	text-decoration: underline;
}

#footer a {
	color: #blue;
	text-decoration: underline;
}

#footer a:visited {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #BA2827;
	text-decoration: underline;
}

#footer a:active {
	color: #BA2827;
	text-decoration: none;
}

/* -------------------------------------------------
=Layout
---------------------------------------------------- */
#wrapper {
	width: 800px;
}

#container-left {
	float: left;
	width: 250px;
}

#container-right {
	float: left;
	width: 550px;
	background: transparent url(assets/header-bg.gif) no-repeat;
}

#sectionheadline {
	padding: 100px 0 25px 30px;
}

#contentbox {
	padding: 15px 75px 0 30px;
	margin-bottom: 25px;
}

#footer {
	clear: both;
	width: 695px;
	border-top: 1px solid #999;
	margin-left: 40px;
	padding: 8px 0 8px 25px;
}

/* -------------------------------------------------
=Main Navigation
---------------------------------------------------- */
#navcontainer {
	width: 210px;
	margin-left: 40px;
}

#navcontainer ul {
	list-style: none;
}

#navcontainer li {
	font-size: small;
	font-weight: bold;
}

#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 25px;
	color: #000;
	text-decoration: none;
}

#navcontainer li a#active {
	display: block;
	color: #fff;
	background-color: #000;
}


#navcontainer li a:hover {
	display: block;
	color: #fff;
	background-color: #832920;
}