/* ---------------------------------------------------------------------------------------
Layout - 
----------------------------------------------------------------------------------------*/

body {
	font-size: .85em;
	margin: 0;
	padding: 0;
	background: #000030;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
}

#far-outer {
	background: white;
	border:0px;	
	width: 1007px;
	margin: 5px auto 5px auto;		/* top, right, bottom, left */
	padding: 2px 2px 2px 2px;		/* top, right, bottom, left */
}

#masthead {
	background: white;
	width: 1007px; 
	height: 144px;
	border: 0px;	
	padding: 0px 0px 0px 0px;		/* top, right, bottom, left */
	overflow: hidden;
}

#page-title {
	background: white;
	color: SlateGray; 		
	width: 1007px; 
	height: 38px;
	border: 0px;	
	margin: 2px 0px 2px 0px;		/* top, right, bottom, left */
	padding: 0px 0px 0px 0px;		/* top, right, bottom, left */
	float:left;
	overflow: hidden;
	text-align: center;
}

#horiz-menu {
	background: white;
	width: 1008px; 
	height: 25px;
	margin: 2px 0px 0px 0px;		/* top, right, bottom, left */
	border:0px;	
	padding: 0px 0px 0px 0px;		/* top, right, bottom, left */
}

#main-frame {
	background: white;
	width: 1003px; 
	margin: 2px 0px 2px 0px;		/* top, right, bottom, left */
	border:0px;	
	padding: 2px 2px 2px 2px;		/* top, right, bottom, left */
	float:left;
}

#main-content {
	width: 1003px; 
	margin: 0px;		
	border:0px;	
	padding: 0px 0px 0px 0px;		/* top, right, bottom, left */
	float:left;
	border-bottom: 1px dotted SlateGray;

}

#content-left {
	float: left;
	width: 770px; 
	margin: 0px;		
	border-right: 1px dotted SlateGray;
	padding: 10px 10px 10px 10px;		/* top, right, bottom, left */
	min-height: 500px;
	
	height: auto !important;
	
}

#content-right {
	min-height: 500px;
	
	height: auto !important;
	
	float: right;
	width: 190px; 
	padding: 5px 8px 5px 5px;		/* top, right, bottom, left */
	overflow: hidden;
	font-size: .9em;
}

#trip-advisor {

	margin: 0px 0px 0px 0px; 
	border-collapse:collapse;
	position: relative;
}

#footer {
	color: DarkSlateGray; 
	width: 997px; 
	height: 20px;
	margin: 0px 0px 0px 0px;		/* top, right, bottom, left */
	border:0px;	
	padding: 5px 5px 5px 5px;		/* top, right, bottom, left */
	text-align: center;
	font-size: .85em;
	clear:left;
}

/* ---------------------------------------------------------------------------------------
Image Rotate for Masthead - 
----------------------------------------------------------------------------------------*/

/* rotator in-page placement */

div#rotator 
{
	position:relative;
	height:144px;
	margin-left: 0px;
}

/* rotator css */

div#rotator ul li 
{
	float:left;
	position:absolute;
	list-style: none;
}

/* rotator image style */	

div#rotator ul li img 
{
	border:0px;
	padding: 0px;
	background: #FFF;
}

div#rotator ul li.show 
{
	z-index:500;
}

/* ---------------------------------------------------------------------------------------
Lists - 
----------------------------------------------------------------------------------------*/

/* need this for the masthead image rotation */

ul
{
	padding:0;
	margin:0;
}

li
{
	padding:0;
}


/* ---------------------------------------------------------------------------------------
Text - 
----------------------------------------------------------------------------------------*/


h1 { 
	font-size: 1.5em; 
} 

h2 {
	font-size: 1.4em; 
	color: #005588;
	line-height: 140%;
}

h3 {
	font-size: 1.3em; 
	color: #005588;
	line-height: 140%;
}

h4 {
	font-size: 1.2em; 
	color: #005588;
	line-height: 140%;
}

h4 {
	font-size: 1.1em; 
	color: #005588;
	line-height: 140%;
}

h5 {
	font-size: 1em; 
	color: #005588;
	line-height: 140%;
}

/* page title */

.p-title {
	font-size: 1.2em; 
	position: relative;
	top: -11px;
}

/* standard paragraph */

p { 
	color: black;
	line-height: 140%;
}

/* footer paragraph */

fp { 
	line-height: 110%;
}

/* article text */

.article-text
{
	margin: 	0px 5px 5px 5px;	/* top, right, bottom, left */	
}

/* ---------------------------------------------------------------------------------------
Link Text - 
----------------------------------------------------------------------------------------*/


/* header title links */

#header-title a {
	text-decoration: none; 
	color: #eccc00;
	}
	
#header-title a:visited { 
	text-decoration: none; 
	color: #eccc00;
	}

#header-title a:active { 
	text-decoration: none; 
	color: #eccc00;
	}
	
#header-title a:hover { 
	text-decoration: underline; 
	color: #eccc00;
	}

/* content links */

a {
	text-decoration: none; 
	}
	
a:visited { 
	text-decoration: none; 
	}

a:active { 
	text-decoration: none; 
	}
	
a:hover { 
	text-decoration: underline; 
	}


/* ---------------------------------------------------------------------------------------
Images & Photos - 
----------------------------------------------------------------------------------------*/


/* photos */

#photo {
	padding:3px;
	border:1px dotted #888;
}


/* ---------------------------------------------------------------------------------------
Tables - 
----------------------------------------------------------------------------------------*/


#padi-title-logo {
	border-colapse: colapse;
	width:95%;
}

#climate-info
{
	width:420px;
	border-collapse:collapse;
}

#climate-info td, #climate-info th 
{
	font-size: 1em;
	border:1px solid #004477;
	padding:3px 7px 2px 7px;
}

#climate-info th 
{
	font-size: 1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#006699;
	color:#ffffff;
}

#climate-info tr.alt td 
{
	color:#000000;
	background-color:#cedbf8;
}



#site-guide {
	
	font-size: 1em;
	border: 1px solid #ccc;
	color: #222;
	width:450;
	margin-left:10px;
	margin-right:auto;
	padding: 5px 5px 5px 5px;		/* top, right, bottom, left */
}

#climate {
	
	font-size: 1em;
	border-colapse: colapse;
	color: #222;
	width:760px;
	margin-left:0px;
	margin-right:auto;
	padding: 5px 5px 5px 5px;		/* top, right, bottom, left */
}

#home-summary {
	background: #fff;
	font-size: 1em;
	border-colapse: colapse;
	color: #222;
	width:768px;
	margin-left:10px;
	margin-right:auto;
	padding: 5px 5px 5px 5px;		/* top, right, bottom, left */
}

/* ---------------------------------------------------------------------------------------
Transport & Resort Price Tables - 
----------------------------------------------------------------------------------------*/

#transport-resort
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}

#transport-resort td, #transport-resort th 
{
	font-size:.95em;
	border:1px dotted #000020;
	padding:3px 7px 2px 7px;
}

#transport-resort th 
{
	font-size:1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#006699;
	color:#ffffff;
}

#transport-resort th.center 
{
	text-align:center;
}

#transport-resort tr.alt td 
{
	color:#000000;
	background-color:#e0ffff;
}

#transport-resort td.center
{
	text-align:center;
}

#transport-resort a, #transport-resort a:visited, #transport-resort a:active, #transport-resort a:hover 
{
	color: blue;
}

/* ---------------------------------------------------------------------------------------
Prices & Packages Tables - 
----------------------------------------------------------------------------------------*/


#prices-packages
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}

#prices-packages td, #prices-packages th 
{
	font-size:.95em;
	border:1px dotted #000020;
	padding:3px 7px 2px 7px;
}

#prices-packages th 
{
	font-size:1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#006699;
	color:#ffffff;
}

#prices-packages th.center 
{
	text-align:center;
}

#prices-packages tr.alt td 
{
	color:#000000;
	background-color:#e0ffff;
}

#prices-packages td.center
{
	text-align:center;
}

#prices-packages a, #prices-packages a:visited, #prices-packages a:active, #prices-packages a:hover 
{
	color: blue;
}

#prices-packages td.strikethrough {
	text-decoration: line-through;
	text-align:center;
}
	

/* ---------------------------------------------------------------------------------------
Drop Down Menu - 
----------------------------------------------------------------------------------------*/


/* common styling */
.menu {
	font-family: arial, sans-serif; 
	width: 1008px; 
	height: 25px; 
	position: relative; 
	font-size: .9em; 
	z-index: 100;
}

.menu ul li a, .menu ul li a:visited {
	display: block; 
	text-decoration: none; 
	width: 143px; 
	height: 25px; 
	text-align: center; 
	background: #005588;
	color: #fff; 
	margin: 0px 1px 0px 0px;		/* top, right, bottom, left */
	line-height: 25px; 
	overflow: hidden;
}

.menu ul {
	padding: 0; 
	margin: 0; 
	list-style: none;
}

.menu ul li {
	float:left; 
	position:relative;
}

.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */

.menu ul li:hover a {
	color: #222; 
	background: #fccd03;
}

.menu ul li:hover ul {
	display: block; 
	position: absolute; 
	top: 25px; 
	left: 0; 
	width: 143px;
}

.menu ul li:hover ul li a.hide {
	background: #fccd03; 
	color: #222;
}

.menu ul li:hover ul li:hover a.hide {
	background: #00ff00; 
 	color: #fff;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	display: block; 
	background: #005588; 
	border-top:1px solid white;
	color: #fff;
}

.menu ul li:hover ul li a:hover {
	background: #fccd03; 
	color: #222;
}

.menu ul li:hover ul li:hover ul {
	display: block; 
	position: absolute; 
	left: 143px; 
	top: 0;
}

.menu ul li:hover ul li:hover ul.left { 
	left: -143px; 
}


/* ---------------------------------------------------------------------------------------
Booking Enquiry Contact Form - 
----------------------------------------------------------------------------------------*/


#page-wrap 
{
	
	width: 660px;
	
	background: white;
	
	padding: 0px 20px 10px 20px;
			/* top, right, bottom, left */
	margin: 10px auto;
				/* top, right, bottom, left */
	min-height: 500px;
	
	height: auto !important;
	
	height: 500px;

}



#contact-area 
{

	width: 630px;
	
	margin-top: 5px;

}



#contact-area input, #contact-area textarea, #contact-area select 
{
	
	padding: 3px;
	
/*	width: 300px;
	*/
	width: auto;
	font-family: Helvetica, sans-serif;
	
	font-size: .95em;
	
	margin: 0px 0px 6px 0px;
			/* top, right, bottom, left */
	border: 2px solid #ccc;

}



#contact-area textarea 
{
	
	height: 90px;

}



#contact-area textarea:focus, #contact-area input:focus 
{
	
	border: 2px solid #900;

}



#contact-area input.submit-button 
{
	
	padding: 3px;
	
	width: 100px;
	
	float: left;

}



label 
{
	
	float: left;
	
	text-align: right;
	
	margin-right: 15px;
	
	width: 220px;
	
	padding-top: 5px;
	
	font-size: 1em;
}

fieldset
{
	border: 1px dotted #222;
}

legend
{
	color: black;
	padding: 3px;

	background: #e0ffff;
	border: 1px solid #222;
	padding: 2px 6px
} 

/*-------------------------------------------------------------------------------------
Photo Gallery
-------------------------------------------------------------------------------------*/


#galleryholder 
{
	position: relative; 
	background: white url(images/gallery/dive-and-relax-logo-yellow-text.jpg) 50px 35px no-repeat;
	margin-bottom: 10px; 
	width: 750px; 
	min-height: 610px;
	border:1px dotted DarkSlateGrey; 
}

#scrollbox 
{
	padding:0; 
	margin: 5px 5px 0px 0px;		/* top, right, bottom, left */
	width:130px; 
	list-style:none; 
	height:600px; 
	overflow:auto; 
	float:right;
	border:0px; 
}

#scrollbox li 
{
	float:left;
}

#scrollbox a 
{	
	display:block; 
	color:#999; 
	text-decoration:none; 
	border:1px solid white; 
	width:100px; 
	height:100px; 
	float:left; 
	padding:5px; 
	font-family:"trebuchet ms", sans-serif; 
	font-size:1.5em; 
	text-align:center;
}

#scrollbox a.slide00 
{
	background:url(images/gallery/thumbs/03-thumb-boat.jpg) no-repeat center center;
}

#scrollbox a.slide01 
{
	background:url(images/gallery/thumbs/08-thumb-anemone.jpg) no-repeat center center;
}

#scrollbox a.slide02 
{
	background:url(images/gallery/thumbs/10-thumb-barracuda.jpg) no-repeat center center;
}

#scrollbox a.slide03 
{
	background:url(images/gallery/thumbs/12-thumb-batfish.jpg) no-repeat center center;
}

#scrollbox a.slide04 
{
	background:url(images/gallery/thumbs/17-thumb-cave.jpg) no-repeat center center;
}

#scrollbox a.slide05 
{
	background:url(images/gallery/thumbs/23-thumb-frogfish.jpg) no-repeat center center;
}

#scrollbox a.slide06 
{
	background:url(images/gallery/thumbs/24-thumb-ghostpipefish.jpg) no-repeat center center;
}

#scrollbox a.slide07 
{
	background:url(images/gallery/thumbs/25-thumb-glassfish.jpg) no-repeat center center;
}

#scrollbox a.slide08 
{
	background:url(images/gallery/thumbs/26-thumb-grouper.jpg) no-repeat center center;
}

#scrollbox a.slide09 
{
	background:url(images/gallery/thumbs/29-thumb-lionfish.jpg) no-repeat center center;
}

#scrollbox a.slide10 
{
	background:url(images/gallery/thumbs/34-thumb-scorpionfish.jpg) no-repeat center center;
}

#scrollbox a.slide11 
{
	background:url(images/gallery/thumbs/36-thumb-seahorse.jpg) no-repeat center center;
}

#scrollbox a.slide12 
{
	background:url(images/gallery/thumbs/40-thumb-softcoral.jpg) no-repeat center center;
}

#scrollbox a.slide13 
{
	background:url(images/gallery/thumbs/42-thumb-trumpetfish.jpg) no-repeat center center;
}

#scrollbox a.slide14 
{
	background:url(images/gallery/thumbs/43-thumb-turtle.jpg) no-repeat center center;
}

#scrollbox a.slide15 
{
	background:url(images/gallery/thumbs/05-thumb-koh-haa.jpg) no-repeat center center;
}

#scrollbox a.slide16 
{
	background:url(images/gallery/thumbs/13-thumb-black-tip-shark.jpg) no-repeat center center;
}

#scrollbox a.slide17 
{
	background:url(images/gallery/thumbs/44-thumb-whaleshark.jpg) no-repeat center center;
}

#scrollbox a.slide18 
{
	background:url(images/gallery/thumbs/02-thumb-boat.jpg) no-repeat center center;
}

#scrollbox a.slide19 
{
	background:url(images/gallery/thumbs/15-thumb-boxfish.jpg) no-repeat center center;
}

#scrollbox a.slide20 
{
	background:url(images/gallery/thumbs/16-thumb-butterflyfish.jpg) no-repeat center center;
}

#scrollbox a.slide21 
{
	background:url(images/gallery/thumbs/19-thumb-cleaning-shrimp.jpg) no-repeat center center;
}

#scrollbox a.slide22 
{
	background:url(images/gallery/thumbs/20-thumb-clownfish.jpg) no-repeat center center;
}

#scrollbox a.slide23 
{
	background:url(images/gallery/thumbs/27-thumb-harlequin-shrimp.jpg) no-repeat center center;
}

#scrollbox a.slide24 
{
	background:url(images/gallery/thumbs/28-thumb-leopard-shark.jpg) no-repeat center center;
}

#scrollbox a.slide25 
{
	background:url(images/gallery/thumbs/30-thumb-manta.jpg) no-repeat center center;
}

#scrollbox a.slide26 
{
	background:url(images/gallery/thumbs/31-thumb-moray-eel.jpg) no-repeat center center;
}

#scrollbox a.slide27 
{
	background:url(images/gallery/thumbs/32-thumb-porcupinefish.jpg) no-repeat center center;
}

#scrollbox a.slide28 
{
	background:url(images/gallery/thumbs/01-thumb-boat.jpg) no-repeat center center;
}

#scrollbox a.slide29 
{
	background:url(images/gallery/thumbs/35-thumb-seafan.jpg) no-repeat center center;
}

#scrollbox a.slide30 
{
	background:url(images/gallery/thumbs/38-thumb-slug.jpg) no-repeat center center;
}

#scrollbox a.slide31 
{
	background:url(images/gallery/thumbs/39-thumb-snappers.jpg) no-repeat center center;
}

#scrollbox a.slide32 
{
	background:url(images/gallery/thumbs/14-thumb-blenny.jpg) no-repeat center center;
}

#scrollbox a.slide33 
{
	background:url(images/gallery/thumbs/04-thumb-boat.jpg) no-repeat center center;
}

#scrollbox a.slide34 
{
	background:url(images/gallery/thumbs/41-thumb-sweetlip.jpg) no-repeat center center;
}

#scrollbox a.slide35 
{
	background:url(images/gallery/thumbs/45-thumb-wreck.jpg) no-repeat center center;
}

#scrollbox a span 
{
	display:block; 
	position:absolute; 
	left:-9999px; 
	top:0;
}

#scrollbox a span img 
{
	border:0;
}

#scrollbox a:hover 
{
	border:1px dotted #888;
}

#scrollbox a:hover span 
{
	width:520px; 
	height:500px; 
	left:30px; 
	top: 5px;
	background: white;
	z-index:100;
}

#scrollbox a:active 
{
	border:1px dotted black;
}

#scrollbox a:focus {
	border:1px dotted black; 
	outline:0;
}

#scrollbox a:active span 
{
	width:520px; 
	height:580px; 
	top:5px; 
	left:30px; 
	color: black; 
	background: white; 
	z-index:-1;
}

#scrollbox a:focus span 
{
	width:520px; 
	height:500px; 
	top:0; 
	left:30px; 
	color: black; 
	background: white; 
	z-index:10; 
	outline:0;
}
