/* 
----------------------------
HOMEBASE styles
Author: Dean Jezard
Date:   27 February 2006
Email:  dean@liquidcactus.com
---------------------------- */
 
/* Layout
 ---------------------------- */

body,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	height: 100%;
	margin: 2px;
	padding: 2px;
	background-image:url(../images/beach.jpg);
	background-repeat:repeat;
}

#container {
	padding:3px;
	margin: 3px auto;
	width: 650px;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:bottom;
	border: 8px solid #E6E6E6;
}

#header {
	height: 145px;
	padding: 0;
	margin: 0;
	background-image:url(../img/hdr.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#main {
	padding:0;
	margin:0;
}
#content {
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
}

/* Flavours
 ---------------------------- */
.orange {
	background-image:url(../img/bg_orange.jpg);
}
.yellow {
	background-image:url(../img/bg_yellow.jpg);
}
.green {
	background-image:url(../img/bg_green.jpg);
}
.turquoise {
	background-image:url(../img/bg_turquoise.jpg);
}
.blue {
	background-image:url(../img/bg_blue.jpg);
}
.purple {
	background-image:url(../img/bg_purple.jpg);
}
.pink {
	background-image:url(../img/bg_pink.jpg);
}

/* Nav
 ---------------------------- */	
#nav {
 padding:0;
 margin:0px 0px 10px 10px;
 background-image: url("../img/nav.png");
 background-repeat: no-repeat;
 float:right;
 width:197px;	
 height: 231px;	 
}
#nav ul {
 list-style: none;
 padding: 0;
 margin: 0;
 border: 0;
}
#nav ul li {
 float: left;			 		 
}
#nav ul li a {
 display: block;
 width: 197px;
 text-indent: -5000px;
 border: 0;			
 text-decoration: none; 					
}
a#navHome {height: 32px;}
a#navRooms {height: 32px;}
a#navFacilities {height: 32px;}
a#navActivities {height: 32px;}
a#navFind {height: 32px;}
a#navContact {height: 32px;}
a#navBook {height: 40px;}

a#navHome:hover {background: transparent url("../img/nav.png") -197px 0 no-repeat;}
a#navRooms:hover {background: transparent url("../img/nav.png") -197px -32px no-repeat;}
a#navFacilities:hover {background: transparent url("../img/nav.png") -197px -64px no-repeat;}
a#navActivities:hover {background: transparent url("../img/nav.png") -197px -96px no-repeat;}
a#navFind:hover {background: transparent url("../img/nav.png") -197px -128px no-repeat;}
a#navContact:hover {background: transparent url("../img/nav.png") -197px -160px no-repeat;}
a#navBook:hover {background: transparent url("../img/nav.png") -197px -192px no-repeat;}

/* Headers
 ---------------------------- */
h1 {
	font-size: 24px;
	text-indent: -8000px;
}

h2 {
	font-size: 18px;
	height: 26px;
	text-indent: -8000px;
}
h3 {
	font-size: 16px;
	height: 42px;
	text-indent: -8000px;
}
h3 {
	font-size: 16px;
}
h2#h2_home { background: url(../img/h2_home.gif) no-repeat;}
h2#h2_activities { background: url(../img/h2_activities.gif) no-repeat;}
h2#h2_book { background: url(../img/h2_book.gif) no-repeat;}
h2#h2_contact { background: url(../img/h2_contact.gif) no-repeat;}
h2#h2_facilities { background: url(../img/h2_facilities.gif) no-repeat;}
h2#h2_find { background: url(../img/h2_find.gif) no-repeat;}
h2#h2_rooms { background: url(../img/h2_rooms.gif) no-repeat;}

h3#h3_bestrates { background: url(../img/h3_bestrates.gif) no-repeat;}
h3#h3_sleep { background: url(../img/h3_sleep.gif) no-repeat;}
h3#h3_work { background: url(../img/h3_work.gif) no-repeat;}
h3#h3_eat { background: url(../img/h3_eat.gif) no-repeat;}
h3#h3_party { background: url(../img/h3_party.gif) no-repeat;}
h3#h3_located { background: url(../img/h3_located.gif) no-repeat;}
h3#h3_freestuff { background: url(../img/h3_freestuff.gif) no-repeat;}


/* Misc
 ---------------------------- */
.textsmall {
	font-size: 10px;
}
.caption {
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
}
.roompic {
	float:right;
	text-align: center;
	margin: 5px;
	padding: 2px;
	border: solid 1px #ccc;
}
.whatson {
	float:right;
	text-align: center;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	border: solid 1px #ccc;
}

/* Tables
 ---------------------------- */
.table {
	padding:0;
	margin:0;
	border-spacing: 1px;
	border: 1px solid #E6E6E6;
}
.table td, .table th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin:3px;
}
.table td {
	background-color:#E6E6E6;
}
.table th {
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#EE1C23;
}

/* Lists
 ---------------------------- */
#content ul {
	list-style-image:url(../img/bullet_redtick.gif);
}


/* Forms
 ---------------------------- */

textarea {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding: 4px;
	background-color:#1B1BEF;
	text-transform:uppercase;
}



/* Footers
 ---------------------------- */
#footer {
	clear: both;
	height: 94px;
	background-image:url(../img/ftr.png);
	background-repeat:no-repeat;
}
#footer_home {
	clear: both;
	height: 209px;
	background-image:url(../img/ftr_home.png);
	background-repeat:no-repeat;
}
#footer #f2 {
	padding-top: 10px;
	padding-right: 10px;
	margin: 0;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
#footer_home #f2 {
	padding-top: 160px;
	padding-right: 10px;
	margin: 0;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
#footer a, #footer_home a {
	color:#FFFFFF;
}
