
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../styleImages/headerBg.gif) repeat-x top;
}

p {
	margin: 1em 0
}

a img {
	border: 0 none;
}

#pageWrap {
	width: 1004px;
}

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

#navWrap {
	height: 33px;
}
#navLeft {
	float: left;
	width: 296px;
	height: 33px;
	line-height: 31px;
	color: #fc0;
	font-weight: bold;
	font-size: 140%;
}
#navLeft .pad {
	padding-left: 5px;
}
#navRight {
	float: left;
	height: 33px;
}
#navRight ul {
	margin: 0;
	padding: 0;
}
#navRight ul li {
	display: inline;
	text-align: center;
}
#navRight ul li a {
	display: block;
	float: left;
	height: 33px;
	width: 138px;
	line-height: 33px;
	font-weight: bold;
	color: #fff;
	font-size: 110%;
	margin-right: 12px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
#navRight ul li a:hover {
	background: url(../styleImages/ahover.gif) no-repeat;
	color: #009;
	text-decoration: none;
}
#contentWrap {
	width: 1004px;
	background: url(../styleImages/contentBg.gif) repeat-y;
}
#leftColWrap {
	float: left;
	width: 194px;
}
#leftColTop {
	background: url(../styleImages/leftColTop.jpg) no-repeat;
	height: 35px;
}
#leftColMain {
	background: url(../styleImages/leftColMain.jpg) no-repeat;
	height: 424px;
}
#leftColBot {
	background: url(../styleImages/leftColBot.jpg) no-repeat;
	height: 33px;
	margin-left: 7px;
}
#mainCol {
	width: 810px;
	float: left;
	min-height: 550px;
}
#footWrap {
	width: 100%;
	border-top: 7px solid #f5c700;
	background-color: #009;
	height: 50px;
}

#footer {
	width: 1004px;
	text-align: right;
	color: #fc0;
}
/* CUBECART STYLES */

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 15px;
	padding-left: 5px;
}

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

.boxContent {
	padding: 15px;
	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;
}
