body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../../../../images/burning_bush_2010.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#pageSurround {
	width: 960px;
	border: 1px solid black;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../../../../images/background_alpha_2010.png);
	background-repeat: repeat-y;
}

#subSurround {
	
}

#topHeader {
	padding: 0;
	text-align: right;
	height: 301px;
	margin-bottom: 0px;
	background-image: url(../../../../images/Lake_Banner_Pan_960x301.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
}

#topHeader form {
	padding-top: 10px;
}

.boxTitleLeft, .boxTitleRight {
	font-size: 100%;
	font-weight: bold;
	color: #F64F6B;
	height: 15px;
	padding: 3px 0px 0px 5px;
	
	border-top: 1px solid #273B4F;
}

.boxContentLeft, .boxContentRight {
	margin-bottom: 15px;
	padding: 3px 0px 5px 5px;
}

.content {
}

.colLeft {
	position: relative;
	left: 0px;
	width: 30%;
	padding-right: 5px;
	float: left;
	background-color: 0;
}

.colMid {
	position: relative;
	width: 66%;
	float: right;
	/* background: #B0D0EE; */
	padding: 10px;
	background-color: #EEE;
}
/*
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	float: right;
} */

.boxContent {
	margin-bottom: 5px;
	font-size: 100%;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 30%; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 66%;
	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: #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;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}

/* cart ------------------------------- */
.colMainCheckout,
.colLeftCheckout {
	background: none;
}

/* site nav --------------------------- */
.siteNav ul,
.siteNav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.siteNav a.txtDefault {
	font-size: 100%;
}

/* clearing tools ---------------------- */
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */