@charset "UTF-8";
/* CSS Document */

/* BLOCCO HEADER (3 COLORI) */
#header {
}


#header ul {
	padding:0px;
	margin:0px;
	display:block;
	height:67px;
}

#header ul li {
	list-style-type:none;
	float:left;
	padding:0px;
	margin:0px;
	height:67px;
}

#header ul li span {
	font-size:10px;
	list-style-type:none;
	float:left;
	width:203px;
	background-image:url(/accademiaimmagine/images/general/freccia.gif);
	background-repeat:no-repeat;
	background-position:18px 51px;
}
#header ul li span:hover {
	font-size:10px;
	list-style-type:none;
	float:left;
	width:203px;
	background-image:url(/accademiaimmagine/images/general/freccia_r.gif);
	background-repeat:no-repeat;
	background-position:18px 51px;
}
#header ul li span a:link {
	width:203px;
	display:block;
	color:#000000;
	text-decoration:none;
	padding:47px 0 0 25px;
}
#header ul li span a:hover, #header ul li span a:active {
	width:203px;
	display:block;
	color:#666666;
	text-decoration:none;
	padding:47px 0 0 25px;
}
#header ul li span a:visited {
	width:203px;
	display:block;
	text-decoration:none;
	padding:47px 0 0 25px;
}

/* BLOCCO HEADER (3 COLORI) - HOME PAGE */
#header-home {
}

#header-home ul {
	padding:0px;
	margin:0px;
	display:block;
	height:253px;
}

#header-home ul li {
	list-style-type:none;
	float:left;
	padding:0px;
	margin:0px;
	height:253px;
}

#header-home ul li span {
	font-size:10px;
	list-style-type:none;
	float:left;
	width:203px;
	background-image:url(/accademiaimmagine/images/general/freccia.gif);
	background-repeat:no-repeat;
	background-position:18px 237px;
}
#header-home ul li span:hover {
	font-size:10px;
	list-style-type:none;
	float:left;
	width:203px;
	background-image:url(/accademiaimmagine/images/general/freccia_r.gif);
	background-repeat:no-repeat;
	background-position:18px 237px;
}
#header-home ul li span a:link {
	width:203px;
	display:block;
	color:#000000;
	text-decoration:none;
	padding:233px 0 0 25px;
}
#header-home ul li span a:hover, #header-home ul li span a:active {
	width:203px;
	display:block;
	color:#666666;
	text-decoration:none;
	padding:233px 0 0 25px;
}
#header-home ul li span a:visited {
	width:203px;
	display:block;
	text-decoration:none;
	padding:233px 0 0 25px;
}

/* SFOND SETTORI */
#header #bg_home_scuola {
	background-image:url(/accademiaimmagine/images/general/en/bg_scuola.png);
	background-repeat:no-repeat;
	border-right:1px solid #ffffff;
	display:block;
	width:233px;
}
#header #bg_home_editoria {
	background-image:url(/accademiaimmagine/images/general/en/bg_editoria.png);
	background-repeat:no-repeat;
	border-right:1px solid #ffffff;
	display:block;
	width:232px;
}
#header #bg_sito_cinema_massimo {
	background-image:url(/accademiaimmagine/images/general/en/bg_cinema.png);
	background-repeat:no-repeat;
	display:block;
	width:230px;
}

#header-home #bg_home_scuola {
	background-image:url(/accademiaimmagine/images/general/en/bg_scuola_home.png);
	background-repeat:no-repeat;
	border-right:1px solid #ffffff;
	display:block;
	width:233px;
}
#header-home #bg_home_editoria {
	background-image:url(/accademiaimmagine/images/general/en/bg_editoria_home.png);
	background-repeat:no-repeat;
	border-right:1px solid #ffffff;
	display:block;
	width:232px;
}
#header-home #bg_sito_cinema_massimo {
	background-image:url(/accademiaimmagine/images/general/en/bg_cinema_home.png);
	background-repeat:no-repeat;
	display:block;
	width:230px;
}
