/* ******* MAIN TAGS  ******** */
* {
	margin: 0;
	padding: 0;
	border: 0;	
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #f3f3f3;
	font-size: 62.5%;
	color: #333;
}
a {
	text-decoration: none;
	color: #102b5b;
}
a:hover {
	text-decoration: underline;
}

.clearfloat {
	clear: both;
}

.clearfloatHeight {
	clear: both;
	height: 10px;
}



/* ***** Wrapper principali, disposione elementi ***** */
#page_ext {
	background:transparent url(img/bg_body.gif) repeat-y right;
	padding: 0 20px 0 0;
	height: 100%;
}
#container /* contiene tutto */{
	padding:  0 0 0 20px;
	background:#fff url(img/bg_page_ext.gif) repeat-y left;
}
#header /*contiene la testata */{
	position: relative;		
}
#page_int {
	clear: both;
	
}
#wrapper /*contiene la colonna sinistra*/{
	width: 100%;
	clear: both;
	float: left;
	background: #fff;
}

#left {
	margin-right: 250px;
	padding-bottom: 30px
	clear: both;
}

#right {
	float: left;
	width: 250px;
	margin-left: -250px;
}


/* ********************************* */
/* definizioni grafica */
/* header */
#header {
	background: url(img/bg_head.gif) repeat-x;
	height: 163px;
}

#header h1 {
	text-indent: -9999px;
	position: absolute;
	top: 53px;
	left: 20px;
	height: 70px;
	width: 200px;
	background: url(img/logo.png) no-repeat left top;
}
#header h1 a {
	display: block;
	height: 70px;
}
#header #language_menu {
	position: absolute;
	right: 20px;
	top: 50px;
	height: 163px;
}
	#header #language_menu ul#lang{
		margin-top: 26px;
		list-style: none;
	}
	#header #language_menu ul#lang li{
		display: inline;
		margin-left: 15px;
		font-size: 1.2em;
	}


/* ********************************* */
/* main_menu */
#main_menu {
	background: #f4f4f4 url(img/bg_main_menu.gif) repeat-x bottom;	
	float: left;
	height: 41px;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #ced5df;
}

/* PRIMO LIVELLO */
/* UL */
#nav {
	font-family: futura, "lucida grande", arial;
	font-family:Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0 20px;
	height: 41px;
	float: left;
	margin: 0;
	/* DROPPY */
	display: block; margin: 0; padding: 0; position: relative;
}

	/* PRIMO LIVELLO */
	#nav li {
		float: left;
		font-size: 1.2em;
		height: 41px;
		/* DROPPY */
		display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative;
		/* background: url(img/bg_li.gif) no-repeat 6px bottom; */
		background: url(img/bg_main_menu.gif) repeat-x bottom;
	}
	#nav li:hover {
		background-color: none;
		/* background: url(img/bg_main_menu_ro.gif) repeat-x bottom; */
		background: url(img/bg_main_menu_ro.gif) repeat-x bottom;
	}
	#nav li a {
		display: block;
		color: #43619d;
		float: left;
		border-right: 1px solid white; 
		font-size: 12px; 
		padding: 6px; 
		line-height: 1; 
		text-decoration: none;
		
		padding: 0 18px 0 10px;
		height: 41px;
		line-height: 41px;
		background: url(img/bg_li.gif) no-repeat 6px bottom;
	}
	#nav li.selected a {
		color: #949494;
		background: url(img/bg_lisel.gif) no-repeat 6px bottom;
	}
	
	#nav li a:hover {
		background-color: none;
		text-decoration: none;
	
	}

	/* SECONDO LIVELLO */
	#nav ul {
		display: none;
		position: absolute;
		left: 0;
		margin: 0;
		padding: 0;
		top: 43px;
		width: 150px;
	}
	
	#nav ul li {
		float: none;
		border-right: none;
		background-image: none;
		border-bottom:1px solid #7187ae;
		height: auto;
		/* background-color: #0e2754; */
	}
	#nav ul li:hover {
		background-image: none;
	}
	#nav ul li a{
		border-right: none;
		font-size: 0.75em;
		line-height: 15px;
		padding: 10px;
		float: none;
		background-image: none;
		background-color: #0e2754;
		color: #FFF;
		text-decoration: none;
		height: auto;
		/* ??? */
		opacity: 0.9; filter: alpha(opacity=90);
	}
	#nav ul li a:hover{
		/* background-color: #091a39; */
		color: #FFF;
		text-decoration: none;
    }
	#nav li.selected ul li a {
		background-color: #0e2754;
		background-image: none;
		opacity: 0.9; filter: alpha(opacity=90);
		color: #FFF;
	}
	#nav li ul li.selected a {
		background-color: #0e2754;
		opacity: 0.9; filter: alpha(opacity=90);
		background: #0e2754 url(img/bg_li_2.gif) no-repeat 6px bottom;
		color: #FFF;
	}
	
	/* Hacks */
	* html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */

/* Old stuff */
/* Everything else is theming */
/* #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); } */ 
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

/* contenuto principale */
/* container - attribbuti generali elementi corpo centrale della pagina */

#container {
	font-size: 1em;
}

#container p {
	font-size: 1.2em;
	line-height: 1.8em;
}

#container p img {
	display: block;
	clear: both;
	padding: 1px;
	background: #fff;
	border: 1px solid #ced5df;
}


/* ********************************* */
/* Impostazioni immagini di testata */
body.home_it #left h1 {
	background-image: url(img/big_index.jpg);
}
body.home_en #left h1 {
	background-image: url(img/big_index_en.jpg);
}
body.laboratori_it #left h1, body.lab1_it #left h1, body.lab2_it #left h1, body.lab3_it #left h1, body.lab4_it #left h1, body.lab5_it #left h1, body.lab6_it #left h1, body.lab7_it #left h1, body.lab8_it #left h1 {
	background: #696e61 url(img/big_laboratori.jpg) top left no-repeat;
}
body.laboratori_en #left h1, body.lab1_en #left h1, body.lab2_en #left h1, body.lab3_en #left h1, body.lab4_en #left h1, body.lab5_en #left h1, body.lab6_en #left h1, body.lab7_en #left h1, body.lab8_en #left h1 {
	background: #696e61 url(img/big_lab_en.jpg) top left no-repeat;
}
body.prodotti_it #left h1 {
	background: #e9e5da url(img/big_prodotti.jpg) top left no-repeat;
}
body.prodotti_en #left h1 {
	background: #e9e5da url(img/big_prodotti_en.jpg) top left no-repeat;
}
body.partner_it #left h1 {
	background: #000 url(img/big_partner.jpg) top left no-repeat;
}
body.partner_en #left h1 {
	background: #000 url(img/big_partners_en.jpg) top left no-repeat;
}
body.competenze_it #left h1 {
	background: #878a88 url(img/big_competenze.jpg) top left no-repeat;
}
body.competenze_en #left h1 {
	background: #878a88 url(img/big_competenze_en.jpg) top left no-repeat;
}
body.qualifiche_it #left h1 {
	background: #fff url(img/big_qualifiche.jpg) top left no-repeat;
}
body.qualifiche_en #left h1 {
	background: #fff url(img/big_qualifiche_en.jpg) top left no-repeat;
}
body.attivita_it #left h1 {
	background: #0b0900 url(img/big_attivita.jpg) top left no-repeat;
}
body.attivita_en #left h1 {
	background: #0b0900 url(img/big_attivita.jpg) top left no-repeat;
}
body.contatti_it #left h1 {
	background: #d7cfc9 url(img/big_contatti.jpg) top left no-repeat;
}
body.contatti_en #left h1 {
	background: #d7cfc9 url(img/big_contacts_en.jpg) top left no-repeat;
}
body.generica_it #left h1 {
	background-image: url(img/big_generica.jpg);
}


/* ********************************* */
/* left */
#left h1 {
	margin: 0;
	height: 169px;
	text-indent: -9999px;
	background:#888a8a  no-repeat left top;
	padding: 0;
	margin-bottom: 30px;
}

#left p {
	padding: 0 20px 10px 20px;
	margin-bottom: 8px;
	line-height: 2em;
}
#left iframe {
	margin: 0 20px 10px 20px;
	padding: 2px;
	border: 1px solid #ddd;
}
#left p img {
	margin: 0 15px 10px 0;
	float: left;
	clear: both;
}
#left a img.banner {
	margin: 0 0 20px 20px;
	clear: both;
}
#left h2 {
	padding: 0 20px;	
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 10px;
	color: #102b5b;
	line-height: 1.8em;
	font-family:Arial, Helvetica, sans-serif;
}


#left h3 {
	padding: 0 20px;	
	font-size: 1.4em;
	margin-top: 10px;
	color: #7e834c;
	line-height: 1.8em;
	font-family:Arial, Helvetica, sans-serif;
}
#left h3 a, #left h3 a:hover;{
	text-decoration: underline;
	color: #7e834c !important;
	font-family:Arial, Helvetica, sans-serif;
}

/** Lista Standard **/
#left ul {
	padding: 0 20px 10px 20px;
}
	#left ul li {
		color: #606773;
		font-size: 1.3em;
		list-style: none;
		list-position: inside;
		padding: 0px 0 5px 18px;
		line-height: 1.1em;
		background: transparent url(img/virgule_time.gif) top left no-repeat;
		background-position: 0 0px;
		margin-bottom: 7px;
	}

	#left ul li p{
	font-size: 1em;
		margin: 0;
		padding: 0;
	}

#left p ul {
	/* padding: 0 20px 10px 20px; */
}


/* complexList: lista leggermente più complessa
con h3 e p all'interno dei singoli li */
#left ul.complexList li {
	background-position: 0 6px;
	margin-bottom: 0px;
}

	#left ul.complexList li h3{
		font-size: 1em;
		margin: 0;
		padding: 0;
	}

	#left ul.complexList li p{
	font-size: 1em;
		margin: 0;
		padding: 0;
	}

/* Lista settori di esperienza mostrate in home page */
#left ul.categories {
	/* float: left; */
	list-style: none;
	width: 500px;
	padding-left: 20px;
	margin-bottom: 10px;
	clear: both;
}

	#left ul.categories li {
		float: left;
		width: 120px;
		margin-right: 20px;
		margin-bottom: 10px;
		padding-left: 30px;
		line-height: 2em;
		color: #383838;
		font-size: 0.9em;
		background: url(img/bg_cat_li.gif) no-repeat left center;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width:90px;
	}

/* Lista di clienti con tanto di immagine/logo */
#left ul.clienti {
	padding: 0 20px 10px 20px;
	list-style: none;
	list-style-image: none !important;
}
	#left ul.clienti li{
		list-style: none;
		list-style-image: none !important;
		clear: both;
		float: none;
		background-image: none;
		border-bottom: 1px solid #e0e2e5;
		margin-bottom: 15px;
	}
	#left ul.clienti li img{
		clear: both;
		float: none;
	}


/* ********************************* */
/* right */
#right {
	background: url(img/bg_rightdivider.gif) repeat-y left;
}

#right h3 {
	background: url(img/news.gif) no-repeat left bottom;
	text-indent: -9999px;
	height: 30px;
	margin-left: 10px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	
}

#right #news {
	margin: 10px;
}

#right #news div.news_block {
	background: url(img/bg_news_right.gif) repeat-x bottom;
	border-bottom: 1px solid #ced5df;
	padding: 10px 10px 8px 10px;
	margin-bottom: 10px;
}


#right #news div.news_block div.news_block_header {
	background: #eff7f7;
	padding: 2px;
	margin-bottom: 8px;
}

#right #news div.news_block img {
	float: left;
	display: block;
	padding: 1px;
	background: #fff;
	border: 1px solid #ced5df;
}

#right #news div.news_block h4 {
	font-size: 1.4em;
	color: #336;
	
	margin: 0 0 0 76px;	
	padding: 5px 5px  0 5px ;
	font-weight: normal;
	
	line-height: 1.35em;
	
	/*
	height:48px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 43px;
	*/
}

#right #news div.news_block p {
	font-size: 1.2em;
	line-height: 1.3em;
}

#right #news div.news_block p.date {
	color: #336;
	font-size: 1em;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 10px;
	background: url(img/virgule_time.gif) no-repeat left center;
}



/* ********************************* */
/* footer */
#footer {
	clear: both;
	text-align: left;
	background: #0f2a58 url(img/bg_footer.gif) bottom left repeat-x;
	padding: 10px 20px;
	/* margin-top: 20px; */
	border-top: 1px solid white;
}


#footer p {
	color: #b6c6e2;
	font-size: 1.2em;
	margin-bottom: 10px;
}


#footer ul {
	padding-top: 10px;
	list-style: none;
	font-size:.9em ;
}

#footer ul li {
	display: inline;
	padding: 5px 10px 5px 11px;
	border-left: 1px solid #b6c6e2;
}

#footer ul li a {
	color: #b6c6e2;
}


/* ************* */
/* TABLE FORMATTING */
/* ************* */
table {
	margin: 0 20px 20px 20px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

tr.titoli td {
	font-size: bold 13px;
	text-transform: uppercase;
	background-color: #ced5df;
}

td {
	font-size: bold 11px;
	/* color: #6D929B; */
 	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	letter-spacing: 2px;
	/* text-transform: uppercase; */
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #eff7f7;
	/* background: #CAE8EA url(images/bg_header.jpg) no-repeat; */
}


/* Spessore elementi contenenti float:left */
.group:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}


/* NEWS */
div#wrapper div#left h2.news_title {
	font-size: 2em;
	margin-bottom: 10px;
}

p.news_content {
}









/* ********************************* */
/* FORM INVIO MAIL AUTOMATICO */
form {
	margin: 0 20px;
	padding:  20px 0;
}

form label{
	display:  block;
	float:  left;;
	width: 130px;
	padding-right: 30px;
}


form p label{
	display:  block;
	float:  left;;
	width: 130px;
	padding-right: 30px;
	font-size: 0.9em;
}

form p select{
	display:  block;
	float:  left;;
	width: 230px;
	border: 1px solid #d5d5d5;
}

div#left form p{
	margin:  0 0 10px 0;
	padding:  0;
	display:  block;
}

form input{
	border: 1px solid #d5d5d5;
	width:  200px;
	background-color: #ebe9e9;
}
	form input#sesso_uomo {
		border: 0;
		width:  auto;
		background-color: transparent;
	}
	
	form input#sesso_donna {
		border: 0;
		width:  auto;
		background-color: transparent;
	}
	
form textarea{
	border: 1px solid #d5d5d5;
	background-color: #ebe9e9;
	width:  400px;
	height:  200px;
}

/* SUBMIT */
form p input{
	border: 1px solid #d5d5d5;
	width:  70px;
}




/* ********************************* */
/* SLIDE SHOW */
#slideshowWrap {
	display: inline;
	border: 1px solid #ced5df;
	padding: 1px;
	width: 415px;
    height:170px;
    margin: 0 15px 10px 20px;
    float: left;
	clear: both;
}

	#slideshow {
		display: block;
		clear: both;
		background: #fff;
	
		position:relative;
	    width: 415px;
	    height:170px;
	}

	#slideshow IMG {
	    position:absolute;
	    top:0;
	    left:0;
	    z-index:8;
	}

	#slideshow IMG.active {
	    z-index:10;
	}

	#slideshow IMG.last-active {
	    z-index:9;
	}

