/* - - - - - - - - - - - - - - - - - - - - -

Title : 
URL : 

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

Description : full website styles

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/
html {
	padding: 0px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	}
	
	
body{
	width:100%;
	margin:0px;
	padding:0px;
	font: normal 12px/18px normal Verdana, Arial, Helvetica, sans-serif;
	color:#545454;
	background: #a0a0a0;
}

p {
	font: normal 12px/18px normal Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited  {
	color:#0089d0;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

h1 {
	font: bold 18px/25px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#da5c34;
}

h2 {
	font: bold 16px/22px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #848484;
}

h3 {
	font: bold 11px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background: #000066;
	margin:0px;
	padding:0px 0px 0px 10px;
	text-transform:uppercase;
	
}

h4 {
	font: bold 14px/25px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background: #b5b4b4;
	margin:0px;
	padding:0px 0px 0px 10px;
}

h5 {
	font: bold 14px/25px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background: #0089d0;
	margin:0px;
	padding:0px 0px 0px 10px;
}

fieldset, legend, label { padding: 0; margin: 0; border: 0; }

legend { display: none; }

label { width: 10em; padding: 5px 10px 5px 0px; }

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

form em { color: red }

form {
  margin: 0;
}

form br { clear: both; }

input, select, textarea {
	font: 12px/18px normal Verdana, Arial, Helvetica, sans-serif;
}

.stats {
	display: none;
	height: 0;
	line-height: 0;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/
#wrapper {
	width:990px;
	background: #fff;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#header {
	width:950px;
	height: 104px;
	margin: 0 auto;
}

		#logo {
			width:461px;
			height: 104px;
			float:left;
		}
		
		#info {
			width:463px;
			height: 104px;
			float: right;
		}


#navWrap {
	width:950px;
	height: 36px;
	margin: 0px auto 9px auto;
	background: #000066;
}

#main_areaWrap {
	width:950px;
	margin: 0 auto;
}

		#contentWrap {
			width: 701px;
			float:left;
		}
				
				#bannerimage {
					width: 701px;
					height: 196px;
					margin-bottom: 19px;
				}
				
				#thirdNav {
					width: 701px;
					height:36px;
					border-top: 2px solid #27326a;
					border-bottom: 2px solid #27326a;
				}
				
				#conetntIn {
					width: 701px;
				}
				
				#content {
					width: 701px;
					margin-bottom:27px;
				}

		#rhs {
			width:227px;
			float:right;
		}

#footerWrap {
	width:950px;
	margin: 26px auto 0 auto;
	background: #fff;
}

	.quickLinks {
		border: 1px solid #b5b4b4;
	}
	
			.quickLinks_content {
				margin: 1px;
				padding: 0 0 0 10px;
				background: #fdfdfd url(../templateimages/quicklinks_bg.jpg) repeat-x 0% 100%;
			}
	#footer{
		width:950px;
		height: 20px;
		margin-top: 14px;
		background:url(../templateimages/footer.jpg) repeat-x 0% 0%;
	}

/*
----------------------------------------------------------------------------- 
Navigation
-----------------------------------------------------------------------------*/

ul#nav {
	width: 950px;
	height: 36px;
	margin: auto;
	padding: 0;
	list-style: none;
}

ul#nav li { 
  	float: left; /*For Gecko*/
	margin: 0;
	padding: 0px;
  	position: relative;
}

ul#nav li.home a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	font: normal 12px/36px Tahoma, Arial, Helvetica, sans-serif; 
	color: #fff;
	background: none;
}
			
		ul#nav li.home a:hover {
			color: #1bbde0;
		}
		
		ul#nav li.home a:active {
			color: #1bbde0;
		}

ul#nav li a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	font: normal 12px/36px Tahoma, Arial, Helvetica, sans-serif; 
	color: #fff;
	/*background: url('../templateimages/nav.jpg') no-repeat 0 0%;*/
}
		ul#nav li a:hover {
			color: #1bbde0;
		}
		
		ul#nav li a:active {
			color: #1bbde0;
		}

ul#nav ul {
	z-index: 15;
	position: absolute;
	top: 36px;
	left: 0px;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	background: #e0e0e0;
}

#nav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}
	
/* 2nd Menu */
ul#nav li ul li a {
 	float: none !important; /*For Opera*/
 	float: left; /*For IE*/
	width: 250px;
  	height: auto !important;
  	height: 1%; /*For IE*/
	font: normal 12px/30px Tahoma, Arial, Helvetica, sans-serif; 
	background: none;
  	display: block;
	cursor: pointer;
	}

ul#nav li:hover li a,
ul#nav li.iehover li a {
  	float: none;
	color: #fff;
	background: #000066;
	cursor: pointer;
	}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
	color: #FFF;
	background: #1bbde0;
	}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
	font: normal 14px/30px Arial, Helvetica, sans-serif; 
	color: #e8c58f;
	background: #560d01;
	list-style: none;
	}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
	font: normal 14px/30px Arial, Helvetica, sans-serif; 
	color: #FFF;
	background: #560d01;
	}

ul#nav ul ul,
ul#nav ul ul ul {
  	display: none;
	position: absolute;
  	top: -1px;
	width: 250px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
	}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
	}
/**************** Third Level naigation******************* */

#thirdNav ul {
	margin: 0px;
	padding: 0px;
	width: 701px;
	height: 36px;
	list-style: none;
	overflow: hidden;
}	

#thirdNav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#thirdNav ul li a {
	font: bold 12px/36px Arial, Helvetica, sans-serif; 
	color: #666;
	padding: 0px 10px;
	
}
	#thirdNav ul li a:hover {
		color: #333;
		text-decoration: none;
	
}


/*
----------------------------------------------------------------------------- 
MISCEL
-----------------------------------------------------------------------------*/
.rhs_block {
	margin-bottom: 3px;
}

p.rhs_block {
	padding:0px 0px 0px 10px;
	margin: 17px 0px 0px 0px;
}

.rhs_block_form {
	padding:0px 0px 21px 10px;
	border: 0px;
}

		.subscribe_button {
			margin-top:10px;
		}

.hotdeals {
		border: 1px solid #0089d0;
		margin-bottom:16px;
	}
	
		.hotdeals_content {
			margin: 1px;
			padding: 0 0 0 10px;

		}
		
.bluebox {
		border: 1px solid #000066;
		margin-bottom:16px;
	}
	
		.bluebox_content {
			margin: 1px;
			padding: 0 0 0 10px;
			
		}
#destinations {
	border: 1px solid #000066;
	margin-bottom:16px;
	overflow: hidden;
	}
	
		#destinations_content {
			margin: 1px;
			padding: 0 0 5px 10px;
			
		}

#destinationsImg {
	width: 402px;
	height: 183px;
	float:left;
}

#destinationsRhs {
	width:200px;
	height: 183px;
	padding-right: 57px;
	float: right;
	
}

.detinationbutton {
	background-color:#1bbde0; 
	font: bold 14px/25px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	margin:9px 0px;
	padding: 1px 5px;
	border: 0px;
	display: block;

}

.post-meta { display: none; }


#flashcontent {
	width: 701px;
	height: 196px;
}


/* ANIMATED SCROLLING GALLERY WITH LINKS */

#hpAniBox{
	width:227px;
	height:67rpx;
	overflow:hidden;
	z-index:10;
}

/* ANIMATED SCROLLING GALLERY END */
