@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4a422d;
	margin: 0px;
	overflow-x: hidden;
}

form {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

input, textarea, select, submit {
	font-size: 10px;
}

a {
	color: #1e1902;
	text-decoration: none;
}

a:hover {
	color: #000033;
}





/* HEADER */
#header {
	width: 980px;
	height: 140px;
	margin: 10px auto 0px auto;
	clear: both;
	color: #adadbd;
	font-size: 11px;
}

#header img {
	border: 0px;
}

#header a {
	color: #000033;
	text-decoration: none;
}

#header a:hover {
	color: #524a24;
}

#headleft {
	float: left;
	width: 400px;
}

#logo {
	float: left;
	width: 180px;
}

#headright {
	float: left;
	width: 400px;
	text-align: right;
}

.prenotahead {
	font-size: 16px;
}

img.lingua {
	margin: 5px 6px 0px 0px;
}





/* IMMAGINE CENTRALE */
#imm {
	width: 100%;
	height: 350px;
	background-color: #efe7d0;
	clear: both;
	background-position: center;
	/*background-repeat: repeat-x;
	background-image: url(../images/header/001.jpg); */
	float: left;
}

#fadeshow1 {
	z-index: 0;
}

#sottoimm {
	background-image: url(../images/fondo_barra.gif);
	background-repeat: repeat-x;
	height: 7px;
	line-height: 7px;
	width: 100%;
	clear: both;
	float: left;
}




/* MENU */
#menu {
	color: #baad71;
	text-align: center;
	font-size: 15px;
	height: 32px;
	padding-top: 13px;
}

#menu a {
	color: #524a24;
	text-decoration: none;
	padding: 0px 15px;
}

#menu a:hover {
	color: #1e1902;
}

#sottomenu {
	color: #c0b68f;
	text-align: center;
	width: 980px;
	font-size: 11px;
	height: 18px;
	background-image: url(../images/fondo_sottomenu.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
}

#sottomenu a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 8px;
}

#sottomenu a:hover {
	color: #524a24;
}




/* CENTRALE */
#container {
	width: 100%;
	background-color: #eee9d5;
	clear: both;
	background-repeat: repeat-x;
	background-image: url(../images/fondo_pag.gif);
	display: block;
}

#central {
	width: 980px;
	margin: 0px auto;
	clear: both;
	background-repeat: repeat-x;
	background-image: url(../images/fondo_cen.gif);
}

#pagina {
	margin: 40px 50px -15px 50px;
	padding-bottom: 100px;
	width: 860px;
	display: block;
	text-align: justify;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	color: #1e1902;
	margin: 0px 0px 10px 0px;
	/*text-align: center;*/
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #1e1902;
	margin: 10px 0px 0px 0px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	color: #1e1902;
	margin: 0px 0px 5px 0px;
}




/* FOOTER */
#bottom {
	height: 180px;
	clear: both;
	background-repeat: repeat-x;
	background-image: url(../images/fondo_bottom.gif);
	background-color: #ae9e6d;
	color: #1e1902;
	font-size: 11px;
}

#footer {
	width: 980px;
	margin: 0px auto;
	clear: both;
	display: block;
	padding-top: 20px;
}

#contactfoot {
	width: 200px;
	float: right;
	line-height: 24px;
	margin-top: 15px;
}

#contactfoot img {
	margin-bottom: -5px;
}