*
{
	padding: 0px;
	margin: 0px;
}
body
{
	background-color: white;
	font-family: Arial;
}
#sfondo
{
	background-image: url("../images/sfondo.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}
#mainwrapper
{
	width: 600px;
	
	margin: auto;
	position: relative;
}
#footer
{
	width: 750px;
	margin: auto;
	position: relative;
	font-size: 11px;
	font-weight: bold;
	color: #939393;
	text-align: right;
}
#menu
{
	width: 600px;
	height: 50px;
	line-height: 50px;
	background-image: url("../images/menu.png");
	background-repeat: no-repeat;
}
#menu a:link, #menu a:visited
{
	color: #939393;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	width:110px;
	text-align: center;
	font-size: 14px;
}
#menu a:hover
{
	text-decoration: underline;
}
#menu span
{
	font-size: 18px;
	font-weight: bold;
	color: #4ea021;
	display: block;
	float: left;
	width:110px;
	text-align: center;
}
#testo_interno
{
   font-size:14px;
   color:#939393;
   text-align:center;
   font-weight:bold;
   padding-top:10px;
}

.testo_prodotti
{
   font-size:12px;
   color:#939393;
   text-align:justify;
   margin-top:10px
}

.googlemaps
{
	width: 400px;
	height: 400px;
}

.bandiere
{
	text-align:right;
}