@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
}
#body{
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}
#header{
	height:140px;
	width:100%;
	border-bottom:1px orange solid;
}
#menu{
	margin-left:auto;margin-right:auto;
	width:630px;
	z-index:2;
}
#menu li{
	list-style:none;
	height:26px;
	margin-bottom:4px;
}
#menu ul{float:left;margin:0px;padding:0px;}
#menu ul .item{display:none;}#menu ul:hover .item{display:block;}

/*Menu*/
#homeButt {
background-image:url(../image/button/normal/home.jpg);
width:101px;height:26px;
}
#homeButt:hover {
background-image:url(../image/button/hover/home.jpg);
width:101px;height:26px;
}
#resortsButt {
background-image:url(../image/button/normal/resorts.jpg);
width:101px;height:26px;
}
#theatresButt{
background-image:url(../image/button/normal/theatres.jpg);
width:150px;height:26px;
}
#showsButt{
background-image:url(../image/button/normal/shows.jpg);
width:177px;height:26px;
}
#creditsButt{
background-image:url(../image/button/normal/credits.jpg);
width:101px;height:26px;
}
#cambodiaButt{
background-image:url(../image/button/normal/cambodia.jpg);
width:101px;height:26px;
}
#cambodiaButt:hover{
background-image:url(../image/button/hover/cambodia.jpg);
width:101px;height:26px;
}
#bintanButt{
background-image:url(../image/button/normal/bintan.jpg);
width:101px;height:26px;
}
#bintanButt:hover{
background-image:url(../image/button/hover/bintan.jpg);
width:101px;height:26px;
}
#clubtent{
background-image:url(../image/button/normal/clubtent.jpg);
width:150px;height:26px;
}
#clubtent:hover{
background-image:url(../image/button/hover/clubtent.jpg);
width:150px;height:26px;
}
#modulartheatreButt{
	background-image:url(../image/button/normal/modulartheatre.jpg);
	width:150px;height:26px;
}
#modulartheatreButt:hover{
	background-image:url(../image/button/hover/modulartheatre.jpg);
	width:150px;height:26px;
}
#cconnectionsButt{
	background-image:url(../image/button/normal/creativeconnections.jpg);
	width:177px;height:26px;
}
#cconnectionsButt:hover{
	background-image:url(../image/button/hover/creativeconnections.jpg);
	width:177px;height:26px;
}
#monsoonButt{
	background-image:url(../image/button/normal/monsoon.jpg);
	width:177px;height:26px;
}
#monsoonButt:hover{
	background-image:url(../image/button/hover/monsoon.jpg);
	width:177px;height:26px;
}
#jungletheatre{
	background-image:url(../image/button/normal/jungletheatre.jpg);
	width:177px;height:26px;
}
#jungletheatre:hover{
	background-image:url(../image/button/hover/jungletheatre.jpg);
	width:177px;height:26px;
}
#afterdark{
	background-image:url(../image/button/normal/afterdark.jpg);
	width:177px;height:26px;
}
#afterdark:hover{
	background-image:url(../image/button/hover/afterdark.jpg);
	width:177px;height:26px;
}
/*---*/
#map{
	display:block;
	z-index:-1;
	position:absolute;
	left: 745px;
	top: 5px;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#equator{
	display:block;
	z-index:-1;
	position:absolute;
	left: 942px;
	top: 153px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#motto h1{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;
	margin-left:10px;
	margin-top:25px;
	margin-bottom:20px;
}
.imagecaptions{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	padding-top:5px;
}
#footer{
	height:150px;
	width:800px;
	position:absolute;
	top:475px;
}
#footerc1{
	width:280px;
	float:left;
	height:150px;
}
#footerc1 a:link{
	color:#009999;
}
#footerc1 h1{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif; font-size:13px; color:orange;
}
#footerc1 p{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:white;
}
#footerc2{
	width:215px;
	float:left;
	height:140px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	border-left:white 1px solid;
	border-right:white 1px solid;
}
#footerc2 p{
	color:white;
	margin:0px;
	font-family:Arial, Helvetica, sans-serifl;
	font-size:12px;
}
#footerc3{
	width:283px;
	height:150px;
	float:left;
}


