/* =0 Reset –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
    
	/* Universal - reset browser default styles */
		html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
		cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 
		dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
				{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
		body 	{ line-height: 1; }
		ol, ul 	{ list-style: none; }
		blockquote, q { quotes: none; font-style:italic;}
		hr { color:#666256;background-color:#666256; height:2px; border:0; }
		
	/* Define focus styles! */
		:focus 	{ outline: 0; }
		
	/* Highlight inserts somehow! */
		ins 	{ text-decoration: none; }
		del 	{ text-decoration: line-through; }
		
	/* Tables still need 'cellspacing="0"' in the markup */
		table 	{ border-collapse: collapse; border-spacing: 0; }


/* =1 Global –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
	
	/* General style applied to HTML */
		html 	{ background: #b8b7c6; color: #fff; text-align: left; padding: 0; margin: 0; border: 0; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; width: 100%; }
	
	/* Body style */
		body 	{ clear: both; line-height: 1; vertical-align: top; padding: 0; margin: 0 auto; text-align: left; }		
		
	/* Preset global styles */
		.right 			{ float: right; } 
		.left 			{ float: left; } 
		.align-left 	{ text-align: left; } 
		.align-right 	{ text-align: right; } 
		.align-center 	{ text-align:center; } 
		.justify 		{ text-align:justify; } 
		
		.hide 			{ display: none; } 
		.clear 			{ clear: both; } 
		.bold 			{ font-weight:bold; } 
		.italic 		{ font-style:italic; } 
		 
		img.centered 	{ display: block; margin-left: auto; margin-right: auto; } 
		img.alignleft 	{ float: left;  margin: 4px 10px 4px 0px; } 
		img.alignright 	{ float: right; margin: 4px 0px 4px 10px; } 
		
		.spacer 		{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 


/* =2 Headings –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/  

	/* General headings */
		h1 		{ font-size: 1.7em; margin: 0px; padding: 25px 0 0 30px; font-weight: 500;}
		h2, h3, h4, h5, h6, h8 { font-weight: 500; }
			h2 	{ font-size: 1.0em; margin: 10px 0 10px 0px; }
			h3 	{ font-size: 1.1em; margin: 0 0 0.5em 0; }
			h4 	{ font-size: 0.9em; margin: 0 0 0.5em 0; }
			h5 	{ font-size: 0.8em; margin: 0 0 0.5em 0; }
			h6 	{ font-size: 0.7em; margin: 0 0 0.5em 0; }
			h8 	{ font-size: 0.9em; margin: -10px 0 0 0; font-weight: 600;}


/* =3 Header –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 

	/* Header section style */
		#header { 
		background: url(../images/bg-top.jpg) top center no-repeat;
		height: 412px;
		position: relative;
		}
		#headerrates { 
		background: url(../images/bg-topmarketing.jpg) top center no-repeat;
		height: 412px;
		position: relative;
		}		

/* =4 Navigation –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 

	/* Main Navigation - Horizontal style */
		#mainNav { 
		background-color: #454369;	
		border-bottom: 1px solid #fff;
		margin:  		0px 0px 0px 0px;
		padding: 		0px 0px 0px 0px; 
		width:   		975px; 
		height: 			30px;
		}
		#mainNav li { 
		display: 		inline; 
		float: 			left; 
		font-size: 		0.7em; 
		margin: 		0px 0px 0px 0px;
		}
		#mainNav li a {
		border-right:   1px solid #fff;
		display: 	    block;
		padding: 		8px 15px 0px 15px; 
		height: 		22px;
		}
		#mainNav li a:link, #mainNav li a:visited { 
		text-decoration: none;
		color:			#fff;	
		}
		#mainNav li a:hover { 
		background-color: #797893;
		color:			#fff;
		text-decoration: none;
		}
		/* Active element */
		#mainNav li.active a:link, 
		#mainNav li.active a:visited, 
		#mainNav li.active a:hover { 
		color:			#fff;
		text-decoration: none;
		}
		

/* =5 Main Content Elements –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 

	/* General paragraph style */
		p { 
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		font-size: 	12px;
		line-height: 1.2em;  
		margin: 	0px 0px 0px 0px;
		padding: 	0em 0px 1.3em 0px; 
		}
		
		blockquote { 
		font-style:	italic; 
		quotes: 	none;
		}			
			
	/* General list styles  */
		#content ul { 
		list-style-type: disc; 
		}
		#content ol { 
		list-style-type: decimal; 
		}
		#content ul, #content ol { 
		color: 		#B7AC94;
		font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
		font-size: 	0.8em;
		line-height: 1.3em;  
		margin: 	0px 0px 0px 20px;
		padding: 	0em 0px 1.5em 0px; 
		}	
			
	/* General link styles  */
		#content a:link, #content a:visited { 
		color:		#e6dfd0; 
		text-decoration: none;
		}
		#content a:hover { 
		color:		#fff; 
		text-decoration: none; 
		}
		
/* =6 Main Content –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 
		
	/* Content wrapper */
		#contentWrapper { 
		background: #030222 url(../images/bg.jpg) top center repeat-y;
		clear: 		both;
		margin: 	0px auto 0px; 
		padding: 	0px 5px 0px 5px;		
		text-align: left; 
		width: 		975px; 
		}
	/* Rates wrapper */
		#ratesWrapper { 
		background: #030222 url(../images/bgmarketing.jpg) top center repeat-y;
		clear: 		both;
		margin: 	0px auto 0px; 
		padding: 	0px 5px 0px 5px;		
		text-align: left; 
		width: 		975px; 
		}
	/* Content */
		#content {
		float: 		left;  
		margin:  	0px 0px 0px 0px;	
		padding: 	0px 0px 0px 0px;
		width: 		975px;
		}
	
	/* Rates Content Wrap --------------------- */	
	    #ratesContentWrap {	
		float: 		left; 
		margin:  	0px 0px 0px 20px;
		padding: 	0px 0px 0px 0px;
		width: 		930px;
		} 
		.ratesWrap {
		float: left;
		width: 745px;
		padding: 10px 0 0 10px;
		margin-bottom: 20px;
		position: relative;
		}
		
		.ratesWrapText {
		float: right;
		width: 480px
		}
		.ratesWrapText .moreLink {
		display: block;
		}
		.ratesWrapText a{
		float: right;
		}		
	
	
	/* Main Content Wrap --------------------- */
		#mainContentWrap {	
		float: 		left; 
		margin:  	0px 0px 0px 20px;
		padding: 	0px 0px 0px 0px;
		width: 		630px;
		background-color: #040323;
		}

		.hotelWrap {
		float: left;
		width: 600px;
		background: #1f1c4a url(../images/grad1.jpg) top left no-repeat;
		padding: 10px 20px 0 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		border-top: 1px solid #454369;
		border-left: 1px solid #454369;
		position: relative;
		cursor: pointer;
		}
		.hotelWrap img {
    	border: 3px solid #1f1c4a;    	
		background-color: #1f1c4a;
		display:block;
		float: left;
		}
		.hotelWrap .icons {
		position: absolute;
		top: 3px;
		right: 0;
		}
		.hotelWrap .icons img{
		margin-right: 3px;
		border: none;
		}
		.hotelMain {
		float: left;
		width: 600px;
		padding: 10px 20px 0 10px;
		margin-bottom: 20px;
		position: relative;
		}
		.hotelMain h3{
		text-align:left;
		}
		
		.hotelWrapText {
		float: right;
		width: 480px;
		}
		.hotelWrapText p{ clear:both;margin:0 0 10px 0; }
		.hotelWrapText a{
		float:left;
		font-size: 16px;
		font-weight:bold;
		text-decoration:none;
		}
		.starRating { clear:both;float:right;margin: -20px -10px 0 0;}
        .moreLink {float:left;margin: -10px 0 0 0;}
		
	/* Hotel Map Wrap --------------------- */		
	    .hotelMap {
	    width: 420px;
	    color:#fff;
	    background: #1e1c4b url(../images/grad1.jpg) top left no-repeat; 
	    padding: 8px;
	    border: 1px solid #2a2953;
	    position: relative;
	    vertical-align:top;	    
	    float:left;
		}
	.hotelMap img {
        border: 3px solid #2a2953;
	    background-color: #2a2953;
	    padding:0;
	    margin-right: 10px;
	    float: left;
		}
    .hotelMap span 
	    {
	    font-size:medium;
	    font-weight: bold;
	    }
    .hotelMap p 
        {
        margin:0;
        padding:2px;
        line-height: 0.9EM;
	    }
						
	/* Side Content Wrap --------------------- */
	    #sideRates {
		float: 		right;
		margin:  	-30px 0px 0px 0px;
		padding: 	0px 0px 0px 0px;
		width: 		172px; 
		text-align: right;
		position: relative;
		}		
		#sideContent {
		float: 		right;
		margin:  	-30px 0px 0px 0px;
		padding: 	0px 0px 0px 0px;
		width: 		300px; 
		} 
		#sideContent #sideText {
		padding: 0 0 10px 0;
		background-color: #797893;
		}
		#sideContent #sideText h4 {
		background-color: #1f1c4a;
		padding: 15px 20px 15px;
		border-top: 1px solid #847d75;
		}
		#sideContent #sideText p {
		padding: 10px 20px 10px;
		}
		#sideContent #sideText ul {
		padding: 1px 20px 1px 25px;
		}
		
		#sideMap {
		padding: 0; 
		margin: 0;
		}
		#sideMap p {
		padding: 0; 
		margin: 0;
		}
		#sideMap h4{
		padding: 5px 20px 5px;
		}
		
		a#mapLink {
		width: 300px;
		height: 163px;
		display: block;
		padding: 0; 
		margin: 0;
		}
		a#mapLink:link, a#mapLink:visited {
		background: url(../images/map1.jpg) top left no-repeat;
		}
		a#mapLink:hover {
		background: url(../images/map1.jpg) bottom left no-repeat;
		}
		
		#cityMap {
		padding: 0; 
		margin: 0;
		}
		#cityMap p {
		padding: 0; 
		margin: 0;
		}
		#cityMap h4{
		padding: 5px 20px 5px;
		}
		
/* Map Images */
		
		a#ausLink {
		width: 300px;
		height: 163px;
		display: block;
		padding: 0; 
		margin: 0;
		}
		a#ausLink:link, a#ausLink:visited {
		background: url(../images/ausMap.jpg) top left no-repeat;
		}
		a#ausLink:hover {
		background: url(../images/ausMap.jpg) bottom left no-repeat;
		}	
			
		a#nswLink {
		width: 300px;
		height: 163px;
		display: block;
		padding: 0; 
		margin: 0;
		}
		a#nswLink:link, a#nswLink:visited {
		background: url(../images/nswMap.jpg) top left no-repeat;
		}
		a#nswLink:hover {
		background: url(../images/nswMap.jpg) bottom left no-repeat;
		}
		a#actLink {
		width: 300px;
		height: 163px;
		display: block;
		padding: 0; 
		margin: 0;
		}
		a#actLink:link, a#actLink:visited {
		background: url(../images/actMap.jpg) top left no-repeat;
		}
		a#actLink:hover {
		background: url(../images/actMap.jpg) bottom left no-repeat;
		}
		a#vicLink {
		width: 300px;
		height: 163px;
		display: block;
		padding: 0; 
		margin: 0;
		}
		a#vicLink:link, a#vicLink:visited {
		background: url(../images/vicMap.jpg) top left no-repeat;
		}
		a#vicLink:hover {
		background: url(../images/vicMap.jpg) bottom left no-repeat;
		}
		a#qldLink {
		width: 300px;
		height: 163px;
		display: block;
		padding: 0; 
		margin: 0;
		}
		a#qldLink:link, a#qldLink:visited {
		background: url(../images/qldMap.jpg) top left no-repeat;
		}
		a#qldLink:hover {
		background: url(../images/qldMap.jpg) bottom left no-repeat;
		}
		a#ntLink {
		width: 300px;
		height: 163px;
		display: block;
		padding: 0; 
		margin: 0;
		}
		a#ntLink:link, a#ntLink:visited {
		background: url(../images/ntMap.jpg) top left no-repeat;
		}
		a#ntLink:hover {
		background: url(../images/ntMap.jpg) bottom left no-repeat;
		}
		a#waLink {
		width: 300px;
		height: 163px;
		display: block;
		padding: 0; 
		margin: 0;
		}
		a#waLink:link, a#waLink:visited {
		background: url(../images/waMap.jpg) top left no-repeat;
		}
		a#waLink:hover {
		background: url(../images/waMap.jpg) bottom left no-repeat;
		}
		a#saLink {
		width: 300px;
		height: 163px;
		display: block;
		padding: 0; 
		margin: 0;
		}
		a#saLink:link, a#saLink:visited {
		background: url(../images/saMap.jpg) top left no-repeat;
		}
		a#saLink:hover {
		background: url(../images/saMap.jpg) bottom left no-repeat;
		}
		a#tasLink {
		width: 300px;
		height: 163px;
		display: block;
		padding: 0; 
		margin: 0;
		}
		a#tasLink:link, a#tasLink:visited {
		background: url(../images/tasMap.jpg) top left no-repeat;
		}
		a#tasLink:hover {
		background: url(../images/tasMap.jpg) bottom left no-repeat;
		}
		
/* =7 Extras –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 
		
	/* Fader style - used for jQuery Innerfade  */
	#fader {
	margin-top: 38px;
	z-index: 0;
	}
    /* Date Selector    */
    .txtStart{ width: 80px;}
    
/* =8 Forms –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 

	/* Form elements  */
	#formWrap {
	position: absolute;
	top: 88px;
	right: 0;
	z-index: 0;
	width: 256px;
	}
	#formWrap p { 
	margin: 0;
	padding: 0; 
	}
	#formWrap p label { 
	margin: 0;
	padding: 0;
	font-size: 1.5em; color: #151244; 
	}
	#formWrap p input {
	margin: 9px 0 23px;
	width: 200px;
	border: none;
	background-color:Red;
	}
	#formWrap p input#txtArrival {
	background: url(../images/calendar.jpg) center right no-repeat;
	width: 204px;
	}
	#formWrap p select {
	margin: 9px 0 23px;
	width: 206px;
	border: none;
	}
	#formWrap input#submit 
	{
	margin-left: 35px;
	z-index:0;
	}

	/* =9 Footer –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/  

	/* Footer Wrapper  */
		#footerWrap {
		clear: 		both; 
		width: 		100%; 
		text-align: center;
		}
	/* Footer */
		#footer {
		background-color: #454369;	
		border-top: 1px solid #454369;
		clear:		both; 
		width: 		935px; 
		margin: 	0px auto;
		text-align: left; 
		padding: 20px 20px 10px;
		}
		#footer p { 
		color:		#fff; 
		font-size: 	0.7em; 
		line-height: 1.5em;
		}
		#footer p a:link, #footer p a:visited { 
		color:		#fff; 
		text-decoration: none;
		}
		#footer p a:hover { 
		color:		#fff; 
		text-decoration: none; 
		}
		

