/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: verdana, sans-serif;
	font-size:12px;
}
p, h1, h2, h3, ul, li{
	margin:0;
	padding:0;
}	
ul {
	list-style-position: inside;
	list-style-type: square;
}
a {
	font-weight:bold;
	color:#A7312A;
	padding:3px;
	font-size:13px;
}

.approved {
	color: #009900;
}

.notapproved {
	color: #990000;
}

a:hover {
	font-weight:bold;
	color:#fff;
	background:#A7312A;
	text-decoration:none;
}
/* ----------- header ----------- */
.header {
	background:#42761C url(/images/header.jpg) no-repeat right;
	height:90px;
}
.header div {
	background: url(/images/headerleft.jpg) top left no-repeat;
	height:100px;
}
.header h1 {
	font-size:38px;
	color:#fff;
	font-weight:normal;
	padding: 15px 0 3px 150px;
}
.header h2 {
	font-size:20px;
	padding: 0 0 15px 150px;
	color:#fff;
	font-weight:normal;
}
/* ----------- nav ----------- */
.nav {
	background:#EDFFC4 url(/images/navshadow.jpg) repeat-x ;
	border-bottom: 1px solid #A7312A;
	border-top: 2px solid #A7312A;
}

.nav ul {
	padding: 0 0 0 10px;
	margin: 0;
	background-color: #EDFFC4;
	color: #000;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size:12px;
}
.nav ul li { 
	display: inline; 
}
.nav ul li a {
	padding: 3px 0.75em;
	text-decoration: none;
	float: left;
	color:#000;
	border-right: 1px solid #000;
	text-transform: uppercase;
	font-weight:normal;
}

.nav ul li a:hover{
	background-color: #C04D39;
	color: #FFFFFF;
	font-weight:normal;
}
.last {
	border-right:0;
}
/* ----------- categories ----------- */
.navcat {
	background:#EDFFC4 url(/images/navshadow.jpg) repeat-x ;
	border-top: 2px solid #A7312A;
}
.cat {
	background: #EDF4F8 url(/images/blueshadow.jpg) repeat-x;
	border-right:3px solid #A2A2A2;
	border-left:3px solid #A2A2A2;
}
.cat ul {
	padding:8px 5px 5px 15px;
	list-style-position: inside;
	list-style-type: square;
}
.cat li {
	padding:5px 5px 2px 1px;
	border-bottom: 1px #A2A2A2 dotted;
}
.cat li a {
	padding:2px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
.cat li a:hover {
	background-color:#CCE0EC;
	font-weight:normal;
}
.cat li a:visited {
	color:#000;
}
.categoriesbot {
	background: #fff url(/images/catbot.jpg) repeat-x;
}
.catright {
	background: #F3F3F3 url(/images/catgradright.jpg) repeat-y right;
}
.catleft {
	background: #F3F3F3 url(/images/catgradleft.jpg) repeat-y left;
}
.categories {
	background: #F3F3F3;
}
.categories h3{
	font-size:12px;
	color:#A7312A;
	text-transform:uppercase;
	font-weight:normal;
	padding:5px 3px 0 3px;
}
.menubox {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
a.menuitem {
	padding:2px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
a.menuitem:hover {
	background-color:#CCE0EC;
	font-weight:normal;
}
/* ----------- bluebox ----------- */
#bluebox {
	background: #EDF4F8 url(/images/homeboxleft.gif) bottom left no-repeat;
	float:right;
	width:40%;
	margin: 0 0 5px 10px;
}
#bluebox h2 {
	font-size:18px;
	color:#A7312A;
	padding: 5px 5px 3px 15px;
}
#bluebox p{
	font-size:12px;
	color:#000;
	font-style:normal;
	padding: 2px 8px 8px 15px;
	line-height:1.5em;
}
#bluebox ul, ol {
	font-size:12px;
	color:#000;
	font-style:normal;
	padding: 2px 8px 8px 15px;
	line-height:1.4em;
	list-style-position:inside;
}
#bluebox form {
	padding: 5px 5px 5px 15px;
	border-bottom:2px solid #A7312A;
	background-color:#CCE0EC;
}
/* ----------- featured ----------- */
.featured {
	background:#C04D39 url(/images/featuredgrad.jpg) repeat-x bottom;
	padding-bottom:8px;
}

.featured-new {
	background:#C04D39 url(/images/featuredgrad.jpg) repeat-x bottom;
	padding-bottom: 0px;
}

.featured h1 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
	padding: 8px 0 5px 15px;
}
.featured a {
	color:white;
	padding:4px 2px;
}
.featured a:hover {
	color:white;
	background-color:black;
}
/* ----------- section ----------- */
.section {
	background: #EDF4F8 url(/images/sectiongrad.jpg) repeat-y right;
	margin:0;
	padding:5px;
}
.section h1 {
	font-size:20px;
	color:#A7312A;
	padding: 8px 0 3px 15px;
}
.section div{
	padding:2px 10px;
	float:right;
}
/* ----------- content----------- */
.content {
	margin, padding:0;
}
.content h1{
	padding:0.5em 0 0.1em 0;
	font-size:22px;
	color: #C04D39;
	padding-left:15px;
}
.content p, ul, ol{
	padding:0.5em 0 0 0;
	line-height:1.4em;
	padding-left:15px;
}
/* ----------- forms ----------- */
form{
	margin: 5px 0 4px 0;
	padding:0;
}
select, input{
	font-size:95%;
}
.button {
	font-size: 90%;
	margin:0;
}
/* ----------- footer ----------- */
.footer {
	background: #969696 url(/images/footer.jpg) repeat-y center;
	border-top: 1px solid #A7312A;
	border-bottom: 2px solid #A7312A;
	text-align:center;
}
.footer p {
	font-size:11px;
	color:#000;
	padding:1em 1em 0.2em 1em;
}
.footer a {
	color:#000;
	text-decoration:none;
	padding:5px;
	font-weight:normal;
}
.footer a:hover{
	background-color: #C04D39;
	color: #FFFFFF;
	font-weight:normal;
}
/* ----------- inventory ------------ */
table.inventory {
	border: 1px solid #cccccc;
}
tr.resultsheader {
	background-color: #edffc4;
}
td.resultsheader {
	text-align: center;
	color: #000000;
}
tr.oddrow {
	background-color: #dfdfdf;
}
tr.evenrow {
	background-color: #ffffff;
}
a.adminitem {
	text-decoration: none;
}
img.photo {
	border: 1px solid #999999;
}

/* ---------- message box ------------ */
.messageBox { text-align: left; font-family: Verdana, Arial, sans-serif; font-size: 12px; border: 1px solid #cccccc; background-color:#FFFFCC; padding: 5px;}
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #990000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #009900; }
