/* --------------------------------------------------
Developed by:
NewEra Software
http://www.newerainc.com
801-447-4707
---------------------------------------------------- */

/* -------------------------------------------------
Global styles
---------------------------------------------------- */
body {
	font: 1em/120% Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #000 url(sitebg.jpg);
}

/* -------------------------------------------------
Global Typography and Form defs
---------------------------------------------------- */
h1 {
	font-size: x-large;
	line-height: 120%;
	font-weight: bold;
	color: #a01e1b;
}

h2 {
	font-size: large;
	color: #a01e1b;
}

p {
	font-size: small;
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------
Classes
---------------------------------------------------- */
.next-p {
	margin-top: 15px;
}

.reversetype {
	color: #fff;
}

.subhead {
	font-weight: bold;
}

.active {
	display: block;
	background-color: #900;
	color: #fff;
}

.hide {
	display: none;
}

/* -------------------------------------------------
Custom Typography
---------------------------------------------------- */
#footer p {
	font-size: x-small;
	margin-left: 50px;
	color: #fff;
}

/* -------------------------------------------------
links
---------------------------------------------------- */
#contentbox a:link {
	color: #900;
	text-decoration: underline;
}

#contentbox a:visited {
	color: #0000FF;
	text-decoration: none;
}

#contentbox a:hover {
	color: #000;
	text-decoration: none;
}

#contentbox a:active {
	color: #900;
	text-decoration: underline;
}

#footer a:link {
	color: #fff;
	text-decoration: underline;
}

#footer a:visited {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer a:active {
	color: #900;
	text-decoration: underline;
}

/* -------------------------------------------------
Layout
---------------------------------------------------- */
#container {
	width: 95%;
	margin-left: 50px;
	background-color: white;
}

#storegraphic {
	width: 100%;
	height: 58px;
	background-color: #000;
	margin: 0;
	padding: 0;
}

#contentbox {
	width: 95%;
	padding: 12px;
	margin-left: 50px;
	background-color: white;
}

#logohead {
	width: 95%;
	margin-top: 25px;
	margin-left: 50px;
	background-color: white;
}

#footer {
	height: 50px;
	padding-top: 8px;
	background: #a11f1c url(../footer-bg.gif) repeat-x bottom;
	border-bottom: 1px solid #000;
}

/* -------------------------------------------------
Navigation
---------------------------------------------------- */
#navcontainer ul {
	margin: 0 0 15px 0;
	padding-left: 0;
	background-color: #fff;
	border-top: 5px solid #000;
	float: left;
	width: 100%;
	font: small/100% Helvetica, Arial, sans-serif;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0.5em 1em;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 1px dotted #666;
}

#navcontainer ul li a:hover {
	background-color: #000;
	color: #fff;
}

#navcontainer ul li a#active {
	background: #a01e1b url(../navactive-bg.gif) repeat-x bottom;
	color: #fff;
}

/* -------------------------------------------------
Tables
---------------------------------------------------- */
table { width: 95%; }

th, td {
	border: 1px dotted #666;
	padding: 10px;
}

.colorbg {
	background-color: #CCCCCC;
	color: #000000;
}

