body {
	margin:0;
	padding:0;
	background-color: #cccccc;
	margin-top:10px;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}

/* ------------------------------------------------ */
/* Layout containers [BEGIN] 						*/

#main_container {
	width: 771px;
	background-color: #ffffff;
	margin: auto;
}

#header_container {
	width: 667px;
	height: 92px;
	margin: auto;
}

#content_container {
	width: 667px;
	margin: auto;
	padding-bottom: 20px;
}

#footer_container {
	width: 771px;
	margin:auto;
	height:35px;
	background-image: url("../images/backgrounds/footer_bgr.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 35px;
	color: #ffffff;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
}

/* 							Layout containers [END] */
/* ------------------------------------------------ */
/* Header containers [BEGIN]						*/

#logotype_container {
	padding-top: 20px;	
	float: left;		
}

#navigation_container {
	float: right;
	width: 334px;
}

#sector_container {
}

#sectors {
	width: 334px;
	height: 17px;
	margin-bottom: 1px;
}

#sectors .active {
	width: 167px;
	background-color: #20318C;
	text-align: center;
	float: left;
	height: 17px;
	line-height: 17px;
	color: #fff;
}

#sectors .active a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}

#sectors .active a:hover {
	text-decoration: underline;
}


#sectors .notactive {
	width: 167px;	
	float: left;
	background-color: #fff;
	text-align: center;
	height: 17px;
	line-height: 17px;
}

#sectors .notactive a {
	color: #fff;
	text-decoration: none;	
	color: #000;
}

#sectors .notactive a:hover {
	text-decoration: underline;
}


#menu_container {
	width: 334px;
	height: 25px;
	background-image: url('../images/backgrounds/menu_bgr.gif');
	background-repeat: no-repeat;
	background-position: top left;	
}

#menu {
	padding-left: 0.7em;
	padding-left: 2em;
	text-transform: lowercase;
}

#menu_container .link {
	float: left;
	text-align: center;	
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 6px;
	font-size: 1em;
}

#menu_container .link a {
	text-decoration: none;	
	color: #333333;
}

#menu_container .link a:hover {
	text-decoration: underline;	
}

#menu_container .pipe {
	padding-top:12px;
	font-size: 1em;
	color: #ffffff;	
}

#menu_container .not_link a {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;	
	padding-top: 6px;
	text-decoration: underline;
	color: #333333;
}

#menu_container .pipe {
	float: left;
}

/* 						  Header containers [BEGIN] */
/* ------------------------------------------------ */
/* Footer containers [BEGIN] 						*/

#contact_us_container {
	float: left;
	padding-left: 52px;	
}

#contact_us_container a {
	color: #eeeeee;
}

#contact_us_container a:hover {
	color: #ffffff;
}

#languages_container {
	float: right;
	padding-right: 52px;
	text-transform: lowercase;
}

#languages_container span {
	color: #ffffff;
	text-decoration: underline;	
}

#languages_container a {
	color: #eeeeee;
	text-decoration: none;
}

#languages_container a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* 							Footer containers [END] */
/* ------------------------------------------------ */