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

#head h1 {
	position:absolute;
	margin:0px;
	padding:0px;
	border:0px;
	top:86px;
	right:6px;
	font-size:16px;
	width:660px;
	text-align:right;
	color:#FFF;
	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;
}

#subMenu {
	float:right;
	width:330px;
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#footer {
	clear:both;
	width:994px;
	margin:5px 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;
}
#service {
	width:994px;
	border:0px;
	margin:0px auto;
	padding:0px;
	clear:both;
	border-top:1px solid #666;
}
#riservata {
	width:660px;
	border:0px;
	margin:0px;
	padding:0px;
	float:left;
}
#mailing {
	width:330px;
	border:0px;
	margin:0px;
	padding:0px;
	float:right;
}
#service p {
	border:0px;
	margin:0px 10px 0px 10px;
	padding:10px 0px 0px 0px;
	font-size:12px;
	color:#333;
	text-align:right;
	width:300px;
	display:block;
	float:right;
}
#service a {
	color:#333;
}
#service a:hover {
	color:#59BAFF;
}
#service fieldset {
	width:90%;
	border:0px;
	margin:10px auto 0px auto;
	padding:0px;
}
#service legend {
	font-size:14px;
	font-weight:bold;
	color:#49C011;
	width:100%;
	border-bottom:1px solid #49C011;
}
#service label {
	width:100%;
	margin:5px 0px;
	display:block;
}
#service input {
	color:#333;
	background:#F5F5F5;
	border:1px solid #EBEBEB;
	font-size:12px;
	text-align:center;
	margin:5px 1% 5px 0%;
}
#riservata input.bottone {
	width:70px;
	float:right;
	margin-left:10px;
}
#riservata input.campitesto {
	width:48%;
	float:right;
}
#mailing input.bottone {
	width:70px;
	float:right;
}
#mailing input.campitesto {
	width:96%;
	float:right;
}