@charset "UTF-8";
/* reset browser inconsistencies - originally by eric meyer */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus {
	outline: 0;
}
	
ol, ul {
	list-style: none;
}
	
html {

	height:100%;
		

	

}

body {
	font-size:62.5%;
	font-family:Helvetica, Arial, sans-serif;
	line-height:1em;
	height:100%;
	color:#FFFFFF;
	background: #000;
	/* firefox 2 mac bug flickering text */
	-moz-opacity: 0.99;
	
	

}

/* ############################################################### */
/* LAYOUT MAIN */


#mainContainer {
	display: block;
	width:975px;
	height:673px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin:-320px 0 0 -488px
}

#headerContainer {
	display: block;
	width: 100%;
	height: 92px;
	background: #000;
	position:relative;
}

#headerContainer h1 {
	display: block;
	width: 431px;
	height:45px;
	background: url(../images/layout/title.png) no-repeat;
	position:absolute;
	left: 10px;
	top: 24px;
}

#headerContainer h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
}

#headerContainer ul {
	display: block;
	width: 216px;
	height: 76px;
	position:absolute;
	top:10px;
	right: 10px;
	background: url(../images/layout/menu.png) no-repeat;
}

#headerContainer ul li {
	display: block;
	width: 98px;
	height: 17px;
	position:absolute;
}

#headerContainer ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

	#menuAccommodation { top: 5px; left: 5px; }
	
	#menuBarAndDining { top: 29px; left: 5px; }
	
	#menuGallery { top: 54px; left: 5px; }
	
	#menuAboutParkes { top: 29px; left: 111px; }
	
	#menuContactUs { top: 54px; left: 111px; }
	
#headerContainer strong {
	display: block;
	width: 100%;
	height:9px;
	position:absolute;
	top:91px;
	left:0px;
	background: url(../images/layout/header-trans.png) repeat-x;
	text-indent: -9999px;
	z-index:10;
}


#contentContainer {
	display: block;
	width: 100%;
	height: 433px;
	overflow: hidden;
}


#footerContainer {
	display: block;
	width:100%;
	height: 152px;
	background: #000;
	z-index: 100;
}

#specificContainer {
	display: block;
	width: 740px;
	height: 152px;
	float:left;

}


#footerText {
	height:110px;
	width:740px;
}



#footerContainer address {
	display: block;
	width:740px;
	height:30px;
	float:left;
	color: #f08d18;
	text-align:center;
	font-size: 1.2em;
	line-height: 1.2em;
	font-style:normal;
	

}

#bookNowContainer {
	display: block;
	position:relative;
	width: 230px;
	height: 152px;
	float: right;
	background: url(../images/layout/book-now.png) no-repeat;
}

#bookNowContainer a {
	display: block;
	text-indent: -9999px;
	position:absolute;
}

#bookNowLink {
	width: 193px;
	height:39px;
	left: 20px;
	top: 40px;
}

#acuraLink {
	width: 182px;
	height: 10px;
	left: 27px;
	top: 138px;
}

.otherSidebar {
	display: block;
	background: #fff;
	float: right;
	width: 230px;
	height: 433px;
	color:#666;
}

.otherSidebar h3 {
	font-size: 1.4em;
	margin-left:15px;
	margin-bottom:0.3em;
}

.otherSidebar img {
	margin:20px 0 10px 15px;
}

.otherSidebar ul {
	width: 200px;
	margin:0 auto;

}

.otherSidebar ul li {
	margin-bottom: 0.5em;

}

.otherImage {
	display: block;
	position:relative;
	float:left;
	height: 433px;
	overflow: hidden;
	z-index: 5;

}

.otherImage img {
}

.otherImage p {
	position:absolute;
	top:84px;
	left:50px;
	display: block;
	width: 131px;
	height: 70px;
	background: url(../images/pages/home/home-text.jpg) no-repeat;
	text-indent: -9999px;
}

/* ############################################################### */
/* CLASSES */

.javascript .otherImage p {
	 display: none; 
}

.firstWord { 
	color: #F49E00;
	font-weight: bold;
}


.errorMessage {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: url(../images/layout/error.png) no-repeat 5px 5px #F4C9C8;
	border-bottom: 2px solid #E7574C;
}

.errorMessage .message {
	display: block;
	width: 85%;
	padding: 8px 0 6px 30px;
	color: #333;
	font-size: 1.2em;
}

.errorMessage .closeMessage {
	display: block;
	position: absolute;
	top: 3px;
	right: 5px;
	background: #E7574C;
	padding: 3px 5px;
	cursor: pointer;
	color: #fff;
	
}



.noThumb {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 80px;
}

/* ############################################################### */
/* PAGE SPECIFIC */

/* HOME */

.contentHome h2 {
	display: none;
}


.footerHome p {
	width: 340px;
	margin-top: 2em;
	font-size: 1.15em;
	line-height: 1.2em;
}

.footerHome .p1 {
	float: left;
	text-align: right;
	display: inline; /* ie 6 sucks */
	margin-left: 1em;
	color: #9f98e3;
}

.footerHome .p2 {
	float: right;
	text-align: left;
	display: inline; /* ie 6 sucks */
	margin-right: 1em;
	color: #8ac376;
}

.footerStandard p {
	color: #fefefe;
	font-size: 1.3em;
	line-height: 1.4em;
	width: 710px;
	padding: 2em 1em 0 1em;

}

.noImage {
	display: none;
}



/* ############################################################### */

/* HEADING SIDEBAR */

#headingSidebar {
	display: block;
	height: 100%;
	width: 223px;
	background: #fff;
	float: left;

}

#headingSidebar h2 {
	display: block;
	width: 100%;
	height: 48px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#headingSidebar ul {
	display: block;
	width: 200px;
	margin: 0 auto;
}



#headingSidebar ul li {
	display: inline; /* ie 6 sucks */
	height: 77px;
	width: 77px;
	float: left;
	margin: 0 0 10px 10px;
	position: relative;
	
}


#headingSidebar ul li a {
	border: 3px solid #740f00;
	display: block;
	width: 100%;
	height: 100%;
	background: #999;
}

#headingSidebar ul li a:hover {
	border: 3px solid #F49E00;
}

#galleryImage {
	display: block;
	width: 752px;
	height:433px;
	float: right;
}


.loadingImage {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 77px;
	height: 77px;
	background: url(../images/layout/loading.gif) #999 no-repeat center center;
	opacity:.8;
	display: none;

}

/* ############################################################### */

/* ACCOMMODATION */

.blockAccommodation h2 { background: url(../images/layout/title-accommodation.png) }

.blockAccommodation p {
	display: block;
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 0.8em 1em 1em 1em;
	color: #000;
	font-weight: bold;
}

/* ############################################################### */

/* BAR & DINING */

.blockBarAndDining h2 { background: url(../images/layout/title-bar-and-dining.png) 0 -3px }


/* ############################################################### */

/* GALLERY */

.blockGallery h2 { 
	background: url(../images/layout/title-gallery.png) 0 0;
	position: relative;
}

.javascript .blockGallery h2 span {
	position:absolute;
	top: 9px;
	display: block;
	height: 20px;
	cursor: pointer;

}

.javascript .blockGallery h2 #prevImage { left: 119px; width: 28px; }

.javascript .blockGallery h2 #nextImage { left: 154px; width: 65px; }



#testimonialsLink {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/layout/tripadvisor.png) no-repeat;
	text-indent: -9999px;
	margin: 10px 0 0 30px
	
}

.blockGallery {
	background: none !important;
	position: absolute !important;
	top: 0px;
	left: 0px;
	display: block !important;
	z-index: 10;
}


.javascript .blockGallery ul {
	display: none !important;
} 

.contentGallery {
	position: relative;
}

.contentGallery #galleryImage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 975px;

}

.contentGallery #galleryImage img {
	
}

/* ############################################################### */

/* ABOUT PARKES */

#aboutParkes {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
}


#aboutParkes #internalArea {
	display: block;
	width: 850px;
	height: 330px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -175px 0 0 -425px;
}

#aboutParkes h2 {
	color: #891B00;
	font-size: 2.5em;
	margin-bottom: 10px;
	height: auto;
	padding-top: 5px; /* ie7 sucks - cutting off the top of the text */	
	
}

#headingAndImage {
	display: block;
	width: 255px;
	float: left;
}

#headingAndImage img {
	border: 3px solid #891B00;
	padding: 1px;
}

#pageContent {
	display: block;
	width: 550px;
	float: right;
	color: #333333;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 20px;

}

#pageContent p {
	margin-bottom: 1.2em;
}

.footerParkes ul {

	display: block;
	width: 590px;
	margin: 10px auto 0 auto;

}

.footerParkes ul li {
	display: block;
	float: left;
	width: 280px;
	margin:1.4em 0 0 0;
	padding-bottom: 5px;
}

.footerParkes ul li a {
	color: #489B1B;
	font-size: 1.3em;
}


/* ############################################################### */

/* CONTACT US */

.contentContactUs h2 { 
	color: #891B00;
	font-size: 2.6em;
	margin: 25px 0 15px 10px;

 }
 

.requiredText {
	display: none;
}

.inputRow {
	display: block;
	width: 210px;
	margin: 0 auto;
	clear: both;
}

.inputRow label {
	display: block;
	width: 210px;
	margin: 5px 0 5px 0;

}

.inputRow textarea, .inputText {
	display: block;
	width: 206px;
	border: 1px solid #999;
	padding: 2px;

}

.inputRow textarea {
	height: 100px;
	font-family: inherit;
	font-size: 1.1em;
}

.inputRow .inputText {
	
	height:16px;
}

.inputRow .inputText:focus, .inputRow textarea:focus {
	background: #F49E00;
}

.inputSubmit {
	float: right;
	border: 1px solid #999;
	margin-top: 10px;

}

.inputText .inputSelected {
	background: #F29D00;
}


.clientMessage {
	display: block;
	width: 210px;
	margin: 0 auto 10px auto;
}

.clientMessage span {
	display: block;
	padding: 5px 5px 8px 30px;
}

.information {
	background: url(../images/layout/information.png) no-repeat 3px 3px #F6F8FA;
	border-top: 2px solid #5C83B0;
	border-bottom: 2px solid #5C83B0;

}

.error {
	background: url(../images/layout/error.png) no-repeat 3px 3px #F4C9C8;
	border-top: 2px solid #E7574C;
	border-bottom: 2px solid #E7574C;
}

.enquiryThanksText {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	margin-top: 60px;
}