img {
	border: none;
}

/* dock - top */
.dock {
	margin-bottom: 70px;
	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: #DDD;
	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%;
	margin-top: 50px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	bottom: 30px;
/*	background: url(images/dock-bg.gif); */
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #DDD; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	bottom: 0px; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

* html #dock2 {  /* this will target IE */
	width: 100%;
	margin-top: 60px;
	position: absolute;
	left: 150px;
}

* html .dock-container2 {      /* this will target IE */
	position:absolute;
	height: 50px;
	bottom: 40px;
/*	background: url(images/dock-bg.gif); */
	padding-left: 150px;
	left: 150px;
} 

* html .dock-item2 {      /* this will target IE */
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #DDD; 
	position: absolute;
	bottom: 0px; 
	padding-left: 20px;
	text-align: center;
	text-decoration: none;
}

* html .dock-item2 span {      /* this will target IE */
	display: none;
	bottom: 0px; 
	padding-left: 20px;
}

* html .dock-item2 img {
	border: none; 
	bottom: 0px; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


