@charset "UTF-8";

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/line_pattern.png);
	background-repeat: repeat;
}


#fasciaAlta {
	background-color: #000;
	position: relative;
	height: 100%;
	width: 100%;
}


#logo {
	width: 1020px;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
		position: relative;

}

#fasciaMedia {
	background-color: #FFF;
	position: relative;
	height: 100%;
	width: 100%;
}

#fasciaContenuti {
	background-color: #FFF;
	position: relative;
	height: 700px;
	width: 1020px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
}

#fasciaBassa {
	position: relative;
	width: 100%;
	height: 100%;
}

#footer {
	width: 1020px;
	height: 130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
}

#barraMagenta {
	background-color: #F09;
	height: 100%;
	width: 10px;
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 0px;
	margin-left: -510px;
	margin-bottom: 0;
}


#footer #copyright {
	/*background-color: #DDD;*/
	position: relative;
	height: 110px;
	width: 360px;
	left: 20px;
	top: 10px;
	font-family: carattereNuovoReg, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	float: left;
}

#footer #copyright_2 {
	/*background-color: #DDD;*/
	position: relative;
	height: 110px;
	width: 620px;
	left: 20px;
	top: 10px;
	font-family: carattereNuovoReg, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	float: left;
	background-repeat: repeat;
}


/* INIZIO - TESTO EVIDENZIATO */
.testoEvidenziato {
	
	color: #F09;
	
	/* TRANSITION */
	transition-duration:0.5s;
	/* Firefox 4 */
-moz-transition-property:color;
	-moz-transition-duration:0.5s;
	/* Safari and Chrome */
-webkit-transition-property:color;
	-webkit-transition-duration:0.5s;
	/* Opera */
-o-transition-property:color;
	-o-transition-duration:0.5s;
	
}


.testoEvidenziato:hover{
		color: #F69;
}


.titolino {
	font-family: carattereNuovoBold, Verdana, Geneva, sans-serif;
	color: #F09;
	
}

.grassetto {
	font-family: carattereNuovoBold, Verdana, Geneva, sans-serif;
	
	
}

/* FINE - TESTO EVIDENZIATO */





#fasciaContenuti #menu {
	background-color: #FFF;
	position: relative;
	height: 680px;
	width: 360px;
	left: 20px;
	font-family: carattereNuovoLig, Verdana, Geneva, sans-serif;
	font-size: 72px;
	line-height: 72px;
	color: #000;
	text-decoration: none;
	top: 10px;
	float: left;
	z-index: 500;
}


#fasciaContenuti #ingombroFotoRand {
	background-color: #FFF;
	position: relative;
	height: 680px;
	width: 620px;
	float: left;
	font-family: carattereNuovoBold, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	text-decoration: none;
	top: 20px;
	left: 20px;
	z-index: 950;
}








/* MENU PRINCIPALE */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	
}

ul.nav {
	list-style: none; /* Rimuove l'indicatore di elenco */

}

ul.nav li {

}

ul.nav a, ul.nav a:visited {
	text-decoration: none;
	color:#000;
	transition-property:color;
	transition-duration:1s;
	/* Firefox 4 */
-moz-transition-property:color;
	-moz-transition-duration:1s;
	/* Safari and Chrome */
-webkit-transition-property:color;
	-webkit-transition-duration:1s;
	/* Opera */
-o-transition-property:color;
	-o-transition-duration:1s;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Cambia il colore dello sfondo e del testo per la navigazione tramite mouse e tastiera */
	color: #F09;
}

/* END - MENU PRINCIPALE */
.sk_ype {
	height: 50px;
	width: 100px;
	position: absolute;
	top: 585px;
	z-index: 960;
	left: -10px;
}
.fb_Icon {
	background-color: #FFF;
	height: 30px;
	width: 30px;
	position: absolute;
	bottom: 0px;
	background-image: url(../images/Fb_Dm.jpg);
	background-repeat: no-repeat;
	
}

.fb_Icon:hover {
	background-position: -30px;
}
