
/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	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,
#dock3{
	width: 100%;
	left: 0px;
	height: 130px;
}
.dock-container2,
.dock-container3 {
	position: absolute;
	height: 130px;
	background: url(images/dock_bg.jpg);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 100px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 10px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock_title{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	clear: both;
	color: #4a4a4a;
}

.dock_connect{
	color: #197d58;
	text-align: center;
	font-weight: bold;
	margin: 50px 0 20px;
	padding: 0;
}

#dock_area{
    background: url(../images/dock_bg.jpg) 20px 80px no-repeat;
  }


