@charset "utf-8";
/* CSS Document */


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-image: url(../immagini/ripet.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;

}
.cellabianca{
	background-color: #FFF;
	border: double 1px #CCC;
}
.cellanenu{
	border: double 1px #CCC;
	margin: auto;
}
.cellaprodotti{
	margin: 10px;
	border: double 1px #CCC;
}
.tabellamenu{
	margin-left: 5px;
	margin-top: 20px;
}
#prodotti{
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
	float:left;
	position: absolute;
}
#testo{
	width: 600px;
	margin-top: 10px;
	margin-left: 20px;
	float:left;

}
h3 {
	color: #F90;
	font-size: 14px;
}

a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#new{
	width: 400px;
	float: right;
	margin-left: 120px;
}