@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#FFFFFF;
	/* solo per internet explorer */
	scrollbar-face-color:#d7ad19;
	scrollbar-arrow-color:#ffffff;
	scrollbar-3dlight-color: #d7ad19;
	scrollbar-highlight-color: #d7ad19;
	scrollbar-shadow-color:#d7ad19;
	scrollbar-darkshadow-color:#d7ad19;
	scrollbar-track-color: #fcedb7;
	/* solo per internet explorer */
}

.separatore_neutro {
	clear:both;
	height:0px;
} 

#contenitore {
	width:810px;
	margin:15px auto;
	/* background:url(img/sfondo_contenitore_principale.gif) top center repeat-y; */
}

#footer {
	width:810px;
	margin:0px auto;
	background: #FFFFFF;
	height:50px;
	border-top: 5px solid #FFFFFF;
}

#footer_left {
	float:left;
	width:350px;
	color:#999999;
	border-top: 2px solid #FFFFFF;
	/* padding-top: 10px; */
	padding-left:165px;
}

#footer_left h1 {
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#footer_left a:link , #footer_left a:active , #footer_left a:visited {
	color:#006699;
	text-decoration:none;
}

#footer_left a:hover {
	color:#006699;
	text-decoration:underline;
}

#footer_right {
	float:right;
	width:222px;
	color:#999999;
}

/* colonna sx */

#colonna_sx {
	/* background:url(img/sfondo_menuhome.gif) top left no-repeat #FFFFFF; */
	width:175px;
	height:560px;
	float:left;
}

#menu_sx {
	padding-top:212px;
}

#menu_sx ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width:165px;
}

#menu_sx ul li {
	position: relative;
}

#menu_sx li ul {
	position: absolute;
	left:160px;
	top:0;
	display:none;
}

#menu_sx li ul li {
	border-bottom:1px solid #fbd03a;
}

#menu_sx ul li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	background:#e9bc1d;
	padding:5px;
	text-transform:uppercase;
}

#menu_sx li:hover ul { 
	display:block; 
}


/* Fix IE. Hide from IE Mac \*/
* html #menu_sx ul li { float: left; }
* html #menu_sx ul li a { height: 1%; }
/* End */



/* tasto home */

#menu_sx .home_active {
	width:165px;
	height:30px;
	background:url(img/tasto_news.gif) 0 35px;
}

#menu_sx .home {
	width:165px;
	height:30px;
	background:url(img/tasto_news.gif) 0 -5px;
	cursor:pointer;
}

#menu_sx .home:hover {
	width:165px;
	height:30px;
	background:url(img/tasto_news.gif) 0 35px;
	cursor:pointer;
}

/* tasto news */

#menu_sx .news_active {
	width:165px;
	height:30px;
	background:url(img/tasto_news.gif) 0 35px;
}

#menu_sx .news {
	width:165px;
	height:30px;
	background:url(img/tasto_news.gif) 0 -5px;
	cursor:pointer;
}

#menu_sx .news:hover {
	width:165px;
	height:30px;
	background:url(img/tasto_news.gif) 0 35px;
	cursor:pointer;
}

/* tasto contatti */

#menu_sx .contatti_active {
	width:165px;
	height:30px;
	background:url(img/tasto_contatti.gif) 0 35px;
}

#menu_sx .contatti {
	width:165px;
	height:30px;
	background:url(img/tasto_contatti.gif) 0 -5px;
	cursor:pointer;
}

#menu_sx .contatti:hover {
	width:165px;
	height:30px;
	background:url(img/tasto_contatti.gif) 0 35px;
	cursor:pointer;
}

/* tasto progetti */

#menu_sx .progetti_active {
	width:165px;
	height:30px;
	background:url(img/tasto_progetti.gif) 0 35px;
}

#menu_sx .progetti {
	width:165px;
	height:30px;
	background:url(img/tasto_progetti.gif) 0 -5px;
	cursor:pointer;
}

#menu_sx .progetti:hover {
	width:165px;
	height:30px;
	background:url(img/tasto_progetti.gif) 0 35px;
	cursor:pointer;
}

/* tasto artisti */

#menu_sx .artisti_active {
	width:165px;
	height:30px;
	background:url(img/tasto_artisti.gif) 0 35px;
}

#menu_sx .artisti_active:hover {
	width:165px;
	height:30px;
	background:url(img/tasto_artisti.gif) 0 35px;
	cursor:pointer;
}

#menu_sx .artisti {
	width:165px;
	height:30px;
	background:url(img/tasto_artisti.gif) 0 -5px;
	cursor:pointer;
}

#menu_sx .artisti:hover {
	width:165px;
	height:30px;
	background:url(img/tasto_artisti.gif) 0 35px;
	cursor:pointer;
}

/* tasto about */

#menu_sx .about_active {
	width:165px;
	height:30px;
	background:url(img/tasto_about.gif) 0 35px;
}

#menu_sx .about {
	width:165px;
	height:30px;
	background:url(img/tasto_about.gif) 0 -5px;
	cursor:pointer;
}

#menu_sx .about:hover {
	width:165px;
	height:30px;
	background:url(img/tasto_about.gif) 0 35px;
	cursor:pointer;
}

/* fine colonna sx */

/* colonna dx */

/* scroller */

#scroll {
	position:relative;
	top:0px;
	left:0px;
	width:550px;
}
 
#clip {
	position:relative;
	top:0px;
	left:0px;
	width:550px;
	height:325px;
	overflow: hidden;
}

/* fine scroller */

#colonna_dx {
	width:635px;
	float:left;
}

#header {
	background:url(img/sfondo_header.gif);
	height:212px;
}

#contenitore_principale {
	background:url(img/sfondo_contenitore3.gif) top left no-repeat;
	height:350px;
	padding:2px 0px 2px 0px;
}

#contenitore_principale_dentro {
	padding:20px 10px 0px 20px;
	height: 328px;      /* per IE5.x e IE6 */
	/* height: auto !important;  /* per i browser moderni */
	/* min-height:350px;  /* per i browser moderni */
	overflow:auto;
	/* background-attachment:fixed; */
}

.singola_news {
	padding-top:10px;
}

.img_news {
	width:125px;
	float:left;
}

.img_news_larga {
	width:230px;
	float:left;
}

.img_news img {
	border:0px;
}

.img_news_larga img {
	border:0px;
}

.testo_news {
	/* width:460px; */
	float:left;
	padding-left: 10px;
	width:440px;
}

.testo_news_corto {
	width:340px;
	float:left;
	padding-left: 10px;
}

/* player video  */

.video_area {
	/* float:left; */
}

.video_list {
	width:230px;
	margin:2px 0px 2px 0px;
	font-size:11px;
}

/* fine player video */

.leggi_tutti {
	padding:5px;
	text-align:center;
}

.leggi_tutti a:link , .leggi_tutti a:active , .leggi_tutti a:visited {
	color:#d7ad19;
	text-decoration:none;
}

.leggi_tutti a:hover {
	color:#d7ad19;
	text-decoration:underline;
}


/* fine colonna dx */

/* formattatori generici  */

h1 {
	color:#d6ab14;
	font-weight:bold;
	font-size:14px;
	padding:7px;
	margin:0px;
	text-transform:uppercase;
}

p {
	margin:0px;
	padding:15px 0px 15px 0px;
}

form {
	padding:0px;
	margin:0px;
}

a:link , a:active , a:visited {
	color:#d7ad19;
	text-decoration:none;
}

a:hover {
	color:#d7ad19;
	text-decoration:underline;
}

.hidden {
	display:none;
}

/*  fine formattatori */

/* area video */

.voce_elenco {
	padding:5px 0px 0px 0px;
	float:left;
	width:265x;
	margin-right: 20px;
	margin:10px;
}

.img_elenco {
	padding:2px;
	margin: 5px;
	border:#999999 2px solid;
	/* height:254px; */
	width:250px;
}

.contenuto_elenco {
	padding:2px 2px 2px 5px;
	height:30px;
	overflow:hidden;
}


/* fine area video */

/* CALENDARIO */

#calendario {
	float:left;
	height: 195px;
	width: 150px;
	padding: 55px 10px 0px 0px;
	font-size:11px;
}

#calendario table td {
	background:#ffffff;
	width:15px;
	text-align:center;
}

#calendario table td:hover {
	background:#ebe4cb;
	color:#FFFFFF;
	width:15px;
	text-align:center;
}

#calendario .giorno {
	background:#ebe4cb;
	width:15px;
	text-align:center;
}

#calendario .giorno_corrente {
	background:#d7ad18;
	color:#FFFFFF;
	width:15px;
	text-align:center;
}


#calendario .giorno_corrente a:link , #calendario .giorno_corrente a:active , #calendario .giorno_corrente a:visited {
	color:#FFFFFF;
	text-decoration:none;
}


#calendario a:link , #calendario a:active , #calendario a:visited {
	color:#000000;
	text-decoration:none;
}

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

.mese {
	/* width:100px; */
	height:25px;
}

.tasto_cal {
	float:left;
	width:25px;
}

.mese_corrente {
	float:left;
	width:100px;
	text-align:center;
	color:#d7ad18;
	line-height:25px;
	font-weight:bold;
	font-size:12px;
}

.anno {
	color:#000000;
}

#calendario img {
	border: 0px;
	cursor:pointer;
}

.elenco_completo {
	color:#FFFFFF;
	background:#d7ad18;
	text-align:center;
	margin-top:10px;
}

/* FINE CALENDARIO */

.lista_lato {
	margin:0px 0px 0px 0px;
	padding:0px;
}

.elemento_lato {
	list-style-type:none;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
}



