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

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

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

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

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

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

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

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


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

.titoletto {
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	color: #F27A1A;
}