body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #000000 url(images/main_bg.jpg) repeat-x;
}
		
a:link, a:visited { color: #000000; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { text-decoration: none; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.cleaner_h100 { clear: both; width:100%; height: 100px; }

.horizontal_divider {
	height: 10px;
	width: 282px;
    background: url(images/content_divider_01.png) no-repeat bottom center;
}

.fl { float: left; }
.fr { float: right; }

.margin_r50 { margin-right: 50px; }

.button_01 a {
	display: block;
	width: 76px;
	height: 26px;
	padding: 5px 5px 0 5px;
    background:  url(images/button_hover.png) no-repeat;
	text-align: center;
	color: #999;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.button_01 a:hover {
	background: url(images/button.png) no-repeat;
}

h1 {
	margin: 0px;
	padding: 0px;;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	margin: 0 0 15px 0;
	padding: 3px 0;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

h3 {
	margin: 0 0 5px 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.fl_image {
	float: left;
	margin-right: 15px;
}

.fr_image {
	float: right;
	margin-left: 15px; 
}

#site_title_bar {
	width:  800px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
	background:  url(images/header_bg.jpg) center top no-repeat;	
}

#content {
	width:  800px;
	height: 510px;
	margin: 0 auto;
	background: url(images/content_bg.jpg) top center no-repeat;	
}

#content p {
	text-align: justify;
}

#menu_section{
	width: 800px;
	height: 31px;
	margin: 0;
	padding: 2px 0 0 33px;
}

#menu_section ul {
	float: left;
	list-style: none;
}

#menu_section ul li{
	display: inline;
}

#menu_section ul li a{
	float: left;
	width: 130px;
	height: 31px;
	padding-top: 6px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: grey;
	background: url(images/button.png) repeat-x;
}

#menu_section li a:hover, #menu_section li .current{
	color: #000000;
	height: 31px;
	background: url(images/button_hover.png) repeat-x;
}

#panel {
	float: left;	
	width:  800px;
	padding: 0 0 0 20px;
}

#panel p {
	text-align: justify;
}

#footer {
	width:  720px;
	height: 210px;
	margin: 0 auto;
	padding: 10px 40px;
	color: #666;
	text-align: center;
	background: url(images/footer_bg.jpg) top center no-repeat;
}

#footer a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#panel_left {
	float: left;
	width: 400px;
	padding: 20px 0 0 30px;
}

#panel_left iframe {
	width: 400px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	border:1px solid #000000;
}

.panel_right {
	float: right;
	padding: 10px 0 0 0;
	width: 320px;
	line-height: 25px;
	font-size: 14px;
}

.panel_right p {
	padding: 0 35px 0 0;
}

.panel_right h3 {
	border-bottom: 1px solid #000;
}

#contact_form {
	float: left;
	width: 400px;
	padding: 0px;
	margin: 0 0 0 -20px;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	height: 18px;
	width: 260px;
}

#contact_form form label {
	float: left;	
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 260px;
	height: 150px;
}

#contact_form form .submit_btn {
	margin-left: 108px;
}

.modulo_title {
	float: left;
	padding: 10px 0 0 0;
	width: 373px;
	line-height: 25px;
	font-size: 14px;
}

.modulo_title h3 {	
	text-align: right;
	border-bottom: 1px solid #000;
}

.em_text {
	color: #ffffff;
}

.recapiti_info {
	float: right;
	padding: 10px 20px 0 0;
	width: 320px;
	line-height: 25px;
	font-size: 14px;
}

.recapiti_info h3 {
	border-bottom: 1px solid #000;
}