@charset "utf-8";
/* CSS Document */


.ratestable tbody tr td, .ratestable tr td {
	font-size:11px;
	line-height:normal;
}

<!--
body, td, th {
	font-size: 13px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) top center no-repeat fixed;
}

.linkslink {
	display:block; font-size:10px; padding-left:25px; color:#999; text-decoration:none;
	}

#main {
	width:871px;
	margin:0 auto;
	overflow:hidden
}

.pictable tr td {
	font-size:10px; line-height:10px; text-align:center	
}

a {
	color:#248ad2;
}

.leftbg {
	background: url(../images/leftbgf.gif) top center repeat-y;
}

#qq {
	width:283px;
	height:549px;
	overflow:hidden;
	background: url(../images/qq.gif) top center no-repeat;
	text-align:center
}

.apttable {
	border:1px solid #ccc;
	background:#efefef
}


#nav {
	background: url(../images/noosa-holiday-accommodation.jpg) top center no-repeat;
	width:871px;
	height:236px;	
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	list-style:none;
	margin:0;
	padding:0 0 0 5px
}
#nav ul li a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#333
}

#contact-details {
	width:565px;
	height:115px;
	background:#fff
}
#contact-details .pad {
	padding:20px 25px 0 10px;
	line-height:normal;
	color:#333333;
	text-align:right;
	font-size:12px;
}
#main-content {
	background: url(../images/contentbg.gif) top right no-repeat #fff;
	width:588px;
}
#main-content .pad {
	padding:25px 20px 0 20px	
}

#bottomcontact-details {
	background: url(../images/contactdetailsbottom.gif) top right no-repeat;
	width:253px;
	height:148px;
}
#bottomcontact-details .pad {
	padding:20px 10px 0 15px;
	line-height:normal;
	color:#006666;
	text-align:left;
}
#h1bg {
	background:url(../images/h1bg.jpg) no-repeat top center;
	width:100%;
	height:31px;
}
#h1bg h1 {
	font-size:12px;
	text-align:center
}
#footernav {
	background:url(../images/footernavbg.gif) no-repeat top center;
	width:283px;
	height:148px;
	text-align:left;
	color:#5f5755;
	font-size:12px;
}
#footernav table tr td {
	font-size:12px;
	line-height:normal;
	color:#5f5755;
}

#footernav table tr td a {
	color:#5f5755;
	text-decoration:none;
}
#bottomaddress {
	background:url(../images/bottom_address.gif) no-repeat top center;
	width:168px;
	height:94px;
	font-size:11px;
	text-align:right;
	line-height:normal;
	color:#FFF
}
#bottomaddress .pad {
	padding:8px 5px 0 0
}
#bottomaddress .pad a {
	color:#FFF;
}
.contentmain {
	background:url(../images/flower.gif) no-repeat bottom left;
	padding:20px;
}


.testimonial {
	background-color:#e0e0df;
	padding:20px 25px 25px 25px;
	font-size:11px;
	line-height:15px;
	margin:0 0 20px 0
	
}
.testimonial p {
	margin:0;
	padding:0 0 20px 0
}
	
/* SLIMBOX */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



/* SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
h2 {
	font-size:20px;
	margin:0px 0 0px 0;
	padding:10px 0 0 0;
	text-align:left
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 20px;
	height:20px;
}
h3 {
	font-size:17px;
	margin:0px 0 0px 0;
	padding:0 0 5px 0;
	text-align:left;
	color:#003366
}
.bluetext {
	color:#085981;
	font-weight:bold;
	font-size:14px;
}
h1 {
	margin:0;
	font-size:11px;
	color:#98d7ee
}
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}
.slideshow-thumbnails {
	overflow: hidden;
}
.slideshow-images {
	height: 300px;
	width: 400px;
}
.slideshow-images-visible {
	opacity: 1;
}
.slideshow-images-prev {
	opacity: 0;
}
.slideshow-images-next {
	opacity: 0;
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}
.slideshow {
	height: 312px;
	margin: 0 auto;
	width: 912px;
}
.slideshow a img {
	border: 0;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}
.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}
