/* CSS Document */

body { 
	background-color:#fff;
	margin:0px;
}
p, td, div, span, a { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000; font-size:9pt;}
p {padding-right:10px; margin-top:5px;}
.td_alt {padding-bottom:30px;}


#website {color:#008FE7; text-decoration:none; display:block; background:url(imgs/freccine.gif) no-repeat; background-position:center; font-size:10pt;}
a:hover, #website:hover { color:#ff3333;}

/* gestione bottoni */
.speciale1, .speciale2, .speciale3 {display: block; float:left; height:28px; background-repeat:no-repeat; color:#fff; font-weight:bold; font-size:8pt; text-decoration:none; padding:1px 0px 0px 10px; clear:right;}
.speciale1 {background-image:url(imgs/but1.gif); width:185px; }
.speciale2 {background-image:url(imgs/but2.gif); width:185px; }
.speciale3 {background-image:url(imgs/but3.gif);  width:182px;}
a.speciale1:hover, span.speciale1 {background-image:url(imgs/but1_on.gif); color:#e59c00; width:185px; }
a.speciale2:hover, span.speciale2 {background-image:url(imgs/but2_on.gif); color:#f26a00; width:185px; }
a.speciale3:hover, span.speciale3 {background-image:url(imgs/but3_on.gif); color:#8c2726;  width:182px; }

/* gestione titoli */
h1, h2 {font-size:11pt; font-weight:bold; display:block; color:#000066; border-bottom:1px solid #47b5f3; padding-bottom:5px;margin-bottom:5px; }
h1 {border-right:10px solid #fff;}
.red {color:#ff3333;}

/* gestione immagini */
.galleria {margin-bottom:5px;}
.img_int { display:block; float:left; margin-right:10px;}
