html,body {
	margin: 0px;
	padding: 0px;
	font: 11px lucida grande, verdana;
	color: #000000;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(immagini/fondo2.jpg);
	background-repeat: repeat-x;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
.container {
	margin:auto;
	width:782px;
	padding:0px;
	padding-bottom:0px;
	background-image: url(immagini/fondo.gif);
}
	
.testo {
	font: 12px lucida grande, verdana;
	color: #000000;
	text-decoration: none;
	line-height: 1.4em;
}

.testo2 {
	font: 15px lucida grande, verdana;
	color: #000000;
	text-decoration: none;
	line-height: 1.4em;
}


.testohp {
	font: 11px lucida grande, verdana;
	color: #000000;
	padding:20px 10px 20px 10px;
	text-decoration: none;
	line-height: 1.4em;
}

hr {
	border: 0;
	height: 1px;
	background-color: #000000;
	margin: -15px 0 10px 0;
}

a {
	color: #0577C1;
	text-decoration: none;
}

a:hover {
	color: #0577C1;
	text-decoration: underline;
}

.tasto {
	font: bold 11px 'Lucida Grande', Verdana;
	color: #0577C1;
}

h4 {
	font: bold 13px 'Lucida Grande', Verdana;
	color: #000000;
}

h5 {
	font: bold 12px 'Helvetica', Verdana;
	color: #000000;
	padding: 1.4em;
	margin: 0 0 1.4em 1.4em;
	line-height: 1.8em;
}


h6 {
	font: 10px 'Helvetica', Verdana;
	color: #000000;
	padding: 1.4em;
	margin: 3.4em 0em 1em 1.4em;
	border: 1px dotted #a1a5a9;
	background: #f1f1f1;
	line-height: 1.4em;
}

.img_alimentare {
	border-color: #707070;
	border-width: 1px;
	border-style: solid;
}


-----INIZIO MENU NAVIGAZIONE ------------------------------------

#navcontainer { width: 150px;  margin: 0;border-bottom: 1px dotted #CCCC9A;
}

#navcontainer ul
{
width: 150px;
margin: 0;
padding: 0;
list-style-type: none;
font: bold 0.9em verdana, sans-serif;
}

#navcontainer ul a
{
display: block;
padding: 5px 0 5px 10px;
 
margin: 0;
color: #999;
background-color: #eee;
border: 1px dotted #a1a5a9;
border-bottom: none;
letter-spacing:0;
text-decoration: none;
}

* html #navcontainer ul a {width: 150px;}

#navcontainer ul a:link, #navlist ul a:visited
{
 text-decoration: none;
}

#navcontainer ul a:hover
{
background-color: #fff;
color: #000;
}

-----FINE MENU NAVIGAZIONE -----------------------------------