#dock {
	width: 100%;	
	bottom: 60px;
	position: absolute;	
	left: 00px;	
	
	/* Changed by RP 100509
	width: 100%;
	*width:900px;
	bottom: 60px;
	position: absolute;
	_left: 140px;
	left: 50px;
	*left: 100px;
	*/
}
.dock-container {
	position: absolute;
	height: 100px;
	background: url(images/dock/dock-bg.gif);
	padding-left: 20px;
	left: 200px;
}

.dock-container_main
{
	height:120px; 
	width: 905px;
	background: #010101 url(../images/navigation/nav_foot_bg.png) bottom repeat-x;
	float: left;
}

a.dock-item {
	display: block;
	font: bold 10pt ;
	width: 40px;
	color: #FFFFFF;
	bottom: 59px;
	position: absolute;
	text-align:center;
	text-decoration: none;

}
.dock-item span {
	padding-left:5px;
	display: none;
}
.dock-item img {
	border: none; 
	margin: 0px 0px 10px; 
	width: 100%; 
}
