.menu {
	height: auto;
	background: none;
}

.content {
	margin-top: 10px;
}

.heading-image {
	width: 800px;
	height: 202px;
	background-image: url('../image/home/background-header-home.jpg');
}

.calltoaction {
	width: 273px;
	height: 79px;
	padding-top: 60px;
	padding-left: 467px;
	background-image: url('../image/home/button-calltoaction.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}
.calltoaction-content {
	padding-top: 15px;
	padding-left: 20px;
	width: 235px;
	height: 50px;
	overflow: hidden;
	font-size: 18px;
	color: #444;
	line-height: 1.3em;
}
.calltoaction-content .arrow {
	float: right;
	margin-left: 15px;
}

.panels {
	float: left;
	margin-top: 15px;
	width: 800px;
}
.panels .panel {
	display: block;
	float: left;
	width: 228px;
	height: 120px;
	padding: 15px;
	overflow: hidden;
}
.panels .seperator {
	float: left;
	height: 150px;
	width: 3px;
	margin: 0 4px;
	background-image: url('../image/home/seperator-panels.gif');
}

.panel .image-left {
	float: left;
	height: 120px;
	margin-right: 15px;
	margin-top: -10px;
}
.panel .arrow {
	margin-bottom: -5px;
}
.panel h2 {
	display: inline;
	padding-right: 10px;
	border-bottom: 1px solid #ffb27f;
}
.panels a {
	text-decoration: none;
	cursor: pointer;
}
.panels a:hover {
	text-decoration: none;
	color: #000;
	background-image: url('../image/home/background-panel-active.gif');
	background-repeat: no-repeat;
	background-position: top left;
}