/*
Elementi comuni a tutte le pagine
*/
body {
margin-top: 0px;
font-family: Verdana;
font-size: 12px;
color: #666666;
text-align: justify;
}

a {
text-decoration: none;
color: #00579e; 
}

a:visited {
color: #00579e;
}

a:hover {
text-decoration: underline;
}

a:active {
border: none;
}

a img {
border: none;
}

td#boxCentrale {
padding-bottom: 20px;
}

h1 {
font-family: Arial;
font-weight: normal;
font-size: 48px;
margin-top: 24px;
margin-bottom: 24px;
color: #b20113;
padding-left: 20px;
}

p {
font-family: Verdana;
font-size: 12px;
color: #666666;
width: 350px;
text-align: justify;
margin-left: 50px;
}

h1>p {
margin-bottom: 10px;
padding-bottom: 10px;
}

span.top a {
font-family: Verdana;
font-size: 12px;
margin-left:350px;
}

span.titoletto {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: #b20113;
}


/*
box nella home page
*/
td#boxHome {
background-image: url(../img/boxHome.jpg);
height: 373px;
}

span.titoliBox {
font-family: Arial;
font-weight: bold;
font-size: 12px;
color: #b20113;
}

td.testoBox {
font-family: Arial;
font-weight: normal;
font-size: 11px;
padding-left: 3px;
}

/*
Menu persistente banda di navigazione superiore
*/
div#prato {
width: 546px;
background-color: #3F8D13;
}

div.pratoDispari {
width: 91px;
height: 31px;
background-image: url(../img/pratoDispari.jpg);
font-size: 11px;
}

div.PratoPari {
width: 91px;
height: 31px;
background-image: url(../img/pratoPari.jpg);
font-size: 11px;
}

ul#nav {
background-color: #3F8D13;
}

ul {
list-style: none;
padding: 0;
margin: 0;
background-color: #00579e;
}

#nav a {
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

#nav li li a {
display: block;
width: 100%;
font-size: 10px;
font-weight: normal;
color: #ffffff;
background-color: #00579e;
}

#nav li li a:hover {
color: df6d24;
}

li {
float: left;
position: relative;
width: 90px;
text-align: center;
cursor: default;
background-color: #ffffff;
border-width: 0px;
}

li#first {
border-left-width: 0px;
}

li#last {
border-right-width: 0px;
}

li ul {
display: none;
position: absolute;
top: 100%;
left: 0;
font-weight: normal;
padding: 0px;
}

li>ul {
top: auto;
left: auto;
}

li li {
display: block;
float: none;
background-color: transparent;
border: 0;
width: 90px;
}

li:hover ul, li.over ul {
display: block;
}

/*
Menu persistente colonna sinistra
*/
div#menuSin {
font-weight: bold;
margin-top: 10px;
text-align: right;
width: 112px;
}

div#menuSin div.sezione {
font-size: 10px;
border-bottom: 1px solid #00579e;
padding-top: 3px;
padding-bottom: 3px;
}

div#menuSin div.sottoSezione {
font-size: 10px;
line-height: 12px;
padding-bottom: 0px;
margin-bottom: 5px;
margin-top: 0px;
}

div#menuSin div.sottoSezione a {
color: #626262;
font-size: 10px;
}

div#menuSin div.sottoSezione a:visited {
color: #626262;
}

div#menuSin div.sottoSezione a#ambazz:hover {
color: #00579e;
}

div#menuSin div.sottoSezione a#socazz:hover {
color: #df6d24;
}

div#menuSin div.sottoSezioneQui {
color: #b20113;
font-size: 10px;
padding-bottom: 0px;
margin-bottom: 5px;
margin-top: 0px;
}

div#menuSin div.sottoSezioneQui a {
color: #b20113;
padding-bottom: 0px;
margin-bottom: 5px;
margin-top: 0px;
}

/*
Menu persistente footer
*/
div#footer {
font-size: 9px;
text-align: center;
height: 15px;
background-image: url(../img/background_footer.jpg);	
}

div#footer a {
color: #666666;
}

/*
Pagina marchi
*/
a.download {
font-size: 10px;
}

td.didascaliafoto {
font-size: 10px;
}