@charset "UTF-8";

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0f3c04;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-attachment: fixed;
}

p {
	margin-bottom: 12px;
	line-height: 18px;
	font-size: 12px;
	word-spacing: .2em;
}
a {
	color: #9CB94F;
	text-decoration: none;
}



.cancella { clear:both; visibility:hidden; }
h2 {
	font-size: 25px;
	margin-bottom: 30px;
}

#contenitore {
	width: 898px;
	background-color: #3b640f;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-image: url(img/testata.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenitore #testata {
	height: 692px;
	width: 100%;
	position:relative;
}

#testata h1 {
	background-image: url(img/testata.png);
	text-indent: -9000px;
	height: 122px;
	width: 100%;
	position:relative;
}


#testata #menu {
	position:absolute;
	height: 173px;
	width: 100%;
	left: 0px;
	bottom: 46px;
	
}

#menu a {
	position:absolute;
	height:173px;
	top:0px;
	text-indent:-9000px;
	
}
#menu a:hover, #menu a.attivo {background-image: url(img/menu2.png);
	background-repeat: no-repeat;}

#menu a.home {
	width: 131px;
	left: 0px;
	
}
#menu a.home:hover {
	
	background-position: 14px 1px;
}

#menu a.conosci {
	
	width: 141px;
	left: 131px;
	
}
#menu a.conosci:hover, #menu a.conosci.attivo {
	
	background-position: -117px 1px;
}

#menu a.guarda {

	width: 131px;
	left: 272px;

}
#menu a.guarda:hover, #menu a.guarda.attivo {
	
	background-position: -258px 1px;
}

#menu a.scopri {

	width: 131px;
	left: 403px;

}
#menu a.scopri:hover, #menu a.scopri.attivo {
	
	background-position: -389px 1px;
}

#menu a.prenota {

	width: 145px;
	left: 536px;

}
#menu a.prenota:hover, #menu a.prenota.attivo {
	
	background-position: -522px 1px;
}

#menu a.contatto {

	width: 151px;
	left: 683px;

}
#menu a.contatto:hover, #menu a.contatto.attivo {
	
	background-position: -670px 1px;
}



#contenitore #corpo {

	width:100%;

}

#contenuto {
	width:820px;
	margin-top: auto;
	margin-right: auto;
	padding-bottom: 30px;
	margin-left: auto;
}

#contenuto #foto {
	width: 300px;
	float: right;
	background-color: #112406;
}

#contenuto #testo {
	width: 500px;
	float: left;
	
}

.wrapper { margin:15px }

	
		
#piede {
	background-color: #9CB94F;
	height: 80px;
	width: 100%;
	color: #000000;
	font-size: 10px;
}
.gallerie p, .voci p {
	float: left;
	width: 260px;
}

.gallerie p a, .voci p a {
	width:260px;
	height:130px;
	display:block;
}

.gallerie p a:hover, .voci p a:hover {
	background-color: #112406;
	
}

.gallerie p span, .voci p span { display:block; padding:15px; }

.gallerie p img, .voci p img {
	float: left;
	margin-right:8px;

}


#galleria { width:770px; }

#galleria img { 
	border: 1px solid #9CB94F; 
	}
	
#galleria li {
	float:left;
	margin: 5px;
}
	
#galleria a {  width: 100px; height:100px; display:block; }

.indietro { float:right; }

#piede .piede {
	width:800px;
	margin:auto;
	padding-top:15px;
	padding-bottom:15px;
}
.piede li {
	display: inline;
	margin-right: 4px;
	margin-left:4px;
}

.piede a {
	color: #003300;
	text-decoration: underline;
}



#prenota {
	width: 460px;
	display:block;

}
#prenota p {
	float: left;
	width: 230px;
	margin-bottom: 20px;
}
#prenota p input {
	width: 210px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #9CB94F;
	color: #333333;
	padding: 4px;
}

#prenota p .date-pick { width: 190px; }

#prenota #invia {
	width: 450px;
	padding: 5px;
}

#prenota input.blur {
	color:#003300;
}

#NAME {
	display: none;
}



.contatto li {
	list-style-position:outside;
	list-style-type: disc;
	margin-left:35px;
	margin-bottom:30px;
}

.contatto .telefono {
	
	list-style-image: url(img/contatto/telefono.png);
}

.contatto .lettera {
		list-style-image: url(img/contatto/lettera.png);
	
}

.contatto .email {
	
	list-style-image: url(img/contatto/email.png);
}

.contatto .skype {
		list-style-image: url(img/contatto/skype.png);
}

.contatto .msn {
	
	list-style-image: url(img/msn.jpg);
}

.contatto .fax {
	
	list-style-image: url(img/contatto/fax.png);
}

.contatto .facebook {
		list-style-image: url(img/contatto/facebook.png);
}

.contatto .myspace {
	
	list-style-image: url(img/myspace.jpg);
}



.boite
		{
			
			width:152px;
			height:152px;
			
		}
		
#conteneur
{
	margin:auto;
	width:500px;
	height:500px;
	background-image: url(img/logoentra.png);
	background-position: center center;
	background-repeat: no-repeat;
		}
		

#conteneur .entra {
	position: absolute;
	height: 106px;
	width: 106px;
	left:197px;
	top:273px;
	display:block;
	margin:0px;
	text-indent:-9000px;
}
#testata #nav {
	position: absolute;
	z-index: 100;
	top: 5px;
	right: 5px;
}
#nav select {
	border: 1px solid #243914;
	color: #FFFFFF;
	background-color: #3C640E;
}

