@charset "UTF-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}
td{
	vertical-align:top;	
	font-size:12px;
}
a{
	color:#3A733B;
	text-decoration:none;	
}
a:hover{
	color:#3A733B;
	text-decoration:underline;	
}
a:visited{
	color:#3A733B;
	text-decoration:none;	
}
.whiteLink, .whiteLink:visited{
	color:#FFF;
	font-weight:bold;	
}
.whiteLink:hover{
	color:#FFF;	
}
input{
	border:1px solid #999;	
	width:200px;
}
input.requiredInput, select.requiredInput, option.requiredInput, checkbox.requiredInput{
	background-color:#FCC;
	border:1px solid #900;
}
input.checkboxStyle{
	border:1px solid #999;	
	width:20px;	
}
select{
	border:1px solid #999;	
	width:200px;
}
#menuez{
	width:960px;
	margin:0 auto;
	background-image:url(../images/menu-bg.png);
	background-repeat:repeat-x;
	background-position:top;
	height:30px;
	margin-top:95px;
}
#search{
	width:600px;
	height:70px;
	float:right;
	color:#353535;
	text-align:right;
}
#search td{
	text-align:right;	
}
#search a:link{
	text-decoration:none;
	color:#353535;
}
#search a:visited{
	text-decoration:none;
	color:#353535;
}
#search a:hover{
	text-decoration:underline;
	color:#353535;
}
#defaultcontent{
	width:960px;
	margin:0 auto;
	clear:both;
	min-height:400px;
	padding-bottom:100px;
}
.productTitle{
	color:#3A733B;
	font-size:18px;
	font-weight:bold;
}
.smallButton{

}
.smallButton a:link, .smallButton a:visited{
	background-image:url(../images/btn-orange-off.png);
	background-repeat:repeat-x;
	line-height:32px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	display:block;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
}
.smallButton a:hover{
	background-image:none;
	background-color:#B25900;
	line-height:32px;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	display:block;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
}
h2{
	color: #3A733B
	font-size:14px;
}
h4{
	color: #3A733B
}
.errorMessage{
	color:#FF0000;	
}
#footerOuter{
	width:100%;
	background-image:url(../images/display-boxes-info-bg.png);
	height:40px;	
	padding-top:10px;
	margin-top:25px;
	position:fixed;
	bottom:0px;
	z-index:1000;
}
#footer{
	width:960px;
	margin:0 auto;
	color:#fff;
}
#footer td{
	font-size:10px;
	color:#fff;
}
#footer a:link, #footer a:visited{
		color:#fff;
		text-decoration:none;
}
#footer a:hover{
		color:#fff;
		text-decoration:underline;
}
#footer ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
#footer ul li{
	float:left;
	padding:5px;	
}
.formLabel{
	text-align:left;
	padding-left:10px;
}
.required{
	background-image:url(../images/required.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.cartInput{
	border:1px solid #999;	
	width:30px;
}
#headerContainer{
	width:100%;
	background-image:url(../images/header-bg.png);
	height:93px;
	position:fixed;
	top:0px;	
	z-index:1000;
}
#headerSlim{
	width:960px;
	margin:0 auto;	
}
#headerSlim td{
	line-height:37px;
	font-size:12px;	
}
.displayBoxes{
	float:left;
	width:320px;
	height:320px;
	background-image:url(../images/display-boxes-bg.png);
	position:relative;
}
.displayBoxesImage{
	width:270px;
	height:270px;
	position:relative;
	margin-top:25px;
	margin-left:25px;	
}
.displayBoxesInfo{
	width:270px;
	height:70px;
	background-image:url(../images/display-boxes-info-bg.png);
	background-position:top;
	position:relative;
	bottom:70px;	
	margin-left:25px;
}
.displayBoxesCart{
	width:32px;
	height:37px;
	position:relative;
	left: 256px;
	bottom: 107px;
	z-index: 500;
}
#defaulttitle{
	color:#3A733B;
	font-weight:bold;
	font-size:18px;	
	padding-top:10px;
	padding-bottom:15px;
}
#profileContainer{
	width:80px;
	padding:5px;
	background-color:#FFF;
	position:absolute;
	border:1px solid #999;
	left:280px;	
}
#profileContainer ul{
	list-style:none;
	margin:0px;
	padding:5px;	
}
#profileContainer ul li{
	margin:0px;
	padding:3px;	
}
#profileContainer a{
	display:block;	
}
#cartContainer{
	width:400px;
	padding:5px;
	background-color:#FFF;
	position:absolute;
	border:1px solid #999;
	left:-125px;	
}
#cartContainer td{
	font-size:11px;	
	line-height:13px;
}
.closeButton{
	text-align:right;	
}
#couponContainer{
	width:400px;
	padding:5px;
	background-color:#FFF;
	position:absolute;
	border:1px solid #999;
	left:-210px;	
}
