/* CSS Document */
/*SPLASH---------------------------------*/

.splash_body {
	background-repeat:repeat-x;
	background-image:url(../image/bk_splash_body.gif);
	}
	
#notfound {
	position:absolute; 
	top:9px;
	left:75px;
	background-color:#F4F3F3;
	padding:2px;
	border-bottom:1px solid #747474;
	font-weight:bold;
}

#splash_container {
	position:relative;
	width:950px;
	margin:0px auto 0px auto;
	text-align:left;
	}

#splash_testata {
	position:relative;
	margin-top:126px;
	height:140px;
	}
	
#splash_logo {
	position:absolute;
	background-image:url(../image/splash_logo.gif);
	background-repeat:no-repeat;
	width:183px;
	height:52px;
	margin-top:51px;
	margin-left:72px;
}
#splash_menu_profili {
	position:absolute;
	top:43px;
	left:258px;
	border-left:1px solid #747474;
	padding:12px 0px 25px 15px;
	text-transform:lowercase
}

.splash_scegli_profilo {font-size:16px; color:#606060;}
#splash_voci_profilo {word-spacing:1px;  margin-top:12px; color:#FFFFFF; }
#splash_voci_profilo a {/*background-color:#819A4C;*/ padding:1px 3px 1px 3px;}
.splash_voce_profilo_active {background-color:#F47920 ; color:#FFFFFF; padding:1px}

#splash_voci_profilo a:link {color:#000000; text-decoration:none;}
#splash_voci_profilo a:visited {color:#000000; text-decoration:none;}
#splash_voci_profilo a:hover {background-color:#F47920 ; color:#FFFFFF; text-decoration:none;}
#splash_voci_profilo a:active {background-color:#F47920 ; color:#FFFFFF; text-decoration:none;}

#img_profilo {
	position:absolute;
	width:260px;
	height:131px;
	top:9px;
	right:90px;
}

#splash_eng_version {
	margin-top:7px;
	margin-left:258px;
	padding-left:15px;
	font-size:10px;
	display:none;
	}
	
#splash_indirizzo {
	margin-top:45px;
	margin-left:72px;
	}

#splash_foot {
	position:absolute;
	bottom:3px;
	text-align:center;
	margin:0px auto 0px auto;
	color:#7F7F7F;
	padding:0px 0px 0px 0px;
	width:100%;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif
	}

#splash_foot a:link {color:#7F7F7F; text-decoration:none;}
#splash_foot a:visited {color:#7F7F7F; text-decoration:none;}
#splash_foot a:hover {color:#7F7F7F; text-decoration:underline}
#splash_foot a:active {color:#7F7F7F; text-decoration:underline}


