
/* 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: 25px;
	left: 25px;
	z-index: 2;
}

.text {
	position: absolute;
	top: 115px;
	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;
}

.inner-text div {
	height: 110px;
}

.inner-text div img {
	float: left;
}

.inner-text div div {
	width: 550px;
	top: 5px;
	left: 20px;
	position: relative;
}

.inner-text div div div {
	position: relative;
	left: 215px;
	height: 55px;
	width: 100px;
}

.inner-text div div div strong {
	color: #9db14f;
	font-size: 15.25px;
}

.inner-text div div div div {
	position: absolute;
	top: 0px;
	left: 120px;
	width: 230px;
}

.green {
	color: #9db14f;
	font-size: 19.5px;
}

.green_colour {
	color: #9db14f;
}

.big {
	font-size: 15.25px;
}


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

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

input {
	border: 0px none;
	background-color: transparent;
}

textarea {
	border: 0px none;
	width: 523px;
	height: 67px;
}

.name {
	position: absolute;
	left: 342px;
	top: 29px;
}

.name input {
	width: 249px;
}

.email {
	position: absolute;
	top: 29px;
	left: 665px;
}

.email input {
	width: 199px;
}

.request {
	position: absolute;
	top: 61px;
	left: 342px;
}

.submit {
	position: absolute;
	left: 805px;
	top: 135px;
}

.submit input {
	width: 60px;
	height: 15px;
	font-size: 0px;
}

.bottom-about {
	top: 840px;
}

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


