body {
	background-color: #A5A5A5;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 810px;
	background-color: #ffffff;
	margin: auto;
	padding: 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
    user-select: none;
}
#topHeader {
	text-align: right;
	height: 36px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 68px;	
}
.boxTitleLeft, .boxTitleRight {
    background: url(../styleImages/frameTop_cat.jpg) repeat-x;
    height: 20px;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
    padding-top:2px;
    color: white;
}
.boxContentLeft, .boxContentRight {
	margin-top: 10px;
	margin-left:10px;
}
.boxFrame {
	border-left:solid thin #5d0c1f;
	border-right:solid thin #5d0c1f;
    border-bottom:solid thin #5d0c1f;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 100%;
	float: left;
	margin-left:5px;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin-left: 5px;
	margin-right: 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 {
    background-color: #F5DEFA;
	text-align:center;
	margin-top: 35px;
    height: 40px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.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: 100%;
	height: 120px;
}
.RoundTopLeft {
	background: #FFFFFF url(../styleImages/ltc.gif) no-repeat scroll left top;
}
.RoundTopRight {
	background: transparent url(../styleImages/rtc.gif) no-repeat scroll right top;
}
.RoundBottomLeft {
	background: transparent url(../styleImages/lbc.gif) no-repeat scroll left bottom;
}
.RoundBottomRight {
	background: transparent url(../styleImages/rbc.gif) no-repeat scroll right bottom;
}
