
#main_text{
	position:absolute;
	top:375px;
	right:16px;
	width:436px;
	}

#main_text p{
	padding:0;
	}

#products_menu{
	position:absolute;
	}

h1.product_page_heading{
	font-size:1.8em;
	text-align:center;
	padding-bottom:0;
	}

h2.product_page_heading{
	font-size:1.2em;
	text-align:center;
	}

p.category_heading{
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	font-size:1.4em;
	padding:0;
	}

#preparation1{
	background-color:#3399FF;
	float:left;
	width: 420px;
	padding:10px;
	padding-bottom:0px;
	margin:5px 10px 0px 10px;
	}

#processing1{
	background-color:#6633CC;
	float:left;
	width: 420px;
	padding:10px;
	padding-bottom:0px;
	margin:5px 0px 0px 0px;
	}

#cooking1{
	clear:all;
	background-color:#4CB225;
	float:left;
	width: 420px;
	padding:10px;
	padding-bottom:0px;
	margin:10px 10px 0px 10px;
	}

#washing1{
	background-color:#FFBA26;
	float:left;
	width: 420px;
	padding:10px;
	padding-bottom:0px;
	margin:10px 0px 0px 0px;
	}

#packaging1{
	background-color:#666666;
	float:left;
	width: 420px;
	padding:10px;
	padding-bottom:0px;
	margin:10px 10px 10px 10px;
	}



#preparation_image{
	background-image: url(/images/preparation.jpg);
	width:120px;
	height:120px;
	float:left;
	}

#processing_image{
	background-image: url(/images/processing.jpg);
	width:120px;
	height:120px;
	float:left;
	}

#cooking_image{
	background-image: url(/images/cooking.jpg);
	width:120px;
	height:120px;
	float:left;
	}

#washing_image{
	background-image: url(/images/washing.jpg);
	width:120px;
	height:120px;
	float:left;
	}

#packaging_image{
	background-image: url(/images/packaging.jpg);
	width:120px;
	height:120px;
	float:left;
	}

#preparation_text, #processing_text,#cooking_text,#washing_text, #packaging_text{
	width:255px;
	height:130px;
	float:left;
	margin-left:5px;
	text-transform: none;
	text-align:left;
	font-weight:normal;
	}


#preparation_text a, #processing_text a,#cooking_text a,#washing_text a, #packaging_text a{
	color:#fff;
	font-weight:bold;
	}

#preparation_image img, #processing_image img,#cooking_image img,#washing_image img, #packaging_image img{
	width:120px;
	height:120px;
	border:none;
	}


#preparation_text a:hover, #processing_text a:hover,#cooking_text a:hover,#washing_text a:hover, #packaging_text a:hover{
	color:#0080B9;
	font-weight:bold;
	}