/* Stili generici per l'elemento body */
body {
	background: #D6D6D6;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666;
}

p {	
	line-height: 17px;
	margin-top: 15px;
}

/* Stili generici per i titoli e il testo delle pagine */

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

img {
	border: 0px;
}

h1 {
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  color: #909090;
  margin: 0px auto;
}

h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #014687;
  margin: 16px auto 30px auto;
}

h3 {
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  color: #014687;
  margin: 0px auto;
}

h4 {
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  color: #909090;
  margin: 0px auto;
}

body, strong {
	color: #014687;
}	

.alert {
	color: #F00;
}

ul.lista {
	margin: 10px 10px 0px 15px;
}

ul, li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666
}	

/* link */

a:link       { text-decoration: none; color: #014687}
a:visited    { text-decoration: none; color: #014687}
a:active     { text-decoration: none; color: #014687}
a:hover      { text-decoration: none; color: #00CC00}

a.h:link       { text-decoration: none; color: #666666}
a.h:visited    { text-decoration: none; color: #666666}
a.h:active     { text-decoration: none; color: #666666}
/*a.h:hover      { text-decoration: none; color: #014687} */
a.h:hover      { text-decoration: none; color: #00CC00}

/* tabelle */

table {border-spacing: 0px; }
td {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #66B3FF;}

/* allineamento immagini */

.allinea_sinistra {float:left; margin: 20px 20px 20px 0px;}
.allinea_destra { float:right; margin: 20px 0px 20px 20px;}
.allinea_icona {float:left; margin: 0px 10px 0px 0px;}
.nessun_allineamento {float:none; margin: 10px 0px 10px; auto;}

/* moduli */

.campiform_campo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #014687;
	height: 22;
	border-style:solid;
	border-width: 1;	
 border-bottom-color: #0066CC; 
	background: #f0f0f0;		
	margin: 2px;
} 
.campiform_testo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #014687;
	border-style:solid;
	border-width: 1;	
 border-bottom-color: #0066CC; 
	background: #f0f0f0;	
	margin: 2px;
} 
.campiform_bottone {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #f0f0f0;
	height: 22 !important;
	height: 24;
 border-style:solid;
 border-bottom-color: #0066CC; 
	border-width: 1;
	margin: 2px;
	color: #014687;	
} 

/* layout generale */

#pagina {
	width: 940px;
	margin: 5px auto;
	padding: 0px;
	border: 0px;
	background: #E3E3E3;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 15px 10px 10px 10px;	
}
#testata {
	width: 940px;
 height: 150px;
	margin : 0px;
	padding: 0px;
	overflow: hidden;
}
#area_logo {
	width: 400px;
	height: 130px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 13px;
	padding-left: 5px;
	padding-right: 5px;
 border : 0px; 
	float: left;
	text-align: left;	
	overflow: hidden;	
}
#area_menuv {
	width: 440px;
	height: 130px;
	margin-top: 20px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-left: 5px;
	padding-right: 5px;
 border : 0px;	
	float: right;
	text-align: right;
	overflow: hidden;			
}
aside {
	width: 270px;
	margin-bottom: 15px;
	padding: 0px;
	float: left;
	text-align: left;
	overflow: hidden;		
}
#menu_verticale {
	width: 240px;
	height: auto;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: auto;
	margin-left: 13px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-top: 15px;	
 border : 0px;
/* border-style: dashed; */
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;		
 background-color: #F0F0F0;
 text-align: left;
	overflow: hidden;
}
section {
	width: 670px;
	float: right;
	margin-bottom: 15px;
	overflow: hidden;		
}
article {
	width: 620px;
	height: auto;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: auto;
	margin-left: 7px;
	padding: 15px;
 border : 0px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;		
 background-color: white;
 text-align: left;
	overflow: hidden;	
}
footer {
	width:940px;
	height: 80px;
	overflow: hidden;
	clear: both;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #808080;
}
#colonna_footer_sx {
	width: 380px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: auto;
	margin-left: 13px;
	padding: 5px;
 border : 0px; 
	float: left;
	text-align: left;
	overflow: hidden;		
}
#colonna_footer_dx {
	width: 480px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: auto;
	margin-left: 13px;
	padding: 5px;
 border : 0px;	
	text-align: right;
	float: right;
	overflow: hidden;		
}

/* Showcase image gallery */

#galleria {
 width: 620px;
	height: 236px;
}
#showcase {
	position: relative;
	margin-left: 0px;
	width: 610px;
	height: 236px;
}
#showcase li {
	width: 187px;
	height: 236px;
	float: left;	
	list-style-type: none;
}
#showcase li img {
	width: 100%;
	height: 100%;
}

/* image rollover */

.bottone_chisiamo, .bottone_servizi, .bottone_idee, .bottone_contatti {
width: 105px;
height: 105px;
float: left;
margin-left: 5px;
}
.bottone_chisiamo a {
display: block;
width: 105px;
height: 105px;
background: url(/images/bo_chisiamo.png) no-repeat top left;
}
.bottone_chisiamo a:hover {
background-position: top right;
}
.bottone_servizi a {
display: block;
width: 105px;
height: 105px;
background: url(/images/bo_servizi.png) no-repeat top left;
}
.bottone_servizi a:hover {
background-position: top right;
}
.bottone_idee a {
display: block;
width: 105px;
height: 105px;
background: url(/images/bo_idee.png) no-repeat top left;
}
.bottone_idee a:hover {
background-position: top right;
}
.bottone_contatti a {
display: block;
width: 105px;
height: 105px;
background: url(/images/bo_contatti.png) no-repeat top left;
}
.bottone_contatti a:hover {
background-position: top right;
}
.bottone_mela_ideaplan {
width: 199px;
height: 250px;
float: right;
margin: 20px 0px 20px 20px;
}
.bottone_mela_ideaplan a {
display: block;
width: 199px;
height: 250px;
background: url(/images/mele_ideaplan.png) no-repeat top left;
}
.bottone_mela_ideaplan a:hover {
background-position: top right;
}

/*sottomenu verticale */
#ba {	
	width: 220px;
	padding: 0px;
	margin: 40px 0px 20px 0px;
 overflow: hidden;	
	float: left;
}
#ba_sottomenu {
	width: 220px;
	padding: 0px;
	margin: 20px 0px 10px 0px;
 overflow: hidden;	
 float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	color: #666666;	
	display: block;
}
#ba_sottomenu ul {
	list-style: none; /* elimino i punti elenco */
	margin:0; padding:0; /* elimino i rientri delle liste */
}
#ba_sottomenu ul li {
	margin:0; padding:0; /* elimino i rientri delle liste */
	display: block; /*elimina lo spazio fra gli elementi della lista introdotto da Opera*/
}
#ba_sottomenu ul li a {
	display: block; /* il link occupa tutto lo spazio orizzontale */
	width: 220px;
	border-bottom: 1px dashed #CCC;
	text-decoration: none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
	color: #666666;	
	padding: 7px; /* lascia spazio far il bordo del menu e il testo del link */
	height: 40px;
	/*line-height: 50px;  altezza del link: height e line-height devono avere il medesimo valore */ 
}
#ba_sottomenu ul li a:hover, #ba_sottomenu ul li .current {
	background-color: #FFF; 
	color:#666666; 
}/* colori per l'effetto roll-over */

#ba_sottomenu img {
	float: left;
	padding: 0px;
	margin: 0px 10px 5px 5px;
}	
