@charset "UTF-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	background-image:url(images/background_whiteOnBeigePattern.jpg);
	background-repeat:repeat;
	height:100%;
}

img{
	border:none;
}
a{
	color:#949494;
}

#main_container{
	width:960px;
	height:auto !important;
	min-height:100%;
	height:100%;
	position:relative;
	margin:0 auto;
	background-color:#fff;	
}

#header,#body,#footer{
	width:860px;
	position:relative;
	margin:0 auto;
}

.clearing{
	clear:both;
	text-indent:-9999px;
}

/* TYPOGRAPHY -----------------------------*/

.greenText{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:21px;
	text-align:justify;
	color:#02a03e;
	margin: 0;
	padding-bottom: 37px;
	word-spacing:-2px;
}

.bodySubtitle_gray{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#949494;
	text-transform:uppercase;
	font-weight:100;
	letter-spacing:-0.5px;
	margin: 0px;
}

.body_grey{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#949494;
	text-align:justify;
	margin: 0;
	padding-bottom: 37px;
	padding-top: 10px;
	word-spacing:-1px;
}

#foodYouCanTrust{
	word-spacing:-2px;
}

.bodyItalicSubtitles_gray{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#949494;
	font-style:italic;
	padding-top: 7px;
}

#contactInfo, #contactBold, .certificationText{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#949494;
	text-align:justify;
}

.certificationText{
	word-spacing:-2px;
}
#IMCText{
	word-spacing:-1px;
}
#contactBold{
	font-weight:bold;
}



/* HEADER -----------------------------*/

#header{
	padding-top:10px;
}

#biomass_logo{
	background-image:url(images/biomassLogo.png);
	background-repeat:no-repeat;
	display:block;
	width:235px;
	height:90px;
	margin-bottom:30px;
}
#biomass_logo p{
	text-indent:-9999px;
}

.talkie{
	display:block;
	width:131px;
	height:62px;
	position:absolute;
	top:94px;
	left:585px;
	text-indent:-9999px;
}
/*
.talkie:hover{
	background-image:url(images/JoinUsHorecaTalkie_Hover.png);
	background-repeat:no-repeat;
}
	*/


	

/* BODY -----------------------------*/

#body_heading{
	display:block;
	width:860px;
	height:66px;
	position:relative;
	margin:0 auto;
	margin-top:37px;
	margin-bottom:37px;
	border-bottom:solid 1px #02a03e;
}

#body_leftColumn{
	width:518px;
	position:relative;
	float:left;
}

#body_rightColumn{
	width:303px;
	position:relative;
	float:right;
	margin-left:34px;
}

#mainImage{
	margin-bottom:37px;
}
	
	
/* FOOTER -----------------------------*/


#footer{
	border-top:solid 1px #02a03e;
	padding:20px 0;
	clear:both;
}

#contactInfo{
	width:518px;
	position:relative;
	float:left;
}

.certificationColumn{
	width:303px;
	position:relative;
	float:right;
	margin-left:34px;
}

.certificationLogo{
	display:block;
	width:90px;
	height:50px;
	float:left;
	margin-left:-15px;
	margin-top:10px;
}
.certificationText{
	width:216px;
	float:right;
	margin-left:10px;
}

#IMC{
	margin-left:552px;
}
