div#container
{
	position:relative;
	width:100%;
	text-align:left;
	height:100%;
	min-width:990px;
	min-height:570px;
}

body>div#container
{
	height:auto; 
	min-height:100%
}



/*----------------------------------------------------------------------------------------------------*/

#awwwards
{
	position:absolute;
	top:80px;
	right:0px;
	z-index:555;
}

#awwwards a
{
	width:69px;
	height:105px;
	text-indent:-8000px;
	display:block;
	background:url(../images/award_day_black.png) no-repeat;
}

.tripadvisor
{
	position:absolute;
	top:10px;
	right:10px;
}

/*----------------------------------------------------------------------------------------------------*/

.news_home
{	
	position:absolute;
	width:400px;
	left:25px;
	bottom:150px;
	font-stretch:condensed;
	overflow:hidden;
	display:none;
}

.news_home ul
{
	list-style:none;
}

.news_home ul li a
{
	text-decoration:none;
}

.news_home ul li .data
{
	width:400px;
	height:30px;
	font-size:13px;
	color:#737373;
	line-height:43px;
	background:transparent url(../images/news-line.png) repeat-x left top;
}

.news_home ul li .titolo
{
	width:400px;
	height:25px;
	font-size:17px;
	color:#DDD;
}

.news_home ul li .testo
{
	width:400px;
	height:85px;
	font-size:14px;
	text-align:left;
	color:#999999;
	background:transparent url(../images/news-line.png) repeat-x left bottom;
}




/*----------------------------------------------------------------------------------------------------*/
#news-block{
	height:100px;
	float:left;
	overflow:hidden;
	position:absolute;
	left:-3px;
	bottom:80px;
	width:400px;
	background-repeat: repeat;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:1.2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}

h3 {
	color: #CCC; 
	font-size:1.4em;
	font-weight:normal;
}

ul#news-block{
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

ul#news-block li{ 
margin:0 0 10px 0; 
padding:10px; 
display:inline; 
float:right; 
clear:both; 
color:#ffffff; 
background:url('img/bg-black.png'); 
font:11px Helvetica, Arial, sans-serif;
line-height: 1.2em;
}

ul#news-block li a:link{ 
color: #9FF;
font-weight:bold; 
}

.shadowblur{
box-shadow: 7px 7px 8px #000000;
-webkit-box-shadow: 7px 7px 8px #000000;
-moz-box-shadow: 7px 7px 8px #000000;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=7, offY=7, positive=true); } 
