body {
	margin:0;
	background:url(images/bg-page.jpg);
	background-repeat:repeat-x;
	background-color:#187616;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size:14px;
	color: #5d5d5d;
	line-height:1.6em;
}

a, a:visited{
	color: #5d5d5d;
	text-decoration:underline;
}

p {
	margin:0;
	padding:0;
}

h1 {
	margin:0;
	padding:0;
	color:#5d5d5d;
	font-weight: normal;
	font-size:26px;
	line-height:1.35em;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin:0;
	padding:0;
	font-size:20px;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif; 
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style-type:none;
	list-style-position:inside;
}

img {
	border:0;
}
/*******************************
		COLORI
*********************************/
.rosso {
	border: 4px solid #E9694A;
}

.blu {
	border: 4px solid #597499;
}

.giallo {
	border: 4px solid #fed800;
}

.arancione {
	border: 4px solid #ED821D;
}

.grigio {
	border: 4px solid #C4C4C4;
}
/**************************
		TESTATA
**************************/

#testata {
	width: 966px;	
	height: 86px;
	margin:0 auto 0 auto;
}

#menu-top {
	float:right;
	text-align:right;
	margin-top:8px;
	height:34px;
	width:966px;
}

.lingua {
margin-left: 10px;
}

#menu { 
	height:48px;
	float:left;
}

#menu ul {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	white-space:nowrap;
	width:100%;
	position:relative;
	z-index:1;
}

#menu li {
	display:inline;
	width:160px;
	margin: 0;
	padding:0;
	
	height:48px;
	float:left;
	list-style:none;
	background-position:0 0;
	background-repeat:no-repeat;
	position:relative;
}

#menu a {
	margin: 0 0 0 0;
	padding:0;
	float:left;
	display:inline;
	width:160px;
	height:48px;
}

h1.tit_menu {
	left:-9999px;
	position:absolute;	
}

/**************************
		CORPO PAGINA
****************************/

#container {
	text-align: left;
	margin:0 auto;
	width:966px;
}

#wrapper {
	width:966px;
	margin:0 auto 0 auto;
	
}

#content {
	width: 960px;
	float: left;
	background:url(images/bg-cont.png);
	background-color:#FFFFFF;
	padding: 18px 3px 20px 3px;
}

/******************************
		HOMEPAGE
*****************************/
#logo {
	width:334px;
}

.titolopagina{
	width:334px; 
	display:block;
	margin:8px 0 5px 0;
	color:#5d5d5d;
	font-weight: normal;
	font-size:24px;
	line-height:1.35em;
}

#img-home {
	width:547px;
	display:inline;
	float:right;
	margin-right:15px;
	height:239px;
	position:relative;
}

.img-int {
	top:20px;
	left:19px;
	position:absolute;
	z-index:5;
}

#page-centrale {
	margin-top:40px;
	float:left;
}

#col_home_sx {
	width:777px;
	float:left;
}

#box-proposte {
	width:777px;
	float:left;
	display:inline;
}

.box {
	margin-right: 18px;
	width:239px;
	float:left;
	display:inline;
}

.box a {
	float:left;
	width:100%;
	text-decoration:none;
}

.box h3 {
	float:left;
	width:100%;
	margin:0;
}

.img-box {
	margin-bottom:15px;
}

.title-box {
	margin: 19px 0 13px 0;
	clear:both;
	float:left;
	padding:0;
	white-space:nowrap;
	width:239px;
	height:26px;
	position:relative;
	background-position:0 0;
	background-repeat:no-repeat;
}

.title-box a{
	width:100%;
	margin: 0 0 0 0;
	padding:0;
	float:left;
	display:inline;
	height:26px;
}
.title-box h3 {
	left:-9999px;
	position:absolute;	
}

#box_eventi {
	width:750px;
	margin: 40px 0;
	float:left;
	border: 1px solid #CEE1CD;
	position:relative;
	background-color:#CEE1CD;
}

#box_eventi_int {
	width:724px;
	float:left;
	border: 7px solid #FFFFFF;
	border-bottom: 7px solid #FFFFFF;
	border-left: 13px solid #FFFFFF;
	border-right: 13px solid #FFFFFF;
	background-color:#CEE1CD;
}

.col_events {
	width:162px;
	margin-right:10px;
	float:left;
	padding:5px;
}

.col_events h3 {
	margin:5px;
	padding:0;
	font-size:14px;
}


#label_events {
	position:absolute;
	top:-30px;
	left:30px;
}

#banner {
	width:145px;
	float:left;
}

#banner a {
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

#divisore-dot {
	margin-top:8px;
	width:9px;
	height:390px;
	float:left;
	display:inline;
	background-image:url(images/col-dot.png);
}

#footer {
	margin-top:40px;
	margin-left:22px;
	float:left;
	display:inline;
}

/********************************
		SPALLA SX
**********************************/
#col-sx {
	width:262px;
	float:left;
	margin:20px 0 0 22px;
	padding:0;
}

#menu-spalla {
	margin-top:44px;
	padding:0;
}

.voce {
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

.listaMin {
	margin-left:15px;
}

#col-sx a {
	color:#5d5d5d;
	text-decoration:none;
}

#col-sx a:hover {
	text-decoration:underline;
}

#col-sx a:visited {
	color:#5d5d5d;
}



/********************************
		PAGINA INTERNA
**********************************/
#divisore-sp-dot{
	width:3px;
	background-image:url(images/dot.png);
	background-repeat:repeat-y;
	float:left;
}


#pagina-centrale {
width:673px;
float:left;
display:inline;
}

.titolo-interna {
background-image:url(images/tit-int-dormire.jpg);
}

#dettagli-struttura {
width:654px;
float:left;
display:inline;
}

#col-sx-interna {
width:323px;
margin-top:30px;
margin-right:25px;
float:left;
display:inline;
}

#col-dx-interna {
width:306px;
float:left;
margin-top:30px;

}


#map {
width: 646px; 
height: 340px;
}

#waiting {
z-index:2; 
position:absolute; 
left:60%; 
top:300px; 
display:none;
}

.ghost{
	background-color:#eeeeee;
	filter=progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter:alpha(opacity=30);
	opacity:0.30;
	-moz-opacity:0.30;
}

.riga-pari {
background-color:#e1e1e1;
}
/*****************TERRITORIO E EVENTI ********************/
#cont-articolo {
margin: 20px 0 0 0;
float:left;
margin-bottom:10px;
width:654px;
text-align:justify;
}

#cont-articolo img {
float:right;
margin:6px 0 10px 20px;
}

/************fotogallery***************/
#fotogallery {
width:654;
float:left;
margin: 20px 0 20px 0;
}

#fotogallery li {
float:left;
margin-bottom:22px;
margin-right:22px;
width:146px;
}

#fotogallery img {
float:left; 
display:inline; 
}

/****************************************/
#pagina-chiSiamo {
width:915px;
margin-left:22px;
float:left;
display:inline;
}

#cont-articolo-chiSiamo {
margin: 20px 0 0 0;
float:left;
margin-bottom:10px;
width:915px;
text-align:justify;
}

#cont-articolo-chiSiamo img {
float:right;
margin:6px 0 10px 20px;
}


/********contattaci ***************/


#form-col1 {
width:300px;
float: left;
margin-top:40px;
height:230px;
}

#form-col2 {
float:left; 
height:230px; 
width:250px; 
margin-top:40px;
}

.prenotazione {
text-align:right; 
margin-right:20px;
}

.prenotazione ul {
margin-right:20px;
}

#richiesta { 
float:left;
clear:both;
}

#contact li{ text-align: right; margin-top: 10px;}
 
.flickr_photobar{
	font-family:Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	font-size:11px;
}
.flickr_photobar a{
	outline:none;
}
.flickr_photobar a:hover{
	outline:none;
}
.photobar{
	position:fixed;
	bottom:-96px;
	left:0px;
	width:100%;
	height:95px;
}
.thumbs{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:95px;
	border-top:1px solid #222;
	background-color:#3D3D3D;
}
.thumbs a.prev,
.thumbs a.next{
	width:20px;
	height:83px;
	position:absolute;
	top:4px;
	margin:0px;
	z-index:10;
	border:1px solid #222;
	-moz-box-shadow:0px 0px 1px #777 inset;
	-webkit-box-shadow:0px 0px 1px #777 inset;
	box-shadow:0px 0px 1px #777 inset;
}
.thumbs a.prev:hover,
.thumbs a.next:hover{
	background-color:#404040;
}
.thumbs a.prev{
	left:0px;
	background:#333 url(images/prev.png) no-repeat center center;
}
.thumbs a.next{
	right:0px;
	background:#333 url(images/next.png) no-repeat center center;
}
.thumbs .thumbsWrapper{
	height:95px;
	left:22px;
	right:22px;
	overflow:hidden;
	position:absolute;
	top:0;
}
.thumbs ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:90px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
}
.thumbs ul li a{
	position:relative;
	float:left;
	margin:6px 2px 0px 2px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	text-decoration:none;
	height:81px;
	width:81px;
}
.albums ul li a img{
	border:3px solid #111111;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
}
.images ul li a img{
	border:3px solid #f9f9f9;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
}
.thumbs a span{
	position:absolute;
	bottom:3px;
	left:3px;
	right:3px;
	background-color:#333;
	font-size:9px;
	padding:2px 2px;
	border-top:1px solid #111;
    display:none;	
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	max-height:70px;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
}
.thumbs a:hover span{
	display:block;
}
span.images_toggle{
	position:absolute;
	top:-26px;
	right:20px;
	background-color:#3D3D3D;
	border:1px solid #222;
	color:#EEEEEE;
	font-size:10px;
	padding:0px 6px 0px 12px;
	height:24px;
	line-height:24px;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #000;
	-moz-box-shadow:0px -1px 3px #ccc;
	-webkit-box-shadow:0px -1px 3px #ccc;
	box-shadow:0px -1px 3px #ccc;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
span.images_toggle a{
	background-color:#222;
	border:1px solid #000;
	cursor:pointer;
	line-height:16px;
	padding:0px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
span.images_toggle a:hover{
	background-color:#000;
}
.photobar a.toggle{
	position:absolute;
	top:-26px;
	left:20px;
	background-color:#3D3D3D;
	border:1px solid #222;
	color:#EEEEEE;
	font-size:10px;
	padding:0px 36px 0px 36px;
	line-height:24px;
	height:24px;
	text-transform:uppercase;
	text-shadow:1px 1px 2px #000;
	-moz-box-shadow:0px -1px 3px #ccc;
	-webkit-box-shadow:0px -1px 3px #ccc;
	box-shadow:0px -1px 3px #ccc;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	cursor:pointer;
}
span.loading_small{
	background:transparent url(images/loading_small.gif) no-repeat center center;
	position:absolute;
	right:10px;
	top:0px;
	width:16px;
	height:24px;
}
.photobar a.toggle:hover{
	background-color:#111;
}
.photobar .images{
	z-index:20;
}
.flickr_photobar .overlay{
	z-index:90;
	background-color:#000;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.photopreview{
	text-align:center;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:91;
}
.photopreview .preview_wrapper{
	position:relative;
	text-align:center;
	margin:0 auto;
}
.photopreview .preview{
	display:table-cell;
	text-align:center;
	width:0px;
	height:0px;
	padding-top:25px;
	vertical-align:middle;
}
.photopreview .preview img{
	vertical-align:middle;
	background-color:#555;
	padding:1px;
	border:8px solid #f9f9f9;
	-moz-box-shadow:1px 1px 5px #222;
	-webkit-box-shadow:1px 1px 5px #222;
	box-shadow:1px 1px 5px #222;
}
.photopreview .preview span{
	background-color:#111111;
	color:#FFFFFF;
	height:20px;
	left:0;
	line-height:20px;
	position:fixed;
	text-align:center;
	text-shadow:1px 1px 1px #000000;
	top:0;
	width:100%;
	-moz-box-shadow:1px 1px 5px #000000;
	-webkit-box-shadow:1px 1px 5px #000000;
	box-shadow:1px 1px 5px #000000;
}
.loading{
	width:50px;
	height:50px;
	position:fixed;
	top:50%;
	left:50%;
	z-index:95;
	margin:-25px 0px 0px -25px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#000 url(images/loading.gif) no-repeat center center;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	
}
.close{
	background:#000 url(images/close.png) no-repeat center center;
	cursor:pointer;
	height:20px;
	position:fixed;
	right:-11px;
	top:0;
	width:90px;
	z-index:1000;
	cursor:pointer;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);	

}
.photopreview a.img_next,
.photopreview a.img_prev{
	position:fixed;
	top:50%;
	height:60px;
	width:50px;
	margin-top:-30px;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center center;
}
.photopreview a.img_next{
	background-image:url(images/next.png);
	-moz-border-radius:20px 0px 0px 20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	right:0px;
}
.photopreview a.img_prev{
	background-image:url(images/prev.png);
	-moz-border-radius:0px 20px 20px 0px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	left:0px;
}
.arrow {
    background: url("images/arrow.png") no-repeat scroll left top transparent;
    bottom: 10px;
    height: 200px;
    left: 100px;
    position: fixed;
    width: 311px;
}
