/* POSITION & LAYER STYLES */


/* Global Wrappers ------------------------------------------------------ */

#container {
    padding:0;
    margin:0 auto;     /* centres the container */ 
	width:984px;
    }
             
/* HEADER */
/* ------------------------------------------------------------------------------ */

#header {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#fff;
	width: 100%; 			/* 984px as defined in #container */
	height: 33px;
}

/* ------------------------------------------------------------------------------ */

#masthead {
	clear:both;
	margin-bottom: 6px;
	}




/* Homepage Wrappers ------------------------------------------------------ */
/* Pages wthout subnav  ------------------------------------------------------ */

#cookie_trail {
	clear:both;
	height:43px;
	margin-top: 4px;
	font-size: 0.8em;
	background-image:url(../images/trim_page_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#bodyblock {
	position:relative;
	margin: 15px 0px 0px 25px;
	clear:both;
	}

	#bodyblock img {
		margin:0;
		padding:0;
		display:block;
		}


/* Map spot  ------------------------------------------------------ */

#mapspot {
	margin-left: 190px;
	width:714px;
	height:378px;  
	background-image:url(../images/worldmap_emea.jpg);
	background-repeat:no-repeat;
	}

#id1, #id2, #id3, #id4, #id5, #id6 {
	margin-left: 140px;
	margin-top:	70px;
	width:435px;
	height:90px; 	/* should be 170px with info text */
	background:#FFFFFF;
	padding: 12px;
}
	#id1 img, #id2 img, #id3 img, #id4 img, #id5 img, #id6 img {
		float: left;
		margin-bottom: 400px;
		margin-right: 12px;
	}
	#id1 h1, #id2 h1, #id3 h1, #id4 h1, #id5 h1, #id6 h1 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#id1 h2, #id2 h2, #id3 h2, #id4 h2, #id5 h2, #id6 h2 {
		margin-top: 0px;
		margin-bottom: 16px;
	}
	
/* Footers ------------------------------------------------------ */

	
	
#foot_3 {
	margin: 15px 0 12px 0;
	height:145px;
	background-image:url(../images/footer/foot_bg.gif);
	background-repeat:repeat-x;
	font-size: 0.8em;
	padding-top:15px;
	color:#333333;
	}



#foot_4 {
	font-size: 0.8em;
    margin:0 auto;     /* centres the container */ 
	width:984px;
	}
	#foot_4 p {
		margin: 0 0 10px 25px;
		font-size: 90%;
		}
