* {
	border:		0;
	margin:		0;
	padding:	0;
}

body {
	font-family:		"Trebuchet MS", verdana, arial, helvetica, sans-serif;
	background-color:	#f7f3ed;
	font-size:		100.01%;
	font-weight:		normal;
}

h1 {
	color:		#1c7059;
	font-size:	130%;
}

h2 {
	font-size:	115%;
}

h3 {
	font-size:	110%;
}

a {
	color:		#1c7059;

}

a:visited {
	color:		#1ea381;
}

a:hover, a:active {
	background-color:	#f4deb8;
	color:			#000;
}

a:hover img {
	background-color:	#fff;
}

select, input, button {
	font-family:	"Trebuchet MS", arial, verdana, helvetica, sans-serif;
	border:		1px solid #1ea381;
	padding-left:	0.3em;
	padding-right:	0.3em;
}

select {
	padding-right:	0;
}

option {
	padding-left:	0.3em;
}


/* Area definizione tag+classi */
ul.ul_no_dot {
	list-style-type:	none;
	padding-left:		2em;
}


/* Area definizione classi */
.float_right {	float:		right; }
.float_left {	float:		left; }
.clear_float {	clear:		both; }
.hidden {	display:	none; }
.centered {	text-align:	center; }
.warning {
	padding:	1em;
	text-align:	center;
	font-weight:	bolder;
	color:		#f00;
}


/* Area definizione classi+tag */
.banner {
	margin-top:	4px;
	border:		1px solid #ccc;
}

	.banner embed {
		padding:	2px;
	}

.navigate_results {
	padding:		0.5em;
	font-size:		75%;
}

	.navigate_results a {
		font-weight:		bolder;
	}

	.search_result.odd {
		background-color:	#eaeaea;
	}

.navigate_results {
	margin-top:		2em;
	padding:		0.5em;
	background-color:	#e3d8c6;
	border:			1px solid #1ea381;
	font-size:		75%;
	font-weight:		bolder;
	text-align:		center;
}

.navigate_results em {
	font-size:		80%;
}

.menu_links {
	margin-bottom:		1em;
	padding:		0.1em;
	list-style-type:	none;
}

	.menu_links li {
		margin-bottom:		2px;
		padding:		0.2em;
		padding-left:		10px;
		background:		#eaeaea url(../images/bull.png) no-repeat left center;
	}

		.menu_links li.selected {
			background-color:	#f4deb8;
		}

		.menu_links li a {
			display:		block;
			width:	 		auto;
			font-size:		75%;
			text-decoration:	none;
		}

		.menu_links li.inverted_menu_item {
			background-color:	#1c7059;
		}

		.menu_links li.inverted_menu_item a {
			color:			#fff;
		}

		.menu_links li.inverted_menu_item a:hover {
			background-color:	#f4deb8;
			color:			#000;
		}

		.menu_links li.title {
			margin-top:		0em;
			text-align:		right;
			font-weight:		bolder;
			background:		#1c7059;
			color:			#fff;
			font-size:		75%;
		}

		.menu_links li.title_action {
			background:		transparent;
			margin-top:		0em;
			text-align:		center;
			font-weight:		bolder;
			font-size:		75%;
		}

			.menu_links li.title_action a {
				color:		#000;
			}

		.menu_links li.title_description {
			background:		transparent;
			margin-top:		0em;
			padding-bottom:		1em;
			text-align:		justify;
			font-size:		70%;
		}


/* Area definizione ID */
#page_layout {
	width:			90%;
	margin:			0 auto;
	padding:		1em;
	background-color:	#fff;
}

#header {}

	#header_banners {
		width:		490px;
		float:		right;
	}

		#MAIN1 {
			width:		304px;
			float:		left;
		}

		#MAIN2 {
			width:		164px;
			float:		right;
		}

		#MAIN5 {
			width:		470px;
			float:		right;
		}

#top_menu {
    margin: 18px 0px 12px 0px;
	text-align:	center;
	background:	transparent url(../images/head-bg.png) repeat-x center 1px;
	position: relative;
}

	#top_menu_container {
    	position: relative;
	}

	#top_menu_right_graphics {
        padding-top: 1px;
        position: absolute;
        top: 0px;
        right: 0px;
	}

	#top_menu_right_lang {
        padding-top: 21px;
        position: absolute;
        top: 0px;
        right: 18px;
        z-index: 1;
        font-size: 75%;
		font-weight:		bold;
	}

	#top_menu_right_lang a {
		text-decoration:	none;
	}

	#top_menu_left_graphics {
        padding-top: 1px;
        position: absolute;
        top: 0px;
        left: 0px;
	}

		#top_menu_level_1 {
			padding:	0.05em;
			margin-bottom:	0.7em;
		}

		#top_menu_level_1 a {
			margin:			0.2em;
			padding:		0.2em;
			border:			1px solid #e3d8c6;
			font-size:		85%;
			font-weight:		bolder;
			background-color:	#1ea381;
			color: 			#fff;
			text-decoration:	none;
		}

		#top_menu_level_1 a:hover, #top_menu_level_1 a.selected {
			border:			1px solid #1ea381;
			background-color:	#f4deb8;
			color:			#000;
		}

		#top_menu_level_2 {
			padding:	0.35em;
		}

		#top_menu_level_2 a {
			margin:			0.1em;
			padding:		0.2em;
			border:			1px solid #1ea381;
			font-size:		75%;
			font-weight:		bolder;
			background-color:	#e3d8c6;
			color: 			#000;
			text-decoration:	none;
		}

		#top_menu_level_2 a:hover, #top_menu_level_2 a.selected {
			background-color:	#f4deb8;
			color:			#000;
		}


#main {
	border-collapse:	collapse;
	width:		100%;
	/* table-layout: fixed; */
}

#main tr td {
	/* padding:		1em; */
	vertical-align:		top;
	border:			1px solid #ccc;
}


	#main div.padder {
		padding:		1em;
	}

	#left_menu {
		width:		17%;
	}

	#contents {
		width:		66%;
		/*	overflow: 	hidden;	*/
	}

		#breadcrumbs {
			margin-bottom:	1em;
			padding:	0.3em;
			border-bottom:	1px solid #ccc;
			font-size:	75%;
		}

	#right_menu {
		width:		17%;
	}

		#search_box {
			margin-bottom:		1em;
			padding: 		1em;
			text-align:		center;
			border-top:		1px solid #1c7059;
			border-bottom:		1px solid #1c7059;
			background-color:	#eee4c8;
			font-size:		70%;
		}

			#search_box label {
				color:		#1c7059;
			}

			#search_box input {
				width:		50%;
				color:		#000;
				background:	#fff;
				border:		1px solid #1c7059;
			}

			#search_box button {
				color:		#000;
				background:	#f4deb8;
				border:		2px outset #1c7059;
			}

			#search_box a {
				font-size:	80%;
			}


#footer_banners {
	padding:	1em 0 1em 1em;
	text-align:	center;
}

	#footer_banners img {
		margin-right:	1em;
		border:		1px solid #ccc;
	}

	#footer_banners embed {
		margin-right:	1em;
		padding:	2px;
		min-height:	75px;
		border:		1px solid #ccc;
	}


#footer {
	padding-top:	2em;
	text-align:	center;
	border-top:	1px solid #ccc;
	font-size:	70%;
}

#overlay_content {
	display:		none;
	position:		fixed;
	z-index:		10;
	left:			35%;
	top:			20%;
	border:			2px solid #000;
	background-color:	#f7f3ed;
	text-align:		center;
}

	#overlay_control {
		padding:		2px 0;
		background-color:	#eee4c8;
		border-bottom:		1px solid #1c7059;
		text-align:		right;
	}

		#overlay_control a {
			padding:		0px 5px;
			border:			1px solid #1c7059;
			background-color:	#e3d8c6;
			color:			#000;
			font-weight:		bold;
			text-decoration:	none;
		}

		#overlay_video_container {
			width:		340px;
			padding:	15px;
		}
