* {
	margin: 0;
	padding: 0;
}
body {
	background: url('../../../../images/background.jpg');
	background-repeat: repeat-x;
	font: 12px verdana, arial, sans-serif;
	background-color: #5b5b5b;
}
#top {
	margin-bottom: -20px;
}
#pageSurround {
	width: 796px;
	height: 25px;
	margin: 0px auto;
        margin-top: 0px;
	background-color: #5b5b5b;
	background-repeat: no-repeat;
	background-position: left top;	
}
#header {
	margin-bottom: 0px;	
}
ul#nav {
	margin: 0;
	background: black;
	text-align: center;
	padding: 0px;
	height: 41px;
}

ul#nav img {
  border: 0;
}
ul#nav li {
  margin: 0;
  list-style-type: none;
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
  font: 1.2em verdana;
  color: white;
}
ul#nav li:first-child {
  border: 0px;
}
ul#nav li a {
	text-decoration: none;
}
ul#nav li a:hover {
	text-decoration: underline;
}
.boxTitleLeft, .boxTitleRight {

	color: #000000;
	height: 15px;
}
.boxContentLeft, .boxContentRight {
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	font: 12px verdana, arial, sans-serif;
}

.colLeft {
	position: relative;
	left: 0px;
	width: 180px; 
	padding-left: 10px;
	padding-right: 5px;
	float: left;
	border: 0px;
}
.colMid {
	position: relative;
	width: 590px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	padding-right: 10px;
	right: 0px;
	float: right;
}
.boxContent {
	padding: 3px;
	font: 12px verdana, arial, sans-serif;
	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: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 505px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 100px;
}
.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;
}
div#page {
	width: 796px;
	margin: 0 auto;
	margin-top: 8px;
}

div.merchexamples {
	text-align: center;
	margin: 16px;
}
table#wrapper {
	border-collapse: collapse;
	margin-bottom: 8px;
}

#contentcontainer {
	background-color: white;
}
#leftside {
	width: 130px;
	float: left;
}
#content {
	margin-left: 146px;
}
ul#leftnav {
	line-height: 22px;
	list-style-type: none;
}
ul#leftnav ul {
	margin-left: 16px;
}
p {
	margin-top: 4px;
	margin-bottom: 16px;
}
hr {
  color: #000000;
  background-color: #000000;
  height: 1px;
  border: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}