

body {
	margin: 0;
	padding: 0;
	width:100%;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#003a8c;	
	background: #f2f2f2 url(/img/bg-body.gif) repeat-x top center;
}

#pagina {
	background: #fff url(/img/bg-flash.gif) no-repeat top right;
	width:754px !important;
	width:760px;
	padding:2px;
	border:1px solid #dbc99f;
	}

#top, #pagina, #bottom {
	width:760px;
	margin: 0 auto;
	text-align:left;
	}
	
#contenuto {
	font-size:0.85em;
	color:#4c4c4c;
	}
	
#thumbs {
   width:310px;
   float:right;
   margin:10px 20px 10px 10px !important;
   margin:22px 10px 10px 10px;
   text-align:right;
}
#thumbs img {
   margin: 0 0 6px 6px;
   border:1px solid #dbc99f;
}

/* ----------------- inizio TOP ----------------- */
#top-bg {
	/*background: #fff url(/img/bg-top.gif) repeat-x top left;*/
	}	
#top{
	height: 113px;
	background: url(/img/top.gif) no-repeat top center;
	width:100%;
	}
#top-sx{
	width:550px;
	float:left;
	font-size:0.75em;
	font-weight:bold;
	color:#fff;
	margin-top:130px;
	}
#top-dx{
	width:100px;
	float:right;
	text-align:right;
	margin-top:128px;
	}
#top-dx li{display:inline;}
/* ----------------- fine TOP ----------------- */

/* ----------------- inizio MENU' ----------------- */
#menu{
    font-size:0.9em;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:18px;
	background-color:#000000;
	border-bottom:1px solid #7f7f7f;
	}
#menu li{
	display:inline;
	padding-right:15px;
	font-weight:bold;
	}
#menu a{
	color:#fff;
	text-decoration:none;
	}
#menu a:hover{
	color:#dcb967;
	text-decoration:underline;
	}
/* ----------------- fine MENU' ----------------- */

#menu-contestuale{
	padding:2px 0 0px 0;
	font-size:0.75em;
	width:550px;
	/*border:1px solid #000;*/
	float:left;
	color:#9c7742;
	/*border:1px solid #000;*/
	}

#menu-contestuale a,#menu-contestuale a:hover{color:#9c7742;}
	
.inizio-pagina{
	background: #f8f1e1 url(/img/torna-inizio-pagina.gif) no-repeat 160px 8px;
	padding: 10px 0 10px 18px;
	font-weight:bold;
	font-size:1.1em;
	margin-top:30px;
	}
	
.inizio-pagina a,.inizio-pagina a:hover{color:#996633;}
#bottom {	
	color:#4c4c4c;
    font-size:0.75em;
	text-align:center;
	padding:22px 0 22px 0;
	line-height:18px;
	}
#bottom a{color:#996633;font-weight:bold;}


	
	
p, ul, h1, h2, h3 {
	padding: 0;
	margin: 0;
	}
#contenuto p{
   line-height:1.5em;
   margin-bottom:10px;
   padding-right:10px;
   padding-left:18px;
}
	
ul {
    list-style-type:none;
	}
#contenuto ul{
   line-height:1.2em;
   margin-bottom:10px;
   padding-right:80px;
}
#contenuto ul li{
   padding-left:16px;
   background: url(/img/puntoelenco_contenuti.gif) no-repeat left 7px;
   margin-bottom:12px;
   }
	
img {
    border:0;
	}
.img-horizontal {
    margin-bottom:10px;
	border: 1px solid #fff;
	border-left:none;
	}
.img-piantine {
	border: 1px solid #a9dce8;
	margin-bottom:10px;
	}
	
a{
   color:#00a9d3;
   text-decoration:none;
	}
a:hover{text-decoration:underline;}

.ul-piantine a{color:#003a8c;}
.ul-piantine a:hover{color:#02b1e4;}

.grassetto {font-weight:bold;}
.grassetto-corsivo {font-weight:bold; font-style:italic;}
.nofloat {clear: both;}
.tratteggio{ 
    border-bottom:1px solid #a9dce8;
    margin-bottom:14px;
	margin-top:18px;
	clear:both;
	}


h1 {
	color:#999999;
	font-size:1.4em;
	padding:1px 0 0 24px;
	margin-bottom:20px;
	margin-left:18px;
	margin-top:14px;
	background: url(/img/h1.gif) no-repeat top left;
	}
h1 a{color:#00a9d3;}
h1 a:hover{color:#028fc3;}
	
h2 {
	color:#0284de;
	font-size:1.3em;
	margin-bottom:4px;
	}
h2 a{color:#0284de;}

h3 {
	color:#0281b6;
	font-size:1.1em;
	margin-bottom:4px;
	}
h3 a{color:#0281b6;}

.img-interna {
	float:left;
	margin-right:5px;
	margin-top:5px;
	}	
.img-interna-dx {
	float:right;
	margin-left:5px;
	margin-top:5px;
	}
.img-interna img, .img-interna-dx img {
	border: 1px solid #fff;
	}
	


/* ------------------------------ inizio FORM -------------------------------------- */
/* ---- formattazione generale ---- */
form, fieldset {
   padding:0;
   margin:0;
}
form{
   margin-bottom:20px;
   border:1px solid #bfe7f0; /* elemento da personalizzare */
   background-color:#daf5f9;/* elemento da personalizzare - come l'inizio della sfumatura su fieldset */
   padding-top:10px;
}
legend {display:none;}
fieldset {
  border: none;
  padding: 0 10px 14px 10px;
  background: #f1ffff url(/img/bg-fieldset.gif) repeat-x left top;/* elemento da personalizzare */
}
.etichetta, .ultima-etichetta{
  float:left;
  width:50%;
  border-bottom:1px solid #bfe7f0;
  line-height:1.6em;
  margin:10px 10px 0 0;
  clear:both;
}
.ultima-etichetta{
  border-bottom:none;
}
input, select {
  margin: 10px 0 6px 0;
  float:left;
  }
select {width:47.6%;}
form p {padding:0 6px 0 6px; float:left;}


/* ---- formattazioni specifiche ---- */
.btn-form {/* elemento da personalizzare APPLICANDO LA CLASSE */
   color:#fff;
   border: 1px solid #fff;
   font-weight:bold;
   padding: 2px 4px 4px 4px !important; 
   padding: 2px 0 2px 0;
   background: #39cce3 url(/img/form_bg_btn.gif) repeat-x left bottom;
}
.btn-container{
   width:48%;
   text-align:left;
   padding-top:4px;
   float:right;
}
.btn-container-2 {
   width:100%;
   text-align:center;
   padding:2px 0 7px 0;
   background-color:#fff6ed;
}
.etichetta-2{width:100%;}

#form-theme form {
   background-color:#fff;
   padding-top:0;
}
#form-theme .etichetta{
  float:left;
  width:48%;
  margin:0;
  padding: 6px 0 6px 0;
  clear:both;
}
#form-theme .btn-container .btn-form, #form-theme .btn-container-2 .btn-form {
   float:none;
   width:auto;
}
#form-theme input, #form-theme select, #form-theme textarea {
  margin-bottom:6px;
  width:48%;
  float:right;
}
#form-theme .btn-radio {
  width:10%;
  float:left;
}




/* ------------------------------ TABELLE -------------------------------------- */
table {
    font-size:1em;
	background-color:#f9f9f8;
	margin-left:18px;
	margin-bottom:15px;
	}
td {
	margin:0;
	padding:7px;
	width:25%;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#333333;
	}
table .head {
    font-weight:bold;
	color:#fff;
	background-color:#00a9d3;
	}
table .row {
	background-color:#daf2f6;
	}
	
	
	
	
/* ------------------------------ GALLERIA FOTOGRAFICA -------------------------------------- */
#photogallery {
   position:relative;
   width:720px;
   min-height:410px;
   height:410px;
   /*border:1px solid #000;*/
   }
#photothumbs {
   width:214px;
   float:right;
   /*background-color:#ff0000;*/
   }
#photothumbs a {
   display:block;
   float:right;
   margin:0 0 5px 5px;
   width:44px !important;
   height:44px !important;
   width:46px;
   height:46px;
   border:1px solid #fff;
   /*background-image: url(/img/gallery_over.gif);*/
   background-color:#14b5d1;
   background-position:center center;/* per IE7 lasciare la sintassi separata per il posizionamento*/
   }
#photothumbs a img {
   width:44px;
   height:44px;
   border:0;
   }
#photothumbs a:hover {
   border-color:#005e76;
   }
#photothumbs a:hover img {
   position:absolute;
   margin-top:1px;
   width:500px;
   height:400px;
   left:0px;
   top:0;
   /*border:3px solid #000;*/
   }
.divimg {
   position:absolute;
   margin-top:1px;
   width:500px;
   height:400px;
   left:0px;
   top:0;
   /*border:3px solid #ccc;*/
   text-align:center;
   background-position:center center;
   background-repeat:no-repeat;
   }
	
#icone-top{
	width:100px;
	float:right;
	text-align:right;
	/*border:1px solid #000;*/
	}
#icone-top li{display:inline;}
#flash{margin-top:13px;}
