/* @override http://quesmedia.com.local/css/portfolio/overview.css */

#clients-list {
	background: url(images/client_logos.png) no-repeat left bottom;
	padding-bottom: 90px;
}
#clients-list ul {
	margin: 0;
}
#clients-list ul li {
	display: inline;
	background-color: #3e3e3e;
	margin: 0 .5em 0 0;
}
#clients-list ul a {
	color: #ccc;
	text-decoration: none;
	padding: .2em;
}
#clients-list ul a:hover,
#clients-list ul a:focus {
	background-color: #000;
}

h2#h2-web-soup {
	position: relative;
	width: 14em;/*Restrict width so that adding relative does not make the element cover the submenu links*/
}
h2#h2-web-soup span {
	background: url(images/web-soup.png) no-repeat left top;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -20px;
	margin-left: 1em;
	z-index: -1;
}
