@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0 auto;
	background-image:url('../images/sfondo_grosso.png');
	background-repeat:no-repeat;
	background-position:center 81px;
	background-color:#FFFFFF;
}

#page_container {
	position:relative; 
	width:955px; 
	height:76px;
}

#logo {
	position:absolute;
	left:0;
	top:0;
	width:270px;
	height:76px;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	cursor:pointer;
}

#sfondo_legals {
	position:absolute;
	left:270px;
	top:0;
	width:571px;
	height:17px;
	overflow:hidden;
	background-image:url('../images/top.png');
	background-repeat:no-repeat;
	text-align:right;
}

#legals {
	position:absolute;
	left:270px;
	top:2px;
	width:571px;
	height:15px;
	overflow:hidden;
	text-align:right;
	z-index:20000;
	line-height:1em;
}

#top_menu {
	position:absolute;
	left:270px;
	top:17px;
	width:571px;
	height:38px;
	background-image:url('../images/top_menu_sfondo.png');
	background-repeat:repeat-x;
}

#top_menu_2 {
	position:absolute;
	left:270px;
	top:55px;
	width:571px;
	height:21px;
	background-image:url('../images/bottom.png');
	background-repeat:repeat-x;
	text-align:left;
}

#sticky_sopra {
	position:absolute;
	left:841px;
	top:0;
	width:114px;
	height:76px;
	background-image:url('../images/sticky_sopra.png');
	background-repeat:no-repeat;
}

div#sfondo {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url('../images/repeat.png') repeat-x top;
	overflow:hidden;
}

div#main_container {
	margin:0 auto;
	padding:0;
	width:955px;
	background:url('../images/sfondo.png') no-repeat 0 0;
	overflow:hidden;
}

div#main_wrapper {}
div#main_content{float:left;width:606px; text-align:center;}
div#main_navigation{float:right;width:349px; text-align:center;}
div#main_footer{clear:both;width:100%; line-height:1px; font-size:1px}

div#main_content_content {
	width:600px;
	margin:10px auto 2px auto;
}

div#main_navigation_top {
	margin:0 auto;
	padding:0;
	position:relative;
	width:349px;
	height:49px;
}

div#main_navigation_top_newsletter{position:absolute; left:0; top:0; width:243px; height:49px;}
div#main_navigation_top_sticky{position:absolute; left:243px; top:0; width:106px; height:49px; background:url('../images/sticky_sotto.png') no-repeat;}

div#main_navigation_navigation {
	width:320px;
	margin:0 0 0 10px;	
}

div#news {
	margin:3px auto 0 auto;
	padding:5px 0 0 0;
	width:955px;
	border-top:1px solid #CCCCCC;
	text-align:center;
}
div#news_wrapper {}
div#news_content{float:right;width:636px; text-align:center;}
div#news_navigation{float:left;width:319px; text-align:center;}
div#news_footer{clear:both;width:100%; line-height:1px; font-size:1px}

div#footer {
	margin:3px auto 10px auto;
	padding:5px;
	width:955px;
	border-top:1px solid #CCCCCC;
	text-align:center;
}


div#footer_nographic {
	margin:3px auto 20px auto;
	padding:5px;
	width:100%;
	text-align:center;
	line-height:1em;
	font-size:10px;
	color:#666666;
}








