body {
	margin: 0 5px;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/bg.png);
	background-repeat: repeat;
}
#pageSurround {
	width: 800px;
	margin: 0px auto;
	background-color: #d0e7e7;
	border: 2px solid #330000;
}
#topHeader {
	text-align: right;
	height: 82px;
	margin-bottom: 0px;
	padding-right: 10px;
	margin-left: 10px;
	padding-top: 68px;
	background-image: url(../styleImages/backgrounds/cc.png);
	background-repeat: no-repeat;
	background-position:  left top;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #90c6c6;
	height: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #90c6c6;
}
.footerLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #90c6c6;
	height: 45px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #90c6c6;
	text-align: center;
}
	
.boxContentLeft, .boxContentRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
	border-bottom: 1px solid #90c6c6;
	border-right: 1px solid #90c6c6;
	border-left: 1px solid #90c6c6;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 170px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 615px;
	float: left;
}
.boxContent {
	padding: 8px 12px 8px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border: 1px solid #90c6c6;	
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 605px;
	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: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 580px;
}
.subCat {	
	text-align: left;
	padding: 10px;
	float: left;
	width: 210px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.txtContentShop {
    height: 30px;
    padding-top: 10px;
    text-align: center;
    margin: 2px;
}

