@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background: url(../styleImages/pageBg.jpg) repeat-x top;
}

p {
	margin: 1em 0;
}

a img {
	border: 0 none;
}

#pageWrap {
	width: 880px;
	margin: 0 auto;
}

#headWrap {
	height: 173px;
}

#flashDiv {
	width: 483px;
	height: 173px;
	float: left;
}
#myId { float: left; }
#headRight {
	width: 397px;
	height: 173px;
	background: url(../styleImages/headerRight.png) no-repeat;
	float: right;
}
#search {
	position: relative;
	font-size: 95%;
	color: #fff;
	z-index: 100;
	padding-top: 125px;
}
.choose { text-align: right; padding-right: 15px;}
.go { padding-top: 5px; text-align: right; padding-right: 15px; }
#navWrap {
	background: url(../styleImages/navBg.png) no-repeat;
	height: 43px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

#contentWrap {
	background-color: #fff;
	padding: 10px 20px;
}

#leftCol {
	width: 200px;
	float: right;
}

#leftCol .pad {
	padding: 0 4px
}

#mainCol {
	width: 593px;
	float: left;
	min-height: 460px;
}

#mainCol .pad {
	padding: 0 10px;
}

#footer {
	padding: 25px 0;
	text-align: center;
	background-color: #000;
	color: #fff;
}

/* CUBECART STYLES */

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background: url(../styleImages/boxTitleBg.jpg) no-repeat;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	text-align: center;
}

.boxContentLeft, .boxContentRight {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px;
}

.boxBottom {
	background: url(../styleImages/boxBottom.jpg) no-repeat;
	height: 10px;
	margin-bottom: 15px;
}

.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;
}

.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;
}
