div#container_testo{
	width:985px;
	float:left;
}

div#container_testo div#body{
	/*background-image: url(../img/carrello/body_bg.png);*/
	background-repeat: repeat-y;
	width:955px;
	padding:0 15px;	
	text-align: justify;
}

div#fisheye_menu{
	width:790px;
	height:190px;
	display:block;
	background-image: url(../img/fisheye_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	float:right;
	padding-top:10px;
	position: relative;
}

#fisheye_menu_price {
	list-style: none;
	padding: 0;
	height: 81px;
	position: absolute;
	bottom:1px;
	left:35px;
}

#fisheye_menu_price li.prezzo{
	background-image:url(../img/prezzo_bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:white;
	font-size:16px;
	height:45px;
	padding:10px;
	text-align:center;
	width:88px;
	position: relative;
	display: block;
	float: left;
	margin-left:17px;
}

#fisheye_menu_price li.offerta{
	background-image:url(../img/sconto_bg_small.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:white;
	font-size:16px;
	width:86px;
	height:55px;
	padding:10px;
	text-align:center;

	position: relative;
	display: block;
	float: left;
	margin-left:17px;
}


div#fisheye_menu div.dock{
	margin-left:0px;
}

div#container div#mainContainer div#topPage h2{
	text-align: center;
	font-size:28px;
	width:790px;
	float:right;
}

div#container div#mainContainer div#topPage h2.azienda{
	text-align: center;
	font-size:20px;
	float:none;
	width:auto;
}

