/* dock - top */
.dock 
{
	position: relative; 
	
	width: 650px;
	height: 50px; 
	text-align: center;
	
	background-image: 			url('../immagini/menu/fondino.png'); 
	background-position: 		center; 
	background-repeat: 			no-repeat;
}

.dock-container 
{
	position: absolute;
	height: 50px;
	background: url('../immagini/menu/dock-bg2.gif');
}

a.dock-item 
{
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.dock-item img 
{
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

.dock-item span 
{
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 
{

}

.dock-container2 
{
	position: absolute;
	height: 50px;
	background: url('../immagini/menu/dock-bg.gif');
}

a.dock-item2 
{
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}

.dock-item2 .label 
{
	display: none;
	
	margin: 0 auto;
	padding-left: 20px;
	
	border: none; 
}

.dock-item2 .image
{
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
