@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding:0px;
}

/* Ripulisce i div da tutte le direttive*/
.clearer{clear:both; line-height:0;}
/* Flotta a sinistra*/
.left{float:left;}
/* Flotta a destra*/
.right{float:right;}

a{
	color: #fff;
	text-decoration:none;
	outline-style: none;
}

a:hover{
	color: #333;
	text-decoration:none;
}

/* **********************  C O N T E N I T O R E ************************ */ 
body{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
	
}

#wrapper{
	width:900px;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	background:url(../immagini/sfondo_top_simoncelli.jpg) no-repeat;
	background-repeat:no-repeat;
}

#content{ 
	 margin:0px;
	 padding:0px;	
}


#parte_bassa{ 
	  margin: 100px auto;
}

#basso_home{ 
	  margin: 30px 0 50px 0;
	  border-right: 1px dotted #ccc;
	  width: 260px;
	  height: 120px;
	  float: left;
	  margin-right:15px;
	  padding-right: 5px;
}

#basso_home_s{ 
	  margin: 30px 0 50px 0;
	  width: 260px;
	  height: 120px;
	  float: left;
	  margin-right:15px;
	  padding-right: 5px;
}

#filosofia_sx{ 
	  margin: 30px 0 50px 0;
	  width: 390px;
	  float: left;
	  margin-right:15px;
	  padding-right: 5px;
}

#filosofia_dx{ 
	  margin: 60px 0 50px 0;
	  width: 400px;
	  float: left;
}

#contatti_sx{ 
	  margin: 30px 0 50px 0;
	  width: 220px;
	  float: left;
	  margin-right:15px;
	  padding-right: 5px;
}

#contatti_dx{ 
	  margin: 60px 0 50px 0;
	  width: 600px;
	  float: left;
}

#content_preventivo{ 
	  margin: 30px 0 60px 0;

}


#fotovoltaico_top{ 
	  margin-top:5px;
	  margin-bottom:10px;
	  border-bottom: 1px dotted #ccc;  
	  height: 150px;
	  margin-right:90px;
}

#fotovoltaico_top td.fv a{ 
	color: #3398FF;
}

#fotovoltaico_top td.cl a{ 
	color: #f00;
}

#fotovoltaico_top td.bc a{ 
	color: #FF9800;
}

#fotovoltaico_top td.nb a{ 
	color: #33CB00;
}

#fotovoltaico_top td.in a{ 
	color: #FF00FF;
}


/* **********************  M E N U    *********************************** */
#menu{
	width: 600px;
	height: 50px;
	margin:120px 0 0 0;
	float: left;
	/*background:url(../immagini/menu_sfondo.jpg) no-repeat; */ 
}

#voci_menu{
	display:block;
	float:left;
	color:#fff;
	font-size:13px;
	letter-spacing:1px;
	text-decoration:none;
	text-align:center;
	margin: 5px;
	
} 

#voci_menu li{
	display:inline;
	background-repeat:no-repeat;
	padding:0 0px 0 30px;
	
}

#voci_menu a:link, #voci_menu a:visited{
	float:left;
	background: url(../immagini/menu_sfondino1.jpg) center top no-repeat;
	color: #fff;
	margin: 0em;
	padding: 0.3em 1.5em 0.3em 1.5em;
	text-decoration:none;
}

#voci_menu  a:hover, #voci_menu  a:focus, #voci_menu a:active {
	background: url(../immagini/menu_sfondino2.jpg) center top no-repeat;
	color: #F00;
}


#voci_menu a.checked{
	color:#F00;
}

/* **********************  F O O T  E  R  ******************************** */
#footer {
	height: 100px;
	
	float: left;
	margin-bottom: 25px;
	font-size:10px;
	color:#666;
	border-top: 1px dotted #ccc;
	padding-top:10px;
	margin-right:70px
	
}

#footer a{
	color:#f00;
	text-decoration:underline;
}
