/* CSS Document */

	html, body.ms { margin:0; padding:0; height:100%; }
	body.ms { text-align:center; background-color:#999;
			background-image:url(../../images/layout/minisiti/body_bkg.gif); background-position:center; background-repeat:repeat-y;
			font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; }
	.ms a,
	.ms a:link,
	.ms a:visited,		
	.ms a:active {color:#000; text-decoration:underline; } 
	.ms a:hover {color:#666; text-decoration:none; } 		
	
	.ms_contenitore { 
			width:770px;\width:772px;w\idth:770px; /* per IE5: in mezzo il valore comprende bordi e padding */
			/* centra negli altri browser: */ margin: 0 auto;
			height:100%; text-align: left;
			border-width:0 1px; border-color:#333; border-style:solid;
	}
	body.ms>.ms_contenitore { height:auto; min-height:100%; }
	.ms_header {
			position:relative;
			height:142px;
			border-bottom:1px solid #333;
			background-color:#CCC;
			background-image:url(../../images/layout/minisiti/header_bkg.gif); background-position:top;
			text-align:right;
	}
		.ms_imgLogo {
				position:absolute; width:320px; height:120px; left:30px; top:8px;
				border:1px solid #666;
		}
		.ms_intestazione { margin-left:355px;  width:380px; padding-top:40px; margin-right: 30px; text-align:right; font-size:12px; }
			.ms_nomeSg { font-size:19px;  } 
			.ms_intestazione hr { margin-left:10px; }
		
	.ms_topBanner {
			height:102px;
			text-align:center; vertical-align:middle;
			background-image:url(../../images/layout/minisiti/banner_bkg.gif); background-position:top; background-repeat:repeat-x;
	}
		.ms_topBanner img {
				width:710px; height:100px; margin:0; padding:0; border:1px solid #666;
		}		
	.ms_wrapper {
			float:left;
			width:764px;\width:770px;w\idth:764px; /* per IE5: in mezzo il valore comprende bordi e padding */
			border-width:0 3px 3px 3px; border-style:solid; border-color:#fff;
			padding-top:8px;			
			/******************************************************/
			/*	COLORE DI SFONDO: POI PERSONALIZZATO NELLA PAGINA */
				background-color:#cc9933;
			/******************************************************/
			background-image:url(../../images/layout/minisiti/left_bkg.gif);
			background-position:27px bottom;
			background-repeat:repeat-y;		
	}	
		.ms_colonna_menu {
				float: left; position:relative;
				width: 144px;
		}
			.ms_menu {
					background-color:#ccc; padding:10px;
					position:absolute;
					left:0px; top:-8px;
					width:123px;
					background-color:#ccc;
					background-image:url(../../images/layout/minisiti/left_menu_bkg.gif);
					background-repeat:repeat-y;
					border:1px solid #333;
					
			}
			.ms_menu ul {
					margin:0 0 8px 0; padding:0; list-style:none;
					font-size:11px; font-weight:bold;
					 }
			.ms_menu li {margin:0; padding:3px 0px;}
			.ms_menu a, 
			.ms_menu a:link, 
			.ms_menu a:visited { display:block; padding:4px 4px; color:#333; text-decoration:none; } 
			.ms_menu a:hover, 
			.ms_menu a:active,
			.ms .ms_menu a.ms_attivo { color:#fff; background-color:#999; border-left:8px solid #777;}
			 	
				
		.ms_contenuto { 
			margin-left:144px;
			margin-right:26px;
			background-color:#FFFFFF;
			height: 1% /* Holly hack for Peekaboo Bug */;
			
		}
			.ms_testo { 
				padding:30px;
				border-left:1px solid #333;
				border-right:1px solid #333;
				line-height:17px;
				/* min-height cross-browser: */;
				min-height: 350px;
				height: auto !important;
				height: 350px;
				}
					.ms_titolo{
							display:block;
							font-size:18px; font-weight:bold;
							padding-bottom:4px; margin-bottom:26px;
							border-bottom:2px dotted #ccc;
					}
					.ms_imgMap {
							border:1px solid #666;
					}
	
	.ms_footer { padding:3px 30px; text-align:right; font-size:10px; color:#fff; background-color:#888; }
		.ms_footer a,
		.ms_footer a:link,
		.ms_footer a:visited,		
		.ms_footer a:active {color:#fff; text-decoration:none; } 
		.ms_footer a:hover {color:#fff; text-decoration:underline; } 
		
	/* per evitare sovrapposizioni tra DIV con FLOAT */
	div.no_sovrapposizioni{ clear: both; visibility:hidden; margin:0px; padding:0px; height:1px; line-height:1px; /* bug mozilla height 1px */}
	