@charset "utf-8";
/* CSS Document */

body, html {
	padding:0px;
	margin:0px;
}
body {
	background:#625551;
}
body, table, div, input, textarea, select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
div.warning {
	padding:15px;
	color:#600;  
	background-color:#FFD8D2;
	border:2px solid #600;
	margin:5px;
}
a {
	color:#039;
}
input.attn {
	background-color:#FBD9DA;
	border:2px solid #900;
}
#header {
	background:url(images/h-bg.png) left repeat-x;	
	height:113px;
}
#nav {
	display:none;
	background:#b9b5b3 url(images/nav-bar-bttm.png) left bottom repeat-x;	
	padding:4px 10px 7px 35px;
}
#nav a, .nav a {
	text-decoration:underline;
	color:#036;	
	font-weight:bold;
}
#nav a:hover, .nav a:hover {
	color:#093;
}
#nav a:active, .nav a:active {
	color:#F30;
}
.nav {
	border:1px solid #666;
	background-color:#b9b5b3;
	padding:5px;	
	font-size:11px;
}
.nav a {
	font-weight:normal;
}
#content {
	padding:15px;
	background-color:#EEE; 
	border-bottom:1px solid #472C27;
	border-top:1px solid #472C27;
	float:left;
	width:800px;
	min-height:500px;
}
#menuBox {
width:195px;
float:left;
	border:1px solid #666;
	background-color:#b9b5b3;
padding:10px;
font-size:12px;
	line-height:150%;
}
#menuBox select {
	font-size:12px;
}
#menuBox a {
	text-decoration:underline;
	color:#036;	
}
#menuBox a:hover {
	color:#093;
}
#menuBox a:active {
	color:#F30;
}
h1, h2, h3, h4, h5, h6 {
	margin:2px;
	padding:2px;
	border-bottom:1px solid #999;
	font-weight:normal;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:17px;
}
h3 {
	font-size:15px;
}
div.success{
	border:2px solid #003300;
	background-color:#66FF33;
	font-weight:bold;
	padding:4px 10px;
}
ul.storetype {
	margin:0;padding:0;
	list-style:none;
}
ul.storetype li {
	margin:0;padding:0;
	list-style:none;
}