body{
	margin:0 auto;
	/*background:#ececec url('/images/fe/pt_header.png') repeat-x;*/
	background:#ececec url('/images/fe/pt-header.gif') repeat-x;
}
#contenitore{
	margin:0 auto;
	width:956px;
}
#header{
	height:182px;
	width:956px;
	margin:0 auto;
}
.rss{
	border:0px;
}
.rss img{
	border:0px;
	margin-top:2px;
}
/* MENU ALTO */
	#mnu_top{
		height:18px;
		line-height:18px;
		background:#bfbfbf;
		font-family:Verdana;
		font-size:12px;
	}
	#mnu_top a{
		text-decoration:none;
		color:#000000;
	}
	#mnu_top a:hover{
		text-decoration:underline;
	}
	#mnu_top_left{
		float:left;
	}
	#mnu_top_left a:hover{
		text-decoration:none;
		color:#D50000;
	}
	#mnu_top_left a.top-attivo{
		text-decoration:underline;

	}
	#mnu_top_right{
		float:right;
	}

/* LOGO E BANNER */
	#logo-banner{
		width:956px;
	}
	#banner{
		float:right;
		height:88px;
		width:726px;
		margin-top:12px;
		/*border:1px solid #000000;*/
	}
	#banner a img{
		border:none;
	}
	#logo{
		float:left;
		height:109px;
		width:223px;
		margin-top:3px;
	}
	#logo a img{
		width:223px;
		border:none;
		height:109px;
	}

/* MACRO MENU */
	#mnu-macro{
		float:left;
		height:26px;
		width:956px;
		margin-top:2px;
		line-height:27px;
	}
	#mnu-macro ul{
		height:26px;
		width:956px;
		list-style-type:none;
		padding:0px;
		margin:0px;
	}
	#mnu-macro li{
		float:left;
		border-left:1px solid #c75656;
		border-right:1px solid #bb0000;
	}
	#mnu-macro a{
		text-decoration:none;
		font-family:Verdana;
		font-weight:bold;
		font-size:14px;
		color:#f5d9d9;
		padding-left:10px;
		padding-right:10px;
		display:block;
	}
	#mnu-macro a:hover{
		color:#4e4e4e;
		background:#eeeeee;
	}
	#mnu-macro ul li.mnu-macro-active a{
		color:#4e4e4e;
		background:#eeeeee;
	}

/* SOTTOMENU */
	#mnu-sotto{
		float:left;
		height:20px;
		width:956px;
		margin-top:2px;
		line-height:18px;
	}
	#mnu-sotto ul{
		height:20px;
		width:956px;
		list-style-type:none;
		padding:0px;
		margin:0px;
	}
	#mnu-sotto li{
		float:left;
	}
	#mnu-sotto a{
		text-decoration:none;
		font-family:Verdana;
		font-size:12px;
		color:#000000;
		padding-left:10px;
		padding-right:10px;
	}
	#mnu-sotto a:hover{
		text-decoration:underline;
		font-family:Verdana;
		font-size:12px;
		color:#000000;
		padding-left:10px;
		padding-right:10px;
	}
	#mnu-sotto ul li.mnu-sotto-active a{
		text-decoration:underline;
	}

/*FORM LOGIN TOP*/
	#frm-login{
		float:left;
		font-size:10px;
	}
	#frm-login .txt{
		height:12px;
		font-size:10px;
		float:left;
	}
	#frm-login .btt_login{
		float:left;
		height:19px;
		font-size:10px;
	}

