html, BODY { 
 margin: 0px;
 padding: 0px;
 width: 100%;
 text-align: justify;
 background-image: url("images/sfondo_bg.jpg");
 background-position: bottom left;
 background-repeat: no-repeat;
 background-color: #504A4A;
 font: x-small trebuchet ms, Arial, Helvetica, sans-serif; }

A:link, A:visited { 
	text-decoration: none;
	color: #000080;
	}

A:hover { 
	text-decoration: none;
	color: #689AFF;
	}

A.piccolo:link, A.piccolo:visited { 
	font-size: 11px;
	font-weight: bolder;
	}

A.piccolo:hover {  
	font-size: 11px;
	font-weight: bolder;
	}

A.contenuto:link, A.contenuto:visited { 
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	}

A.contenuto:hover {  
	font-size: 10px;
	font-weight: bolder;
	color: #ae240a;
	}
	
A.menu:link, A.menu:visited { 
 font-size:13px;
 font-family:trebuchet ms, arial;
 font-weight: bold;
 color:#f2f2f2;}

A.menu:hover {
 font-size:13px;
 font-family:trebuchet ms, arial;
 font-weight: bold;
 color:#EA2400;}
	
 .intro {
 font-size:20px;
 font-family:trebuchet ms, arial;
 font-weight: normal;
 color:#f2f2f2;}
	
.contenuto { 
 font-size:12px;
 font-family:trebuchet ms, arial, Helvetica, sans-serif;
 font-weight: normal;
 color:#2c2c2c;
 letter-spacing: 0.1em;
}

.titolo {
	font-size: 18px;
	font-weight: bolder;
	}

.contatti {
font-size: 13px;
 font-variant:small-caps;
	}
	
	.scarica {
font-size: 10px;
 font-variant:small-caps;
	}

.piccolo { 
	font-size: 11px;
	font-weight: bolder;
	}

.piccolino	{ font-size: 11px;		}

.grass			{ font-weight: bolder;}
	

.stampa { display: none; }

form {
	margin : 0;
	padding: 0;
}

input, select, textarea, button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: solid #000 1px;
	background-color: #fff;
}
	
.quickmenu 			{ height: 18px; }
.boxgrande 			{ width: 60mm;	}
.textareagrande { width: 80mm; 	}

.submit {
	border: solid 1px #fff;
	background-color: #333; 
	color: #B0CAFF; 
	cursor: pointer !important;
	cursor: hand;
	}

.submitover {  
	background-color: #fff; 
	border: solid 1px #333;
	color: #333; 
	cursor: pointer !important;
	cursor: hand;
	}

hr {
	margin: 0;
	height: 0;
	background-color: #000;
	border: 1px solid #000;
}


ul { margin: 0;}

li {
	margin: 0;
	padding: 0;
}

li { line-height: 18px;}

.menu {
 font-size:13px;
 font-family:trebuchet ms;
 font-weight: bold;
 color:#f2f2f2;}

.sotto_menu {
 font-size:11px;
 font-family:trebuchet ms, arial;
 font-weight: bold;
 color:navy;}

.tabella_principale {
	background-image: url("images/bg_site.jpg");}
	
.intestazione	{
	background-image: url("images/bg.gif");
	height:149; }

.box {
 font-family: trebuchet ms, arial;
 font-size: 10px; font-weight: normal;
 border-width:1;
 border-color:#B0CAFF;
 background:#FFFFFF;
 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(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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
