
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family: "Lucida Sans", Arial, sans-serif;
	text-align:center;
	font-size:12px;
	background-color:#000;
	}


/*********************************/
/********* CLASSI GENERICHE ******/
/*********************************/
/** Global **/
* {
    margin:0;
    padding:0;
	border:0;
	text-align:left;
}

.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1%;
	}
	
/** Nascondo oggetti **/
.off, .span {
	position: absolute;
    top: -9999px;
	left:-9999px;
	}
	
a {
	color:#838383;
	text-decoration:none;
	}	
	
a:hover {
	text-decoration:underline;
	}	

input, textarea, select {
border:1px solid #ccc;
background-color:#fff;
width:130px;
padding:2px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea {
	width:300px;
	font-size:11px;
	}

input.pulsante {
	width:100px;
	text-align:center;
	background-color:#eaeaea;
	color:#484848;
	margin:15px 0 0 0;
	}

input.check {
	border:0;
	padding:0;
	width:auto;
	}

select {margin-bottom:5px;}
	
	
#box_intro {
	margin:0 auto;
	width:900px;
	height:600px;
	}	

/** end global **/
	

/*********************************/
/***** CONTENITORE GENERALE ******/
/*********************************/

#outer {
	width:1000px;
	background:url(../immagini/sfondo_outer.gif) repeat-x;
	margin:50px auto 0 auto;
	padding-bottom:10px;
	text-align:center;
	}
	
#outer hr.black, #outer hr.black2 {
	width:1000px;
	height:1px;
	border-bottom:1px solid #000;
	position:absolute;
	margin:181px 0 0 0;
	z-index:4;
	}	
	
#outer hr.black2 {
	margin:-129px 0 0 0;
	}		

#contenitore {
	width:900px;
	text-align:left;
	margin:0 auto;
	}
	

/*********************************/
/*********** HEADER **************/
/*********************************/


#header {
	width:900px;
	}
	
#flash_header {
	width:900px;
	height:94px;
	font-size:0;
	}
	
/*********************************/
/*********** MENU ALTO ***********/
/*********************************/

#menu_alto {
	width:900px;
	padding:20px 0 0 0;
	background:url(../immagini/sfondo_menu.gif) no-repeat left bottom;
	position:relative;
	margin:0 0 0 -30px;
	}
	
#menu_alto ul {
	text-align:left;
	padding:0 0 2px 55px;
	}

#menu_alto ul li {
	list-style: none;
	display:inline;
	padding:0 25px 0 0;
	}

#menu_alto ul li a, #menu_alto ul li a:hover {
	color:#fff;
	text-decoration:none;
	}
	
#menu_alto ul li a:hover, #menu_alto ul li.attivo a {
	color:#CC9966;
	}


/*********************************/
/*********** CENTRALE ************/
/*********************************/


#centrale {
	width:920px;
	margin:33px 0 0 -10px;
	font-size:11px;
	z-index:2;
	padding:0px 34px 6px 34px;
	position:relative;
	color:#838383;
	height:301px;
	line-height:14px;
	background:url(../immagini/sfndo_centrale.gif) repeat-y;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:852px;
	}
	
#centrale_home {
	width:920px;
	margin:33px 0 0 -10px;
	z-index:2;
	position:relative;
	height:307px;
	background:url(../immagini/sfndo_centrale.gif) repeat-y;
	}
	
#flash_home {
	width:900px;
	background-color:#000;
	height:307px;
	margin:0 0 0 10px;
	}	
		
#box_swf {
	width:517px;
	height:83px;
	position:absolute;
	margin:100px 0 0 182px;
	}		
		
/* box_testo */		
			
#box_testo, #box_testo_scroll {
	width:535px;
	z-index:1;
	position:relative;
	padding:15px 0 0 0;
	}
	
#box_testo_scroll {
    overflow:auto;
	height:250px;
	width:530px;
	margin:3px 0 0 0;
	}	
	
#box_testo p, #box_testo_scroll p {
	padding:10px 0 0 0;
	}	
	
#box_testo h2, #box_testo_scroll h2 {
	font-weight:lighter;
	font-size:12px;
	margin:2px 0 0 0;
	}	
	
#box_testo_scroll h2 {
	margin:-16px 0 0 0;
	}	
	
#box_testo ul {
	padding:10px 0 0 0px;
	}	
	
#box_testo ul li {
	list-style:none;
	margin:1px 0 0 0;
	}	
	
/* box_dx */

#box_dx, #box_dx2, #box_dx_s {
	width:389px;
	margin:18px 0 0 537px;
	position:absolute;
	}
	
#box_dx2, #box_dx3 {
	background-color:#fff;
	text-align:right;
	line-height:0;
	}	

#box_dx_s {
	background-color:#fff; 
 	}

#box_dx3 {
	width:394px;
	margin:18px 0 0 532px;
	position:absolute;
	}
	
* html #box_dx, * html #box_dx2 {
	margin:18px 0 0 542px;
	}	
	
* html #box_dx_s {
	margin:16px 0 0 542px;
	}	  	

/* box_mediano */

#box_mediano {
	width:248px;
	float:right;
	margin:2px 0 0 20px;
	}
		

#box_mediano p.titolo {
	background:url(../immagini/ombra_tit.gif) no-repeat center left;
	font-weight:bold;
	font-size:12px;
	margin:10px 0 0 0;
	padding:0 0 0 24px;
	line-height:13px;
	}
	

#box_mediano p.titolo a:hover, #box_mediano p.titolo a.attivo {
	text-decoration:none;
	color:#CC9966;
	}

#box_mediano ul {
	padding:10px 0 20px 24px;
	}

#box_mediano ul li {
	background:url(../immagini/freccetta.gif) left no-repeat;
	padding:0 0 0 7px;
	text-decoration:none;
	}

.tit_esecutivi {
	margin:130px 0 0 -74px;
	width:218px;
	height:35px;
	position:relative;
	z-index:5;
	background: url(../immagini/tit_esecutivi.gif) no-repeat;
	}

/* box_foto_mini */

#box_foto_mini {
	width:auto;
	margin:140px 0 0 30px;
	}

.foto_mini {
	float:left;
	width:98px;
	margin:0 0 0 0;
	}

.foto_mini .desc {
	font-size:9px;
	line-height:normal;
	}	

/* Falsh */

#flash {
	width:900px;
	margin:13px 0 10px 0;
	}


/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer {
	margin:0 auto;
	width:900px;
	padding:2px 0 0 0;
	border-top:1px solid #CC9966;
	text-align:left;
	color:#CC9966;
	font-size:10px;
	}

span.credit {
	float:right;
	}
	
#footer a {
	color:#CC9966;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}	
	
span.iva {
	margin:0 0 0 40px;
	}	
