body {
	margin: 0px;
    padding: 0;
	background-color: #000013;
    background-attachment: fixed;
    background-image: url(../styleImages/backgrounds/cfbkg.jpg);
	background-repeat: repeat;
	background-position: top;
}

#pageSurround {
	width: 1140px;
	margin: 0px auto;
	padding: 5px;
	border: 3px solid #ffffff;
	background-color: #76767A;
}
#subSurround {
    border: 0px solid #ff0000;
}
.navContentLeft, {
	margin-bottom: 1px;
    border-bottom-color: #76767A;
}
#topHeader {
	text-align: left;
	height: 100px;
	padding-right: 5px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/top_bg.jpg);
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ff0000;
	display: block;
	text-transform: uppercase;
	text-align: left;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	width:171px;
	color: #020000;
	text-decoration:none;
    border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
    border-bottom: 2px solid #333333;
}
#navbar {
	width: 1135px;
	text-align: center;
	padding-top: 5px;
	height: 25px;
	margin: 0px auto;
	padding-right: 5px;
	background-color: #b00000;
	margin-bottom: 5px;
}
.boxContentLeft, .boxContentRight {
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #B5AFb5;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 180px;
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 755px;
	float: left;
}
.colRight {
	position: relative;
    left: 0px;
    width: 180px;
	padding-left: 5px;
	padding-right: 5px;
    right: 5px;
	float: right;
}
.boxContent {
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #cccccc;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px;
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 730px;
}
.subCat {
	text-align: center;
	padding: 8px;
	float: left;
	width: 300px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/* CSS ROLLOVER IMAGE VIEWER */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px solid #cccccc;
visibility: hidden;
color: #000000;
text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{
visibility: visible;
top: -60px;
left: 30px;
}
.latestProds {
	float: left;
	text-align: center;
	width: 138px;
	height: 150px;
    padding: 4px;
}
