
/* Menu Postion */
ul.dropdown {
	position: absolute;
	left: 260px;
	top: 5px;
	z-index: 597;
	float: left;
}

.core-values-holder {
	position: absolute;
	top: 110px;
}

.top-area {
	background: url(../images/top-area.png) no-repeat;
	width: 808px;
	height: 279px;
	position: absolute;
	top: 5px;
	left: 25px;
	z-index: 2;
}

.text {
	position: absolute;
	top: 90px;
	left: 230px;
	background: url(../images/text.png) no-repeat;
	width: 604px;
	height: 545px;
}

.inner-text {
	font-size: 12.5px;
	padding: 15px 15px 15px 15px;
	line-height: 15px;
	color: #4b4b40;
}

.green {
	color: #9db14f;
}


.top-background {
	background: url(../images/top-background.png) no-repeat;
	z-index: -1;
	width: 882px;
	height: 513px;
	position: absolute;
	top: 0px;
}

.side {
	background: url(../images/bottom-area.png) no-repeat;
	width: 899px;
	height: 183px;
	position: absolute;
	top: 495px;
	left: -8px;
}

.statement {
	position: absolute;
	top: 115px;
	left: 675px;
}

.bottom-about {
	top: 750px;
}

.bottom {
	top: 785px;
	left: 15px;
}


