@charset "utf-8";
/* CSS Document */
a{text-decoration:none;color:#004b93}
a:hover{text-decoration:underline}
body,h1,h2,h3,p {
    margin: 0
}

h1 {
	font-size: 20px;
}
h1.titolo {
	font-size: 18px;
	font-weight: bold;
	background-color: #967f62;
	color: #fff;
	padding: 3px
}
h2 {
	font-weight: normal;
	font-size: 16px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
    margin: 0;
	font-size: 12px;
	font-weight: normal;
}

h5 {
    margin: 0;
	font-size: 11px;
	font-weight: normal;
}

p
{
   line-height: 30px;
   text-align: justify;
}

small
 {
   line-height: 10px;
   font-size: 10px
}

hr {
  height: 1px;
  border: 0;
  color: #CCCCCC;
  background-color: #CCCCCC;
}

#sfondo {
	background-position:top;
	width: 100%;
	margin:0 auto;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #e4e3e0;
	background-image: url(immagini/sf.jpg);
	background-position:top;
	background-repeat:repeat-x;
}


#main {
	position:relative;
	width:927px;
	z-index:1;
	margin: 0 auto;
	background-color:#E9E7E3 ;
    border-left: 10px solid #5b3a30;
    border-right: 10px solid #5b3a30;
    border-bottom: 1px solid #AAAAAA;
}

#powered {
    position:relative;
	width:980px;
	z-index:1;
	margin: 0 auto;
    padding-top: 10px;
    text-align: right;
}

#powered img {
  margin: 0;
  border: 0
}

#header {
	position:relative;
	width:927px;
	height:211px;
	z-index:2;
	background-color: #FFF;
	margin: 0 auto;
	background-image: url(immagini/header.png);
	background-position:top;
	background-repeat:repeat-x;
}

#content {
	position:relative;
	background-color: #e9e7e3;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	width:917px;
}

#flash {
	position:relative;
	background-color: #e9e7e3;
	margin: 0 auto;
	width:927px;
	height:309px;
}

#flashgallery {
	margin:0 60px;

}

#prenota {
	position:relative;
	background-color: #e9e7e3;
	margin: 0 auto;
	padding: 0 5px 5px;
	width:917px;
}

#footer {
	background-color:#CCCCCC;
	margin:30px auto 0;
	padding:10px 5px;
	position:relative;
	text-align:center;
	width:917px;
	clear:both
}

#map {
	width: 900px; 
	height: 350px;
	border: 1px solid #630;
	margin: 10px
}

.riga {
	position:relative;
	margin: 0 auto;
	background-image: url(immagini/riga.jpg);
	width:927px;
	height:3px;
}

img {
	border: 1px solid #630;
	padding: 5px;
	margin: 10px
}

.right {
	float: right;
}
.left {
	float: left;
}

#menu {
	padding-top:182px
	}


#menu1{
	width: 593px;
	height:26px;
	margin:0 auto
	}
#menu1 img{
	padding:0;
	margin:0;
	float:left;
	border:none;
	}
#menu1 img:hover{
	background-color: #630;
	}
	
#menu1 img:hover.null{
	background-color:#eae8e5
	}

#contatti p {
float: none;
position: relative;
text-align: left;
}

#contatti label {
width: 30em;
margin:10px 0 0 5px;
display: block
}

#contatti label.error {
color:red;
font-size:12px;
margin:0 0 0 5px;
width:28em;
}

#contatti input {
  padding: 5px;
  margin: 5px
}

#contatti textarea {
  padding: 5px;
  margin: 5px;
  font-family: Arial, Helvetica, sans-serif;
  width:300px;
  height:200px
}

#contatti .privacy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;

}

#contatti .submit {
-moz-border-radius:3px 3px 3px 3px;
background:url("immagini/submit.gif") repeat-x scroll 0 0 White;
border:1px solid #B4BBBF;
color:Black;
cursor:pointer;
font-size:10px;
height:21px;
margin:10px;
padding:0 4px;
position:relative;
text-transform:uppercase;
width:300px;
}