
/*  ~~~~~~~~~~~~~~~~~~  */
/*  GENERAL	 	*/
/*  ~~~~~~~~~~~~~~~~~~  */

* {	margin: 0;
	padding: 0;
	}
	/* TODO: have to remember this will remove some styling we'll want
		 to add back in - e.g. bullet lists in IE
	*/

body {	margin: 0;
	background: #ffffcc url(../images/layout/page-shdw.gif) top center repeat-y;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: black;	
	}

a:link    { text-decoration: underline; color: #000099; }

a:visited { text-decoration: underline; color: #000099; }
a:hover   { text-decoration: none; color:#996600; }




/*  ~~~~~~~~~~~~~~~~~~  */
/*  HACKS :-(	 	*/
/*  ~~~~~~~~~~~~~~~~~~  */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/* Hides frm IE-mac \*/
  * html .clearfix { height: 1%; }
/* End hide from IE-mac */



/*  ~~~~~~~~~~~~~~~~~~  */
/*  HEADER	 	*/
/*  ~~~~~~~~~~~~~~~~~~  */

.header {
	width: 100%;
	text-align: center;
	background: #666633;
	}

.header .inner {
	margin: 0 auto;
	width: 800px;
	height: 79px;
	text-align: left;
	}

.header h1 {
	position: relative;
	height: 79px;
	margin: 0 -20px;
	text-indent: -20000em;
	background: url(../images/layout/hdr.gif) top center no-repeat;
	}


/*  ~~~~~~~~~~~~~~~~~~  */
/*  MENU	 	*/
/*  ~~~~~~~~~~~~~~~~~~  */

.menu {
	width: 100%;
	text-align: center;
	background: url(../images/layout/menu-bar.jpg) top center repeat-x;
	}

.menu .inner {
	margin: 0 auto;
	width: 800px;
	height: 40px;
	text-align: left;
	}

.menu ul {
	list-style: none;
	}

.menu li {
	float: left;
	width: 100px;
	height: 40px;
	}

/*
special styles for smaller icon menu options (e.g. home)
without these we might need to add: ul, margin: 0 0 0 50px;
*/
.menu li.x         { width: 50px; }
.menu li.x a       { background: url(../images/layout/menu-hmo.jpg) top center no-repeat; text-indent: -20000em; }
.menu li.x a:hover { background: url(../images/layout/menu-hmh.jpg) top center no-repeat; }

.menu a {
	display: block;
	height: 100%;
	padding: 20px 0 0 0;
	background: url(../images/layout/menu-opt.jpg) top center no-repeat;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	}

.menu a:hover {
	background: url(../images/layout/menu-hov.jpg) top center no-repeat;
	color: black;
	text-decoration: none;
	}

.menu a:visited {
	color: black;
	text-decoration: none;
	}

body#about   a#about,
body#tonga   a#tonga,
body#tours   a#tours,
body#booking a#booking,
body#gallery a#gallery,
body#queries a#queries,
body#contact a#contact  { 
	background: url(../images/layout/menu-sel.jpg) top center no-repeat;
	color: black;
	text-decoration: none;
	}


/*  ~~~~~~~~~~~~~~~~~~  */
/*  CONTENT	 	*/
/*  ~~~~~~~~~~~~~~~~~~  */

.content {
	width: 100%;
	text-align: center;
	background: url(../images/layout/bkg-tapa.jpg) top center no-repeat;
	}

.content .submenu {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 35px;
	background: url(../images/layout/menu-sub.gif) top center repeat-y;
	text-align: left;
	}

.submenu span {
	display: block;
	padding: 9px 0 0 20px;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	}

.submenu a       { text-decoration: none; color: black; }
.submenu a:hover { text-decoration: underline; }

.content .inner {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: url(../images/layout/bkg-cont.gif) top center repeat-y;
	text-align: left;
	}


/*  ~~~~~~~~~~~~~~~~~~  */
/*  FOOTER	 	*/
/*  ~~~~~~~~~~~~~~~~~~  */


.footer {
	width: 100%;
	height: 100%; /* take up remaining room */
	text-align: center;
	border-top: 1px solid black;
	background-color: #cccc99;
	color: #333333;
	}

.footer .inner {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	}

.footer .left  {
	position: relative;
	float: left;
	margin: 0 0 0 -20px;
	background: url(../images/layout/ftr-l.gif) top left no-repeat;
	padding: 20px 10px 20px 40px;
	}

.footer .right {
	position: relative;
	float: right;
	margin: 0 -20px 0 0;
	background: url(../images/layout/ftr-r.gif) top right no-repeat;
	padding: 20px 40px 20px 10px;
	text-align: right;	
	}

.footer h2 {
	margin: 0 0 10px 0;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	}

.footer p {
	margin: 0 0 5px 0;
	}

.footer p em {
	font-style: normal;
	color: black;
	}


