
/* 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;
}

.click {
	position: absolute;
	top: 240px;
	left: 65px;
}

.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;
	height: 445px;
	overflow: auto;
	z-index: 10;
}

.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;
}


