/*dtili generali*/
*{
margin:0;
padding:0;
}
a{
color:#0090d8;
text-decoration:none;
outline:none;
}
a:hover{
text-decoration:none;
}
a.info{
background:url(../img/info.gif) left center no-repeat;
padding-left:20px;
}
body{
background:#27546b url(../img/sfondo.jpg) repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
color:#333;
line-height:20px;
}
#container{
width:965px;
margin:0 auto;
text-align:left;
}
.nascosto, .nascosto-print{
position:absolute;
left:-10000px;
top:-10000px;
}
#logo{
background:url(../img/logo.jpg) 7px top no-repeat;
width:187px;
height:102px;
float:left;
}
#logo a{
display:block;
width:180px;
height:102px;
}
#logo-print{
display:none;
}
#menu{
width:778px;
float:left;
}
#menu ul{
float:right;
list-style:none;
margin-top:73px;
margin-right:11px!important;
margin-right:3px;
}
#menu li{
float:left;
margin-right:4px;
}
#menu li a{
display:inline;
display:block;
width:92px;
height:29px;
background:url(../img/tab.jpg) no-repeat;
text-decoration:none;
color:#fff;
font-weight:bold;
text-align:center;
padding-top:6px;
outline:none;
}
#menu li a:hover, #menu li a#active{
color:#0090d8;
background:url(../img/tab_active.jpg) no-repeat;
outline:none;
}



