@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #6D6F71;
	font-size:14px;
}
 

#container { 
	width: 910px;
	margin: 0px auto;
	background: #FFFFFF;
	text-align: left; 
} 

#navblock
{
	background-image: url(../img/gradient.jpg);
	background-repeat: no-repeat;
	height: 125px;	
}
#header
{
	width: 100%;
	height: 170px;

}

#top-nav
{
	height: 153px;
}

#mainContent {
	background-image: url(../img/content-bg.jpg);
	background-repeat: repeat-y;
	padding: 0px 30px 0px 30px;
	min-height: 450px;
	vertical-align:top;
} 


#home a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	margin-left: 0px;
	background: url(../img/strawberry-nav.png) 0 0 no-repeat;
}
#home a:hover {background-position: -100px;}

#home2 a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	margin-left: 0px;
	background: url(../img/strawberry-nav.png) 0 0 no-repeat;
	background-position: -100px;
}

#products a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/brocolli-nav.png) 0 0 no-repeat;
}
#products a:hover{background-position: -100px;}

#products2 a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/brocolli-nav.png) 0 0 no-repeat;
	background-position: -100px;
}

#awardsandrewards a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/apple-nav.png) 0 0 no-repeat;
}
#awardsandrewards a:hover{background-position: -100px;}
#awardsandrewards2 a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/apple-nav.png) 0 0 no-repeat;
	background-position: -100px;
}

#tipsandrecipes a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/bananna-nav.png) 0 0 no-repeat;
}
#tipsandrecipes a:hover{background-position: -100px;}
#tipsandrecipes2 a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/bananna-nav.png) 0 0 no-repeat;
	background-position: -100px;
}

#distributors a
{
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 125px;
	background: url(../img/orange-nav.png) 0 0 no-repeat;
}
#distributors a:hover{background-position: -100px;}
#distributors2 a
{
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 125px;
	background: url(../img/orange-nav.png) 0 0 no-repeat;
	background-position: -100px;
}

#gallery a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/carrot-nav.png) 0 0 no-repeat;
}
#gallery a:hover{background-position: -100px;}
#gallery2 a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/carrot-nav.png) 0 0 no-repeat;
	background-position: -100px;
}

#information a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/ava-nav.png) 0 0 no-repeat;
}
#information a:hover{ background-position: -100px;}
#information2 a
{
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 125px;
	background: url(../img/ava-nav.png) 0 0 no-repeat;
	background-position: -100px;
}

#news a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/kiwi-nav.png) 0 0 no-repeat;
}
#news a:hover{ background-position: -100px;}
#news2 a
{
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 125px;
	background: url(../img/kiwi-nav.png) 0 0 no-repeat;
	background-position: -100px;
}

#contactus a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/c.flower-nav.png) 0 0 no-repeat;
}
#contactus a:hover{	background-position: -100px;}
#contactus2 a
{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 125px;
	background: url(../img/c.flower-nav.png) 0 0 no-repeat;
	background-position: -100px;
}

#footer{
	width: 100%;
	height: 128px; 
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	text-align:center;
	padding-top: 40px;
}

#footer a
{
	color: 6D6F71;
}

#mainimg{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { 
	clear:both;
}

.ctr{ text-align: center;}
.underline { text-decoration: underline;}
.bold { font-weight: bold;}

.indented {
	text-indent: 20px;
}

.friendsimg {
	width: 200px;
	border: none;
}
.friendslink {
	text-decoration:none;
}

.productlist li
{
	font-weight: bold;
	font-size: 12px;
}

h4 {
	color: #7AA704;
}

h5 {
	font-size: 15px;
}
