@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/body_bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#main_container {
	padding: 0px;
	width: 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main_head {
	width: 978px;
	float: left;
	margin-top: -1px;
}
#main_head .Mmenu {
	background-image: url(images/mmenu_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 394px;
	width: 316px;
	float: left;
}
#main_head .Mmenu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 50px;
	font-weight: bolder;
	color: #3E311E;
	margin: 0px;
	padding-top: 132px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#main_head .Mmenu ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	list-style-type: none;
}

#main_head .Mmenu ul li a {
	color: #FFF;
	text-decoration:none;
}

#main_head .Mmenu ul li a:hover {
	color: #FFF;
	text-decoration:none;
	font-style: italic;
	padding-left: 10px;
}

#main_head .slide {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 394px;
	width: 662px;
}
#main_content {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/content_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 978px;
}
#main_content .contenuti {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 734px;
}
#main_content .contenuti .h1 {
	font-family: "Berlin Sans FB Demi";
	font-weight: bolder;
	color: #3E311E;
	font-size: 28px;
	margin-left: 30px;
	height: 35px;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323232;
}
#main_content .contenuti .testo {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	text-align: justify;
}
#main_content .contenuti .testo a {
	color: #FD0000;
	text-decoration:none;
}
#main_content .contenuti .testo a:hover {
	color: #F70501;
	text-decoration:underline;
}
#main_content .coldx {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 243px;
}
#main_content .coldx ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding: 0px;
	list-style-type: none;
	width: 234px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#main_content .coldx ul li {
	background-image: url(images/Submenu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 56px;
	padding-left: 40px;
	line-height: 55px;
}
#main_content .coldx ul li a {
	color: #FFF;
	text-decoration:none;
}
#main_content .coldx ul li a:hover {
	color: #DBC190;
	text-decoration:none;
	font-weight: bolder;
}
#main_footer {
	float: left;
	background-color: #211A0A;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 100%;
}
#main_footer .footer_inside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	width: 978px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main_footer .footer_inside a {
	color: #FFF;
	text-decoration:none;
}
#main_footer .footer_inside a:hover {
	color: #FFF;
	text-decoration:underline;
}
