/** Side By Side Cat Layout ************/
.catboxTop {
        display: fixed;
        height: 120px;
}

.catboxMid {
	/** place holder ************/
}
.catboxBot {
	/** place holder ************/
}

.catbox {
        float: left;
        background-color: #FFFFFF;
        margin: 4px;
        padding: 4px;
        text-align: center;
        width: 165px;
        border: 1px dotted silver;
}
/** Side By Side Cat Layout ************/
body {
	margin: 5px;
	background-color: #093509;
		}
#pageSurround {
	width: 900px;
	margin: 3px auto;
	padding: 3px;
	border: 0px solid #093509;
	background-color: #ffffff;
		}
#topHeader {
	text-align: right;
	height: 164px;
border-bottom: 1px solid #093509;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.boxTitleLeft,  {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
                color: #ffffff;
	background-color:#093509;
		height: 19px;
	border-top: 1px solid #093509;
	border-left: 1px solid #093509;
	border-right: 1px solid #093509;
	padding-left: 3px;
padding-right: 3px;
}
.boxContentLeft, .boxContentRight {
                font-family: Verdana;
	font-size: 90%;
                border: 2px solid #093509;
	background-color: #ffffff;
border-top: 1px solid #508a50;
	border-left: 2px solid #093509;
	border-right: 2px solid #093509;
	padding-left: 3px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 180px;
	padding-left: 3px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 705px;
	float:left;
}
.colRight {
	position: relative;
	right: 0px;
	width: 5px;
	padding-left: 5px;
	padding-right: 3px;
	float: right;
}

}
.boxContent {
	border: 0px solid #093509;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 3px;
}

.latestProds {
float: left;
border: 1px solid #093509;
padding-left: 3px;
padding-top: 3px;
margin-right: 5px;
text-align: center;
width: 155px;
height: 150px;
}
.boxContentRight {
	border: 1px solid #508a50;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 3px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 189px;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 705px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	font-family: Verdana;
	font-size: 90%;
                border: 1px solid #093509;
	background-color: #ffffff;
	padding-left: 3px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #ffffff;
	text-align: center;
	border: 0px solid #093509;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 675px;
}
.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 #ef7f35;
	border-bottom: 1px solid #ef7f35;
}