/* CSS Document */


body {
	background: url("images/occhiobg.jpg") fixed no-repeat;
	background-position:left top;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	height:100%;
font-family:"Century Gothic", Arial, Helvetica, sans-serif;


}

#logo {
	width:256px;
	height:29px;
	margin-left:3px;
	margin-top:3px;
	background-image:url("images/logo.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	position:absolute;
	}

/*STILE DELLA BARRA DEL MENU PRINCIPALE*/
#globalMenu {
	background: url("images/globalmenu.gif") /*fixed*/ no-repeat;
	margin-left:3px;
	margin-top:37px;
	width:394px;
	height:31px;
	position:absolute;
}

#globalMenuLink {
	font-size:13px;
	top:25%;
	width:auto;
	position:relative;
	text-align:left;
}

#globalMenuLink a {
	text-decoration:none;
	margin: 0px;
	padding: 2px 6px 2px 6px;
	font-weight:normal;
	text-align:right;
	color:#000000;
	font-size:13px;

}

#globalMenuLink a:hover {
	background-color:#FFFFFF;
	text-decoration:none;
}

#globalMenuLink a:visited {
	text-decoration:none;
}
	

#contentDiv {
	background:url("images/sfondo_content.jpg") no-repeat scroll;
	width:376px;
	min-height: 1280px;
	height: auto !important;
	height: 1280px;
	margin-top:0px;
	margin-left:404px;
	position:absolute;
	
}

#contentMenu {
	background-image:url("images/bg_m.jpg");
	background-repeat:repeat-x;
	/*background-attachment:fixed;*/
	margin-top:37px;
	margin-left:20px;
	position:absolute;
	width:342px;
	height:31px;
}

#sxMenu {
	position: absolute;
	top: 0px;
	left:0px;
}

#dxMenu {
	position: absolute;
	top: 0px;
	right:0px;
}

#contentMenuTitolo {
	font-size:13px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	top:25%;
	left:10px;
	position:absolute;
}

#contentMenuLink {
	font-size:12px;
	top:25%;
	width:auto;
	position:relative;
	float:right;
	right:2px;
}

#contentMenuLink a {
	text-decoration:none;
	/*margin: 0px;*/
	padding: 2px 2px 2px 2px;
	border-right: 1px solid #cccccc;
	font-weight:normal;
	text-align:right;
	color:#999999;
	font-size:12px;

}

#contentMenuLink a:hover {
	background-color:#FFFFFF;
	text-decoration:none;
}

#contentMenuLink a:visited {
	text-decoration:none;
}

#pannelloTestiHead {
	background: url("images/bordo_sup_panel.gif") /*fixed*/ no-repeat;
	margin-top:74px;
	margin-left:20px;
	width:342px;
	height:19px;
	position:absolute;
	margin-bottom:0px;
}

#pannelloTestiFoot {
	bottom:0px;
	position:absolute;
	left:0px;
	
	
}

#pannelloTestiMid {
	background: url("images/bg_panel.jpg") /*fixed*/ repeat-y;
	margin-top:93px;
	margin-left:20px;
	width:342px;
	min-height: 560px;
	height: auto !important;
	height: 560px;
	position:absolute;
}

.giustificato {
	font-size:15px;
	color:#666666;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}
	
.giustificatoBold {
	font-weight:bold;
}
	
.centrato {
	font-size:12px;
	color:#999999;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	}
	
/*hr {
	padding:10px;
	/*border:1px dashed #999999;
	height:1px;
	width:80%;
	}*/
	
a, a:active, a:visited {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
	
a:hover {
	background-color:#CCFF00;
	}
	
img {
	border:0px;
	}
	
