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

.location-holder {
	position: absolute;
	top: 130px;
}

.map {
	position: absolute;
	left: 10px;
}

.location {
	background: url(../images/located.png) no-repeat;
	position: absolute;
	left: 420px;
	width: 435px;
	height: 310px;
}

.location-text {
	position: absolute;
	top: 160px;
	left: 220px;
	font-size: 19.5px;
	color: #4b4b40;
}

.text2 {
	color: #9a9a79;
}

.fade {
	background: url(../images/fade.png) no-repeat;
	width: 430px;
	height: 152px;
	position: absolute;
	top: 345px;
	left: 440px;
}

.fade-text {
	color: #4b4b40;
	line-height: 25px;
	position: absolute;
	top: 25px;
	left: 20px;
	font-size: 14px;
}

.text3 {
	font-size: 16.6px;
}

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

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

.side_c {
	position: absolute;
	left: 672px;
	top: 65px;
}

.submit {
	border: 0px none;
	font-size: 0px;
	cursor: pointer;
	background: url(../images/submit.png) no-repeat;
	width: 45px;
	height: 13px;
}

.enter {
	position: absolute;
	left: 145px;
	top: 65px;
	z-index: 1;
}

.bottom-about {
	background: #4b4b40 url(../images/bottom-about.png) repeat-x scroll 0 top;
	position: relative;
	top: 745px;
}

.bottom-about-holder {
	margin: 0 auto;
	width: 820px;
}

.about-more {
	background: url(../images/more-about-us.png) no-repeat;
	width: 116px;
	height: 27px;
	position: relative;
	top: -14px;
}

.about-more-menu {
	position: relative;
	top: -15px;
	left: 125px;
	font-size: 11px;
}

.about-more-menu a {
	color: #ffffff;
	padding: 0px 15px 0px 15px;
	position: relative;
}

.about-more-menu a span {
	background: url(../images/arrow-about.png) no-repeat;
	width: 5px;
	height: 8px;
	position: absolute;
	left: 7px;
	top: 1px;
}

.about-more-menu a:hover {
	color: #a7a78a;
	font-weight: bold;
	font-size: 10.5px;
}

.about-more-menu a:hover span {
	background-position: -5px 0px;
}

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


