html,body {
margin:0;
padding:0;
}

body {
font-family:arial,elvetica,sans-serif;
font-size:12px;
text-align:center;
}

div#container {
	position:relative;
	width:950px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:url(matt.gif) repeat;
	background-color:white;
	color:#000;
	text-align:left;
	margin:0 auto;

}
div#footer {
text-align:center;
background-color:#000;
color:#fff;
padding:5px 20px;
clear:left;
}

div#header {
height:120px;
background-color:white;
color:#000;
}

div#header a {
background-color:white;
color:#009;
text-decoration:none;
}
div#header img {
margin:0 140px 0 140px;
background-color:white;
color:#fff;
border:none;
}

p {
padding-bottom:10px;
}

h1 {
text-align:center;
font:bold 2.3em/100px georgia,arial,times,serif;
}

h2 {
font-size:1.5em;
text-align:left;
}
h3 {
padding-top:10px;
font-size:1.2em;
text-align:left;
}
h4 {
padding-top:10px;
font-size:1.1em;
text-align:left;
}
h5 {
font-size:0.9em;
text-align:left;
}

h6 {
font-size:0.7em;
text-align:left;
}
txtelenco {
font-size:1.2em;
text-align:center;
color:#008;
background:transparent;
}
div#footer a  {
background-color:#000;
color:#ff0;
font-weight:700;
text-decoration:underline;
clear:left;
}
#footer img {
	margin-left:50px;
}

#menu {
		position:absolute;
		top:120px;
		left:0;
		width:180px;\width:180px;w\idth:170px;
		margin-top:2px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		font-weight:700;
		color:#FFF;
		border-bottom-width:2px;
		border-bottom-style:solid;
		border-bottom-color:#CCC;
		padding-left:1px;
		padding-top:2px;
		padding-bottom:2px;
		border-top:1px solid #000;
}

#menu a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
font-weight:700;
color:#000;
text-decoration:none;
background-color:#69F;
display:block;
width:auto;
border-color:#FFF #000 #000;
border-style:solid;
border-width:1px 0;
padding:1px;
}

#menu a:hover {
background-color:#FF6;
color:#000;
}

/*#menu a:activelink {
color:red;
text-decoration:none;
}
*/
#minilink a {
display:block;
border:1px solid #666;
width:160px;
height:240px;
line-height:60px;
background: url(matt.gif) repeat;
background-color:#fff;
color:#ccc;
text-align:center;
text-decoration:none;
margin:8px 0 0 8px;
}

#minilink a:hover {
font-size:2em;
font-weight:700;
line-height:40px;
color:red;
background-color:#fff
}

#content {
background-color: transparent;
margin-left:180px;
margin-top:2px;
border-left:1px solid #999;
border-top:1px solid #999;
padding:1em 10px;
}

div.textimage {
background-color:transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:1.3em;
color:#333;
text-align:justify;
border-bottom:1px dotted #999;
width:100%;
margin:10px 10px 2px 2px;
}

div.textimage h1 {
background-color: transparent;
color:#008;
text-align:center;
margin:10px 0 0;
}

div.textimage h2 {
color:#008;
background-color: transparent;
margin:10px 0 0 10px;
}

div.textimage h3 {
background-color: transparent;
color:#08b;
margin:10px 0 0 10px;
}
div.textimage h4{
background-color: transparent;
color:#008;
margin:0 10px 0 10px;
}div.textimage h6 {
background-color: transparent;
color:#000;
margin:0 10px 0 10px;
}


.note {
background-color: transparent;
color:#000;
font-size:0.8em;
font-style: italic;
font-weight: bold;
margin:0 10px 0 10px;
}
div.textimage img {
float:left;
margin:10px;
}
div.split2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		color:#333;
		background-color:#fff;
		background: url(matt.gif) repeat;
		text-align:justify;
}

div.split2 div {
		float:left;
		width:360px;
		/*border-top:1px dotted #ccc;*/
		padding:0 5px;
}
div.split2 img {
		margin:5px 5px 5px 5px;
}
div.wide {
		border-top:1px dotted #ccc;
		margin:0 1%;
			clear:right;

}
a.si_sup_link {}

a.si_sup_link:hover {}

a.si_sup_link:active {}



/* lightbox style */

#lightbox{
	position: absolute;
	top: 40px;
	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(../immagini/lightbox/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(../immagini/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../immagini/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
/*	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
	}
	

.thumbnail{
	padding: 2px 2px 2px 2px;
	background-color: #F2F2EA;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}	



.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	