/*Super CSS by NETTuno */
body {
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 185px;
	height: 100%;
	color: #333;
	font-family:Times, serif;
	background: #FFF url(../images/case.gif) repeat-x fixed left bottom;
}
hr{
	display: none;
}
img{
	border: 3px solid #f6a71d;
	padding: 6px;
}
.sottolineato{
	text-decoration: underline;
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	height: 58px;
	background: #fff url(../images/scala.gif) no-repeat right bottom;
	z-index: 1;
}
#footer p{
	color: #858585;
	font-size: 13px;
	margin-top: 10px;
}
#footer a{
	color: #858585;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
	color: #858585;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}


body > #footer {
  position: fixed;
}

#lineafooter {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 25px;
	z-index: 2;
	background: #eee;
}
#lineafooter p{
	text-align: center;
	color: #858585;
	font-size: 13px;
	margin-top: 5px;
}
#lineafooter a{
	text-align: center;
	color: #f6a71d;
	font-size: 13px;
	text-decoration: none;
}
#lineafooter a:hover{
	text-align: center;
	color: #f6a71d;
	font-size: 13px;
	text-decoration: underline;
}
body > #lineafooter {
  	position: fixed;
}
body > #lineafooter p{
	font-size: 13px;
}

#lineaheader {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	bottom: 178px;
	width: 800px;
	height: 9px;
	background:  #fff url(../images/3dblocco.gif) no-repeat center bottom;
	z-index: 3;
}
body > #lineaheader {
  	position: fixed;
}
#header {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	bottom: 58px;
	width: 800px;
	height: 90px;
	background: #f6a71d url(../images/logotipo.gif) no-repeat right bottom;
	color: #919191;
	font-size: 11px;
	z-index: 4;
}


body > #header {
  	position: fixed;
}

#titolo{
	text-align: center;
	width: 800px;
	height: 60px;
	margin-top: 7px;
	padding: 0;
	background: url(../images/logo.gif) no-repeat center;
}
#titolo h1{
	display: none;
}

#corpo{
	font-family:Times, serif;
	width: 720px;
	margin: auto;
	font-size: 15px;
	z-index: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
}
#corpo h2{
	color: #f6a71d;
	font-size: 19px;
	font-weight: bold;
}
#corpo .imgright{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
#corpo .imgleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
#corpo .right{
	text-align: right;
}
#corpo .left{
	text-align: left;
}
#corpo a {
	text-decoration: none;
	color: #f6a71d;
	font-weight: bold
}
#corpo a:hover {
	text-decoration: underline;
	color: #f6a71d;
	font-weight: bold
}
#corpo h2 a:hover{
	color: #f6a71d;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}
#corpo p{
	color: #555;
	text-align: justify;
}
#corpo ul {
	color: #555;
}
* html body{
 	text-align: center;
  	overflow:hidden;
  	padding-bottom: 197px;
} 
* html div#corpo{	
  	text-align: left;
  	height:100%;
  	overflow:auto;
}
* html div#header,* html div#footer{	
  	text-align: left;
}
 /* M E N U - Drop down by nettuno*/
#menu {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	bottom: 147px;
	width: 800px;
	height: 30px;
	padding: 0;
	background: #f6a71d ;
	z-index: 5;
	border-bottom: 1px solid #fff;
	
}
body > #menu {
  	position: fixed;
}
#menu ul { /* tutte le liste */
	height: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
	text-align: center;
}
#menu h2, #menu h3{
	margin: 0;
	font-size: 14px;
}
#menu ul li h2 a {
	float: auto;
	display: block;
	width: 120px;
	color: #fff;
	text-decoration: none;
	background: #f6a71d ;
}
#menu ul li h2 a:hover {
	float: auto;
	color: #d98a1d;
	background: #f4d78c;
}
#menu ul li { /* tutti gli elementi */
	float: left;
	width: 120px; /* hach per opera*/
}

#menu ul li ul { /* secondo livello (tendine) */
	position: absolute;
	width: 120px;
	left: -999em; /* per nascondere il menu a tendina */
}
* html div#menu ul li ul { /* hack per ie 6 secondo livello (tendine) */
	position: absolute;
	width: 120px;
	left: -999em;
	margin-left: -60px; 
}
#menu ul li ul h3 a{ /* tasti menu secondo livello */
	display: block;
	width: 120px;
	color: #fff;
	text-decoration: none;
	background: #f0c13d;
	border-bottom: 1px solid #fff;
}
#menu ul li ul h3 a:hover{ 
	color: #d98a1d;
	background: #f4d78c;
	border-bottom: 1px solid #fff;
}
#menu li:hover ul, #menu li.sfhover ul { /* collegamento menu.js */
	left: auto;
}
*:first-child+html #menu li.sfhover ul /* hack solo IE 7.0 */
{
margin-left: -60px!important;
}
*:first-child+html #menu li:hover ul /* hack solo IE 7.0 */
{
margin-left: -60px!important;
}
.centrato{
	text-align: center;
}
/*sottomenu*/
#sottomenu{
	position: absolute;
	text-align: left;
	width: 140px;
	top: 35px;
	left: 50%;
	z-index: 1;
	margin-left: -360px;
	background: #eee;
	border: 3px solid #aaa;
	padding: 5px;
	
}
body > #sottomenu {
  	position: fixed;
}
#sottomenu h2{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
}
#sottomenu ul{
	list-style-type: none;
	
} 
#sottomenu h4{
 margin: 0;
 padding: 0;
 margin-bottom: 5px;
 margin-left: -20px;
}
#sottomenu h4 a{
	color: #aaa;
	text-decoration: none;
	font-size: 13px;
}
#sottomenu h4 a:hover{
	color: #aaa;
	text-decoration: underline;	
	font-size: 13px;
}
/* Spazio per il sottomenu*/
#spaziatura{
	padding-top: 5px;
	width: 500px;
	margin-left: 165px;
}
/*form*/
#formcontatti{
	font-size: 15px;
	margin: auto;
	width: 550px;
}
fieldset
{
	border: 2px solid #f6a71d;
	padding: 10px;
	text-align: left;
}
legend
{
	color: #f6a71d;
	background: #fff;
	border: 2px solid #f6a71d;
	padding: 2px 6px
}
/*validazione form*/

#myForm fieldset p label {
	float: left;
	width: 100px;
}

#myForm .red {
	color: red;
}

#myForm fieldset p label .red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}
#validationMessage {
	width: 530px;
	padding: 5px;
	border: 2px solid red;
	margin: 10px 0;
	color: red;
	font-weight: bold;
	display: none;
}
/*Galleria Nascosta*/
.nascosto{
	display: none;
}
