/* = Menu
-------------------------------------------------------------- */

nav ul {
	list-style: none; 
	margin: 0; padding: 0;	
}

	nav li {
		float: left;
		position: relative;
		width: 30px;
		margin: 0 3px;
	}

		nav li a {
			display: block;
			background: url(../img/icons.png) no-repeat;
			width: 30px; height: 40px;
		}

		nav li a.download				{ background-position: 0 0; }
		nav li a.download:hover			{ background-position: 0 -90px; }

		nav li a.home					{ background-position: 0 -180px; }
		nav li a.home:hover				{ background-position: 0 -270px; }

		nav li a.contact				{ background-position: 0 -360px; }
		nav li a.contact:hover			{ background-position: 0 -450px; }

		nav li a.show_all				{ background-position: 0 -540px; }
		nav li a.show_all:hover			{ background-position: 0 -630px; }

		nav li a.zoom_auto				{ background-position: 0 -720px; }
		nav li a.zoom_auto:hover		{ background-position: 0 -810px; }
	
		nav li a.zoom_in				{ background-position: 0 -900px; }
		nav li a.zoom_in:hover			{ background-position: 0 -990px; }
	
		nav li a.zoom_original			{ background-position: 0 -1080px; }
		nav li a.zoom_original:hover	{ background-position: 0 -1170px; }

		nav li a.zoom_out				{ background-position: 0 -1260px; }
		nav li a.zoom_out:hover			{ background-position: 0 -1350px; }



nav#center {
	width: 260px;
	margin: 0px auto 0 auto;
}

nav#right {
	float: right;
	width: 180px;
	margin: 0 20px 0 0;
}

	nav li.goto {
		position: relative;
		width: auto;
		margin: -4px 0 0 0;
		padding: 6px 0 0 10px;
		color: #9c9c9c;
	}

		nav li.goto label {
			float: left;
			margin: 7px 5px 0 0;
			line-height: 12px;
			font-size: 10px; font-weight: bold;
			
			/*color: #5f6f7b;*/
			-webkit-font-smoothing: antialiased;
		}


	nav li.goto input[type='text'] {
		background: #fff;
		width: 38px; height: 15px;
		border: 1px solid #ccc;
		
		padding: 4px 20px 0 0;
		text-align: center;
		font-size: 9px;
	
	}
	
	nav li.goto button {
		position: absolute; right: 0px; top: 12px;
		font-size: 9px; font-weight: bold;
		padding: 0 2px;
		background-color:transparent;
		/*color: #5f6f7b;*/
		color: #CCC;
		
	}

.ui-btn-text { display: none; }


/* = Tooltip
-------------------------------------------------------------- */

/*.tooltip {
	position: absolute; left: 0; top: -25px; z-index: 5;
	display: none;
	padding: 2px 10px;
	background: #d0890f;
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
	.tooltip b {
		position: absolute; left: 6px; bottom: -6px;
		display: block;
		background: url(../img/arrow-tooltip.png) no-repeat;
		width: 7px; height: 6px;
	}*/
	
	.tooltip {
	position: absolute; left: 0; top: -25px; z-index: 5;
	display: none;
	padding: 2px 10px;
	background:#999;
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
	.tooltip b {
		position: absolute; left: 6px; bottom: -6px;
		display: block;
		background: url(../img/arrow-tooltip.png) no-repeat;
		width: 7px; height: 6px;
	}


/* = Footer
-------------------------------------------------------------- */

footer#footer {
	position: fixed; bottom: 0; z-index: 15;

	background-color: #FFF !important  ;
	border-top: 1px solid #ccc;
	width: 100%; height: 60px;
	margin: 0; padding: 0;
	font-family: arial;

}

	#logo {
		position: absolute; left: 30px; top: 10px; z-index: 5;
	}
	#ita {
		position: absolute; left: 140px; top: 20px; z-index: 5;
	}
	#eng {
		position: absolute; left: 180px; top: 20px; z-index: 5;
	}
	#center {
		visibility:hidden;
	}
	#right {
		visibility:hidden;
	}

