/* ###### MAIN MENU ###### */
div#main_content h1 {
	margin-bottom: 0px;
	font-size: 2.07em;
}
div#main_content div#latest_news h2 {
	margin: 13px 0px 0px 0px;
	
	color: #212121;
	background-color: transparent;
	
	font-size: 2.07em;
	font-family: tahoma;
	font-weight: normal;
}
div#main_content div#latest_news h3 {
	margin: 0px 0px 1px 0px;
	
	color: #212121;
	background-color: transparent;
	
	font-size: 1.14em;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
}
div#main_content div#latest_news h3 a {
	color: #212121;
	background-color: transparent;
	text-decoration: none;
}
div#main_content div#latest_news h3 a:hover {
	text-decoration: underline;
}

/* ###### SERVICES ###### */
ul#services {
	float: left;
	width: 962px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	
	list-style: none;
}

ul#services li {
	float: left;
	width: 234px;
	
	margin-left: 8px;
}
ul#services li.first {	
	margin-left: 0px;
}

ul#services li img { 
	float: left;
}

ul#services li div.content_container {
	float: left;
	width: 212px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	
	color: #969696;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	border-top: 0px;
	border-bottom: 0px;
}
ul#services li div.content_container h2 {
	font-size: 1.1em;
}
ul#services li div.content_container p,
ul#services li div.content_container span,
ul#services li div.content_container a {
	font-size: 0.79em;
	line-height: normal;
}
ul#services li div.content { 
	float: left;
	width: 212px;
}
ul#services li div.content p { 
	float: left;
	width: 212px;
}

ul#services li div.bottom {
	float: left;
	width: 234px;
	height: 14px;
	overflow: hidden;
	
	background-image: url('/images/rounded_corners_bottom.gif');
	background-position: top;
	background-repeat: no-repeat;
}

ul#services li h2 {
	color: #3f4449;
	background-color: transparent;
	margin: 9px 0px 5px 0px;
	
	font-size: 1.17em;
	font-weight: normal;
}
ul#services div.content h2.lang {
	float: left;
	width: 180px;
}
ul#services div.content img.lang {
	float: right;
	margin-top: 10px;
}

ul#services li p {
	margin: 0px;
}