@charset "utf-8";
/* CSS MF FOCUS-ON */


.nav-li-obj-selected a{
	color:#fff!important;
}
/*:::::::::::::::::::::::::::::::::: CONTENITORE FOCUS-ON ::::::::::::::::::::::::::::::::::::::::: */

/* LARGHEZZA MINIMA DEL FOCUS ON */
#F_cont_min {
	width:725px;
	height:435px;
	margin:0 auto;	
	position:relative;
}

/* LARGHEZZA MASSIMA DEL FOCUS ON*/
#F_cont_max {
	width:870px;
	height:435px;
	margin:0 auto;
	position:relative;
}
#content-container {
	background:none;
	height:auto;
	margin:0 auto;
	width:950px;
}
/*:::::::::::::::::::::::::::::::::: LISTE FOCUS-ON ::::::::::::::::::::::::::::::::::::::::: */

/* LISTA UL */
.F_ulCont {
	margin:0;
	padding:0;
	list-style:none;
	
}
.F_ulCont li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
}
/**/

/* MATTONE FOCUS-ON */
.F_focusOn,
table td img {
	width:145px;
	height:145px;
	margin:0;
	padding:0;
}

.F_focusOn h2 {
	font-size:24px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	text-align:center;
	line-height:145px;
	color:#fff;
}
.F-Text {
	margin:0 8px;
	padding:0;
}
/* TABELLE */
.F_ulCont table {
	/*border:3px solid #fff;*/
	position:relative;
	margin:0;
	padding:0;
}

.F_ulCont table td {
	width:145px;
	height:145px;
	text-align:center;
	color:#fff;
	background:#012d6a;
}
.F9 .heightClass {
	height:143px!important;
}
/* POSIZIONAMENTO MATTONI NUMERATI */

.F1 {
	top:0;
	left:0;
}
.F2 {
	top:145px;
	left:0;
}
.F3 {
	top:0;
	left:145px;
}
.F4 {
	top:0;
	left:435px;
}
.F5 {
	top:145px;
	left:145px;
}
.F6 {
	top:145px;
	left:435px;
}
.F7 {
	top:290px;
	left:145px;
}
.F8 {
	top:290px;
	left:435px;
}
.F9 {
	top:0;
	left:725px;
}
.F10 {
	top:290px;
	left:725px;
}

/* SHADOW PER ROLLOVER */

.f-shadow-orizz,
.f-shadow-vert  {
	display:block;
	background:url(images/F/shadow-h.png) no-repeat;
	position:absolute;
	border:3px solid #fff;
	z-index:1001;
}
.f-shadow-vert {
	background:url(images/F/shadow-v.png) no-repeat;
}

.f-shadow-orizz a,
.f-shadow-vert a {
	display:block;
	width:287px;
	height:142px;
}

.f-shadow-orizz a:hover,
.f-shadow-vert a:hover {
	background:#fff;
	opacity:0.3;
	filter: alpha(opacity=30);
	cursor:pointer;
}

.f-shadow-vert a {
	width:142px;
	height:287px;
}