/*---------------------------------------- HTML ------------------------------------------*/
body {
	height:100%;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-image:  url("images/bg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}

/*hr {
	border-top: 1px dashed #999999;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}

/*img{
	border: 2px solid #FF0000;
}*/
.pgiustif { font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	text-align: justify; 
	text-indent: 2.5em; 
	margin-bottom: 25px
}
/*---------------------------------------- DIV -------------------------------------------*/

#container {
	width: 960px;
	border: 0px solid gray;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image:  url("images/bg_verticale_new2.jpg");
	background-repeat:repeat-y;
	/*border: 1px solid #ffff00;*/
}

#banner {
	padding: 0px;
	margin:0px;
	height: 160px;
	width:960px;
	/*background-image:  url("images/top.jpg");
	background-repeat:no-repeat;*/
	/*border: 1px solid #ff0000;*/
}

#chiusura_banner {
	margin:0px;
	padding:0px;
	height: 25px;
	width:960px;
	background-image:  url("images/top_2.jpg");
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align:right;
	color: #fb6d00;
}

#contenuti {
	margin: 0px;
	padding: 0px;
	height:auto;
	min-height:413px;
	/*height:413px;*/
	width: 960px;
	background-image:  url("images/bg_contenuti_new2.jpg");
	background-repeat:no-repeat;
	/*border: 1px solid #ff0000;*/
}

#sfondoPagina {
	margin: 0px;
	padding: 0px;
	height:auto;
	width: 960px;
	/*background-color:#0099CC;*/
	background-image:  url(images/bg_sx.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#colonna_centrale {
	float:right;
	width:646px;
	height:auto;
	padding: 0px;
	margin-right:0px;
	/*border: 1px solid #ff0000;*/
}

#colonna_sx {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	padding-left:17px;
	/*border: 1px solid #ff0000;*/
}

#nav {
	/*background-image:url(images/bg_nav_nuovo.jpg);
	background-repeat:no-repeat;
	background-position:top;*/
}

#colonna_dx {
	float: right;
	width: 140px;
	right:0px;
	margin: 0px;
	padding: 0px;
	padding-right:17px;
	/*border: 1px solid #ff0000;*/
}

#piede {
	clear: both;
	padding: 0px;
	width: 960px;
	height: 40px;
	background-image:  url("images/bottom.jpg");
	background-repeat:no-repeat;
	background-position:left;
}

#linea {
	width:97%;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:5px;
}
/*---------------------------------------- CLASS -----------------------------------------*/

/* TESTI */
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left:5px;
	padding-right:5px;
}

.testo_nero {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left:5px;
	padding-right:5px;
}

.testo_giustificato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	color: #000000;
}

.testo_grigio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

.testo_bianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

/* TITOLI */

.titolo_arancione {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fc6d00;
	text-decoration: none;
}

.titolo_bianco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.titolopagine {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #D7661C;
	text-decoration: none;
	padding-left:40px;
	background-image:  url("images/bg_titoli.jpg");
	background-repeat:no-repeat;
	background-position: left top;
}

.titolo_nero {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titolo_nero_piccolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titolo_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color:#000000;
}

/* GRAFICA */


.texture {
	background-color:#F4F7E0;
}

.divisore{
	height:10px;
	background-image:url(images/divisore_orizzontale.gif);
	background-repeat:repeat-x;
	background-position:left;
}

.box {
	width:180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color:#f1f3f5;
	border-top: 1px dashed #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px none #999999;
}

.sfondo_google {
	height:80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color:#FFFF99;
	border-top: 1px dashed #FFCC33;
	border-right: 1px none #FFCC33;
	border-bottom: 1px dashed #FFCC33;
	border-left: 1px none #FFCC33;
}

.contorno {
	border: 1px solid #333333;
}

.boxBianco {
	padding:10px;
	margin:0px;
	width:180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-image:url(images/texture_box.gif);
	background-position:left;
	background-repeat:repeat-x;
	/*background-color:#f1f3f5;*/
	border-top: 1px dashed #cccccc;
	border-right: 1px none #999999;
	border-bottom: 1px dashed #cccccc;
	border-left: 1px none #999999;
}

.descrizione_box{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	
}

.riga {
	background-image:url(images/trattini.gif);
	background-repeat:repeat-x;
	height:10px;
	background-position: center;
}

.input_style{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	border: 1px solid #666666;
}

.button_style{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #000000;
}

/*---------------------------------------- LINK -----------------------------------------*/
/* LINK DEFAULT */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fc6d00;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fc6d00;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #fc6d00;
}

/* LINK PERSONALIZZATI */
.nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	/*color: #cd2020;*/
	/*color: #832c06;*/
	text-decoration: none;
}

.nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	/*color: #cd2020;*/
	text-decoration: none;
}

.nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
	/*background-color: #cd2020;*/
}

.form {
    margin: 0px;
	border: 1px solid #cccccc;
}
.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

.bordoTab {  border: 1px #728229 double}

.news {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-color: #999900;
	padding:5px;
	text-align: left;
	border: 1px solid #CC6600;}
	
.news strong{
	font-size: 12px;
	padding: 0px;
	text-align: left;
}
.news a:link, .news a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.news a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
	background-color:#FF9900;
}

.tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-color: #999900;
	height: 15px;
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	border: 3px solid #CC6600;

}
.tab2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-color: #999900;
	height: 15px;
	width: 100px;
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	border: 3px solid #CC6600;
}

.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
}
span.tit2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-align: left;
	padding: 2px;
}
.scheda {
	color: #FFFFFF;
	background-color: #000000;
	padding: 4px;
	height: 15px;
	width: 100px;
	border: 1px solid #666666;
	float:left;
}

.scheda a:link, .scheda a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

.scheda a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;	
	background-color:#000000;
}

/*
contenitore elementi dell'elenco
*/
.contenitore {
   width: 100%;
   color: #000;
   background-color: #fff183;
}

.topleft { background: url(images/top_left2.gif) no-repeat top left }

.topright { background: url(images/top_right2.gif) no-repeat top right }

.bottomleft { background: url(images/bottom_left2.gif) no-repeat bottom left }

.bottomright { background: url(images/bottom_right2.gif) no-repeat bottom right }

.contenuto { padding: 10px }

/*
contenitore per l'immagine grande ed il testo nella scheda


div#container{width:100%;margin: 0 auto}*/
img.sidepic{float:left;width:45%;border:1px solid #999;padding:4px;margin: 0.3em 1em 0.5em 0}
img.img_nl{float:left;width:20%;border:1px solid #999;padding:4px;margin: 0.3em 1em 0.5em 0}

.thumb{
	border: 1px solid #cccccc;
	padding:8px;
	margin: 0.3em 1em 0.5em 0
	float:center;
}

/*
	stile della fotogallery random
*/
div.box_gallery_random{
    width:335px !important;   /*IE6 e browser moderni*/
    width /**/: 355px;   /*IE5.0 e IE5.5*/
    padding: 0 10px 10px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #fc6d00;
    background: #C7DDFF url(../images/boxbk3.png) no-repeat bottom left;
    }
div.box_gallery_random h2{
    margin:0 -10px;   /* margini espandibili*/
    padding: 10px 10px 0;
    line-height: 1.2;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
    color: #fc6d00;
    background: #C7DDFF url(../images/boxbk3.png) no-repeat top left;
    }
	
/*
	stile per l'elenco delle miniature delle fotogallery
*/
div.pic{float:left;margin: 20px;padding:0 0 12px 0;
    background: url(../images/shadow2.png) no-repeat bottom center}

div.pic img{display: block;border: 1px solid;
    border-color: #CCC #CCC #AAA #CCC;
    padding: 5px;background: #f6f6f6}
