/*
************************************
 001. stili standard
************************************
 */
html, body {width:100%; margin:0 auto; text-align:center; color:#999; background-color:#A2B029;}
 td, tr, th, table, {font:9pt  'Trebuchet ms',Verdana, Arial, Helvetica, sans-serif; margin:0; padding:0; text-align:left; color:#fff;}
 div,  p {font:9pt  'Trebuchet ms',  Verdana, Arial, Helvetica, sans-serif; margin:0; padding:0; text-align:left;  color:#000;}
.titolotesto {font-size: 9pt; font-weight:bold; color:#666;}
.error {color:#f30;}
.cursor_link {cursor:pointer;}

a:link, a:visited {text-decoration:none; color:#000;}
a:focus, a:hover, a:active { text-decoration:underline; color:#999;}


img, a {margin:0; padding:0; border:0;}
br.cucu { clear:both; height:0px;}
hr.cucu { height: 0px;	margin: 0px;	padding: 0px;	overflow: hidden;	clear: both; display: block; visibility: hidden;}


h1 { margin:5px 0 5px 0; background-color:#FFF;}
h2 {padding:0 0 10px 0; font-size:14px; color:#000;}

h3 {font-size:14px; padding:10px 0 10px 0; margin:0 0 10px 0; color:#656565; font-weight:lighter; border-bottom:1px solid #DDDDDD; text-transform:uppercase;}
h4 {clear:both; font-size:14px; padding:10px 0 10px 0; margin:0 0 20px 0; border-top:2px solid #BE0000; border-bottom:1px solid #DDDDDD; color:#656565;}
h5 {font-size:16px; padding:40px 0 10px 0; color:#fff; text-transform:uppercase;}

* {margin:0; padding:0;}
.larghezza {width:100%;}
.posiziono_spazio {width:960px; margin:0 auto; background:#FFF;}


/*
************************************
002.divs pagina
************************************
*/

#top {}
	.primo_menu { width:960px; height:189px;  background:url(../img/sfondo_top.jpg) repeat-x top #C5E4F9; padding-top:20px; margin-bottom:5px;  } 
	

	

	
#corpo { }

	.centro_corpo {clear:both; background-color:#FFF; min-height:300px; height: auto !important; height:300px; padding-bottom:20px;}
	.sinistra_corpo {float:left; width:260px; padding:20px 20px 0 0;}
	.destra_corpo {float:left; width:650px; padding:20px 0 20px 20px;}
	.sfumone { clear:both; width:960px; height:18px; background:url(../img/sfumone.png) no-repeat bottom;}
	.corpo_menu { font-size:13px; font-weight:bold;list-style-type: none; margin:0; padding-top:5px; width:220px; padding:0 40px 0 12px; border-right:1px solid #A2B02A;}
	.corpo_menu li {width:255px; line-height:26px;}
	.corpo_menu li a{font:bold 12px; display:block; color:#000; width:auto; padding:6px 0 6px 10px; text-indent:8px; text-decoration:none;}
	.corpo_menu li a:visited,  {color:#000;}
	.corpo_menu li a:hover, .corpo_menu li a.active{ text-decoration:underline;}
	.corpo_menu li.lastitem, .corpo_menu li.lastitem a{border-bottom-width: 0;}
	.corpo_menu li.lastitem a{padding: 6px 0 6px 10px;}

#gallery { margin:10px 0 10px 0; list-style-type: none;}
#gallery ul {list-style-type: none;}
#gallery ul li {list-style-type: none;}

	
#footer {min-height:234px; height: auto !important; height:234px; padding-bottom:5px;}
	.foterizzo {background:url(../img/sfondo_mappa.jpg) repeat-x top #fff; }
	.posiziona_footer {padding:10px 0 10px 5px;}
	.posiziona_testo_footer { padding:5px 0 5px 5px;}
	

/*
************************************
003.Special
************************************
*/









#slider {
   width:640px; /* important to be same as image width */
   height:220px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   border:8px solid #62C0FF; float:left; margin-right:20px;
}

#sliderContent {
   width:640px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width:640px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 


