body
{
	margin: 0;
	padding: 0;
	background-color: #B4CAE0;
	background-image: url("images/body.gif");
	background-repeat: repeat-y;
	font: 13px arial, sans-serif;
}

div#page
{
	position: relative;
	width: 796px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.general
{
	background: url("images/content-strawberry.gif");
	background-repeat: no-repeat;
	background-position: 0 150px;
}

.index
{
	background: url("images/content.gif");
	background-position: 0 150px;
	background-repeat: no-repeat;
}

.foodservice
{
	background: url("images/content-foodservice.gif");
	background-position: 0 150px;
	background-repeat: no-repeat;
}

.bag
{
	background: url("images/content-bag.gif");
	background-position: 0 150px;
	background-repeat: no-repeat;
}

.jug
{
	background: url("images/content-jug.gif");
	background-position: 0 150px;
	background-repeat: no-repeat;
}

.tub
{
	background: url("images/content-tub.gif");
	background-position: 0 150px;
	background-repeat: no-repeat;
}

.recipes
{
	background: url("images/content-recipes.gif");
	background-position: 0 150px;
	background-repeat: no-repeat;
}

div#top
{
	margin: 0;
	padding: 0;
}

div#menu
{
	width: 121px;
	float: left;
	margin: 15px 0 0 1px;
}

.menulink:link, .menulink:visited, .menulink:hover,.menulink:active
{
	display: block;
	margin: 0;
}

div#submenu
{
	float: right;
	margin-top: 15px;
}

.submenu:link, .submenu:visited, .submenu:active
{
	display: block;
	float: left;
	margin-right: 29px;
	font-size: 15px;
}

/*CONTENT*/
div#content
{
	float: right;
	width: 622px;
	height: 477px;
	margin: 0;
	border-top: 3px solid #144087;
	padding: 0 20px 0 20px;
	overflow: auto;
}

.contentindex
{
	overflow: hidden; 
	width: 660px; 
	padding: 0;
}

h1
{
	margin: 11px 0 0 0;	
	font: bold 25px arial, sans-serif;
	color: #055097;
}

h2{
	margin: 15px 0 -14px 0;	
	font: bold 15px arial, sans-serif;
	color: #055097;
}

span.h2 {
	font: bold 15px arial, sans-serif;
	color: #055097;
}

h3{
	margin: 15px 0 0 0;
}

p{
	margin: 15px 0 0 0;
}

a:link, a:visited, a:active{
	font-weight: bold;
	text-decoration: none;
	color: #055097;
}

a:hover{
}

img{
	border: 0;
}

img.recipe{
	float: right;
	margin: 27px 0 30px 15px;
	border: 1px solid #1A439B;
}

td.bar{
	border-bottom: 4px solid black;
}

td.line{
	border-bottom: 1px solid black;
}

div.ingredients{
	float: right; 
	width: 250px;
	margin: 40px 0 0 20px; 
 }

ul
{
	margin: 15px 0 0 18px;
	padding: 0 0 0 0;
}

div#animation{
	position: absolute; 
	top: 154px; 
	left: 132px; 
	overflow: hidden;
	width: 664px; 
	z-index: 0;
}

#player{
	width: 664px; 
	height: 472px;
}

img#strawberry
{
	display: none;
}

/*   \*/
img#strawberry
{
	display: block;
	position: absolute;
	top: 441px;
	left: 12px;
}
/* End  */

div.plant{
	float: right; 
	width: 257px;
	margin: 15px 0 0 15px;
}

/*FOOTERS*/
p.siteby
{
	clear: both;
	text-align: center;
	font-size: 11px;
}

p.copyright
{
	clear: both;
	height: 20px;
	margin-left: 130px;
	padding: 3px 0 16px 0;
	text-align: center;
	font-size: 11px;
}