/*
* Header
*************************************************************************** */
body#country_language #header, 
body#sector #header {
	height: 150px;
	background-position: 0 100%;
	background-repeat: no-repeat;
}
body#country_language #header img#logo, 
body#country_language #header img#logo-eu, 
body#sector #header img#logo, 
body#sector #header img#logo-eu {
	top: 97px;
	left: 20px;
}

body#sector #header span#locale {
	display: block;
	position: absolute;
	z-index: 9000;
	text-indent: -9000px;
	top: 92px;
	left: 228px;
	width: 475px;
	height: 35px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

body#sector #header ul#nav_global {
	position: absolute;
	top: 30px;
	left: 670px;
}
body#sector #header ul#nav_global li#locale {
	width:auto;
}


/*
* Heading
*************************************************************************** */
body#country_language #heading .heading_text h1, 
body#sector #heading .heading_text h1 {
	display: none;
}


/*
* Middle
*************************************************************************** */

body#country_language #middle.four_cols, 
body#sector #middle.four_cols, 
body#sector #middle.three_cols {
	background-repeat: repeat-y;
}


/*
* Content
*************************************************************************** */
body#country_language #content, 
body#sector #content {
	width: 960px;
}

body#country_language #content .sector, 
body#sector #content .sector {
	float: left;
	width: 220px;
	padding: 10px;
}
body#sector.NA #content .sector {
	float: left;
	width: 300px;
	padding: 10px;
}




body#country_language #content .sector h3, 
body#sector #content .sector h3 {
	font-size: 1.2em;
	font-family: arial, helvetica, verdana, sans-serif;
	text-transform: uppercase;
	margin: 1em 10px 1em 10px;
}

body#country_language #content .sector p, 
body#sector #content .sector p {
	margin: 0 10px 1em 10px;
}

body#country_language #content .sector h4, 
body#sector #content .sector h4 {
	font-size: 1em;
	margin: 1em 10px 0 10px;
}

body#country_language #content .sector ul {
	list-style-type: none;
	margin: 0 10px 0 10px;
}

body#sector #content .sector a {
	margin: 0 10px 0 10px;
}

body#sector #middle #content .sector a.img{
	margin: 0;
}




