html body { 
	background-color: #003399; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
/* link classico*/
a:link { 
	text-decoration: underline; 
	color: #000000; 
}
a:visited { 
	text-decoration: underline; 
	color: #000000; 
}
a:hover { 
	color: #6699FF; 
	text-decoration: none; 
} 
/*riservato a index.htm */
a.linklogo:link { 
	text-decoration: underline; 
	color: #999999; 
}
a.linklogo:visited { 
	text-decoration: underline; 
	color: #999999; 
}
a.linklogo:hover { 
	color: #00CC00; 
	text-decoration: none; 
} 
/* menu alto */
a.menu:link { 
	text-decoration: none; 
	color: #CCCCCC; 
}
a.menu:visited { 
	text-decoration: none; 
	color: #CCCCCC; 
}
a.menu:hover { 
	color: #FFFF00; 
	text-decoration: underline; 
} 
/* menu prodotti */
a.menuprodotti:link { 
	text-decoration: none; 
	color: #FF0000;
	font-size: 9px;
}
a.menuprodotti:visited { 
	text-decoration: none; 
	color: #FF0000;
	font-size: 9px;
}
a.menuprodotti:hover {  
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
} 
/* stili della pagina */
#dimensione {
	width:800px;
	height:auto;
	margin:10px auto;
	padding:0;
	border:1px;
	border-color:#000000;
	border-style:solid;
	background-color: #000000;
}
div#testoprodotti {
	margin-left: 13em;
	padding: 1em;
	background-color: #fff;
	min-height:300px;
} 
div#testo {
	/*margin-left: 13em;*/
	padding: 1em;
	background-color: #fff;
	min-height:300px;
} 
div#menu {
	color: #CCCCCC;
	margin-top: 0px;
	float: none;
	background-color:#000000;
}
div#fondo {
	clear:right; 
	text-align:center; 
	padding: 0.5em;
	color: #CCCCCC;
    background-color: #000000;
}
div#menuprodotti {
	margin-top: 20px;
	float: left;
    width: 13em;
	margin-left:8px;
	color: #CCCCCC;
}
/*rollover tasti menu di navigazione*/
div#menu a{
	display: block;
	width: 100px;
	line-height: 20px;
	text-decoration: none;
	background: url("immagini/tasto_menu.jpg") no-repeat left;
}
div#menu a:hover{
	background-position: -100px;
}
