/* Daku&#8217;s Auto Body CSS stylesheet copyright 2005. |
 |                                                       |
 | Developed by:                                         |
 | NewEra Software                                       |
 | http://www.newerainc.com                              |
 | imageplus@newerainc.com                               |
 | 801-447-4707                                          |  */

/* -------------------------------------------------
=Global styles
---------------------------------------------------- */
body {
	font: 1em/120% "Trebuchet MS", Arial, sans-serif;
	color: #000;
	text-align: left;
	background: #fff url(assets/site-bg_blu2_2.gif) no-repeat;
}

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------
=Global Typography
---------------------------------------------------- */
h1 {
	font-size: x-large;
	line-height: 120%;
	font-weight: bold;
	color: #D82927;
}

h2 {
	font-size: large;
	color: #000;
}

p, label {
	font-size: small;
	line-height: 145%;
}

/* -------------------------------------------------
=Custom typography
---------------------------------------------------- */
#contentbox ul {
	list-style-type: none;
}

#contentbox ul li {
	font-size: small;
	padding-left: 18px;
	background-image: url(assets/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#container-left p {
	font-size: small;
	margin-left: 25px;
}

#footer p {
	font-size: small;
	margin-left: 210px;
}

/* -------------------------------------------------
=Classes and form elements
---------------------------------------------------- */
.next-p { margin-top: 12px; }
.next-pHomeText { margin-top: 12px; font-size: 105%; }
.next-plarge { margin-top: 25px; }
.subhead { font-weight:bold; }
.hide { display: none; }
.clear { clear: both; }
.no-border { border: none; }

.inlineimageleft, .inlineimageright {
	padding: 5px;
	border: 1px solid #666;
}

.inlineimageleft {
	float: left;
	margin: 5px 12px 5px 0;
}

.inlineimageright {
	float: right;
	margin: 5px 0 12px 12px;}

.image-frame {
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #666;
}

.image-gallery {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.simple-list {
	list-style-type: none;
	font-size: small;
}

form { margin-top: 8px; }
fieldset { border: none; }
textarea, select, input { margin: 0 10px 5px 0; }

/* -------------------------------------------------
=links
---------------------------------------------------- */
a:link {
	color: #D82927;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #D82927;
	text-decoration: underline;
}

#footer a {
	color: #2B5EC5;
	text-decoration: underline;
}

#footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #EF0203;
	text-decoration: underline;
}

#footer a:active {
	color: #2B5EC5;
	text-decoration: none;
}

/* -------------------------------------------------
=Layout
---------------------------------------------------- */
#wrapper { width: 800px; }

#container-left {
	float: left;
	width: 205px;
}

#container-right {
	float: left;
	width: 595px;
}

#storegraphic {
	margin-bottom: 10px;
}

#contentbox {
	width: 585px;
	padding-top: 8px;
	margin: 0 0 25px 0;
}

#footer {
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 15px 0;
}

/* -------------------------------------------------
=Main Navigation
---------------------------------------------------- */
#navcontainer {
	width: 180px;
	margin-top: 60px;
}

#navcontainer ul {
	list-style: none;
}

#navcontainer li {
	border-bottom: 1px solid #666;
	font-size: small;
}

#navcontainer li a {
	display: block;
	padding: 5px 0 2px 25px;
	color: #000;
	text-decoration: none;
}

#navcontainer li a#active {
	display: block;
	background: #2B5EC5 url(assets/navactive.gif) bottom left repeat-x;
	color: #fff;
}


#navcontainer li a:hover {
	display: block;
	background: #EF0203 url(assets/navroll.gif) bottom left repeat-x;
	color: #fff;
}

/* -------------------------------------------------
=Sub Navigation
---------------------------------------------------- */
#navcontainer ul ul {
	list-style: none;
}

#navcontainer ul ul a {
	display: block;
	padding: 5px 0 2px 45px;
	color: #000;
	background-color: #ddd;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	display: block;
	background: #EF0203 url(assets/navroll.gif) bottom left repeat-x;
	color: #fff;
}

#navcontainer ul ul a#subactive {
	display: block;
	background: #000 url(assets/navsubactive.gif) bottom left repeat-x;
	color: #fff;
}