
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	color:#333;
	background:url(../immagini/sfondo_body.gif) repeat-x;
	background-color:#fff;
	}


/*********************************/
/********* CLASSI GENERICHE ******/
/*********************************/
/** Global **/
* {
    margin:0;
    padding:0;
	border:0;
	text-align:left;
}

.clear {
	clear:both;
	height:0;
	font-size:1%;
	}
	
/** Nascondo oggetti **/
.off, .span {
	position: absolute;
    top: -9999px;
	left:-9999px;
	}
	
a {
	color:#333;
	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;}

span.azzurro {
	color:#009DF4;
	}
	
p.link a {
	background:url(../immagini/quadratino.gif) left no-repeat;
	padding:0 0 0 12px;
	}	

#map {
	float:right;
	border:1px solid #ccc;
	padding:5px;
	width:425px;
	clear:right;
	margin:0 0 15px 15px;
	}
		

/** end global **/
	

/*********************************/
/***** CONTENITORE GENERALE ******/
/*********************************/

#outer_home, #outer_sicurezza, #outer_validazioni,
#outer_metrologia, #outer_analisi, #outer_contatti  {
	margin:0 auto;
	width:1000px;
	background:url(../immagini/outer.gif) top left no-repeat;
	background-position:0 235px;
	}
	
#outer_sicurezza {
	background:url(../immagini/outer_sicurezza.gif) top left no-repeat;
	background-position:0 235px;
	}	
	
#outer_validazioni {
	background:url(../immagini/outer_validazioni.gif) top left no-repeat;
	background-position:0 235px;
	}	
	
#outer_metrologia {
	background:url(../immagini/outer_metrologia.gif) top left no-repeat;
	background-position:0 235px;
	}	
	
#outer_analisi {
	background:url(../immagini/outer_analisi.gif) top left no-repeat;
	background-position:0 235px;
	}	
	
#outer_contatti {
	background:url(../immagini/outer_contatti.gif) top left no-repeat;
	background-position:0 235px;
	}
	
/* contenitore */		

#contenitore {
	width:960px;
	margin:0 0 0 40px;
	text-align:left;
	}
	
* html #contenitore {
	margin:0 -3px 0 40px;
	}	

/*********************************/
/*********** HEADER **************/
/*********************************/


#header {
	width:960px;
	height:223px;
	background:url(../immagini/logo.gif) top left no-repeat;
	}
	
#header a#link {
	display:block;
	outline:none;
	margin:0 0 0 0;
	-moz-outline: none;
	position:absolute;
	font-size:12px;
	text-indent:-9999px;
	width:210px;
	height:150px;
	}	

/*********************************/
/*********** MENU ALTO ***********/
/*********************************/

#menu_alto {
	margin:0 0 0 224px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	}
	
.box_menu, .box_menu_ultimo {
	background:url(../immagini/box_menu.png) no-repeat;
	width:118px;
	float:left;
	height:219px;
	margin:0 5px 0 0;
	}
	
.box_menu_ultimo { 
	margin:0;
	}	

.box_menu img, .box_menu_ultimo img {
	margin:13px 0 0 32px;
	opacity:0.9;
	filter:alpha(opacity=90);
	}
	
.box_menu a:hover img, .box_menu_ultimo a:hover img,
.box_menu img.attivo, .box_menu_ultimo img.attivo {
	opacity:1;
	filter:alpha(opacity=100);
	}
	
/*.box_menu h2, .box_menu_ultimo h2 {
	font-size:13px;
	text-align:center;
	padding:10px 0 0 0;
	} */

.box_menu h3, .box_menu_ultimo h3 {
	font-size:13px;
	text-align:center;
	padding:10px 0 0 0;
	} 

.box_menu h2 a, .box_menu_ultimo h2 a {
	color:#fff;
	}
	
#menu_alto ul {
	padding:15px 0 0 15px;
	}	

#menu_alto ul li {
	list-style:none;
	padding:0 0 5px 0;
	}
	
#menu_alto ul li a {
	color:#fff;
	}
	
#menu_alto ul li.attivo a {
	text-decoration:underline;
	}		
	
/* path */

#path {
	float:left;
	width:210px;
	margin:188px 0 0 0;
	background:url(../immagini/path.gif) bottom no-repeat;
	}	
	
#path ul {
	padding:0 0 10px 0;
	}

#path ul li {
	list-style:none;
	text-transform: capitalize;
	display:inline;
	font-size:12px;
	font-weight:bold;
	}	

/*********************************/
/*********** CENTRALE ************/
/*********************************/


#centrale_home, #centrale_sicurezza, #centrale_validazioni,
#centrale_metrologia, #centrale_analisi, #centrale_contatti {
	width:954px;
	margin:10px 0 30px 0;
	font-size:11px;
	color:#666;
	border-left:6px solid #499CD9;
	padding:0 0 0 10px;
	line-height:22px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:944px;
	}
	
#centrale_sicurezza {
	border-left:6px solid #DF413B;
	}	
	
#centrale_validazioni {
	border-left:6px solid #999;
	}	
	
#centrale_metrologia {
	border-left:6px solid #EE7D00;
	}	
	
#centrale_analisi {
	border-left:6px solid #92BF3F;
	}	
	
#centrale_contatti {
	border-left:6px solid #e6e6e6;
	}	    	
	
#box_testo {
	width:944px;
	border:1px dotted #d2d2d2;
	padding:10px;
	min-height:400px;	
	background:url(../immagini/sfondo_centrale.gif) bottom no-repeat;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:914px;
	}	
	
* html #box_testo {
	height:400px;
	}
	
.news {
	width:914px;
	border-bottom:1px dotted #ccc;
	margin:0 0 15px 0;
	}		
	
.news p.link {
	margin:-15px 0 0 0;
	position:relative;
	}
	
#box_news p.link, #box_eventi p.link {
	margin:-5px 0 0 0;
	position:relative;
	}		
	
p {
	padding:0 0 15px 0;
	}	
	
p a, ul.voci li a {
	color:#009DF4;
	}	
	
.foto_sx {
	float:left;
	padding:1px;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
	}	
	
h2 {
	font-size:16px;
	color:#009DF4;
	padding:0 0 10px 0;
	font-weight:lighter;
	text-transform:capitalize;
	}

h3 {
	font-size:16px;
	color:#FFF;
	padding:0 0 10px 0;
	font-weight:lighter;
	text-transform:capitalize;
	}

ul.voci li, ul.link li {
	list-style:none;
	background:url(../immagini/quadratino.gif) top left no-repeat;
	background-position:0 7px;
	padding:0 0 0  13px;
	margin:0 0 3px 0;
	}	

/* a dx */

#box_funzioni {
	float:right;
	text-align:right;
	width:400px;
	margin:0 0 5px 15px;
	}		

#box_funzioni img {
	margin:0 0 0 5px;
	border: 1px solid #999;
	}
	
#box_flash {
	width:374px;
	border:1px solid #666;
	padding:1px;
	height:254px;
	float:right;
	clear:right;
	margin:0 0 15px 15px;
	background-color:#FFFFFF;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:372px;
	height:252px;
	}	
	
.foto_dx {
	float:right;
	clear:right;
	margin:0 0 15px 15px;
	border:1px solid #666;
	padding:1px;
	}	
	
#box_news {
	width:374px;
	padding:0 0 0 2px;
	float:right;
	margin:0 0 15px 15px;
	background-color:#fff;
	border-left:4px solid #499CD9;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:372px;
	}	

#box_eventi {
	width:474px;
	padding:0 0 0 2px;
	float:left;
	margin:0 0 15px 0px;
	background-color:#fff;
	border-left:4px solid #499CD9;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:472px;
	} 

#box_eventi .contenuto {
	width:470px;
	border:1px solid #d2d2d2;
	padding:5px 10px 5px 10px;
	min-height:130px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:450px;
	}	

#box_news .contenuto {
	width:370px;
	border:1px solid #d2d2d2;
	padding:5px 10px 5px 10px;
	min-height:130px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:350px;
	}
	
#box_news h2, #box_eventi h2 {
	/*background:url(../immagini/path.gif) left bottom no-repeat;*/
	background:url(../immagini/sfondo_h2_news.gif) repeat-x;
	background-color:#499CD9;
	padding:3px 0 3px 10px;
	font-size:16px;
	color:#fff;
	margin:0 0 2px 0;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:362px;
	}	

#box_eventi h2 {
	width:462px;
	}
	
#box_news p, #box_eventi p {
	line-height:18px;
	padding:0 0 10px 0;
	}	
	
#box_news p.titolo, .news p.titolo a, p.titolo_esplosa, #box_eventi p.titolo{
	line-height:15px;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
	}	
	
p.titolo a, .news p.titolo a  {
	color:#009DF4;
	font-size:14px;
	}	
	
p.titolo_esplosa {
	color:#009DF4;
	font-size:14px;
	}	
	
p.titolo_esplosa span.data {
	font-size:11px;
	color:#333;
	font-weight:normal;
	}	

/* nav */

#nav {
	width:914px;
	background-color:#F6F6F6;
	border:1px solid #ccc;
	padding:5px;
	color:#333;
	font-size:12px;
	margin:20px 0 0 0;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:904px;
	}
	
#nav a {
	font-size:12px;
	color:#009DF4;
	}
	
/* logo */	
	
.logo {
	width:914px;
	margin:15px 0 0 0;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
	}
	
.logo img {
	float:left;
	border:0;
	border:1px solid #ccc;
	padding:1px;
	margin:0 10px 0 0;
	}
	
p.su {
	padding:15px 0 0 0;
	}

p.su a {
	background:transparent url(../immagini/freccetta_su.gif) no-repeat scroll left center;
	font-weight:bold;
	padding:14px 0 14px 20px;
	}	
	
/* menu_interno */

#menu_interno {
	margin:0px 0 15px 0;
	position:relative;
	}

#menu_interno ul {
	padding:0;
	}

#menu_interno ul li {
	display:inline;
	color:#731A1A;
	}	

#menu_interno ul li a {
	padding:0 0 0 10px;
	margin:0 15px 0 0;
	text-decoration:none;
	color:#333;
	background:url(../immagini/quadratino2.gif)  left no-repeat;
	}	
	
#menu_interno ul li a:hover, #menu_interno ul li.attivo a {
	background:url(../immagini/quadratino_attivo.gif)  left no-repeat;
	color:#009DF4;
	}	

/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer {
	margin:0 auto;
	width:100%;
	height:149px;
	text-align:center;
	text-align:left;
	background-color:#F8F8F8;
	background:url(../immagini/sfondo_footer.gif) repeat-x;
	}
	
#testo {
	width:939px;
	margin:0 auto;
	}
	
#testo p {
	color:#666;
	font-size:11px;
	line-height:16px;
	padding:20px 0 0 0 ;
	}	
	
#footer a {
	color:#666;
	}
	
#box_loghi {
	float:right;
	margin:20px 0 0 0;
	}	
	
#box_loghi img {
	margin:0 0 0 2px;
	}	
	
/* box_video */

.box_video {
	border:1px solid #ccc;
	width:140px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	padding:10px;
	height:150px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:120px;
	}	
	
	
