img {
	border: none;
}

/* dock - top */
.dock {
	position: relative;
	height: 200px;
	width:550px;
	_width: 100%;
	text-align: center;
	background-image: url(img/doc/dock-bg4.gif);
	background-position: center top;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
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%;
	_width: 120%;  
}
.dock-item span {
	display: none;
	padding-left: 20px;
	font-size: 1em;
	color: #333333;
	font-weight: normal;
	text-align: left;
	height: 50px;
	width: 300px;
	position: absolute;
	left: 0px;
}

/* dock2 - bottom */
#dock2 {
	position: relative;
	height: 200px;
	background-image: url(img/doc/dock-bg5.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width:555px;
	_width: 100%;
	text-align: center;
	margin-bottom: 15px;
	
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
	top: 130px;
}
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 span {
	display: none;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	position: absolute;
	left: 10px;
	top: -50px;
	background-color: #990101;
	padding: 10px;
	width: 215px;
}

.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
	 
}
