/* =================== ALL ELEMENT ======================= */
* {
margin: 0px;
padding: 0px;
}
body {
background-color:#000000;
min-height:100%;
height:100%;
margin:0px;
padding:0px;
}
a {text-decoration:none;}
/* =================== MENU ======================= */
#menu{
font-size:9px;
text-transform:uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
height:37px;
border-bottom:1px;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
/*background-color:yellow;*/
}
#menu img{
vertical-align:middle;
}
#menu ul{
list-style-type:none;
}
#menu ul li{
margin-right:10px;
display:inline;
}
#menu ul li a{
color:#9B9C9E;
}
#menu ul li a:hover{
color:#FFFFFF;
}
/* =================== CONTENT ======================= */
#main{
margin:5% auto;
}
#home{
margin:auto;
width:680px;
border:1px;
border-color:#FFFFFF;
border-style:solid;
}
#cornice_esterna{
margin:auto;
position: relative;
width:680px;
}
#content{
margin:auto;
/* width:680px; */
height:489px;
border:1px;
border-color:#FFFFFF;
border-style:solid;
background-image:url(../img/home.jpg);
background-repeat:no-repeat;
background-position:0px 37px;
}
#left{
width:530px;
height:462px;
float:left;
/*background-color:#ff0000;*/
}
#img{
/* margin-top:30px; */
/* height:462px; */
}
#right{
float:left;
width:149px;
height:462px;
border-left:1px;
border-left-color:#FFFFFF;
border-left-style:solid;
background-image:url(../img/sub_menu.png);
background-repeat:repeat-y;
background-position:top left;
/*background-color:green;*/
}
#logo{
margin:auto;
height:100px;
display:block;
background-color:#000000;
background-image:url(../img/logo.gif);
background-repeat:no-repeat;
background-position:10px 10px;
border-bottom:1px;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
}
#text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-align:left;
padding:3px;
margin:3px;
line-height:30px;
/*
background-color:#000000;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
*/
}
#text a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
}
#text a:hover{
color:#9B9C9E;
}
#footer{
/* clear:both; */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#9B9C9E;
border-top:1px;
border-top-color:#FFFFFF;
border-top-style:solid;
height:27px;
/* float: bottom; */
position: absolute; bottom: 0;
width: 100%;
}
#dati{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#9B9C9E;
text-align:left;
margin:5px auto;
width:680px;
}
.text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#9B9C9E;
text-align:center;
margin:10px auto;
}
.text a{
color:#9B9C9E;
}
.text a:hover{
color:#FFFFFF;
}
#map a{
color:#A5317A;
background-color:#FFFFFF;
padding:4px;
border:1px;
border-color:#000000;
border-style:solid;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
