
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 15px;
	background-color: #000;
}

p {
	margin: 1em 0;
}
#pageWrap {
	width: 960px;
	margin: 0 auto;
}
#header {
	background: url(../styleImages/header.jpg) no-repeat;
	height: 98px;
	border-bottom: 2px groove white;
}
#nav {
	height: 38px;
	text-align: center;
	background-color: #333;
}
#mainWrap {
	background-color: #333;
	padding: 20px 10px 20px;
}
#leftCol {
	width: 220px;
	float: left;
	background-color: #ccc;
	margin-right: 4px;
	min-height: 500px;
}
#mainCol {
	width: 492px;
	float: left;
	background-color: #666;
	min-height: 500px;
}
#rightCol {
	width: 220px;
	float: right;
	background-color: #ccc;
	min-height: 500px;
}
/* CUBECART STYLES */

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	background-color: #666666;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding-left: 5px;
}

.boxContentLeft, .boxContentRight {
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.boxContent {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 5px;
}

/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subCats {
	text-align: center;
	border: 1px solid #C9CEFC;
	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: 158px;
}
