body
{
text-align: center;
font-family: Trebuchet, Verdana;
font-size: 11px;
background: #F26631 url(../images/map.jpg) no-repeat center center;
color: white;
}

a {color:#F26631;}	
a:hover {color:black;}	
.orange{font-weight: bold;}	
/*
#big_container {
height:580px;
width:900px;
position:absolute;
top:50%;
left:50%;
margin-left: -450px;
margin-top: -290px;
text-align: center;
}
*/

#big_container {
height:580px;
width:900px;
position:relative;
margin: 10px auto;
text-align: center;
}
#container {
height:575px;
width:900px;
position:relative;
text-align: left;



}
#footer {
padding: 10px 0 0 0;

position:relative;
font-size: 10px;

}
#header {
height:135px;
width:880px;
position:absolute;
margin: 10px;
top:0;
left: 0;

}
#header a.logo  {
height:130px;
width:82px;
background: url(../images/logo.png) no-repeat;
position: absolute;
left: 25px;
top: 0;
}
#header a.logo:hover  {
background-position: right top;
}

#slideshow {
height:110px;
width:550px;
position: absolute;
left: 170px;
overflow: hidden;
top: 0;
}
#header .bottom a {color: white;}
#header .bottom a:hover {color: black;}
#header .bottom  {
width:700px;
height: 20px;
right: 10px;
top: 115px;
position: absolute;
}
#header .bottom .menu {
text-align: left;
float: left;
margin-bottom: 5px;
width: 700px;
}
#header .bottom .menu a:hover{
color: black;
}
#header .bottom .menu a{
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;

}
#header .search{
position: absolute;
border: 1px solid white;
width: 130px;
height: 108px!important;
height: 110px;
top: 0;
right:10px;
}
#header .search select {
border: 1px solid white;
background:#F26631;
color: white;
width: 115px;

}

/* CONTENUTO */
/* LEFT */
#container .left {
color: #F26631;
position: absolute;
top: 150px;
left: 35px;
height: 400px;
width: 340px;
text-align: left;
background: white;
padding: 10px;
}
#container .left.home {
color: white;
position: absolute;
top: 150px;
left: 35px;
height: 420px;
width: 140px;
height: 420px!important;
width: 140px!important;
text-align: left;
background: none;
color: white;
padding:0;
margin: 0;
}
#container .left.home dt a {color: white;}
#container .left.home dt a:hover {color: black;}
#container .left h1 {
font-weight: bold;
padding: 0;
margin: 0 0 10px 0;
font-size: 12px;
}
.txt10 {

font-size: 9px;
}

#container .left .news {
width: 135px;
overflow: auto;
height: 395px;
}
#container .left .news dl {
width: 120px;


}
#container .left .news dt {
font-weight: bold;
width: 120px;


}
#container .left .news dd {
margin: 0 0 10px 0;
padding: 0 10px 5px 0;
border-bottom: 1px dotted white;
width: 110px;
}
#container .left .cat {
display: block;
text-align: right;
margin: 0 0 5px 0;
height: 18px;
}
#container .left .list  {
width: 345px;
overflow: auto;
height: 350px;
padding: 0;
z-index:0;
}
#container .left .list.due  {
width: 345px;
overflow: auto;
height: 240px;
padding: 0;
z-index:0;
}
#container .left .list dl {
}
#container .left .list dt {
font-weight: bold;}

#container .left .list dd {
margin: 0 0 10px 0;
padding: 0;
border-bottom: 1px dotted white;
width: 330px;
}
#container .left .list a {color: #F26631;}
#container .left .list a:hover {color: black;}
#container .left .list table {margin: 0 0 10px 0;}
#container .left p, .title {width: 310px;}
/* right */
#container .content_home {
color: black;
position: absolute;
top: 0px;
left: 145px;
height: 420px;
width: 700px;
height: 420px!important;
width: 700px!important;
text-align: left;
border: 1px solid white;
background: none;
padding: 0;
}


#container .content {
color: black;
position: absolute;
top: 150px;
left: 410px;
height: 420px;
width: 470px;
text-align: left;
background: white;
}
#container .content.center {
text-align: center;
}

#container .content img.margin_top{
margin: 10px 5px 0 4px!important;
margin: 7px 5px 0 0px;
}
#container .content .thumbnails img{
margin: 5px 5px 0 0;
}
#container .content .thumbnails img a{
margin: 5px 5px 0 0;
padding: 0;
}
#container .content .thumbnails {
position: relative;
margin: 0;


}
#container .content .titolo {
font-weight: bold;
display: block;
margin: 20px 20px 10px 20px;
}
#container .content .contnews {
margin: 0px 20px 15px 20px;
overflow: auto;
height: 340px;
}
#container .content .contnews img {

border: 1px solid #F26631;
float: left;
}
.margini {margin: 0 10px 10px 0;
}
.limited {width: 100px;
}





/* POP UP */




#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 1000;
}

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}
.popup_block {
	background: none;
	padding: 0;
	float: left;
	width: 480px;
	position: fixed;
	top: 3%;
	left: 50%;
	margin: 0 0 0 -210px;
	z-index: 100000;
}
.popup_block .popup {
	float: left;
	width: 100%;
	background: none;
	margin: 0;
	padding:  0;
	
}

.popup h3 {
	margin: 0 0 ;
	
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	
}
.popup img.cntrl {
	position: absolute;
	right: -10px;
	top: -15px;
}