/* CSS Document */

body{
	background-color:#000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin:auto;
}
#contenitore{
width:760px;
height:568px;
margin:0px auto 0px auto;
background-image:url(img/sfondopagina3.jpg);
padding-top:110px;
background-repeat:no-repeat;


}
#immagini{
width:250px;
float:right;
!important margin-top:55px;
	margin-top:60px;
	margin-right:5px;


}
#testo{
	width:460px;
	float:left;

	!important margin-top:55px;
	margin-top:60px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	
}
#menu ul{
	list-style-type: none;
	margin:5px;
	padding:0px;
	text-align:right;
}
#menu li{
	display: inline;
	margin-right: 10px;
}
#menu a 
{
text-decoration:none;
color:#ffffff;
}
#menu a:hover 
{
color:#CC9900
}
.miniatura{margin-left:11px;}
.fotogrande{margin-bottom:7px;}
.titoli{
	color: #77582A;
	font-size: 13px;
	font-weight: bold;
}
#contenitorehome{margin:auto;text-align:center;}

#galleria{
	width:30%;
	float:left;
	!important margin-top:55px;
	margin-top:55px;
	padding:5px;
	position:absolute;
}

/* INIZIO GALLERIA */

   /* general styling for this example */

   /* begin gallery styling */
   #jgal { list-style: none; width: 160px; }
  #jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: default; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
  #jgal li img { position: absolute; top: 0px; left: 290px;  display: none; }
   #jgal li.active img { display: block; }
  #jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }






/* FINE GALLERIA */

#mappa{
width:400px;
	float:left;
	!important margin-top:55px;
	margin-top:60px;
	padding:5px;

}
#contatti{
width:318px;
float:right;
!important margin-top:55px;
	margin-top:60px;
	margin-right:5px;
	padding-top:36px;
}
#mappa a{
	color:#FFFFFF;
	text-decoration: none;
}
#contatti a {color: #77582A;}

h1{color: #77582A;font-size:14px;}

#testohome{
width:450px;
	float:left;
	!important margin-top:55px;
	margin-top:60px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
#immaginihome{
width:370px;
float:right;
!important margin-top:55px;
	margin-top:60px;
	margin-right:5px;}
	
	#footer{
	width:760px;
	height:20px;
	font-size:10px;
	text-align:right;
	float:right;
	margin-top:40px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #77582A;
	border-bottom-color: #77582A;
	padding-top:6px;
	
	}
		#footer1{
	width:760px;
	height:20px;
	font-size:10px;
	text-align:right;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #77582A;
	border-bottom-color: #77582A;
	position:relative;
	top:407px;
	
	}
	.testofooter{margin-right:10px;}
	
	
	
	
	/*LIGHTBOX*/
	
	#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
