/**************************************************************************
STRUTTURA PRINCIPALE
**************************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin:0;
	background: url(images/top.png) no-repeat left top;
	text-align: center;
	padding:0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	position: relative;
	z-index:1;
}
#contenitore {
	width: 900px;
	text-align:left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
h1#testata {
	width: 900px;
	height: 150px;
	background-image: url(images/testata.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
	margin:0;
	padding:0;

}
h1#testata span{
    position:relative;
	z-index:-1;
}
#piede {
	clear: left;
	height: 160px;
	width: 900px;
	background-image: url(images/piede10.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	float:left;
	margin: 0px;
}
#corpo {
	background-color: #FFF;
	background-image: url(images/bg_corpo.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 900px;
}


h1 {
	font-size: 1.8em;
	margin-right: 290px;
	margin-left: 45px;
	font-family: "Times New Roman", Times, serif;
	color: #337A8B;
	margin-top: 0px;
	font-weight: bold;

}



h2 {
	font-size: 2em;
	margin-right: 290px;
	margin-left: 45px;
	font-family: "Times New Roman", Times, serif;
	color: #004700;
	margin-top: 0px;
	font-weight: bold;

}
/*****************************************************************************
MENU' DI NAVIGAZIONE A LINGUETTE
*****************************************************************************/

#navigation {
    background:transparent; margin:0 auto 0 40px; height:3.5em;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ }

#navigation ul {
   margin:0; padding:0; list-style-type:none; background:#666666;}
  
#navigation li {
   display:block; float:left; margin:0 1px;}
   
.linguetta {
   background:transparent;}
   
.linguetta span {
	text-align:center;
	color:#CC6600;
	margin:0;
	font-weight:normal;
	padding-top: 5px;
	padding-bottom: 2px;
}

.b1, .b2, .b3, .b4 {display:block; font-size:1px;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ }


.b1, .b2, .b3 {height:1px;}
.b2, .b3, .b4 {border-left:1px solid #000; border-right:1px solid #000;}
.b1 {margin:0 5px; background:#000;}
.b2 {margin:0 3px; border-width:0 2px;}
.b3 {margin:0 2px;}
.b4 {height:2px; margin:0 1px;}
.boxcontent {display:block; border-left:1px solid #D4F9A5; border-right:1px solid #D4F9A5;}

a.menu, a.menu:visited {display:block; text-decoration:none; width:9.5em;}
a.menu:hover {background:transparent; cursor:pointer;}
a.menu:hover span {padding-top:20px; background:#000;color:#FFCC66;}



.nero {background:#000;}


a:hover b.nero {background:#000;}


.active {padding-top:20px; background:#000; cursor:default;}


/**************************************************************************
MENU' DI NAVIGAZIONE PRINCIPALE CHE UTILIZZA LISTA DI DEFINIZIONE
**************************************************************************/


#menu dl {
   width: 197px; 
   margin: 10px 47px 0 auto; 
   padding: 0 0 37px; 
   background: #000 url(images/b_bottom_menu.png) no-repeat left bottom;
   float:right;
   display:inline;}
   
#menu dt {
	margin:0;
	padding: 9px 10px 3px;
	font-weight:bold;
	color: #9DDC6B;
	border-bottom:1px solid #999999;
	background: #000000 url(images/top.png) no-repeat left top;
	text-align: center;
}
#menu dd {
	margin:0;
	padding:0;
	color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

#servizi a, #servizi a:visited {
    color:#000000; 
    text-decoration:none; 
    display:block; 
    padding:7px 5px 4px 23px;
    background: #FFFFCC url(images/green-r.gif) no-repeat 10px 7px; 
    width:167px;
}


#servizi a:hover {background: #000 url(images/green-l.gif) no-repeat 4px 7px; color:#FFF;}
#servizi a:focus {background: #000 url(images/green-l.gif) no-repeat 4px 7px; color:#FFF;}
#servizi a:active {background: #000 url(images/green-l.gif) no-repeat 4px 7px; color:#FFF;}

#servizi .voceCorrente a {background: #000 url(images/green-l.gif) no-repeat 4px 7px;color:#FFF;cursor: text;}
#servizi .voceCorrente a:link {background: #000 url(images/green-l.gif) no-repeat 4px 7px;color:#FFF;cursor: text;}
#servizi .voceCorrente a:visited {background: #000 url(images/green-l.gif) no-repeat 4px 7px; color:#FFF;cursor: text;}
#servizi .voceCorrente a:hover {background: #000 url(images/green-l.gif) no-repeat 4px 7px; color:#FFF;cursor: text;}
#servizi .voceCorrente a:focus {background: #000 url(images/green-l.gif) no-repeat 4px 7px; color:#FFF;cursor: text;}
#servizi .voceCorrente a:active {background: #000 url(images/green-l.gif) no-repeat 4px 7px; color:#FFF;cursor: text;}


/********************************************************************************
CLASSI VARIE
********************************************************************************/

.paragrafo {
	text-align: justify;
	padding-right: 290px;
	padding-left: 45px;
	margin:0;
}
.grafica {
	text-align: justify;
	padding-right: 290px;
	padding-left: 45px;
	margin:0;
	padding-bottom:20px;
}


/********************************************************************************
BOTTONI DI VALIDAZIONE NEL PIEDE
*******************************************************************************/


a.minibutton{font:9px arial,sans-serif;
    text-transform:uppercase;text-decoration:none;
    border: 1px solid;border-color: #CCC #666 #666 #CCC;
    padding-left:0.2em;background:#FFF;color:#555}
a.minibutton:hover{border-color:#333 #999 #999 #333}
a.minibutton span{padding: 0 0.2em}
a.validator{color:#0C479D}
a.validator span{background: #FC6;color:#000}

a.browser{background:#F1F1F1;color:#000}
a.browser span{background:#F60;color:#FFF}



/******************************************************************************
CITAZIONI
******************************************************************************/



blockquote {
	width: 25em;
	text-align: left;
	text-indent: 25px;
	background: url(images/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 10px;
	float: right;
	margin-right: 75px;
	display: inline;
}

blockquote p {
	line-height: 1.8;
	margin: 0;
	display: inline;
	padding-right: 24px;
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #000099;
}


cite {
	text-align: right;
	display: block;
}
#piede p {
	padding-top: 20px;
}
acronym {
	cursor: help;
}
.invisible {
	display: none;
}



/******************************************************************************
STILE PER SLIMBOX
******************************************************************************/

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
#gallery {
	margin-right: 47px;
	margin-left: 40px;
	margin-top: 30px;
}
#gallery a img {
	padding: 8px;
	margin-right: 30px;
}
#gallery a:link img {
	padding: 8px;
	border: 1px solid #CCC;
	margin-right: 30px;
}

#gallery a:visited img {
	padding: 8px;
	border: 1px solid #CCC;
	margin-right: 30px;
}
#gallery a:hover img, a:focus img, a:active img {
	padding: 8px;
	border: 1px solid #000;
	margin-right: 30px;
}


h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #669966;
}
#siti_internet {
	float: left;
	display:inline;
	margin-right: 30px;
	margin-left: 0px;
	margin-top: 30px;
	padding-bottom: 30px;
}
#siti_internet img{
margin-right:10px;

}


#siti_internet a:link img,
#siti_internet a:visited img{
	padding:5px;
	border:1px solid #000;
	background-image: url(images/icone_siti_web/sfondo_body.jpg);
	background-repeat: repeat;
}

#siti_internet a:hover img,
#siti_internet a:focus img,
#siti_internet a:active img{
	padding:5px;
	border:1px solid #003300;
	background-image: url(images/icone_siti_web/sfondo_body.gif);
	background-repeat: repeat;
}
.steps {
	background-image: url(images/sun.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 351px;
	width: 899px;
}
.one {
	height: 236px;
	width: 236px;
	margin-left: 40px;
	background-image: url(images/box1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-right: 14px;
	display: inline;
	margin-top: 20px;
}
.one h3 {
	font-weight: normal;
	text-align: center;
	color: #FF6600;
	font-size: 2em;
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 0px;
}
.one p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
a.esterno {
	color: #000000;
	padding-right:16px;
	background:url(images/external.gif) 100% 50% no-repeat;
	height:0;
	vertical-align:bottom;	}

.faq{
	padding-top:20px;
	padding-bottom: 40px;
}
	 
.faq a:link,
.faq a:visited{
	color:#FF3300;
	margin-left: 45px;

   }
   
   
ul{
	text-decoration:none;
	list-style-type: none;
  }
  
li h3 a:link,
li h3 a:visited{
	color:#C74F00;
	font-size: 0.82em;
	padding-left:4px;
	}
	

li h3 a:hover,
li h3 a:focus,
li h3 a:active{
	font-size: 0.82em;
	padding-left:4px;
	color: #006633;
	}
	
/************************************************************************
FORMATTAZIONE DEI LINKS INTERNI AL SITO INTERNET
************************************************************************/
.link_web_interni {
	color: #000000;
	text-decoration: none;
}
