/* CSS Document */
#body {
	background-color: #5D80A6;
	padding: 10px;
	color:#FFFFFF;
	font-size: 12px;
}

#body img {
	margin: 0px;
	padding: 0px;
	border: 2px solid #ffffff;
}

hr {
	background-color:#FFFFFF;
	height: 2px;
	border: 1px solid #ffffff;
}

#lista_menu ul {
	font-size: 12px;
	margin: 0px;
}

#lista_menu li {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 3px;
}

#lista_menu a {
	color: #ffffff;
	text-decoration: none;
}

#lista_menu li:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#lista_menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;

}

#titolo a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#titolo a {
	color: #ffffff;
	text-decoration: none;
}

#lista_prodotti ul {
	margin: 0px;
	margin-left: 15px;
}

#lista_prodotti ul a {
	color: #ffffff;
	text-decoration: none;
}

#lista_prodotti ul a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#lista_prodotti li {
	list-style-type:disc;
	margin-bottom: 3px;
}

#bottom {
	background-color: #CA2833;
	background-position: right;
}