body {
	margin: 0px;
	font: 62.5%  Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
img {
	border:none;
}

#pageSurround {
	width: 960px;
	margin: 0px auto;
	background-image: url(../styleImages/backgrounds/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 1024px;
	max-height: 1561px;
}
#topHeader {
	height: 30px;
}
#logo {
	width: 600px;
	height: 220px;
	
}
.boxHeaderLeft {
	position: relative;
	float: left;
	padding-top: 17px;
	padding-left: 79px;
}
.boxHeaderRight {
	position: relative;
	width: 400px;
	text-align: center;
	float: right;
	padding-top: 12px;
}
.boxTitleFeatured, .boxTitleInfo, .boxTitleMail, .boxTitlePopular, .boxTitleSale {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	padding-left: 27px;
	width: 143px;
	height: 24px;
	display: table-cell;
    vertical-align: middle;
	background-repeat: no-repeat;
}
.boxTitleFeatured {
	background-image : url(../styleImages/backgrounds/box-featured.png);
}
.boxTitleInfo {
	background-image : url(../styleImages/backgrounds/box-info.png);
}
.boxTitleMail {
	background-image : url(../styleImages/backgrounds/box-mail.png);
}
.boxTitlePopular {
	background-image : url(../styleImages/backgrounds/box-popular.png);
	}
.boxTitleSale {
	background-image : url(../styleImages/backgrounds/box-sale.png);
}
.boxTitleCart {
	width: 170px;
	height: 106px;
	background-image : url(../styleImages/backgrounds/box-cart.png);
	background-repeat: no-repeat;
}
.boxCategories {
	margin-top: 5px;
	margin-bottom: 20px;
}
.boxContentLeft, .boxContentRight {
	font-size: 1.2em;
	width: 170px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 180px;
	float: left;
}
.colMid {
	width: 600px;
	float: left;
	margin-left: 10px;
}
.colRight {
	position: relative;
	padding-top: 20px;
	width: 170px; 
	right: 0px;
	float: right;
}
.boxContent {
	padding: 5px;
	font-size: 1.2em;
	color: #333333;
	margin-left: 15px;
	margin-right: 27px;
	margin-bottom: 15px;
	/* border : 2px solid #ECECEE; */
	/* background-color: #FFFFFF; */
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 180px; 
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 600px;
	float: left;
}
.colRightCheckout {
	position: relative;
	padding-top: 20px;
	width: 170px; 
	right: 0px;
	float: right;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
	padding-bottom: 20px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	background-color: #FFFFFF;
	border : 2px solid #ECECEE;
}
.subCat {	
	text-align: center;
	float: left;
	width: 134px;
	height: 130px;
	background-color: #FFFFFF;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
div.latestProds {
	text-align: center;
	width: 136px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	/*border : 2px solid #ECECEE;*/ 
	 
}

div.latestProds .latestProdsIndividual {
	border: 1px solid #ccc;
	height: 200px;
	margin: 0 4px 4px 0;
	padding: 8px 5px 5px 5px;
	position: relative;
	background-color: #FFFFFF;
}

div.latestProds .homepage_cat {
	border: 1px solid #ccc;
	height: 145px;
	margin: 0 4px 4px 0;
	padding: 8px 5px 5px 5px;
	position: relative;
	background-color: #FFFFFF;
}

div.latestProds .homepage_cat .latestProdsIndividualDesc {
	position: absolute;
	bottom: 3px;
	left: 0px;
	padding: 3px;
	width: 126px;
}


div.latestProds .latestProdsIndividual .latestProdsIndividualDesc {
	position: absolute;
	bottom: 3px;
	left: 0px;
	padding: 3px;
	width: 126px;
}

div.latestProds .latestProdsIndividual .latestProdsIndividualDesc a {
	text-decoration: underline;
	line-height: 165%;
}

div.latestProds .latestProdsIndividual .latestProdsIndividualDesc a:hover {
	text-decoration: none;
}


