body {
	margin: 0px;
	background-color: #ebe8e8;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#pageSurround {
	width: 907px;
	margin: 0px auto;
	padding: 10px 5px 10px 5px;
	background-color: #FFFFFF;
}
#subSurround {
	width: 842px;
	margin: 0px auto;
	padding: 25px 25px 25px 25px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#topHeader {
	text-align: right;
	height: 68px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 3px;		
}
.boxTitleLeft, .boxTitleRight {
	font-family: "Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #008080;
	border-bottom: 1px solid #efefee;
	padding: 5px;
}
.boxContentLeft, .boxContentRight {
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 5px;

}
.boxTitleFP {
	font-family: "Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #008080;
	background-color: #f8f8f7;
	border-top: 1px solid #efefee;
	border-right: 1px solid #efefee;
	border-left: 1px solid #efefee;
	padding-top: 5px;
	text-align:center;
}
.boxContentFP {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #f8f8f7;
	border-bottom: 1px solid #efefee;
	border-right: 1px solid #efefee;
	border-left: 1px solid #efefee;
	
}
.boxContentMain {
	margin-bottom: 10px;
	padding: 5px 10px 10px 10px;	
	background-color: #f8f8f7;
	border: 1px solid #efefee;
	
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 20px;
	float: left;
}
.colMid {
	position: relative;
	width: 640px;
	float: right;
	z-index:1
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	font-family: "Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 75%;
	color: #333333;
	margin-bottom: 5px;
	position: inherit;
}
/* 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:left;
	margin-top: 25px;
	background-color: #f8f8f7;
	border-top: 1px solid #333333;
	border-bottom: 3px solid #333333;
	padding: 5px;
	width: 570px;
	float:left;
	margin-bottom: 20px;
}
.session {
	text-align:right;
	margin-top: 25px;
	background-color: #f8f8f7;
	border-top: 1px solid #333333;
	border-bottom: 3px solid #333333;
	padding: 5px;
	width: 252px;
	float:right;
	margin-bottom: 20px;
}
.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;
}
.wrapper {
	float: left; 
	width:150px; 
	height: 190px; 
	padding:5px;
}
.catimage {
	width: 147px; 
	height:125px; 
	margin-bottom: 5px; 
	border-bottom:1px solid #ededeb;
}
.cattitle {
	height: 65px; 
	overflow:hidden; 
	width:147px; 
	text-align:center;
}

/* Product Page */

.imageSide {
	float: left; 
	width: 320px;
}
.textSide {
	float:right; 
	width: 295px; 
	padding: 10px; 
	background-color: #f8f8f7; 
	border: 1px solid #ededeb;
}
.textSide2 {
	float:center; 
	width: 100%; 
	padding: 10px; 
	background-color: #f8f8f7; 
	border: 1px solid #ededeb;
}