html {
	height:100%;
	background:#FFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background:url(../images/grafica/bgBody.jpg) no-repeat center top #FFF;
}
#main {
	width:994px;
	border:0px;
	margin:0px auto 0px auto;
	padding:0px;
}
#head {
	width:994px;
	height:330px;
	border:0px;
	margin:0px;
	padding:0px;
	background:url(../images/testate/0.jpg) no-repeat;
	position:relative;
}

#head h1 {
	position:absolute;
	margin:0px;
	padding:0px;
	border:0px;
	top:294px;
	left:0px;
	font-size:18px;
	width:660px;
	text-align:center;
	color:#59BAFF;
	text-transform:uppercase;
}
#menu {
	width:994px;
	height:30px;
	border:0px;
	margin:0px;
	padding:0px;
}
#menu ul {
	width:500px;
	margin:0px 0px 0px auto;
	padding:0px;
}
#menu ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
	text-transform:uppercase;
}
#menu ul li a {
	font-size:12px;
	float:left;
	margin:0px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
	text-align:center;
	height:30px;
	padding:0px 15px;
	list-style:none;
	display:inline;
	
}
#menu ul li a:hover {
	color:#59BAFF;
}
#menu a.selected {
	color:#59BAFF;
}
#content {
	width:994px;
	border:0px;
	margin:10px 0px;
	padding:0px;
}
#contenuto {
	float:left;
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:660px;
}
#contenuto h3 {
	font-size:14px;
	font-weight:bold;
	color:#49C011;
	width:100%;
	border-bottom:1px solid #49C011;
}
#contenuto h2 {
	font-size:16px;
	font-weight:bold;
	color:#59BAFF;
	margin-top:0px;
}
#contenuto p {
	font-size:12px;
	line-height:150%;
	color:#333;
}
#contenuto img {
	margin:0px 5px 5px 0px;
	padding:0px;
	float:left;
	border:1px solid #59BAFF;
}
#contenuto a.samitaly {
	width: 100%;
	height: 190px;
	background: url("../images/banner-samitaly.jpg") no-repeat;
	background-size: cover;
	display: block;
	
}
#subMenu {
	float:right;
	width:330px;
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#subMenu p {
	width:80%;
	border:0px;
	margin:10px auto;
	padding:0px;
	font-size:12px;
	color:#333;
	text-align:center;;
}
#subMenu a {
	color:#333;
}
#subMenu a:hover {
	color:#59BAFF;
}
#subMenu fieldset {
	width:80%;
	border:0px;
	margin:15px auto 0px auto;
	padding:0px;
}
#subMenu legend {
	font-size:14px;
	font-weight:bold;
	color:#49C011;
	width:100%;
	border-bottom:1px solid #49C011;
}
#subMenu label {
	width:100%;
	margin:5px 0px;
	display:block;
}
#subMenu input {
	color:#333;
	background:#F5F5F5;
	border:1px solid #EBEBEB;
	font-size:12px;
	text-align:center;
}
#subMenu input.bottone {
	width:40%;
	float:right;
}
#subMenu input.campitesto {
	width:100%;
}
#footer {
	clear:both;
	width:994px;
	margin:10px auto;
	padding:0px;
	border-top:1px solid #666;
	position:relative;
	height:60px;
}
#footer p {
	font-size:12px;
	padding:10px 5px 3px 5px;
	margin:0px;
	color:#333;
	text-align:center;
}
#footer p a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#footer p a:hover {
	color:#59BAFF;
}
#footer img {
	position:absolute;
	margin:0px;
	padding:0px;
	border:0px;
	top:40px;
}
#footer img.ita {
	right:34px;
}
#footer img.eng {
	right:0px;
}