body
	{text-align:center;
	}

.outerwrapper
	{
	width:900px;
	height:auto;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
}

.topbox
	{
	position:relative;
	width:900px;
	height:86px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	color:#3f4a13;
	text-align: right;
	}

.logobox
	{
	z-index:2;
	width:267px;
	height:66px;
	position: absolute;
	top: 10px;
	left: 5px;
	
	}
	
.minitopbox
	{
	position:absolute;
	width:900px;
	height:24px;
	bottom: 0px;
	left: 0px;
	top: 63px;
	right: 0px;
	background-color:#e7ebcf;
	z-index: 1;
	}

.headerbox
	{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#717639;
	height: 38px;
	width: 900px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	}

.button
	{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#717639;
	height: 22px;
	width: 100%;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;}

.footer
	{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#a1ac51;
	height: 53px;
	width: 900px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.1em;
	}
	
.textfield_effect {
	border-width: 1px;
	border-style: solid;
	border-color: #cfd1ca;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #4d4d4d;
	height: 14px;
	width: 140px;
	}
	
.textbutton_effect {
	width: 26px;
	height: 24px;
	}
.mycart		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #3f4a13;
	text-align: right;
	padding-right: 3px;
	padding-top: 3px;
		}
.searchbox {padding-top: 2px;}
.custserv	{
	position: absolute;
	top: 38px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6f7d3b;
	text-align: right;
	width: auto;
	margin-right: 3px;
	height: 24px;
	float: right;
	}		
.feature_image
	{border-style:none;
	}

#tab {
height:37px;
padding-top:4px;
cursor:pointer;
}
#tab a{
text-decoration:none;
color:#FFFFFF;
}
#tab a:hover{
background: #ffffff;
color:#717639;
}

#tab2 {
height:31px;
padding-top:10px;
cursor:pointer;
}
#tab2 a{
text-decoration:none;
color:#FFFFFF;
}
#tab2 a:hover{
background: #ffffff;
color:#717639;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #ffffff;
color:#717639;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #e7ebcf;
color: #000000;
width:auto /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #000000;
}

.anylinkcss a:hover{ /*hover background color*/
background: #FFFFFF;
color: #717639;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
