/* CSS Document */


.main{
	height: auto;
	width: 1012px;
}

#flash{
	height: 650px;
	width:1012px;
	margin-bottom: 30px;
}

#flash-interno{height: 505px;
	width:1012px;
	margin-bottom: 30px;}

.box{
	height: 124px;
	width: 265px;
	padding-top: 65px;
	padding-right: 15px;
	text-align: right;
}

.testibox{font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: right;}

a.testibox{	color: #333333;}
.testibox a:hover{color: black;}

.spazio{
	width: 84px;
	height: 185px;
}

#footer{
	margin: 0 auto;
	margin-top: 20px;
	width: 1012px;
	height: 30px;
	background-image:url(images/fondo-footer.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	
}

#dati-footer{
	margin: 0 auto;
	background-color: white;
	width:500px;
	height: 30px;
	font-family: arial;
	font-size: 10px;
	line-height: 27px;
	color: #333333;		
}

a.dati-footer{	color: #333333;		
}

/*------------- pagine prodotti ---------------*/

.sinistra{
	height: auto;
	width: 300px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right: 1px solid  #CCCCCC;
}

.destra{
	height: auto;
	width: 660px;
	padding-left: 20px;
	padding-bottom:20px;
}

.testo-prodotti{
	height: auto;
	width: 390px;
	padding-bottom: 20px;
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: justify;
}

.foto{
	height: auto;
	width: 260px;
}

.sototitoli{
	font-family: arial;
	font-size: 14px;
	font-style: italic;
	color: #333333;
}

.titoli-alghe{
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	color: #f68428;
	font-weight: bold;
}

#titoletti{
	width: auto;
	height:18px;
	font-family: "Arial Black", Arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #333333;
	text-indent: 11px;
	background-image:url(images/quadrato-arancio.gif);
	background-repeat:no-repeat;
	margin-bottom: 5px;
	margin-top: 5px;
}

ul.sottomenu {
	width:260px;
	list-style:none; /* elimino i punti elenco */
	margin: 15px;padding:0px; margin-top:0px; padding-bottom: 0px;/* elimino i rientri delle liste */
	font-family: "Arial black", arial;
	text-indent: 15px;
	line-height:21px;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #333333;
	}
	
ul.sottomenu li {width:260px;
	list-style:none; /* elimino i punti elenco */
	background-image:url(images/lista.gif);
	background-repeat:no-repeat;	
	font-family: "Arial black", arial;
	text-indent: 15px;
	line-height:21px;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #f68428;}


ul.sottomenu li a {
	display:block; /* il link occupa tutto lo spazio orizzontale */
	text-decoration:none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
	padding:0 ; /* lascia spazio far il bordo del menu e il testo del link */
	height:2em;
	line-height:2em; /* altezza del link: height e line-height devono avere il medesimo valore */
	color:#333333;
	background-image:url(images/lista.gif);
	background-repeat:no-repeat;	
}

ul.sottomenu li a:hover{color:#4b80b1}

.didascalia{
	font-family: arial;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	color: #606060;	
}
.iva{
	line-height: 16px;	
}
.iva img{
	margin-bottom: 10px;	
}


