* {
	border: 0;
	padding: 0;
	margin: 0;
}
body {
	background: #58846c url(../images/div_bg_fade.jpg) repeat-y top center;
	padding: 0;
	margin: 0;
}
a {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #363;
	text-decoration: underline;
}
a:hover {
	color: #330;
	text-decoration: underline;
}
#container {
	width: 801px;
	margin: 0 auto;
	padding: 0;
}
input, textarea, select {
	border: thin solid #a3c2ad;
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #030;
	height: 18px;
	padding-top: 3px;
	width: 200px;
	vertical-align: middle;
}
input.submit, input.clear, input.purchase, input.disabled {
	background: #a3c2ad;
	font-size: 9px;
	font-weight: bold;
	color: #033;
	text-align: center;
	padding-top: 0;
	width: 92px;
	cursor: pointer;
}
input.disabled {
	background: #d1e0d6;
	color: #8aa59e;
}
input.chxbox {
	padding-top: 0;
	width: 20px;
}
input.purchase {
	width: 66px;
}
input.qty {
	padding-top: 0;
	width: 20px;
	height: 16px;
	margin-right: 8px
}
textarea {
	padding-top: 0;
	width: 300px;
	height: 100px;
}
select {
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	width: 80px;
	height: 16px;
	margin-right: 8px;
}
label {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #223b3f;
	margin-right: 5px;
}
/* HEADER AND NAVIGATION BAR */
#header {
	width: 386px;
	height: 26px;
	background: url(../images/header.jpg) no-repeat;
	margin: 0;
	padding: 114px 0 12px 415px;
}
#nav {
	padding: 0;
	margin: 0;
	height: 26px;
	list-style: none;
	display: inline;
	overflow: hidden;
	border: none;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
#nav a {
	float: left;
	padding: 8px 0 6px 0;
	overflow: hidden;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #ebfcdd;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	background-position: 0 -26px;
	text-decoration: none;
}
#nav a.selected {
	background-position: 0 -26px;
}
#home a {
	background: url(../images/menu/home.gif) no-repeat;
	width: 37px;
	padding-left: 34px;
}
#about a {
	background: url(../images/menu/aboutus.gif) no-repeat;
	width: 63px;
	padding-left: 40px;
}
#products a {
	background: url(../images/menu/products.gif) no-repeat;
	width: 67px;
	padding-left: 30px;
}
#contact a {
	background: url(../images/menu/contactus.gif) no-repeat;
	width: 83px;
	padding-left: 32px;
}
/* END HEADER AND NAVIGATION BAR */

#main {
	background: #fff url(../images/maindiv_bg.jpg);
}
/* MODULE AND IMG DEFAULTS */
.menu_under {
	background: url(../images/left_menu_bg.gif) repeat-y;
	padding: 13px 0 13px 0;
}
.mod_under {
	background: url(../images/left_menu_bg.gif) repeat-y;
	padding: 5px 0 5px 0;
}
img.divider {
	padding: 4px 0 13px 0;
	margin: 0;
	border: 0;
}
img.product_qty_line {
	padding: 11px 0 11px 0;
	margin: 0;
	border: 0;
}
img.mod_top {
	padding-top: 5px;
}
img.mod_bottom {
	padding-bottom: 8px;
}
/* END */
#left {
	width: 173px;
	padding: 0;
	float: left;
}
#left p, #right p {
	padding: 0 13px 6px 13px;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #030;
	text-align: left;
}
#left p.menu {
	padding: 0 13px 9px 0;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #357c89;
	text-align: right;
}
#left p.bigmenu {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	text-align: right;
}
#left p.mod_title, #right p.mod_title {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #033;
	text-align: center;
	padding: 0;
}
#left p.moreinfo, #right p.moreinfo {
	padding-bottom: 15px;
}
#left a {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #357c89;
	text-decoration: none;
}
#left a.big {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}
#left input {
	width: 147px;
	margin-left: 13px;
	margin-bottom: 7px;
}
#left input.submit, #left input.clear, #right input.submit, #right input.clear {
	width: 70px;
	height: 18px;
	margin-left: 13px;
}
#left input.clear, #right input.clear {
	margin-left: 7px;
}
#right input.submit, #right input.clear {
	margin-bottom: 15px;
}
#right {
	width: 173px;
	float: right;
}
#footer {
	clear: both;
	background: #90c75e;
	height: 100px;
	width: 801px;
	text-align: center;
	padding: 0;
}
#footer p {
	padding: 25px 0 6px 0;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #030;
	text-align: center;
}
#footer p.smaller {
	padding: 0 0 6px 0;
	color: #000;
}
#footer p.bigger {
	padding: 0 0 6px 0;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000;
	text-align: center;
}
#footer a {
	text-decoration: none;
}
#footer a.nhg {
	text-decoration: underline;
	color: #000;
}
#footer a:hover, #footer a.nhg:hover {
	text-decoration: underline;
}