@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(../image/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}
#split{
	margin: 0px;
	padding: 0px;
	float: none;
	height: 10px;
	width: auto;
	position: relative;
	clear: both;	
}
#splitLine{
	padding: 0px;
	float: none;
	height: 10px;
	width: auto;
	position: relative;
	clear: both;
	background-image: url(../image/splitLine-01.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#header {
	height: 180px;
	width: auto;
	background-color: #798B22;
	float: none;
	background-image: url(../image/header.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#container_page {
	padding: 0px;
	float: none;
	height: auto;
	width: 860px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: left;
}
#container_page p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	margin-right: 35px;
}
#container_page .logoImg {
	float: left;
	width: auto;
	margin-right: 27px;
}
#container_page h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #A2AF17;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
}#container_page h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	text-align: center;
}
#container_page h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 23px;
	color: #FFF;
	font-weight: normal;
	display: block;
	text-align: center;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#container_page h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: center;
	display: block;
	padding: 0px;
	margin: 0px;
}
.h1_medio {
	font-size: 26px;
}
#container_page #container_pannelli {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
	float: none;
}
#container_page #container_pannelli ul {
	width: auto;
	float: none;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#container_page #container_pannelli ul li {
	color: #FFF;
	list-style-type: none;
	float: left;
	height: auto;
	width: 240px;
	margin-right: 25px;
	margin-left: 0px;
}
#container_page #container_pannelli ul li .boxPannelli {
	font-size: 12px;
	color: #999;
	float: left;
	position: relative;
	text-align: justify;
	clear: none;
	height: auto;
	width: 240px;
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
}
#container_page .rowFlash {
	float: none;
}
.logoFooter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 50px;
}

