#logo {
	width: 200px;
	height: 90px;
	position: absolute;
	top: 10px;
	left: 39px;
	background: url(images/logo_PM.png) no-repeat;
}

.solution {
	height: 142px;
	width: 185px;
	margin-right: 15px;
	float: left;

	position: relative;
	display: inline;
}
.solution img {
	width: 185px;
	height: 77px;
	overflow: hidden;
}
.solution a {
	height: 55px;
	width: 170px;
	position: absolute;
	top: 0px;
	left: 0px;

	font-size: 1.2em;
	padding: 87px 0px 0px 15px;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
	background: url(img/solutions-bottom.gif) no-repeat left bottom;
}
.solution a:hover {
	color: #fff;
	text-decoration: none;
	background-position: -185px bottom;
}
.solution span.number {
	position: absolute;
	top: 87px;
	right: 15px;
	line-height: 1.2em;
	color: #fff;
	font-size: 2.8em;
	cursor: pointer;
}