/* CSS Document */

body {
	background-image:url(images/sf.gif);
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	text-align: center;
}

#box {
	display: block;
	width:888px;
	margin: auto;
	position: relative;
	text-align: left;
}

#head {
	display: block;
	/*background-image: url(images/head.gif);
	height: 64px;*/
	background-image: url(images/head2.jpg);
	background-repeat: no-repeat;
	height: 205px;
		
}

#head h1{
	display: none;
}

#mnu {
	display: block;
	position: absolute;
	/*top:107px;*/
	top:152px;
	right:5px;
}


/*++++++++++++++++++++++++++++++ menu INIZIO*/

#mnu ul {
	padding:0px;
	margin:0px;
	list-style: none;
}

#mnu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mnu li a {
	display: block;
	width:107px;
	height: 64px;
	float: left;
	margin-left:2px;
	margin-right:2px;	
}

#mnu li a span {
	display: none;
}

#informazioni {
	background-image: url(images/informazioni.gif);
}

#informazioni:hover, #informazioni_sel {
	background-image: url(images/informazioni2.gif);
}

#prenotazioni {
	background-image: url(images/prenotazioni.gif);
}

#prenotazioni:hover, #prenotazioni_sel {
	background-image: url(images/prenotazioni2.gif);
}

#gallery {
	background-image: url(images/gallery.gif);
}

#gallery:hover, #gallery_sel {
	background-image: url(images/gallery2.gif);
}


#contatti {
	background-image: url(images/contatti.gif);
}

#contatti:hover, #contatti_sel {
	background-image: url(images/contatti2.gif);
}

/*++++++++++++++++++++++++++++++ menu FINE*/


#content {
	display: block;
	margin-top: 3px;
	background-image: url(images/content.gif);
}

#content h1 {
	display: block;
	text-align: center;
	background: #88A759;
	margin:15px;
	color: #fff;
	border-bottom: solid 2px #64803B;
}

#content a {
	color: #546A32;
}

#content a:hover {
	text-decoration:none;
}

#content #content_top {
	display: block;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 15px;
}

#content #content_bottom {
	display: block;
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 65px;
}

#content h2 {
	background-image: url(images/ulivo.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding:5px;
	padding-left:55px;
	color: #687E3D;
	margin-left: 15px;
	font-family: serif;
}

#content p {
	margin-left: 15px;
	margin-right:15px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B4E1E;
	background: #FFFFD4;
	border-width: 1px 1px 2px 2px;
	border-color: #EBE3A4;
	border-style: solid;
}

#content ul {
	list-style: square;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B4E1E;	
}

#content ul li a {
	text-decoration: none;
	color: #525E37;
	font-weight: bold;
}

.img {
	margin-right: 15px;
	padding:5px;
	background: #fff;
	border: solid 1px #174B00;
}

/********** FORM **************/


fieldset{
	display:block;
	width:450px;
   margin: 1em 0;
	padding: 0;
   border: none;
	padding:15px;	
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
}
	
fieldset div {
	float:left;
	width:100%;
   padding: 10px 0 12px;
	border-bottom: solid 1px #EBE3A4;
}

fieldset div span {
	color: #D10000;
	font-style: italic;
	letter-spacing: 1px;
}

legend {
	font-weight:bold;
	color: #333;
	background:#FFF;
}

label {
	float:left; 
	width:120px;
   display: inline;
	margin-left: 10px;
   line-height:23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B4E1E;
}

form button {
	display: block;
	clear: both;
	margin: auto;
	text-align: center;
	margin-top:15px;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#wrap {
	margin-left: 30px;
}

#gallerySelect { width: 180px; }
#controls {	margin:0px auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left:4px;		
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
#transport a {
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 60px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background-color: #6F8947;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background-color: #6F8947;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background-color: #94AF6A;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border:solid 1px #EBE3A4;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	width: 250px;
	float: left;
	margin-right: 10px;	
	background: #FFFFD4; 
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	width: 500px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

