/**
 * Progetto		NET Spa
 * @Author:		Marco Pegoraro
 * @Version:	1.0
 * @Start:		23-06-2009
 * 
 * Questo file contiene le definizioni di ingombro delle macro-aree della pagina.
 * Stili di dettaglio e contenutistici sono definiti nei css specifici.
 * 
 */
html, body {
	display:					block;
	margin:						0;
	padding:					0;
	text-align:					center;
	
	background:					#eef0fe url(netspa/bg_body.jpg) repeat-x;
	
	font-family:				Arial;
	font-size:					9.5pt;
}
body#home {
	background:					#eef0fe url(netspa/bg_body_home.jpg) repeat-x;
}


html {
	background:url(netspa/net_bg_white.jpg) center;
}


#mb {
	display:					block;
	width:						934px;
	margin:						0 auto 0 auto;
	
	background:					#fff;
}




/**
 * Intestazione della pagina.
 * Logo e menu di navigazione.
 */
#head {
	position:					relative;
	display:					block;
	height:						119px;
	overflow:					hidden;
	text-align:					left;
}
	#head h1, #head h1 a, #head h1 a span {
		position:				relative;
		
		display:				block;
		width:					513px;
		height:					119px;
		
		margin:					0 0 0 0;
		
		background:				url(netspa/logo.jpg);
		cursor:					hand;
	}
	#head h1 a {
		color:					#036;
		text-decoration:		none;
	}
	#head h1 a span {
		position:				absolute;
		top:					0;
		left:					0;
	}




/**
 * Wrapper per la navigazione flash.
 */
#flash-menu {
	display:					block;
	width:						934px;
	height:						225px;
	overflow:					hidden;
}
#home #flash-menu {
	height:306px;
}






/**
 * Contenuto principale della pagina.
 */
#cnt {
	/*
	min-height: 250px;
	height: auto !important;
	height: 250px;
	*/
	
	text-align:					left;
	
	
	/**
	 * NOTA IE6
	 * Lo sfondo immagine funziona SOLO se  impostato il bordo superiore!!!
	 */
	border-top:1px solid #97a1c6;
	border-bottom:				1px solid black;
	
	background:					url(netspa/bg_cnt.jpg);
	
	

} #mb>#cnt { border-top:none; }

body#home #cnt {
	background:					#e8e8e8;
}
	#cnt .wrap {
		margin:					0;
	}
	
	#cnt .mainCol {
		background-color:		#fff;
		background-image:		url(netspa/bg_col.jpg);
		background-repeat:		repeat-x;
	}
	
	#cnt .cmenu {
		width:					198px;
	}
	
	#cnt .cnt {
		width:					736px;
	}
	
	/* Colore di sfondo grigio per le colonne di pagina */
	#cnt .cmenu,
	body#home #cnt .cnt {
		background-color:		#e8e8e8;
	}




/**
 * Footer di pagina.
 */
#ft {
	position:					relative;
	
	display:					block;
	height:						94px;
	overflow:					hidden;
	
	margin:						0;
	padding:					0;
	
	
	background:					url(netspa/bg_footer.jpg);

}
	
	
