body {
	margin: 5px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/water06.jpg);
	background-repeat: repeat;
	background-position: top;
}
#pageSurround {
	width: 750px;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;

	
	background-image: url(../styleImages/backgrounds/framebg.jpg);
	border-top: 10px  solid white;
	border-bottom: 10px  solid white;
}
#subSurround {
	
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#topHeader {
	text-align: right;
	height: 175px;
	padding-right: 9px;
	padding-left: 240px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader2.jpg);
	
}

#headLeft {
	position: relative;
	left: 0px;
	width: 150px; 
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 1px;
	float: left;
	padding-top: 1px;
}

#headRight {
	position: relative;
	left: 0px;
	width: 250px; 
	padding-left: 9px;
	padding-right: 1px;
	padding-top: 1px;
	float: right;
	text-align: right;
}


.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bolder;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	width: 235px;
	height: 27px;
	padding-left: 5px;
	padding-top: 6px;
}

.boxTitleLeft2, .boxTitleRight2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bolder;
	background-image: url(../styleImages/backgrounds/boxTitleBg2.gif);
	width: 235px;
	height: 27px;
	padding-left: 5px;
	padding-top: 6px;
}

.filler {
	background-image: url(../styleImages/backgrounds/filler.jpg);
	width: 507px;
	height: 174px;
	
}


.boxContentLeft, .boxContentRight {
	background-color: transparent;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 240px; 
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-color: #69A5DB;
}
.colMid {
	position: relative;
	width: 510px;
	float: left;
	padding-left: 0px;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.catboxcontent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color: #333333;
	margin-bottom: 5px;
}


/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 240px; 
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 510px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:right;
	margin-top: 10px;
	height: 30px;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	padding-right: 9px;
	padding-top: 9px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	border: 0px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 500px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 205px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}