* { margin: 0; padding: 0; }
body { font: 13px "Trebuchet MS", Verdana, Helvetica, sans-serif; color: #666; }

/* ================ DOCK 1 ================ */
#dock {
	float:left;
	position:relative;
	width:900px;
}
.dock-container {
	position: relative; 
	height: 50px; 
	padding-left: 20px; 
	/*background: black;*/
	/*background:url('../img/bg_m.png');*/
	left:220px;
	 -webkit-border-radius: 10px; -moz-border-radius: 10px; 
}
a.dock-item 
{
	display: block; 
	width: 50px; 
        font-family: cool_font;
        font-size: 14px;
        font-weight: bold;
	position: absolute; 
	bottom: 0; 
	text-align: center; 
	text-decoration: none; 
	color: #ffffff; 
	cursor:pointer;
}
a.dock-item 
{ 
	display: block; 
	width: 50px; 
        font-family: cool_font;
        font-size: 14px;
        font-weight: bold;
	position: absolute; 
	bottom: 0; 
	text-align: center; 
	text-decoration: none; 
	color: #fff; 
	cursor:pointer;
}
a.dock-item :link,
a.dock-item:visited
{ 
	color: #fff; 
}
a.dock-item:active,
a.dock-item:hover 
{ 
	display: block; 
	width: 50px; 
	position: absolute; 
	bottom: 0; 
	text-align: center; 
	text-decoration: none; 
	color: red; 
}

.dock-item span { display: none; padding-left: 20px; }
.dock-item img { border: 0; margin: 5px 10px 0px; width: 100%; }


