a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
/* Pom Pom Island */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	background-color: #fff;
	text-align: center;
	height:100.09%;
}

#wrapper {
	display: block;
	width: 1024px;
	xheight: 200px;
	background-color: ;
	margin: 0 auto;
	padding: 10px 0;
}

#header {
	margin: 20px 0 30px;
}

#xmenuwrapper {
	display: block;
	width: 904px;
	height: 30px;
	background: green;
	text-align: center;
	margin: 0 auto;
}

#menuarea ul {
	list-style-type: none;
	xmargin: 0 auto;
	margin-left: 180px;
}

	#menuarea ul li {
		display: block;
		xwidth: 120px;
		height: 20px;
		float: left;
		xborder: 1px dashed black;		
		background: white url("../img/minilogo.gif") no-repeat;		
		margin-right: 30px;
		padding-left: 20px;
	}

	/*#menuarea a, #menuarea a:link, #menuarea a:visited {*/
	#menuarea a {
		display: block;
		width: 65px;
		height: 17px;
		xbackground: #d8d8d8;
		color: gray;
		zmargin-left: 20px;
	}
	
	#menuarea a:hover {
		color: #003300;		
		border-bottom: 2px solid #003300;
	}
	
	#menuarea li.onpage {
		background: white url("../img/minilogoyellow.gif") no-repeat;		
	}

	#menuarea li:hover {
		background: white url("../img/minilogoyellow.gif") no-repeat;		
	}

	#menuarea li.onpage a {
		color: #003300;
		border-bottom: 2px solid #003300;
		padding-bottom: 2px;
	}
	
#mainimage {
	xmargin-bottom: 20px;
}

#arrownav {
	width: 100%;
	height: 23px;
	text-align: center;
	xbackground: gray;
}

	#arrownav a {
		margin: 0;
		padding: 0;
	}
	
#slogan {
	width: 100%;
	text-align: center;
	margin: 25px 0;
}
	#slogan p {
		color: #336666;
		font-family: verdana;
		font-style: italic;
		font-size: 16px;
	}	
	
#contentarea {
	display: block;
	width: 1024px;
	xborder: 1px solid red;
	text-align: left;
	margin: 20px auto;
}

	#contentarea h2 {
		font-family: verdana, arial;
		font-size: 16px;
		margin-bottom: 10px;
		font-style: italic;
		letter-spacing: 1px;
	}
	
	#contentarea h3 {
		font-family: verdana, arial;
		font-size: 12px;
		margin-bottom: 2px;
		xborder-bottom: 1px solid #d8d8d8;
		font-style: italic;
		letter-spacing: 1px;
	}

	#contentarea p, li, label{
	font-family: arial, verdana;
	font-size: 12px;
	font-style: italic;
	margin-left: 0;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
	}
	
	#contentarea ul {
		margin-left: 25px;
	}

table#thumbstable {
	margin: 0 auto;
}

table#thumbstable img {
	border:0;
}

table#thumbstable td {
	text-align: center;
}

table.rates {
	border-top: solid 1px #c8c8c8;
	border-left: solid 1px #c8c8c8;
}
table.rates td, table.rates th {
	border-right: solid 1px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
	padding: 0 15px;
	text-align: center;
}
table.rates th {
	background: white url(../img/gradgreen.gif);
}

#leftside {
	display: block;
	width: 500px;
	xbackground-color: grey;
	float: left;
}

.datablock {
	display:block; 
	width: 240px; 
	height: 120px; 
	float: left; 
	xmargin-right: 200px;
	xborder: 1px solid gray;
}

p#resortlinks {
	text-align: center;
	margin-top: 40px;
}

p#resortlinks a, p#resortlinks a:visited {
	color: gray;
}

a.subtab {
	color: gray; 
	font-family: verdana, arial;		
	font-size: 12px;
	font-style: italic;
	display: block; 
	width: 100px; 
	height: 100px;
	padding-top: 95px;	
	xborder: 1px solid red;
	text-align: center;
}

html> body a.subtab {
	height: 20px;
}
 
 a.subtab:hover {
 	font-style: italic;
	xfont-weight: bold;
	color: black;
 }
 
#contactus {
	display: block;
	float: right;
	width: 420px;
	background: #dedede;
	padding: 10px 20px;
}
	
#bottomoption {
	clear: both;
	margin: 30px auto 0;
	text-align: right;
}

	#bottomoption a, #bottomoption a:link, #bottomoption a:visited {
		font-family: arial, verdana;
		color: gray;
		font-size: 12px;
	}

#strips {
	clear: both;
	display: block;
	width: 1024px;
	background: ;
	margin: 5px auto 0;
}

#strip1 {
	display: block;
	height: 15px;
	width: 1024px;
	background: white url("../img/green25.gif");
	margin-top: 10px;
}

#strip2 {
	display: block;
	height: 15px;
	width: 1024px;
	background: white url("../img/green50.gif");
	margin-top: 5px;	
}

#strip3 {
	display: block;
	height: 15px;
	width: 1024px;
	background: white url("../img/green75.gif");
	margin-top: 5px;
}

#footerarea p {
	font-family: arial, verdana;
	font-size: 10px;
	margin-top: 20px;
}

	#footerarea a {
		color: black;
	}
	
	#footerarea a:hover {
		color: navy;
	}
	
.ppgpstyle1 {color: #FF0000}
.ppgpstyle2 {color: #FFFFFF}
.ppgpstyle3 {color: #FF0000; font-weight: bold; }
.ppgpstyle7 {
	color: #009900;
	font-weight: bold;
}
.ppgpstyle9 {color: #FFFFFF; font-weight: bold; }
.ppgpcurrenttablebg {
	background-image: url(current_table_bg.gif);
}
.ppgptableborder1 {
	border: 1px dotted #000000;
}
.ppgpstyle12 {background-image: url(current_table_bg.gif); color: #FF0000; }
.ppgpstyle13 {color: #00CC00}
.ppgpstyle14 {background-image: url(current_table_bg.gif); color: #00CC00; }
.ppgptbltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.utfText28 {
	font-size: 28px
}
.utfText16 {
	font-size: 16px
}
.utfText24 {
	font-size: 24px
}
.style6 {color: #009900}
.utfText24it {font-size: 24px; font-style: italic; }
.ppgpblue {
	color: #0000FF;
	font-weight: bold;
}#contactus .formrow .formelement textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
#contactus .formrow .formelement #visitorcountry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
#wrapper #rss2html {
	width: 500px;
	overflow: auto;
	float: left;
	padding-right: 50px;
	padding-left: 25px;
}
div.lngfloat {
	margin: 1em;
	font-size: 80% /*smaller*/;
	text-align: center;
	position: fixed;
	left: auto;
	width: 8em;
	right: 1em;
	bottom: 1em;
}

.rates tr:hover {
	background-color:#F0F0F0;
}

#wrapper #mainimage #countdowntimer {
	position: absolute;
	overflow: visible;
}

#wrapper #mainimage #countdowntimer #madness_main {
	position:relative;
	left: -38em;
	top: 5em;
}

#wrapper #mainimage #countdowntimer #madness_rates {
	left:-49em;
	position:relative;
	top:10em;
}

#madness_offer {
	font-family: Arial, Helvetica, sans-serif;
}

#madness_offer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	font-size:1.5em
}

#madness_offer p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 1.3em
}

#madness_offer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-decoration: none;
}
