html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e7deaa;
	background-image: url(images/gradient_bknd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 100%;
	margin: 0px;
	height: 100%;
	color: #192c0c;
}

h1     {
	color: #223c10;
	font-size: 1.85em;
	font-weight: bold;
	margin: 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
h2     {
	color: #223c10;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0;
}
#headerbar {
	background-image: url(images/bar_top_tile.jpg);
	background-repeat: repeat-x;
	height: 40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #330;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330;
}
#header {
	text-align: right;
	vertical-align: middle;
	height: 120px;
	padding-right: 10%;
}


#footer {
	background-color: #a0410d;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	font-size: 0.65em;
	background-image: url(images/bar_bottom.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330;
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: #192c0c;
}
#logo{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
#main{
	text-align: left;
	vertical-align: top;
	font-size: 0.86em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	color: #192c0c;
}
#menu {
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sidebar {
	background-image: url(images/transparent.png);
	font-size: 0.8em;
	text-align: center;
	vertical-align: top;
	width: 200px;
	color: #b20807;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.retailTable {
	font-size: 0.78em;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
.formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #223c10;
	background-color: #e7deaa;
}
.bar {
	background-color: #B20A09;
	background-position: left;
	height: 12px;
	width: 100%;
}
.init {
	background-color: #B20A09;
	background-position: center center;
	height: 50px;
	width: 50px;
	background-image: url(pix/pepper_green_sm.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.borderRed {
	border: 3px solid #B20A09;
}
.smallerRed {
	font-size: 0.86em;
	color: #990000;
}



input.btn {
	background-color: #FFE4A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #223c10;
	border: 1px solid #223c10;
	font-size: 0.86em;
}
input.btnhov {
	background-color: #FFE4A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b20807;
	border: 1px solid #b20807;
	font-size: 0.86em;
}
a:link, a:visited  {
	color: #b20807
}
a:hover { color: #363; text-decoration: underline }
