/* 
================================================================= 
Note:
                                              
Inserire nel css delle 2 colonne laterale (divMenu - divInformazioni)
un valore di altezza sempre maggiore del contenuto delle colonne stesse

Valore inserito adesso: 700px
================================================================= 
*/


html, body{
	padding: 0px;
	margin: 0px;
	background-color:#FFFFFF;
	text-align: center;  /* centra in IE 5.x */
	}
	
/* ================================================================= */
/* struttura di base                                                 */
/* ================================================================= */
	
#divContenitore{
	position:relative;
	width: 1000px;
	min-height: 600px;
	height:auto !important;
	height: 600px;
		
    margin: 0px auto;  /* centra */
	/*background-color: #DBDEE9;*/
	background-color: #FFFFFF;
	}

	
#divAreaTestata{
	position: relative;
	width:1000px;
	height: 240px;
	background-color: #FFFFFF;
		
	border: 0px solid #FF0;
	}

#divAreaLogo{
	width:1000px;
	height: 70px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgLogo.jpg');
	background-repeat: no-repeat;
	
	border: 0px solid #FF0;
	text-align: right;
	
	}
		
#divAreaCorpo{
	position: relative;
	width: 1000px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	
	background-image:  url('/mediatica/immagini/imgStruttura/imgSfondoCorpo.jpg');
	
	border: 0px solid #FF0FFF;
	}
			
		
.clClear{clear: both;}

/* ================================================================= */
/* home page                                                   */
/* ================================================================= */
div#divAreaTestataHome{
	position: relative;
	width:1000px;
	height: 240px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgTestata1.jpg');
	background-repeat: no-repeat;
		
	border: 0px solid #FF0;
	}

		
div#divAreaRiservata{
	position: absolute;
	top: 0px;
	left: 780px;
	width: 200px;
	height: 40px;
	background-color: #99A6C2;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	z-index: 0;
}

div#divTestoAreaRiservata{
	position: absolute;
	top: 0px;
	left: 780px;
	width: 200px;
	height: 40px;
	border: 0px solid #FFF;
	z-index: 10;
	text-align: center;	
	}

/* ================================================================= */
/* Azienda                                                           */
/* ================================================================= */
div#divAreaTestataAzienda{
	position: relative;
	width:1000px;
	height: 240px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgTestata1.jpg');
	background-repeat: no-repeat;
	}

/* ================================================================= */
/* Progetti                                                          */
/* ================================================================= */
div#divAreaTestataRS{
	position: relative;
	width:1000px;
	height: 240px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgTestata4.jpg');
	background-repeat: no-repeat;
	}

/* ================================================================= */
/* Portfolio                                                          */
/* ================================================================= */
div#divAreaTestataPortfolio{
	position: relative;
	width:1000px;
	height: 240px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgTestata7.jpg');
	background-repeat: no-repeat;
	}

/* ================================================================= */
/* Partners                                                          */
/* ================================================================= */
div#divAreaTestataPartners{
	position: relative;
	width:1000px;
	height: 240px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgTestata3.jpg');
	background-repeat: no-repeat;
	}

/* ================================================================= */
/* LavoraConNoi                                                          */
/* ================================================================= */
div#divAreaTestataLavoraConNoi{
	position: relative;
	width:1000px;
	height: 240px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgTestata5.jpg');
	background-repeat: no-repeat;
	}
	
/* ================================================================= */
/* Contatti                                                         */
/* ================================================================= */
div#divAreaTestataContatti{
	position: relative;
	width:1000px;
	height: 240px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgTestata2.jpg');
	background-repeat: no-repeat;
	}

/* ================================================================= */
/* Consulting                                                          */
/* ================================================================= */
div#divAreaTestataConsulting{
	position: relative;
	width:1000px;
	height: 240px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgTestata6.jpg');
	background-repeat: no-repeat;
	}

/* ================================================================= */
/* ServiziIT                                                         */
/* ================================================================= */
div#divAreaTestataIToperations{
	position: relative;
	width:1000px;
	height: 240px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgTestata5.jpg');
	background-repeat: no-repeat;
	}

/* ================================================================= */
/* BPO                                                         */
/* ================================================================= */
div#divAreaTestataBPO{
	position: relative;
	width:1000px;
	height: 240px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgTestata2.jpg');
	background-repeat: no-repeat;
	}
		
/* ================================================================= */
/* Menu generale                                                          */
/* ================================================================= */			
div#divAreaMenuGenerale{
	position: absolute;
	top: 200px;
	left: 210px;
	width: 580px;
	height: 40px;
	background-color: #99A6C2;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	z-index: 0;
}

div#divTestoAreaMenuGenerale{
	position: absolute;
	top: 200px;
	left: 210px;
	width: 580px;
	height: 40px;
	border: 0px solid #F00;
	z-index: 10;
	text-align: center;
	
	}
/* ================================================================= */
/* Area cerca                                                   */
/* ================================================================= */
div#divAreaCerca{
	position: absolute;
	top: 70px;
	left: 780px;
	width: 200px;
	height: 40px;
	background-color: #99A6C2;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	z-index: 0;
}

div#divTestoAreaCerca{
	position: absolute;
	top: 70px;
	left: 780px;
	width: 200px;
	height: 40px;

	z-index: 10;
	text-align: center;
	}

.clFormCerca{

	text-align: center;
	border: 0px solid #FFF;
	padding-top: 10px;
	
	}				
/* ================================================================= */
/* struttura Corpo                                                   */
/* ================================================================= */
div#divCorpoSX{
	float: left;
	width: 790px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	
	/*background-color: #FFF;*/	
	}

div#divCorpoDX{
	float: right;
	width: 210px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	/*background-color: #ACACAC;*/	
	}
		
div#divAreaMenu{
	float: left;
	width: 210px;
	padding-left: 10px;
	/*background-color: #DBDEE9;*/
	
	border: 0px solid #FFF000;	
	}
	
div#divMenu{

	padding-left: 25px;
	text-align: left;
	height: 700px;
	background-image:  url('/mediatica/immagini/imgStruttura/imgSfondoMenu.jpg');
	background-repeat: no-repeat;/**/
	/*background-color: #DBDEE9;*/
	
	}

div#divAreaContenuti{

	float: right;
	width: 570px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	background-color: #FFF;
	
	border: 0px solid #FF0000;
	}

div#divAreaContenutiHome{

	float: right;
	width: 570px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	background-color: #FFF;
	background-image:  url('/mediatica/immagini/imgStruttura/imgLogo10Anniversario.jpg');
	background-repeat:no-repeat;
	border: 0px solid #FF0000;
	}

div#divContenuto{
	text-align: left;
	padding: 0px 20px 10px 20px;

	border: 0px solid #FF0;		
	}
	
div#divInformazioni{
	text-align: left;
	padding: 0px 20px 10px 10px;
	height: 700px;
	/*background-color: #DBDEE9;*/
	border: 0px solid #FF0;
	background-image:  url('/mediatica/immagini/imgStruttura/imgSfondoMenu.jpg');
	background-repeat: no-repeat;/**/	
	}
