body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff url(images/main-bg.gif);
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 80px; 
	text-align: center;
	margin-left: -20px;
}
.dock-container {
	position: absolute;
	height: 80px;
	background: url(http://www.splash.9one3.com/wp-content/themes/pacifica/library/img/main-bg.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 70px;
	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;
}


/* DOCK for IE 7 */
.dock-container-ie {
	height: 80px;
	background: url(http://www.splash.9one3.com/wp-content/themes/pacifica/library/img/main-bg.gif);
	padding-left: 20px;
	margin-left: 20px;
	width:800px;
}
.dock-container-featured-ie{
	height: 80px;
	background: url(http://www.splash.9one3.com/wp-content/themes/pacifica/library/img/main-bg.gif);
	padding-left: 40px;
	margin-left: 50px;
	width:400px;
}
.dock-container-waterslide-ie{
	height: 80px;
	background: url(http://www.splash.9one3.com/wp-content/themes/pacifica/library/img/main-bg.gif);
	padding-left: 20px;
	width:440px;
}

a.dock-item-ie {
	display:block;
	float:left;
	height:93px;
	width:70px;
}

.dock-item-ie span {
	float:left;
	padding-left:4px;
}


a.dock-item-ie img{
	border:medium none;
	float:left;
	height:50px;
	margin:5px 10px 0;
	overflow:hidden;
	width:50px;
}
