/*** Eurafrican Page Template CSS Document *******************************************************************************/
/*************************************************************************************************************************/

body { margin:0; }

div.level1 {
	width:100%;
	height:45px;
	background-color:#89d6e9;
}

div.level2 {
	width:100%;
	height:80px;
}

div.level3 {
	width:100%;
	/*_height:386px;
	min-height:386px;*/
	background-color:#c8ced3;
}

div.level4 {
	width:100%;
	height:50px;
	border-bottom:solid 1px #55d1f0;
}

div.level5 {
	width:900px;
	height:26px;
	margin:0 auto 0;
}

/*************************************************************************************************************************/
/*** Centred layers ******************************************************************************************************/

div.hold {
	padding:0;
	width:900px;
	margin:0 auto 0;
	border-left:solid 1px #55d1f0;
	border-right:solid 1px #55d1f0;	
}

div.header {
	width:900px;
	text-align:center;
}

/*************************************************************************************************************************/
/*** Menu layer **********************************************************************************************************/

div.logo {
	margin:0;
	float:left;
	height:80px;
	width:160px;
	text-align:right;
}
	div.logo img {
		padding:0;
		margin-top:3px;
	}

div.menu {
	margin:0;
	width:730px;
	height:80px;
	float:right;
}
	div.menu a {
		width:auto;
		float:left;
		height:80px;
		display:block;
		color:#55d1f0;
		line-height:80px;
		text-align:center;
		margin:0 8px 0 8px;
		text-decoration:none;
		padding:0 10px 0 10px;
		*padding:0 13px 0 13px;
		_padding:0 12px 0 12px;
	}
	div.menu a:hover {
		color:#666666;
	}

/*************************************************************************************************************************/
/*** Supplier Logos layer ************************************************************************************************/

/*** Eurogas **************************************************************/
div.eurogas a {
	float:left;
	display:block;
	width:64px;
	height:22px;
	background:url(images/suppliers/eurogas.jpg) no-repeat;
	margin:15px 0 0 25px;
}

div.eurogas a:hover {
	background:url(images/suppliers/eurogasColour.jpg) no-repeat;
}
/*** Godin ****************************************************************/
div.godin a {
	float:left;
	display:block;
	width:45px;
	height:33px;
	background:url(images/suppliers/godin.jpg) no-repeat;
	margin:10px 0 0 35px;
}

div.godin a:hover {
	background:url(images/suppliers/godinColour.jpg) no-repeat;
}
/*** Noirot ***************************************************************/
div.noirot a {
	float:left;
	display:block;
	width:61px;
	height:22px;
	background:url(images/suppliers/noirot.jpg) no-repeat;
	margin:15px 0 0 25px;
}

div.noirot a:hover{
	background:url(images/suppliers/noirotColour.jpg) no-repeat;
}
/*** Remko ****************************************************************/
div.remko a{
	float:left;
	display:block;
	width:75px;
	height:19px;
	background:url(images/suppliers/remko.jpg) no-repeat;
	margin:17px 0 0 35px;
}

div.remko a:hover {
	background:url(images/suppliers/remkoColour.jpg) no-repeat;
}
/*** Roblin ***************************************************************/
div.roblin a {
	float:left;
	display:block;
	width:75px;
	height:22px;
	background:url(images/suppliers/roblin.jpg) no-repeat;
	margin:15px 0 0 35px;
}

div.roblin a:hover {
	background:url(images/suppliers/roblinColour.jpg) no-repeat;
}
/*** Rosieres *************************************************************/
div.rosieres a {
	float:left;
	display:block;
	width:82px;
	height:15px;
	background:url(images/suppliers/rosieres.jpg) no-repeat;
	margin:20px 0 0 35px;
}

div.rosieres a:hover {
	background:url(images/suppliers/rosieresColour.jpg) no-repeat;
}
/*** Staub ****************************************************************/
div.staub a {
	float:left;
	display:block;
	width:60px;
	height:33px;
	background:url(images/suppliers/staub.jpg) no-repeat;
	margin:10px 0 0 35px;
}

div.staub a:hover {
	background:url(images/suppliers/staubColour.jpg) no-repeat;
}
/*** Ten Flues ************************************************************/
div.ten a {
	float:left;
	display:block;
	width:66px;
	height:33px;
	background:url(images/suppliers/ten.jpg) no-repeat;
	margin:10px 0 0 35px;
}

div.ten a:hover {
	background:url(images/suppliers/tenColour.jpg) no-repeat;
}
/*** SBM ******************************************************************/
div.sbm a {
	float:left;
	display:block;
	width:30px;
	height:33px;
	padding-bottom:8px;
	background:url(images/suppliers/sbm.jpg) no-repeat;
	margin:10px 0 0 35px;
}

div.sbm a:hover {
	background:url(images/suppliers/sbmColour.jpg) no-repeat;
}
/*** Max Blank ************************************************************/
div.max a {
	float:left;
	display:block;
	width:57px;
	height:35px;
	background:url(images/suppliers/maxblank.jpg) no-repeat;
	margin:9px 0 0 35px;
}

div.max a:hover {
	background:url(images/suppliers/maxblankColour.jpg) no-repeat;
}

/*************************************************************************************************************************/
/*** Technical layer *****************************************************************************************************/

span.left a {
	float:left;
	color:#999999;
	font-size:10px;
	line-height:26px;
	margin-left:10px;	
	font-family:Verdana;
	text-decoration:none;
}

span.left a:hover {
	color:#333333;
	font-size:10px;
	font-family:Verdana;
}

span.right {
	float:right;
	color:#999999;	
	font-size:10px;
	line-height:26px;
	text-align:right;
	margin-right:10px;	
	font-family:Verdana;	
}

span.right a {
	text-decoration:none;
	color:#999999;
}

/*************************************************************************************************************************/