
img {
	border: none; border:#0C6 2px solid; text-decoration: none;
}

/* dock - top */
.dock {
	left:30px;
	top:210px;
	position: relative; 
	height: 50px; 
	text-align: left;
	border: none;
	text-decoration: none;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
	text-decoration: none;
	border: none;
}
a.dock-item {
	border:0px;
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:600;

}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px;
	width: 90%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

