body {
	background-color: #01840a;
}
#pageSurround {
	width: 775px;
	background-color: #FFFFFF;
	margin: auto;
	margin-top: -8px;
}
#topHeader {
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #01840a;
	background-color: #ffffff;
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #ffffff;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 415px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	padding-right: 15px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #000000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 580px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #000000;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}
#header {
  position: relative;
  width: 775px;
  height: 127px;
  text-align: left;
}
#header #logo {
  width: 375px;
  position: absolute;
  left: 0;
}
#header #menutop {
  height: 18px;
  width: 400px;
  position: absolute;
  top: 0px;
  left: 375px;
  color: white;
  font: 15px verdana;
  font-weight: bold;
  padding: 2px;
  background-color: #01840a;
}
#header #menu {
  width: 400px;
  position: absolute;
  left: 375px;
  top: 22px;
  height: 105px;
  background: url('/img/directory_background.png');
  color: white;
  font: 11px verdana;
}
#header #menu ul {
  margin-left: 15px;
  margin-top: 2px;
  float: left;
  color: white;
  font: 11px verdana;
}
#header #menu ul li {
  list-style-type: none;
}
#header #menu ul li a {
  color: white;
  text-decoration: underline;
}
#footer {
  font: 11px verdana;
  color: white;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 4px;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul#nav {
  list-style-type: none;
  margin-left: -46px;
}
#footer ul#nav li {
  display: inline;
  border-left: 2px solid #FFFFFF;
  padding-left: 8px;
  margin-right: 6px;
  color: white;
  font-weight: bold;
}
#footer ul#nav li:first-child {
  border-left: 0;
}
