body {

	margin: 0px;

	padding: 0px;
	font-size: 11px;
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

	color: #1E4323;

	background-color:#F2F7E6;
}

td {
	font-size: 11px;
}
p {
	color: #000000;
	margin-top: 1em;
	margin-bottom: 1em;
}
#topHeader {

	height: 50px;

	background-color: #BBCCBE;
	
	background-repeat: no-repeat;

	color: #000000;

	padding: 0px;

	text-align: left;

	position: relative; /* required */

}

#boxSearch {

	position: absolute;

	bottom: 5px;
	right: 10px;
	color: #000000;

}

#subHeader {

	text-align: left;

	/* note: top border is part of top header image */
	border-bottom: 1px solid #558822;

	padding: 2px;
	padding-left: 40px;
        padding-right: 10px;

	background-color: #96B299;

        color: #000000;

	background-image: url(../styleImages/backgrounds/header_bar.jpg);

	background-repeat: no-repeat;

}
#boxSession {

	float: right;

	font-size: 11px;

}

.simpleTable {

        width: 100%;

        padding: 0;

        margin: 0;

}

#tdLeft { width: 185px; }

#divLeft {

        width: 184px;

        margin-top: 15px;

        margin-bottom: 15px;

        margin-left: 7px;

}

#tdRight { width: 180px; }

#divRight {

        width: 170px;

        margin-top: 15px;

        margin-bottom: 15px;

        margin-right: 10px;

}

#tdCenter { width: auto; }

#divCenter {

        margin-top: 15px;

        margin-left: 15px;

        margin-right: 15px;

        padding-bottom: 15px; /* IE not handling margin-bottom correctly here */

}

#colMidCheckout {

        margin-top: 15px;

        margin-left: 15px;

        margin-right: 15px;

        padding-bottom: 15px; /* IE not handling margin-bottom correctly here */

}

.boxTitleLeft, .boxTitleRight {

	color: #000000;

	background-color: #96B299;
	border: 1px solid #000000;
	padding-left: 5px;

	padding-right: 5px;

	padding-top: 2px;

	padding-bottom: 2px;

}

.boxContentLeft, .boxContentRight {

        margin-bottom: 15px;  /* IE not collapsing margin-top in boxTitles */

	border-left: 1px solid #000000;

	border-right: 1px solid #000000;

	border-bottom: 1px solid #000000;

	background-color: #F2F7E6;

	padding-left: 5px;

	padding-right: 5px;

	padding-top: 3px;

	padding-bottom: 5px;

}

.boxContent {

        margin-top: 15px;

	padding: 5px;

}

.boxLatestProducts {

        margin-top: 0px;

        margin-left: 5px;

        margin-right: 5px;

	padding: 10px;

	padding-bottom: 0px;

	border: 1px solid #448811;

}

.divLatestProd {
	width: 130px;
	height: 105px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#Footer {

	border-top: 1px solid #558822;

	border-bottom: 1px solid #558822;

        padding: 2px;

        text-align:center;

	background-color: #91AD94;

        color: #000000;

}



/* 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;

}

.pagination {

	text-align: right;

	padding-top: 5px;

	padding-bottom: 5px;

}



/* CATEGORY LISTING */

#divCatImage {

        float: right;

        margin-bottom: 5px;

}

#subCats {

	margin-top: 10px;

	text-align: center;

}

.subCat {	

        float: left;

	text-align: center;

        width: 112px;

        height: 95px;

	padding-top: 5px;

	padding-left: 0px;

	padding-right: 10px;

}

.regSep{

	padding: 10px 0px 10px 0px;

	margin: 10px 0px 10px 0px;

	border-top: 1px solid #000000;

	border-bottom: 1px solid #000000;

}



/* PRODUCT DETAILS */

.divProdImage {

        margin-top: 15px;

        margin-right: 20px;

        margin-bottom: 10px;

}




