/*  
**************************** RIDEFINIZIONE TAG
*/
*{
margin:0px;
padding:0px;
}
body{
background-image: url(/immagini/struttura/sfondo.gif);
background-repeat: repeat;
background-position: center top;
font:11px/18px Verdana,Arial,Helvetica,sans-serif;
color:#663300;
margin:0px;
}
h1{
font-size:1.4em;
}
a{
color:#B83D01;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
/*
################### Stili di uso frequente 
*/
div#clientarea input{
/* Imposta i tasti del menù di ADON a 100 px */
width:100px;
}
.bottone-adon{
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
border:1px solid #BBBBBB;
background-color:#DEDEDE;
background-image:url('/editor/images/sfondo_bottoni.gif');
}
.puntino-verticale{
background-image:url(/immagini/puntino_vert.gif);
background-repeat:repeat-y;
}
.puntino-orizzontale{
background-image:url(/immagini/puntino_orizz.gif);
background-repeat:repeat-x;
}
.immagine_sx{
float:left;
margin:0px 20px 5px 0px;
}
.immagine_dx{
float:right;
margin:0px 0px 5px 20px;
}
.testo{
font-size:12px;
line-height:16px;
}
.testo-grande{
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
line-height:16px;
}
.testo-piccolo{
font-size:10px;
line-height:13px;
}
.titolo{
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
line-height:16px;
font-weight:bold;
}
.clearer{
clear:both;
}
.bar{
font-weight:bold; /* pagine ricerca */
}
/*
################### Stili sito
*/
#container-ext{
display:table;
background-image: url(/immagini/struttura/sfondo_container_ext.gif);
background-repeat: repeat-x;
background-position: center top;
width:100%;
}
#container-int{
display:table;
background-image: url(/immagini/struttura/sfondo_container_int.gif);
background-repeat: repeat-y;
background-position: center top;
margin:0px auto;
width:871px;
}
#page{
display:table;
background-image: url(/immagini/struttura/sfondo_page.gif);
background-repeat: no-repeat;
background-position: center top;
width:871px;
}
/*
######## Header
*/
#page-header{
display:table;
width:795px;
height:52px;
padding:168px 0px 0px 76px;
}
/*
######## Menu nav
*/
.menu-nav img{
border: none;
}
.menu-nav a{
display:block;
float:left;
height:28px;
}
.menu-nav a:hover{
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: #993300;
}
.menu-nav-spacer{
float:left;
width:15px;
height:25px;
}
/*
######## Body
*/
#page-body{
display:table;
width:681px;
padding:0px 95px 40px 95px;
}
.contatti{
padding:0px 0px 0px 85px;
}
.img-left{
float:left;
width:69px;
height:80px;
padding:3px 20px 0px 3px;
background-image:url(/immagini/home/sfondo_news_hp.gif);
background-repeat: no-repeat;
background-position: left top;
}
.img-hp-news{
float:left;
width:69px;
height:80px;
padding:3px 20px 0px 3px;
background-image:url(/immagini/home/sfondo_news_hp.gif);
background-repeat: no-repeat;
background-position: left top;
}
.img-hp-primo-piano{
float:left;
width:160px;
height:150px;
padding:0px 10px 0px 0px;
}
/*
######## Footer
*/
#footer{
display:table;
width:871px;
height:100px;
margin:0px auto;
background-image: url(/immagini/struttura/sfondo_footer.gif);
background-repeat:no-repeat;
background-position: center top;
text-align:right;
font-size:11px;
color:#FFCC99;
}
#footer a{
color:#FFFF99;
}
