@charset "UTF-8";
/* CSS Document */

body { margin:0; padding:0; text-align:center; background: url(img/sfondo_.jpg) ;}
.contenitore
{
	width:100%;
	text-align:center;
	float:left;
}

.page
{
	margin: 0 auto;
    text-align: left;
	width:960px;
	background-color:#FFFFFF;
}
#sfondo { background:url(img/sfondo.jpg) repeat-x;}
#testata { background-color:#FFF; height:150px; width:960px;}
#logo { margin-left:30px; float:left; }
#email {  margin-left:250px; float:left; margin-top:22px; }
#logonome {  margin-top:0px; padding-top=opx; }
#barra_mini { background-color:#900 ; height:15px; width:960px;}
#banner { width:960px; float::left;}
#menu { height:32px; width:960px; }
ul {
	margin:0;
	padding: 0;
	list-style:none;
	width: 192px;
	border-bottom: 1px solid #ccc;
	float:left;
	
	}

	
ul li {
	position:relative;
	}
li ul {
	position: absolute;;
	top: 29px;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color:#FFF;
	background-color:#900;
	padding: 5px;
	border-bottom: 0;
    font-family:Verdana, Geneva, sans-serif;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#corpo  {width:960px; float:left; background:#FFFFFF;}

li:hover ul, li.over ul { 
	display: block; }

#immagini { background-color:#FFF; width:460px; float:left;}
#testo_info { margin-left:30px;
margin-right:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-top:30px;
	padding-bottom:1px;
	line-height:18px;
} 
#ico { bargin-left:30px;
margin-right:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	padding-top:30px;
	padding-bottom:1px;
	line-height:15px;
	color:#FF0000
} 

#namedoc {
margini:50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	padding-top:30px;
	padding-bottom:1px;
	line-height:15px;
	color:#FF0000
	}
	
#txtdoc {
margin:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-top:30px;
	padding-bottom:1px;
	line-height:15px;
	color:#333333
	
}
#informazioni { background-image:url(img/grigio.png); 
	width:500px; float:left;
	
} 
#testo_grigio { margin-right:30px;
margin-left:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-top:30px;
	padding-bottom:1px;
	line-height:18px;
	
} 	
#nota { bargin-left:30px;
margin-right:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-top:30px;
	padding-bottom:1px;
	line-height:15px;
	color:#333333
} 
#barra_mini_due { background-color:#900 ; height:15px; width:960px; float:left;}
#info { background-color:#FFF;
	width:100%;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-top:15px;
	padding-bottom:1px;
	line-height:15px;
	color: 
}

a {
	color: #666666;
}

a:hover{
	color: #fff;

}




.imgcontainer{
	width: 75px;
	height: 75px;
	overflow:hidden;
	margin: 5px;
	padding:5px;
	border: 1px solid #fff;
	float:left;
	cursor:pointer;
}


.imgcontainer:hover{
	border: 1px solid #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}







.highslide {
	cursor: url(scripts/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(scripts/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
display:none;
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}
