body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: normal;
	font-weight : normal;
	background-color:#894e1c;
	background-image: url(/images/assets/bg_main.jpg);
	margin: 0;
}

#pageSurround {
	width: 990px;
	margin: 0px auto;
	background-color: White;
	padding: 10px;
}

#subSurround {
	/*padding-left: 40px;*/
}

#topHeader {
	text-align: right;
	width: 990px;
	height: 150px;
	background-image: url(/images/headers/store_header.jpg);
	background-repeat: no-repeat;
}

#sessionBox {
	text-align: left;
	/*background-image: url(../styleImages/backgrounds/sessionBg.gif);*/
	/*background-image: url(/images/assets/store_header_rt.jpg);*/
	width: 236px;
	height: 150px;
	float: right;
}

/*header nav*/
.topCats {
	text-align: center;
	/*background-image: url(../styleImages/backgrounds/catBg.gif);*/
	background-image: url(/images/assets/nav_bg_store.gif);
	height: 50px;
	color: #646464;
	margin-bottom: 15px;
}

.topCatsBgRight {
	/*background-image: url(../styleImages/backgrounds/catBgRight.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	height: 50px;
}

.topCatsBgLeft {
	/*float: left;
	background-image: url(../styleImages/backgrounds/catBgLeft.gif);
	background-repeat: no-repeat;
	background-position: left;*/
	height: 50px;
}

/*footer*/
.siteDocs {
	text-align: center;
	/*background-image: url(../styleImages/backgrounds/siteDocsBg.gif);
	background-image: url(/images/assets/nav_bg_store.gif);*/
	height: 30px;
	color: #9e005d;
}

.siteDocsBgRight {
	/*background-image: url(../styleImages/backgrounds/siteDocsBgRight.gif);
	background-image: url(../styleImages/backgrounds/spacer.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	height: 30px;
}

.siteDocsBgLeft {
	float: left;
	/*background-image: url(../styleImages/backgrounds/siteDocsBgLeft.gif);
	background-image: url(../styleImages/backgrounds/spacer.gif);
	background-repeat: no-repeat;
	background-position: left;*/
	height: 30px;
}

.boxTitleLeft, .boxTitleRight {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #844215;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	width: 175px;
	height: 13px;
	padding-top: 2px;
	padding-left: 5px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.boxFootLeft, .boxFootRight {
	background-image: url(../styleImages/backgrounds/boxFootBg.gif);
	width: 175px;
	height: 12px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.boxContentLeft, .boxContentRight {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 9px;
	padding-bottom: 5px;
	width: 168px;
}

.boxContent {
	border-top: 3px solid #e4800a;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #545454;
	margin-bottom: 5px;
}

/* CHECKOUT PAGES 

.colLeftCheckout {

	position: relative;

	left: 0px;

	width: 160px; 

	padding-left: 9px;

	padding-right: 10px;

	float: left;

}

*/



/* END CHECK OUT PAGES */

.docBtnLeft {
	background-image: url(../styleImages/backgrounds/docBtnLeft.gif);
	width: 4px;
}

.docBtnRight {
	background-image: url(../styleImages/backgrounds/docBtnRight.gif);
	width: 4px;
}

.docBtnMid {
	background-color: #DDDDDD;
	padding: 0px 3px 0px 3px;
}



.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	float: left;
	width: 99.5%;
}

.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}

.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.topCatsTabLeft {
	/*background-image: url(../styleImages/backgrounds/catTabLeft.gif);
	background-repeat: no-repeat;
	width: 7px;*/
}

.topCatsTabMid {
	/*background-image: url(../styleImages/backgrounds/catBg.gif);
	background-image: url(../styleImages/backgrounds/catTabMid.gif);
	background-repeat: repeat-x;*/
}

.topCatsTabRight {
	/*background-image: url(../styleImages/backgrounds/catTabRight.gif);
	width: 7px;
	background-repeat: no-repeat;*/
}


