
body{
	margin:0;
	padding:0;
}
/* dock2 - bottom */
#dock2 {

	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	background: url(../dock/images/index_bg.png) no-repeat 65px bottom;
	height: 40px;
}
.dock-container2 {
	position: absolute;
	/*height: 50px;*/
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
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;
	margin:0 10px;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none;
	width: 70%;
}
