body {
	font:13px Georgia, "Times New Roman", Times, serif;
	color:#736357;
	background:url(../images/bg-body.gif);
	min-width:1011px;
	margin:0;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#00853f;
}
a:hover {
	text-decoration:underline;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
#m1 {
	width:100%;
	overflow:hidden;
	position:relative;
}
#m2 {
	width:1011px;
	position:relative;
	float:left;
	left:50%;
}
#wrapper {
	width:1011px;
	padding:0 13px 0;
	position:relative;
	float:left;
	left:-50%;
	min-height:100%;
}
#header {
	margin:0;
	height:212px;
	position:absolute;
	top:0;
	left:17px;
	z-index:0;
	width:1011px;
	background:url(../images/bg-header.jpg) no-repeat 8px 0;
}
.img1 {
	float:left;
	margin:76px 0 0 107px;
}
.img2 {
	float:right;
	margin:109px 108px 0 0;
}
.logo {
	width:223px;
	height:212px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	z-index:5;
	top:0;
	left:434px;
}
.logo a {
	display:block;
	width:100%;
	height:170px;
	cursor:pointer;
	margin:36px 0 0 0;
	position:relative;
}
#nav {
	position:absolute;
	z-index:2;
	top:202px;
	width:1011px;
	left:12px;
}
#nav .wrp {
	background:url(../images/bg-nav.png) no-repeat;
	padding:9px 0 7px;
	margin:0;
	height:37px;
}
#nav ul {
	margin:0;
	padding:0 0 0 83px;
	list-style:none;
}
#nav ul li {
	float:left;
	line-height:27px;
	padding:10px 11px 8px;
	margin:0 12px 0 0;
	position:relative;
}
#nav ul li a {
	display:block;
	overflow:hidden;
	/*text-indent:-9999px;*/
	font:bold 14px/18px "trebuchet ms", helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
	cursor:pointer;
	position:relative;
	height:19px;
}
.home {
	background:url(../images/home.png) no-repeat;
	width:47px;
}
.about {
	background:url(../images/about.png) no-repeat;
	width:77px;
}
.where {
	background:url(../images/where.png) no-repeat;
	width:111px;
}
.aller {
	background:url(../images/aller.png) no-repeat;
	width:152px;
}
.sale {
	background:url(../images/sale.png) no-repeat;
	width:90px;
}
.cart {
	background:url(../images/cart.png) no-repeat;
	width:170px;
}
/*dropdown nav*/
#nav ul li:hover, #nav ul li.hover {
	background:url(../images/roll-nav.gif) repeat-x 0 0;
	position:relative;
}
.include {
	display:none;
	position:absolute;
	width:193px;
	overflow:hidden;
	top:37px;
	left:-7px;
	background:url(../images/bg-include-top.png) no-repeat;
}
#nav ul li:hover .include, #nav ul li.hover .include {
	display:block;
	overflow:hidden;
	padding:10px 0 0 0;
}
#nav .include ul li:hover, #nav ul li ul li.hover {
	background:#fbc23b url(../images/bg-include-li.gif) repeat-x 0 100%;
}
#nav .include ul {
	width:181px;
	overflow:hidden;
	padding:0 0 0 12px;
	margin:0;
	background:url(../images/bg-ul.gif) no-repeat 12px 100%;
	position:relative;
}
#nav .wrap {
	background:url(../images/bg-include.png) repeat-y;
	height:1%;
}
#nav .include ul li {
	width:161px;
	padding:7px 0 5px 10px;
	margin:0 0 0 0;
	line-height:16px;
}
#nav .include ul .last {
	background:url(../images/bg-last-li.gif) repeat-x 2px 100%;
	width:160px;
	margin:0 0 0 0;
	padding:10px 0 18px 10px;
}
#nav .include ul li.last:hover {
	background:#fbc23b url(../images/bg-include-li.gif) repeat-x 0 100%;
}
#nav .include ul li a {
	text-indent:0;
	font:bold 14px/16px "trebuchet ms", helvetica, sans-serif;
	text-decoration:none;
	padding:0;
	display:inline;
	color:#00853F;
}
#nav .include .b {
	background:url(../images/bg-b-include.png) no-repeat;
	height:30px;
}
/*end dropdown*/
/*start main*/
#main {
	width:1011px;
	overflow:hidden;
	margin:-7px auto 0;
	padding:255px 0 0;
	background:url(../images/bg-main.png) repeat-y;
}
.wrp-main {
	overflow:hidden;
	width:1011px;
	background:url(../images/bg-wrp-main.gif) repeat-y 40px 0;
}
.sidebar {
	width:202px;
	float:left;
	padding:0 0 0 38px;
}
.sidebar ul {
	list-style:none;
}
#nav-bar {
	margin:0 0 0 -18px;
/*	padding:0;*/
	width:202px;
	list-style:none;
	padding: 0px 0 32px 0;
}
#nav-bar:after{
	content:"";
	display:block;
	clear:both;
}
#nav-bar li {
	float:left;
	width:202px;
	position:relative;
	z-index:2;
	margin:-6px 0 -8px;
	padding:0 10px 0 0;
}
#nav-bar a {
	text-transform:uppercase;
	display:block;
	text-indent:50px;
	width:202px;
	font:bold 14px/50px "trebuchet ms", helvetica, sans-serif;
}
#nav-bar ul a {
	text-indent:0;
	line-height:normal;
}
/*sidebar dropdown*/
#nav-bar .include2 {
	display:none;
}
#nav-bar .include3 {
	display:none;
}
#nav-bar li:hover, 
#nav-bar li.hover {
	position:relative;
}
#nav-bar li:hover a, 
#nav-bar li.hover a {
	text-decoration:none;
	color:#fff;
	position:relative;
	z-index:2;
	background:url(../images/roll-navbar.png) no-repeat;
	cursor:pointer;
}
#nav-bar li:hover .include2, 
#nav-bar li.hover .include2 {
	display:block;
	width:186px;
	position:absolute;
	top:8px;
	left:189px;
	margin:0;
	padding:12px 10px 0 0;
	background:url(../images/bg-t-include.gif) no-repeat;
	z-index:1;
}
#nav-bar .include2 li:hover .include3,
#nav-bar .include2 li.hover .include3 {
	display:block;
	width:186px;
	position:absolute;
	top:0;
	left:172px;
	margin:0;
	padding:12px 0 0 0;
	background: url(../images/bg-t-include2.png) no-repeat;
	z-index:3;
}
#nav-bar .include2 ul {
	background:url(../images/bg-include2.png) repeat-y;
	padding:0;
	margin:0;
	float:left;
	width:186px;
}
* html #nav-bar .include2 ul li, * html #nav-bar li.hover ul li {
	background:url(gg.gif);
}

#nav-bar .include2 ul li, #nav-bar li.hover ul li {
	padding:8px 10px;
	line-height:20px;
	margin:0 0 0 8px;
	display:inline;
	background:#fff;
	text-indent:0;
	width:151px;
	position:relative;
	z-index:2;
}
#nav-bar .include2 ul li.last, #nav-bar li.hover ul li.last {
	background:url(../images/bg-last-li.gif) repeat-x 2px 100%;
	margin:0 0 0 8px;
	width:151px;
	padding:8px 10px 16px;
}
#nav-bar .include3 ul li.last:hover,
#nav-bar li.hover ul li.last:hover {
	background:#fbc23b url(../images/bg-include-li.gif) repeat-x 0 100%;
}

#nav-bar .include2 li a, #nav-bar .include2 li a {
	color:#00853f;
	padding:0 12px 0 0;
	margin:0;
	background:none;
	width:140px;
	height:100%;
	text-transform:none;
}
#nav-bar .include2 li a:hover,
#nav-bar .include2 li a.hover {
	background:url(../images/active2.gif) no-repeat 100% 0;
}
#nav-bar .include2 ul li:hover,
#nav-bar li.hover ul li:hover {
	position:relative;
	background:#fbc23b url(../images/bg-include-li.gif) repeat-x 0 100%;
}
.include2 .b {
	background:url(../images/bg-b-include2.png) no-repeat;
	float:left;
	height:17px;
	width:190px;
	overflow:hidden;
}
/*end dropdown*/
.sidebar form {
	padding:0 0 0 5px;
}
.sidebar a img {
	margin:3px 0 0 5px;
}
.sidebar fieldset {
	width:160px;
	height:162px;
	padding:0;
	background:url(../images/bg-form.png) no-repeat;
}
.sidebar fieldset ul {
	margin:0;
	padding:70px 0 0 0;
	list-style:none;
}
.sidebar fieldset ul li {
	padding:0 16px 5px 10px;
	margin:0;
	font-size:9px;
	line-height:20px;
	overflow:hidden;
}
.sidebar fieldset ul li label {
	padding:0 5px 0 0;
	float:left;
}
.text {
	float:left;
	display: block;
	width:95px;
	height:19px;
	margin:0;
	background:url(../images/inputtext.gif) no-repeat;
}
.tinput {
	border:0;
	background:none;
	position:relative;
	overflow:hidden;
	height:16px;
	width:84px;
	margin:1px 0 0 5px;
}
.enter {
	width:51px;
	height:20px;
	border:0;
	cursor:pointer;
	background:url(../images/inputenter.gif) no-repeat;
	float:right;
	margin:0;
	padding:1px 0 2px;
	color:#fff;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	position:relative;
	z-index:2;
}
.content {
	width:729px;
	float:right;
	padding:0 40px 0 0;
}
.welcome {
	padding:35px 0px 0px 27px;
	overflow:hidden;
/*	background:url(../images/woman.jpg) no-repeat 100% 80px;*/
	position:relative;
	z-index:1;
	min-height:300px;
}
.content h1 {
	margin:0;
	color:#00853f;
	font:bold 23px/36px "trebuchet ms", helvetica, sans-serif;
	text-transform:uppercase;
}
.content p {
/*	line-height:26px;*/
	margin:0 0 1em 0;
}
.welcome h2 {
	margin:0 0 20px;
	font-size:19px;
	line-height:36px;
	color:#7ac143;
}
.welcome h2 a {
	color:#7ac143;
}
.welcome h3 {
	position:relative;
/*	margin:0 -36px 0 0;*/
	font-size:16px;
	font-style:italic;
	color:#f7931e;
	text-align:right;
	background: url('/images/heart2.png') 100% 100% no-repeat;
	padding-top: 8px;
	padding-right: 33px;
	margin-bottom: 0;
}
.welcome h3 a {
	color:#f7931e;
}
.more1 {
	color:#f7931e;
	cursor:pointer;
}

.sidebar2 {
	float: right;
}
.nearestlocation {
	background: url('/images/NearestLocation.png') no-repeat;
	margin: 16px 0  16px 16px;
}
.newsletter {
	background: url('/images/bg-form.png') no-repeat;
	margin: 20px 0 20px 20px;
}
.nearestlocation,
.newsletter {
/*	float:right;*/
	font-size:9px;
	line-height:20px;
	width: 156px;
/*	height: 166px;*/
	padding: 80px 0px 10px 13px;
}
.nearestlocation label,
.newsletter label {
	float: left;
	clear: left;
}
.nearestlocation .enter,
.newsletter .enter {
	margin: 6px 25px 20px 0;
	background:url(../images/inputenter.gif) no-repeat;
}

.info {
/*	background:url(../images/bg-info.gif) repeat-y 0 0;*/
/*	width:702px;*/
	overflow:hidden;
	padding:0 0 0 0;
	margin:22px 0 0px 1px;
}
.info .box1 {
	background:url('/images/info-Wholesale.jpg') no-repeat  0 0;
}
.info .box2 {
	background:url('/images/info-NutInformation.jpg') no-repeat  0 0;
}
.info .box3 {
	background:url('/images/info-SchoolInformation.jpg') no-repeat  0 0;
}

.info .box1,
.info .box2,
.info .box3 {
	float: left;
	padding-top: 138px;
	margin-left: 5px;
	width: 173px;
/*	height: 170px;*/
}


/*
.col1 {
	background:url(../images/bg-col1.gif) no-repeat  0 0;
}
.col2 {
	background:url(../images/bg-col2.gif) no-repeat 0 0;
}
.col3 {
	background:url(../images/bg-col3.gif) no-repeat 0 0;
}
.col1, .col2, .col3 {
	width:217px;
	float:left;
	padding:0;
}
.col1 p, .col2 p, .col3 p {
	margin:0 auto;
	width:200px;
}
.col1 img, .col2 img, .col3 img {
	padding:10px 0 0 23px
}
.col1 {
	padding:0 13px 0 0;
}
.col2 {
	padding:0 13px 0 0;
}
.col3 {
	padding:0;
}
.col1 a, .col2 a, .col3 a{
	margin:0;
	font-size:10px;
	font-weight:bold;
	color:#7ac143;
}
.info .bg {
	background:url(../images/bg-binfo.gif) no-repeat 0 100%;
	overflow:hidden;
	width:677px;
	padding:0 0 17px;
}
.info p {
	line-height:20px;
}
*/
.info .more2 {
	font-size:10px;
	font-weight:bold;
	color:#7ac143;
	text-align:center;
/*	line-height:8px;*/
/*	width:193px;*/
/*	margin:0 0 0 6px;*/
/*	padding:12px 12px 0 0;*/
}
/*
.info .bg h4 {
	display:block;
	margin:0;
	padding:0 0 0 45px;
}
.info .bg h4 a {
	color:#fff;
	font:bold 16px/50px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
*/
div.hr {
	height:2px;
	width:757px;
	margin:-2px 0 0 -28px;
	position:relative;
	z-index:0;
	background:url(../images/bg-hr.gif) repeat-x 0 0;
}
div.hr hr {
	display: none;
}
.cookies {
	padding:31px 25px 5px 27px;
	background:url(../images/bg-cookies.gif) repeat-x 0 100%;
	min-height: 580px;
}
/*
.cookies strong {
	margin:0 0 14px;
	color:#00853f;
	font:bold 23px "trebuchet ms", helvetica, sans-serif;
	text-transform:uppercase;
}
*/
.cookies h4 {
	margin:17px 0 0 0;
	color:#7ac143;
	font-size:15px;
}
/*.bullet {*/
.content ul {
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}
/*.number {*/
.content ol {
	margin:0 0 26px 21px;
	padding:0 0 0 10px;
}
/*.bullet li, .number li {*/
.content ul li, .content ol li {
	line-height:30px;
}
/*.bullet li {*/
.content ul li {
	background:url(../images/bullet1.gif) no-repeat 0 12px;
	padding:0 0 0 19px;
}
.box-image {
	width:263px;
	height:328px;
	background:url(../images/bg-boximage.gif) no-repeat 0 0;
	margin-left: 2px;
	margin-right: 2px;
	padding:15px 0 0 15px;
	float:right;
}
#tags {
	width:947px;
	padding:111px 0 25px;
	margin:0 auto;
	background:url(../images/bg-footer.png) no-repeat;
}
#tags .frame {
	overflow:hidden;
}
#tags ul {
	margin:0;
	padding:0 30px 0 0;
	list-style:none;
	float:right;
	text-align:right;
	position:relative;
}
#tags ul li {
	display:inline;
	padding:0 20px 0 0;
}
#tags ul li a {
	font:bold 10px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
}

/*end main*/
/*start footer*/
#footer {
	margin:0 auto;
	padding:0 0 15px;
	width:950px;
}
#footer p {
	margin:0;
	color:#808080;
	font:10px/10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}
#footer p a {
	color:#808080;
}
/*end footer*/

.contactus {
	background: url('/images/ContactUs.png') no-repeat;
	color: white;
/*	height: 100px;*/
	margin-left: 5px;
	padding: 52px 0 10px 16px;
	font: 15px Arial, sans-serif;
}

.ShoppingCartProducts {
	width: 630px:
	height: 100%;
	overflow: auto;
}
.ShoppingCartItem {
	line-height: 2;
	padding: 9px;
	margin-bottom: 25px;
	float: left;
	text-align: right;
	width: 30%;
}
.ShoppingCartImage {
	height: 150px;
	overflow-y: hidden;
	width: 100%;
}
.ShoppingCartImage img {
	width: 100%;
}
.ShoppingCartDescription {
	min-height: 6em;
	text-align: left;
}