@charset "utf-8";
/* CSS Document */

div#vantaggi{
position:fixed;
left:102px;
top:27px;
}

h1 {
	font-size: 30px;
	color: #ffffff; 
}

h2 {
	font-size: 30px;
	color: #ffffff; 
}

.Testo 
	{
	font-family: verdana; 
	font-size: 10px; 
	color: #FFFFFF; 
	text-decoration:none;
	}

.Testo:hover 
	{
	font-family: verdana; 
	font-size: 10px; 
	color: #FFFFFF; 
	text-decoration:none;
	}

.Titolo 
	{
	font-family: Arial; 
	font-size: 35px; 
	color: #FFFFFF; 
	text-decoration:none;
	}
.Link 
	{
	font-family: verdana; 
	font-size: 10px; 
	color: #989898; 
	text-decoration:none;
	}
.Link:hover
	{
	font-family: verdana; 
	font-size: 10px; 
	color: #d7d7d7; 
	text-decoration:none;
	}

	
.menu {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration:none;
}

.menuchiudi 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #eec995; 
	text-decoration:none;
	position:relative;
	top:-20px;
	}

.menuover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #999999; text-decoration:none;
}


/* ######### Default class for drop down menus ######### */



.anylinkmenu{
position: absolute;
left: 50px;
top: 20px;
visibility: hidden;
border-bottom-width: 0;
font: normal 11px Verdana;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 150px; /* default width for menu */
text-decoration:none;
}

.anylinkmenu ul{
margin: 5px;
padding: 5px;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
color: white;
padding: 2px 0;
text-decoration: none;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 15px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkmenucols li{
padding-bottom: 50px;
}

.anylinkmenucols .column{
float: center;
padding: 3px 8px;
margin-right: 0px;
background: #E0E0E0;
text-decoration:none;

}

.anylinkmenucols .column ul{
margin: 0;
padding: 3px 8px;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 50px;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
text-decoration:none;

}

.link {color: #fff; text-decoration:none;}