/* dark footer */

#footer {
	z-index: 3;
	background: #6699cc;
}


#footer li {
	z-index: 3;
	border-bottom: 1px dotted #5c6262;
}

#footer div.moduletable {
	z-index: 3;
	color: 	#ccc;
}

#footer h3 {
	color: #fff;
}

#footer a {
  color: #fff;
}

#footer a:hover {
	color: #ccc;
}

