/* CSS Document */

body{
	margin:0;	
	font-family:Arial, Helvetica, sans-serif;
	background-color: #003C76;
	background-image:url(img/fascia.png);
	background-repeat:repeat-y;

}


.pie{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
}

.tab_sfondo{
	background-color:#003C76;

}

a, a:visited{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#FCC400;
	text-decoration:none;
}

a.active{
	color:#FCC400;
}

a.active:hover{
	color:#fff;
}


.active1{
	color:#768FB5;
}

h1{
	color:#FCC400;
	margin:0px;
	font-size:23px;
	font-weight:normal;
	padding:0px 0px 20px 20px;
}

p{
	text-align: left;
	font-size:11px;
	color:#fff;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
}
	
#slider {
    width:600px; /* important to be same as image width */
    height:380px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width:100%; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	width:600px;
	height:380px;
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 16px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 180px;
    background-color: #002f60;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 16px;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    right: 0;
}
#slider  ul,li { list-style-type: none;
	margin:0px;
	padding:0px;
	}
	
#menu ul,li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	width:140px;
	background-color:#003C76;
}

#menu li{
	width:140px;
}

#menu li a{
	width:140px;
	height:30px;
	line-height:30px;
	text-align:center;
	position: relative;
	z-index:999;
}

#menu ul ul{
	position: absolute;
	visibility: hidden;
	background-color:#003C76;
	z-index:999;
	border:1px solid #fff;
	border-top:none;
	margin-left:-1px;
	 -webkit-box-shadow: 0px 0px 5px #444;
    -moz-box-shadow: 0px 0px 5px #444;
    box-shadow: 0px 0px 5px #444;
} 

#menu ul li:hover ul{
visibility:visible;
}

#menu li li a{
	display:block;
	width:140px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-top:0px solid #fff;
}
