html, body {
    background: url(../image/body_bg.gif) repeat-x #F9FBFC;
}
body {
    padding: 0px;
    margin: 0px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #484848;
    text-align: center;
}
.clear {
    clear: both;
}
FORM {
	padding: 0px;
	margin: 0px;
}
A:link,
A:visited {
    font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	outline: none;
}
A:hover {
	text-decoration: underline;
}
#page {
    background: url(../image/page_bg.png) repeat-y!important;
    background: none; /* IE 6.0 */
    position: relative;
    width: 817px;
    margin: auto;
    padding: 0px;
	text-align: left;
}
#principale {
	background: #FFF;
    width: 795px;
    padding: 0px;
    margin: 0px 10px 0px -176px;
    float: right;
	display: inline;
    /*background: yellow;*/
    text-align: left;
	border-left: 1px solid #8B8CCF;
	border-right: 1px solid #8B8CCF;
}
#spalla_sx {
    width: 175px;
    padding: 0px;
    margin: 216px 0px 0px -175px;
    float: right;
}
	/* MENU PRIMO LIVELLO */	
	#spalla_sx UL.first {
	    padding: 0px;
	    margin: 0px 0px 18px 0px;
		float: left;
	}
		#spalla_sx UL.first LI.padre {
			list-style: none;
			width: 175px;
		    padding: 0px 0px 0px 0px;
		    margin: 0px 0px 2px 0px;
			float: left;
			display: block;
		}
		#spalla_sx UL.first LI.padre SPAN.lead {
			background: url(../image/li_span.gif) no-repeat bottom right;
			width: 175px;
			display: block;
		    padding: 0px 0px 0px 0px;
		    margin: 0px;
		}
			#spalla_sx UL.first LI.padre SPAN.lead A {
				background: url(../image/li_padre.gif) top;
				width: 130px;
				display: block;
			    padding: 3px 10px 3px 35px;
			    margin: 0px;
				font-size: 12px;
				font-weight: normal;
				color: #000000;
				text-decoration: none;
			}
			#spalla_sx UL.first LI.padre SPAN.lead A:hover,
			#spalla_sx UL.first LI.active SPAN.lead A {
				background: url(../image/li_padre_on.gif) top;
				color: #FF0000;
				text-decoration: none;
			}
			
	/* MENU SECONDO LIVELLO */	
	#spalla_sx UL.first LI.padre UL.second {
	    padding: 0px;
	    margin: 5px 0px 10px 30px;
		float: left;
		display: inline;
	}
		#spalla_sx UL.first LI.padre UL.second LI.figlio {
			list-style: none;
			width: 145px;
		    padding: 0px 0px 0px 0px;
		    margin: 0px 0px 2px 0px;
			float: left;
			display: block;
			border-top: 1px dashed #000;
		}
		#spalla_sx UL.first LI.padre UL.second LI.figlio A {
			background: url(../image/li_figlio.gif) no-repeat 8px 4px;
			width: 110px;
			display: block;
		    padding: 2px 5px 0px 25px;
		    margin: 0px;
			font-size: 10px;
			font-weight: normal;
			color: #000000;
			text-decoration: none;
		}
		#spalla_sx UL.first LI.padre UL.second LI.figlio A:hover,
		#spalla_sx UL.first LI.padre UL.second LI.active A {
			background-position: 8px -68px;
			color: #FF0000;
			text-decoration: none;
		}

	/* MENU LANG TERZO LIVELLO */	
	#spalla_sx UL.first LI.padre UL.second LI.figlio UL.terzo {
	    padding: 0px;
	    margin: 5px 0px 10px 20px;
		float: left;
		display: inline;
	}
		#spalla_sx UL.first LI.padre UL.second LI.figlio UL.terzo LI {
			list-style: none;
			width: 125px;
		    padding: 0px 0px 0px 0px;
		    margin: 0px 0px 2px 0px;
			float: left;
			display: block;
			border-top: 0px dashed #000;
		}
		#spalla_sx UL.first LI.padre UL.second LI.figlio UL.terzo LI A {
			background: url(../image/li_terzo.gif) no-repeat 4px 4px;
			width: 105px;
			display: block;
		    padding: 2px 5px 0px 15px;
		    margin: 0px;
			font-size: 10px;
			font-weight: normal;
			color: #000000;
			text-decoration: none;
		}
		#spalla_sx UL.first LI.padre UL.second LI.figlio UL.terzo LI A:hover,
		#spalla_sx UL.first LI.padre UL.second LI.figlio UL.terzo LI.attivo A {
			color: #FF0000;
			text-decoration: none;
			border-top: 0px dashed #000;
		}





	/* MENU LANG */		
	#spalla_sx UL.lang {
	    padding: 0px;
	    margin: 0px;
	}
		#spalla_sx UL.lang LI.padre {
			list-style: none;
			width: 175px;
		    padding: 0px 0px 0px 0px;
		    margin: 0px 0px 2px 0px;
			float: left;
			display: block;
		}
		#spalla_sx UL.lang LI.padre SPAN.lead {
			background: url(../image/li_span.gif) no-repeat bottom right;
			width: 175px;
			display: block;
		    padding: 0px 0px 0px 0px;
		    margin: 0px;
		}
			#spalla_sx UL.lang LI.padre SPAN.lead A {
				background: url(../image/li_lang.gif) top;
				width: 130px;
				display: block;
			    padding: 3px 10px 3px 35px;
			    margin: 0px;
				font-size: 12px;
				font-weight: normal;
				color: #000000;
				text-decoration: none;
			}
			#spalla_sx UL.lang LI.padre SPAN.lead A:hover {				
				background: url(../image/li_padre_on.gif) top;
				color: #FF0000;
				text-decoration: none;
			}

		
	/* MENU LANG SECONDO LIVELLO */	
	#spalla_sx UL.lang LI.padre UL.second {
	    padding: 0px;
	    margin: 5px 0px 10px 30px;
		float: left;
		display: inline;
	}
		#spalla_sx UL.lang LI.padre UL.second LI.figlio {
			list-style: none;
			width: 145px;
		    padding: 0px 0px 0px 0px;
		    margin: 0px 0px 2px 0px;
			float: left;
			display: block;
			border-top: 1px dashed #000;
		}
		#spalla_sx UL.lang LI.padre UL.second LI.figlio A {
			background: url(../image/li_figlio.gif) no-repeat 8px 4px;
			width: 110px;
			display: block;
		    padding: 2px 5px 0px 25px;
		    margin: 0px;
			font-size: 10px;
			font-weight: normal;
			color: #000000;
			text-decoration: none;
		}
		#spalla_sx UL.lang LI.padre UL.second LI.figlio A:hover,
		#spalla_sx UL.lang LI.padre UL.second LI.active A {
			background-position: 8px -68px;
			color: #FF0000;
			text-decoration: none;
		}

	/* MENU LANG TERZO LIVELLO */	
	#spalla_sx UL.lang LI.padre UL.second LI.figlio UL.terzo {
	    padding: 0px;
	    margin: 5px 0px 10px 20px;
		float: left;
		display: inline;
	}
		#spalla_sx UL.lang LI.padre UL.second LI.figlio UL.terzo LI {
			list-style: none;
			width: 125px;
		    padding: 0px 0px 0px 0px;
		    margin: 0px 0px 2px 0px;
			float: left;
			display: block;
			border-top: 0px dashed #000;
		}
		#spalla_sx UL.lang LI.padre UL.second LI.figlio UL.terzo LI A {
			background: url(../image/li_terzo.gif) no-repeat 4px 4px;
			width: 105px;
			display: block;
		    padding: 2px 5px 0px 15px;
		    margin: 0px;
			font-size: 10px;
			font-weight: normal;
			color: #000000;
			text-decoration: none;
		}
		#spalla_sx UL.lang LI.padre UL.second LI.figlio UL.terzo LI A:hover,
		#spalla_sx UL.lang LI.padre UL.second LI.figlio UL.terzo LI.attivo A {
			color: #FF0000;
			text-decoration: none;
			border-top: 0px dashed #000;
		}

	
		
		
#head {
    background: url(../image/head_bg.gif) no-repeat 0px 46px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 817px;
    height: 216px;
    padding: 0px;
    margin: auto;
    overflow: visible;
    color: #FFFFFF;
    text-align: right;
}
#head_menu {
	background: url(../image/head_menu_bg.gif) no-repeat;
    width: 817px;
    height: 46px;
	font-size: 11px;
	float: right;
}
#head_menu UL {
	background: url(../image/head_menu_ul.gif) no-repeat;
	margin: 11px 28px 0px 0px;
	padding: 4px 0px 0px 0px;
	width: 260px;
	height: 20px;
	list-style: none;
	float: right;
}
#head_menu UL LI {
	display: inline;
	margin: 0px 7px 0px 5px;
	padding: 0px 5px 0px 7px;
	border-right: 1px solid #0E6AA4;
}
	#head_menu UL LI A {
		font-size: 12px;
		font-weight: bold;
		color: #0E6AA4;
		text-decoration: none;
	}
	#head_menu UL LI A:hover {
		color: #FFF;
		background: #0E6AA4;
	}
#logo {
	background: url(../image/logo.gif) no-repeat;
	top: 53px;
	left: 22px;
	position: absolute;
	z-index: 3;
	width: 140px;
	height: 74px;
	overflow: visible;
}
	#logo A {
		position: relative;
		width: 140px;
		height: 74px;
		display: block;
	}
		#logo A SPAN {
			display: none;
		}
#head_banner {
	top: 46px;
	left: 194px;
	position: absolute;
	z-index: 3;
	width: 601px;
	height: 79px;
	overflow: visible;
}
H1 {
	font-size: 14px;
	color: #0E6AA4;
}


#head_title {
	top: 137px;
	left: 23px;
	position: absolute;
	z-index: 3;
	width: 773px;
	height: 61px;
	overflow: visible;
}
#footer {
	background: url(../image/footer_bg.gif) no-repeat top #F9FBFC;
    width: 817px;
    padding: 20px 0px 30px 0px;
    margin: 0px;
	font-size: 10px;
	color: #909090;
	text-align: center;
    float: left;
}
#footer A:link,
#footer A:visited {
    font-weight: normal;
	color: #484848;
	text-decoration: none;
}
#footer A:hover {
	text-decoration: underline;
}
#contenuto {
    /*background: orange;*/
    width: 620px;
    padding: 10px 0px 0px 0px;
    margin: 216px 0px 0px 175px;
    position: relative;
    z-index: 0;
}
#partner {
	padding: 10px 20px 10px 0px;
	float: right;
}
#sezione {
	width: 578px;
    /*background: violet;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 20px 0px 22px;
	float: left;
	display: inline;
}
.news_par P {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.tx-ttnews-browsebox P {
    display: none;
}

.tx-ttnews-browsebox TD P {
    display: block;
}


