/* CSS Document */
body {
	background:#EBECCD url('./immagini/pagina/sfondo_pagina.jpg') repeat-x; 
	text-align:center; 
	margin-top: 0;
	font-family:"Trebuchet MS", Georgia, serif;
}
 div#contenitore {background:#fff; width:960px; margin:0 auto; text-align:left; }
  div#header {background:#fff; width:960px;}
  div#corpo {
	width:960px;
	float:left;
}

/* menu top */

  #menu {
	width:535px;
	height: 20px;
	float:left;
	background-color: #FF8E01;
}

	#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#menu li{
	font-size: 0.9em;
	display: inline;
	margin: 0;
	padding: 0;
	}
	#menu a:link, #menu a:visited{
	float:left;
	color: #fff;
	padding: 0 0.7em 0 0.7em;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}
	#menu a:hover, #menu a:focus, #menu a:active{
	color: #393939;
	}
	
/* menu settori */

div#menusettori {
	width:425px;
	height: 18px;
	float:left;
}

.farmaceutico {
	width:142px;
	height: 18px;
	background: #9BBFB3;
	display:block;
	float:left;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
	list-style-type: none;
}

.farmaceutico a:link, .farmaceutico a:visited{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	}
.farmaceutico a:hover, .farmaceutico a:active{
	color: #9BBFB3;
	display: block;
	background-color: #FFF;
	list-style-type: none;
	}
	
.farmaceutico_thispage {
	width:142px; 
 	height: 17px; 
 	background: #FFF; 
 	float:left; 
 	font-size: 11px; 
 	color: #9BBFB3; 
 	text-align: center; 
 	font-weight: bold; 
 	padding-top: 1px; 
 	border-width: 1px 0; 
 	border-style: solid; 
 	border-color: #9bbfb3;
	list-style-type: none;
	}

.alimentare {
	width:142px;
	height: 18px;
	background: #E9BA35;
	float:left;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
	list-style-type: none;
}
.alimentare a:link, .alimentare a:visited{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	}
.alimentare a:hover, .alimentare a:active{
	color: #E9BA35;
	display: block;
	background-color: #FFF;
	list-style-type: none;
	}
.alimentare_thispage {
	width:142px; 
 	height: 17px; 
 	background: #FFF; 
 	float:left; 
 	font-size: 11px; 
 	color: #E9BA35; 
 	text-align: center; 
 	font-weight: bold; 
 	padding-top: 1px; 
 	border-width: 1px 0; 
 	border-style: solid; 
 	border-color: #E9BA35;
	list-style-type: none;
	}

.cosmetico {
	width:141px;
	height: 18px;
	background: #E5989A;
	float:left;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
	list-style-type: none;
}

.cosmetico a:link, .cosmetico a:visited{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	}
.cosmetico a:hover, .cosmetico a:active{
	color: #E5989A;
	display: block;
	background-color: #FFF;
	list-style-type: none;

	}
.cosmetico_thispage {
	width:141px; 
 	height: 17px; 
 	background: #FFF; 
 	float:left; 
 	font-size: 11px; 
 	color: #E5989A; 
 	text-align: center; 
 	font-weight: bold; 
 	padding-top: 1px; 
 	border-width: 1px 0; 
 	border-style: solid; 
 	border-color: #E5989A;
	list-style-type: none;
	}

/* contenitore testi */	

   div#testo {
   		width:958px;
   		background: #fff; 
   		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #FF8F00;
		border-left-color: #7BA2A7;
		clear:left;
		}
	
	.TestoArancio {
	font-size: 11px; 
	color: #FF8F00;
	}
	
	.TestoGrigio {
	font-size: 11px; 
	color: #423E3C;
	}
	
	.TestoFuchs {
	font-size: 11px; 
	color: #FF8F00;
	}
	
	.TestoFuchs a:link, .TestoFuchs a:visited{
	color: color: #FF8F00;
	text-decoration: none;
	}
	.TestoFuchs a:hover, .TestoFuchs a:active{
	color: color: #FF8F00;
	}
	
/* contenitore settori */	
   div#settori {
	width:800px;
	margin-left: 80px;
	}
	
/* contenitore solo testo pagine */	
   div#solotesto {
	width:800px;
	margin-left: 80px;
	padding-top: 40px;

	}
	
	.testi {
	font-size: 0.9em;
	color: #423E3C;
	text-align: justify;
	}
	.testi img {float:left; margin-right:20px;}
	.testi h2 {font-size:0.9em }
	.testi h3 {font-size:1.1em}
	.testi span {color:#FB810E;}
	
	.testi a:link, .testi a:visited{
	color: #547C90;
	text-decoration: underline;
	}
	.testi a:hover, .testi a:active{
	color: #FB810E;
	text-decoration: underline;
	}
	
/* titoli e testi settori */	

.TitoloSettore {
	font-size: 15px;
	color: #393939;
	font-weight: bold;
	}

.TitoloCosmetico {
	color: #E5989A;
	}
	
.TitoloFarmaceutico {
	color: #9BBFB3;
	}
	
.TitoloAlimentare {
	color: #E9BA35;
	}
	
.TitoloProdotti {
	font-size: 12px; 
	color: #393939;
	}
		
.TestoProdotti {
	font-size: 11px;
	color: #393939;
	text-align: justify;
	padding: 15px;
	}
	
/* tabella settore farmaceutico */
	
.blocco {
	width:40%;
	margin:0 5% 2.5%;
	float:left;
	font-size:0.8em;
	text-align: justify;
}
			.blocco .blsx {clear:left;}
			 .blocco img {float:left; margin-right:6px;}
			 h1.h1farm {clear:left; font-size:1.0em;}
			 h1.h1farm span {color:#9BBFB3;}
			 h2.h2farm {clear:left; font-size:1.1em; margin-left:5%; margin-top:2%; }
			 h2.h2farm span {color:#9BBFB3;}
			 .blocco h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 140px; background:#FFF url('./immagini/pagina/freccia_F.jpg') no-repeat 120px center;}
			 .bloccounicofarm {clear:left; margin:0 5% 2.5%; font-size:0.8em;}
			 .bloccounicofarm h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 20px; background:#FFF url('./immagini/pagina/freccia_F.jpg') no-repeat 0 center;}

/* tabella settore cosmetico */	
.bloccocosm {
	width:90%;
	margin:0 5% 2.5%;
	float:left;
	font-size:0.8em;
	text-align: justify;
}	 
			 .bloccocosm {clear:left;}
			 .bloccocosm img {float:left; margin-right:6px;}
			 h1.h1cosm {clear:left; font-size:1.0em;}
			 h1.h1cosm span {color:#E5989A;}
			 h2.h2cosm {clear:left; font-size:1.1em; margin-left:5%; margin-top:2%; }
			 h2.h2cosm span {color:#E5989A;}
			 .bloccocosm h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 190px; background:#FFF url('./immagini/pagina/freccia_C.jpg') no-repeat 170px center;}
			 .bloccounicocosm {clear:left; margin:0 5% 2.5%; font-size:0.8em;}
			 .bloccounicocosm h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 20px; background:#FFF url('./immagini/pagina/freccia_C.jpg') no-repeat 0 center;}

/* tabella settore alimentare */	
.bloccoalim {
	width:90%;
	margin:0 5% 2.5%;
	float:left;
	font-size:0.8em;
	text-align: justify;
}	 
			 .bloccoalim {clear:left;}
			 .bloccoalim img {float:left; margin-right:6px;}
			 h1.h1alim {clear:left; font-size:1.0em;}
			 h1.h1alim span {color:#E9BA35;}
			 h2.h2alim {clear:left; font-size:1.1em; margin-left:5%; margin-top:2%; }
			 h2.h2alim span {color:#E9BA35;}
			 .bloccoalim h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 190px; background:#FFF url('./immagini/pagina/freccia_A.jpg') no-repeat 170px center;}
			 .bloccounicoalim {clear:left; margin:0 5% 2.5%; font-size:0.8em;}
			 .bloccounicoalim h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 20px; background:#FFF url('./immagini/pagina/freccia_A.jpg') no-repeat 0 center;}
	
/* footer */	

  div#footer {background:#ebeccd; clear:left; border-top:1px solid #7BA2A7; text-align:left; }
