
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../styleImages/headBg.jpg) repeat-x top;
	font: 75%, Arial, Helvetica, sans-serif;
	color: #003399;
}

#pageWrap {
	width: 1004px;
}

#header {
	background: url(../styleImages/header.jpg) no-repeat;
	height: 100px;
}

#headerBottomLeft {
	background: url(../styleImages/headBotLeft.jpg) no-repeat;
	height: 40px;
}

#contentWrap {
	background: url(../styleImages/pageBg.jpg) repeat-y;
}

#leftCol {
	float: left;
	width: 237px;
}

#menu {
	background: url(../styleImages/leftColTopBg.jpg) no-repeat;
	height: 270px;
}


#leftCallout {
	background: url(../styleImages/leftColBotBg.jpg) no-repeat;
	height: 309px;
	width: 237px;
}
#newsletter {
	width: 237px;
	background: url(../styleImages/leftColBg.jpg) repeat-y;
}
#mainCol {
	width: 767px;
	float: left;
	min-height: 500px;
}

#footWrap {
	width: 100%;
	border-top: 7px solid #f5c700;
	background-color: #004685;
	height: 44px;
}

#footer {
	width: 1004px;
	text-align: right;
	color: #73cfd7;
}

.clear {
	clear: both;
}

.spacer {
	height: 100px;
}
p {
	margin: 1em 0;
}

/* CUBECART STYLES */

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #73CFD7;
	height: 15px;
	padding-left: 20px;
	margin-bottom: .5em;
}

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

.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	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;
}

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

#subCats {
	background-color: #EBEDFE;
	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: 120px;
}
