
/* dock - top */
.dock {
	position: relative; 
	top: 230px;
	text-align: center;
}
.dock8 {
	position: relative; 
	top: 590px;
	text-align: center;
}
.dock7 {
	position: relative; 
	top: 770px;
	text-align: center;
}
.dock9 {
	position: relative; 
	top: 410px;
	text-align: center;
}
/*.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	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%; 
}*/
/*.dock-item span {
	display: none; 
	padding-left: 20px;
}*/

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: -10px;
}
#dock7 {
	width: 100%;
	position: absolute;
	left: -10px;
}
#dock8 {
	width: 100%;
	position: absolute;
	left: -10px;
}
#dock9 {
	width: 100%;
	position: absolute;
	left: -10px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
.dock-container7 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
.dock-container8 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
.dock-container9 {
	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;
}
/*.dock-item2 span {
	display: none;
	padding-left: 20px;
}*/
.dock-item2 img {
	border: none; 
	margin: -19px 10px -3px; 
	width: 100%; 
        }


