/* CSS Document */
a {text-decoration: none; color: #ffffff; border: none;}
a:visited {color: #f0d471;}
a:hover {color: #ee8b2e;}
a img {border: none;}

a.divlink {color: #6b160c;}
a.divlink:visited {color: #6b160c;}
a.divlink:hover {color: #ee8b2e;}
a.divlink:active {color: #ee8b2e;}/*mouse down color*/
/* wrapper */
#wrapper_global{
	width: 1024px;
	height: 1000px;
	top: 0px;
	position: absolute;
	background: transparent url(../images/backgrd.jpg) no-repeat scroll top center;
	overflow:hidden;
}
#wrapper_top{
	top: 0px;
	left: 62px;
	height: 1000px;
	width: 901px;
	position:relative;
}
#wrapper_inner{
	left: 7px;
	top: -264px;
	position: relative;
}
/* top header */
#topheader{
	width:901px;
	height:95px;
	background-image: url(../images/topheader.jpg);		
}
#emailcontact{
	left: 708px;
	top: 66px;
	position: relative;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d1e04;
	text-decoration: none;
}
/* header << navigation >> */
#navigation{
	width: 213px;
	height: 264px;
}
#nav_home{
	height:47px;	
}
#nav_about{
	height:28px;
}
#nav_facilities{
	height:29px;
}
#nav_products{
	height:31px;
}
#nav_services{
	height:30px;
}
#nav_vouchers{
	height:31px;
}
#nav_faq{
	height:31px;
}
#nav_contact{
	height:37px;
}
/* header << header image >> */
#headerimage{
	position: relative;
	top: -264px;
	left: 213px;
	width: 688px;	
	height: 264px;
}

/* gray bar after header */
#space_header{
	width:901px;
	height:11px;
	position: relative;
	top: -264px;
	overflow: hidden;
	background: transparent url(../images/space_header.jpg) no-repeat;
}
#contentArea{
	width: 595px;
	height: 416px;
	background: transparent url(../images/backgrd_welcometxt.jpg) no-repeat;
}
/* image buttons wrapper*/
#wrapper_imagebtns_vertical{
	width: 287px;
	height: 417px;
	top: -416px;
	left: 600px;/* 595+ 4 */
	position: relative;
	background: transparent url(../images/backgrd_imagebtns_ver.jpg) no-repeat;
	padding-left: 6px;
	padding-top: 6px;
}
#imagebtns_ver0{
	width: 277px; 
	height:112px;
}
#imagebtns_ver1{
	width: 277px; 
	height:102px;
	margin-top:6px;
}
#imagebtns_ver2{
	width: 277px; 
	height:82px;
	margin-top:6px;
}
#imagebtns_ver3{
	width: 277px; 
	height:93px;
	margin-top:4px;
}
/* text area*/
.serviceSubmenu{
	margin-left: 16px;
	margin-top: 8px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:14px;
	font-weight:normal;
	color: #000000;
}
.font_txtarea{
	margin-left: 16px;
	margin-right: 38px;
	z-index: 100;
}
/* footer*/
#footerTxt{
	color: #ffffff;
	padding-top: 12px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
#footer{
	width: 885px;
	height: 54px;
	top: -416px;
	position: relative;
	background-image: url(../images/backgrd_footer.png);
}
