#container {
	width: 926px;
	background: url(img/sfondo_verde.jpg) no-repeat top left;
}

#footer {
	width: 926px;
	height: 72px;
	background: url(img/down_verde.jpg) no-repeat top left;
}

#containerFirma {
	width: 926px;
	height: 149px;
	background: url(img/down_img_verde.jpg) no-repeat top left;
}

a:link, a:visited  {
	color: #555555;
	text-decoration: none;
}

a:hover {
	color: #ABE834;
	text-decoration: none;
}

a.menuWeb:link, a.menuWeb:visited  {
	padding-right: 15px;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

a.menuWeb:hover {
	padding-right: 15px;
	font-size: 16px;
	color: #ABE834;
	text-decoration: none;
}

.menuWebActive {
	padding-right: 15px;
	font-size: 16px;
	color: #ABE834;
	text-decoration: none;
}

.containerProdotto{
	background-color:#f6fdea;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	margin-bottom:20px;
}