#MenuPrincipale, #MenuProdotti, #MenuServizi {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#LayerTesto1, #LayerTesto2, #LayerTesto3, #LayerTesto4, #LayerTesto5, #LayerTesto6, #LayerTesto7, #LayerTesto8, #LayerCorpoDidascalia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.coloreBase, .coloreBase a:link, .coloreBase a:visited {
	color: #999999;
	text-decoration: none;
}
.colore1, #LayerAzienda a:hover, #LayerFornitura a:hover {
	color: #00903E;
	text-decoration: none;
}

.colore1Grande {
	font-size: 20px;
	color: #00903E;
}

.colore2, #LayerProdotti a:hover, #MenuProdotti a:hover {
	color: #A73536;
	text-decoration: none;
}

.colore2Grande {
	font-size: 20px;
	color: #A73536;
}

.colore2GrandeCentrato {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #A73536;
	text-align:center;
}

.colore3, #LayerServizi a:hover, #MenuServizi a:hover {
	color: #007CC3;
	text-decoration: none;
}

.colore3Grande {
	font-size: 20px;
	color: #007CC3;
}

.colore3GrandeCentrato {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #007CC3;
	text-align:center;
}

.colore4, #LayerComeRaggiungerci a:hover {
	color: #FF9900;
	text-decoration: none;
}

.colore4Grande {
	font-size: 20px;
	color: #FF9900;
}

.piccolo, .piccolo a:link, .piccolo a:visited {
	color: #A73536;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	text-decoration: none;
}

#LayerPiede, #LayerPiede a {
	color: #000000;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	text-decoration: none;
}

.centrato {
	text-align: center;
}

body {
	background-color: #FFEFDF;
}

#LayerPrincipale{
	position:absolute; 
	left:50%; 
	top:0px; 
	width:900px; 	 
	z-index:1; 
	margin-left:-450px;
	background-color:#FFEFDF;
}

