*  {
	margin: 0; padding: 0;
	list-style-type: none;
}
body {
	font: 70% Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #fdffd6;
	background: #292321 url(/images/bgrounds/body.gif) repeat-x;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; outline: none;}
a:link { color: #fdffd6; text-decoration: underline; }
a:visited { color: #fdffd6; text-decoration: underline; }
a:hover { color: #fdffd6; text-decoration: none; }
a:active { color: #fdffd6; text-decoration: underline;}
a.external {
	background:transparent url(/images/icons/external.png) no-repeat scroll right center;
	padding-right:13px;
}
#content ul { margin: 0 0 1em 5px; position: relative; }
#content ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 20px; 
	background: url(/images/icons/arrow.gif) no-repeat 4px 4px; 
}
#content ol {
	margin: 0 0 1em 20px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 .4em 0; 
}

p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}

img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 10px 10px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 10px 10px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 10px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { border: 2px solid #f8d56f; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 .7em 0;
	color: #f8d56f;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span {
	display: none;
}

.sIFR-active h1 {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
}

.sIFR-active h1 {
	padding-bottom: 0;
	font-size: 19px;
	color: #f8d56f;
	margin-bottom: 2px;
}

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin: .5em 0 !important;
	margin: 0;
}

.header {
	position: relative;
	width: 100%;
	height: 190px;
}

.header .logo {
	position: absolute;
	top: 116px;
	left: 53px;
}

.joindb {
	position: absolute;
	top: 119px;
	left: 700px;
	color: #f8d56f;
}
.joindb .heading {
	width: 143px;
	height: 16px;
	background: url(/images/text/join-our-database.gif) no-repeat;
	margin-bottom: 9px;
}

.joindb .heading span {
display: none;
}

.joindb input#email {
	width: 140px;
	height: 16px;
	border: 1px solid #c39f51;
	background-color: #0c0503;
	margin: 0 0 0 7px;
	color: #f8d56f;
	font-size: 1em;
	padding: 2px 0 0 2px;
	line-height: 1em;
}
.joindb input.button {
	background-color: #f8d56f;
	color: #a81c0b;
	border: none;
	font-size: 1em;
	padding: 2px 5px;
	margin: 0 0 0 7px;
}

.luxe, .lazy {
	position: absolute;
	top: 190px;
	left: 803px;
}
.lazy {
	left: 879px;
}

.background {
	background: url(/images/bgrounds/background.jpg) no-repeat 50% 0;
	min-height: 801px;
	height: 801px;
	height: auto !important;
}
.container {
	margin: 0 auto;
	width: 995px;
	text-align: left;
}


#nav {
	height: 42px;
	width: 754px;
	padding: 0 0 0 46px;
	font-family: arial;
}

#nav, #nav ul {
	line-height: 1;
}
#nav a.current, #nav a.current:link, #nav a.current:visited, #nav a.current:active {
	background: url(/images/bgrounds/nav-current.gif) no-repeat 50% 30px;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	/*background-color: green;*/
	color: #000;
	padding: 15px 8px 16px 8px;
	/*height: 15px; CANNOT ADD HEIGHT, IE SUCKS*/
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#nav a:hover {
	color: #a81c0b;
	text-decoration: underline;
	/*background-color: #f8d56f;*/
}

#nav li {
	float: left;
	text-align: center;
}
#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	padding: 5px;
	padding: 2px 5px;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
	width: 110px;
}
#nav li ul li a:hover {
	background-color: yellow;
	color: #000;
}

#nav li ul {
	position: absolute;
	padding: 5px 0;
	width: 120px;
	left: -999em;
	z-index: 100;
}
#nav li ul li {
	width: 120px;
	text-align: left;
	position: relative;
	z-index: 10;
}
#nav li ul ul {
	padding: 0;
	position: absolute;
	top: 0; right: -120px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover  {
	/*background-color: pink;*/
}


.photos3horiz, .photos4horiz {
	width: 888px;
	color: #8f776e;
	margin-left: 55px;
}
.eventsfeed {
	color: #fdffd6;
	line-height: 1.7em;
	margin-left: 0;
}
.eventsfeed .readmore {
	border-top: 1px solid #5d2c1d;
	font-size: .9em;
}
.eventsfeed .readmore a, .eventsfeed .readmore a:link, .eventsfeed .readmore a:visited {
	color: #f8d56f;
}
.photos3horiz a,.photos3horiz a:link, .photos3horiz a:visited, .photos3horiz a:active {
	color: #8f776e;
	text-decoration: none;
}
.photos3horiz a:hover {
	text-decoration: underline;
	color: #f8d56f;
}
.photos3horiz div.photo1, .photos3horiz div.photo2, .photos3horiz div.photo3 {
	float: left;
	display: inline;
	width: 270px;
	margin: 0 39px 0 0;
}
.photos4horiz div.photo1, .photos4horiz div.photo2, .photos4horiz div.photo3, .photos4horiz div.photo4 {
	float: left;
	display: inline;
	width: 192px;
	margin: 0 39px 0 0;
}


.photos3horiz div.photo3, .photos4horiz div.photo4 {
	margin-right: 0;
}

.photos3horiz img, .photos4horiz img {
	border: 2px solid #f8d56f;
	margin-bottom: 12px;
}
.photos3horiz h2, .photos3horiz p {
	margin: 0 0 1em 10px;
}

.photos3horiz h2.eventsat, .photos3horiz h2.photosat, .photos3horiz h2.foodat {
	height: 13px;
	width: 152px;
	background: url(/images/text/events-at-the-brisbane.gif) no-repeat;
	margin-bottom: 5px;
}
.photos3horiz h2.photosat {
	background-image: url(/images/text/photos-at-the-brisbane.gif);
}
.photos3horiz h2.foodat {
	background-image: url(/images/text/food-at-the-brisbane.gif);
}



#main {
	width: 995px;
}
#main-l, #main-r {
	float: left;
	display: inline;
	/*background-color: pink;*/
}
#main-r {
	/*background-color: orange;*/
}
#menu #main-l {
	width: 505px;
}

#subscribe #main-l, #employment #main-l, #about #main-l {
	width: 276px;
}
#subscribe #main-r, #employment #main-r, #about #main-r {
	width: 560px;
}
/*#subscribe .subscribe {
	display: none;
}
*/
#main-l {
	width: 565px;/* 673 */
	padding: 44px 53px 20px 55px;
	clear: both;
	/*background-color: pink;*/
}
.col-1 #main-l {
	width: 887px;
}
#events #main-l {
	width: 415px;
}
#events #main-r {
	width: 421px;
}
/*
#about #main-l, #menu #main-l, #contact #main-l {
	width: 502px;
}*/

#main-l p, #main-r p {
	line-height: 1.7;
}
#main-r {
	width: 271px;/* 322 */
	padding: 55px 51px 0 0;
	/*background-color: yellow;*/
}


#menu #main-r {
	width: 331px;
}
/*#about #main-r, #menu #main-r, #contact #main-r {
	width: 325px;
	
	padding-right: 60px;
}
*/
#content {
	padding-bottom: 20px;
}


.disclaimer {
	border-top: 1px solid #383534;
	margin: 10px 0 10px 55px;
	padding: 13px 10px;
	color: #5f5755;
	width: 867px;
}
p.license, p.warning {
	float: left;
	display: inline;
	font-size: .8em;
}

p.license {
	width: 310px;
}
p.warning {
	width: 500px;
}

.photos3vert {
	width: 270px;
	height: 500px;
	margin: 0 0 0 0;
}
.photos3vert img {
	border: 2px solid #f8d56f;
	margin-bottom: 39px;
}

/*#content {
	width: 560px
}*/

.menutbl {
	/*border: 1px solid #000;*/
	margin: 0 0 1.3em 0;
	width: 500px;
}
.menutbl, .menutbl td, .menutbl th {
	/*border-collapse: collapse;
	border: 1px solid red;*/
}
.menutbl td, .menutbl th {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
.menutbl th {
	/*background-color: #f8d56f;
	color: #292321;
	background-color: #a81c0b;
	background-color: #292321;*/
	color: #f8d56f;
	text-transform: uppercase;
	letter-spacing: .5em;
	border-bottom: 2px solid #f8d56f;
}
.menutbl tr.subheads th {
	letter-spacing: normal;
}
.menutbl tr.alt td {
	/*color: #f8d56f;*/
	/*border: 1px solid #201b19;
	border-collapse: collapse;*/
}
.menutbl td {
	border-bottom: 1px solid #5d2c1d;
}
#main-l {
	
}
/* food */
#menu_3 {
	/*border: 1px solid red;*/ 
}
/* wine */
#menu_4 {
	/*border: 1px solid yellow;*/ 
}
/* beer + cocktails */
#menu_15 {
	/*border: 1px solid purple;*/
}

#logoprint {
	display: none;
}

#main-l {
	/*background-color: orange;*/
}
.menuselect {
	width: 500px;
}
.menuselect div {
	float: left;
	width: 163px;
	cursor: pointer;
	margin-right: 5px;
}
.menuselect img {
	border: 2px solid #f8d56f;
	margin: 0 0 5px 0;
}
.event_image {
	border: 2px solid #f8d56f;
}
.menuselect p {
	padding: 0 10px;
}
.menuselect div.last {
	margin-right: 0;
}

.menuselect div.current p {
	background-color: #f8d56f;
	color: #292321;
}

.contactmap {
	
}
form.subscribe {
	/*background-color: #37241e;
	background-color: #50433c;
	background-color: #362f2c;
	padding: 15px;
	width: 400px;*/
}
form.subscribe td {
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}
form.subscribe input {
	width: 194px;
	border: 1px solid #f8d56f;
	background-color: #292421;
	font-size: 1em;
	padding: 2px 0;
	color: #f8d56f;
}
form.subscribe textarea {
	border: 1px solid #f8d56f;
	background-color: #292421;
	width: 200px;
	font-size: 1em;
	padding: 2px 0;
	height: 50px;
	color: #f8d56f;
}
form.subscribe input.radio {
	width: auto;
}
form.subscribe input.button {
	background-color: #f8d56f;
	color: #a81c0b;
	border: none;
	font-size: 1em;
	padding: 2px 5px;
	width: auto;
}


.enewsform {
	/*background-color: #37241e;
	background-color: #50433c;
	background-color: #362f2c;
	padding: 15px;
	width: 400px;*/
}
.enewsform td {
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}
.enewsform th {
	font-weight: normal;
}
.enewsform input {
	width: 194px;
	border: 1px solid #f8d56f;
	background-color: #292421;
	font-size: 1em;
	padding: 2px 0;
	color: #f8d56f;
}
.enewsform textarea {
	border: 1px solid #f8d56f;
	background-color: #292421;
	width: 200px;
	font-size: 1em;
	padding: 2px 0;
	height: 50px;
	color: #f8d56f;
}
.enewsform input.radio {
	width: auto;
}
.enewsform input.button {
	background-color: #f8d56f;
	color: #a81c0b;
	border: none;
	font-size: 1em;
	padding: 2px 5px;
	width: auto;
}











.gallery {
	width: 100%;
}
.photoholder {
	float: left;
	display: inline;
	margin: 0 25px 25px 0;
}
.scene {
	width: 150px;
	height: 150px;
	border: 2px solid #f8d56f;
	overflow: hidden;
	display: block;
}
/*.scene:hover {
	border-color: #a81c0b;
}*/
.scene img {
}

.photoholder p {
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1em;
	color: #f8d56f;
}
.photoholder p {
	width: 154px;
}

.photoholder p a {
	color: #f8d56f;
	text-decoration: none;
	display: block;
	font-size: .8em;
	margin-top: 3px;
}
.photoholder p a:hover {
	background-color: #f8d56f;
	color: #292321;
}
div.clear {
	clear: both;
	height: 0;
	line-height: 0;
}



ul#pagination {
	margin: 0 0 0 0; padding: 0 0 0 0;
	height: 40px;
}
ul#pagination li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
	background-image: none;
}
#pagination a{
	border: solid 1px #645b56;
	margin-right:2px;
}
#pagination .previous-off,
#pagination .next-off {
	border: none;
	color: #888888;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 2px;
	padding: 2px 4px;
}
#pagination .next a,
#pagination .previous a {
	font-weight:bold;
}
#pagination .active{
	background:#a81c0b;
	color:#f8d56f;
	font-weight:bold;
	display:block;
	float:left;
	padding:3px 6px;
}
#pagination a:link,
#pagination a:visited {
	color:#817967;
	display:block;
	float:left;
	padding:2px 6px;
	text-decoration:none;
}
#pagination a:hover{
	background-color: #f8d56f;
	border:solid 1px #f8d56f;
	color: #a81c0b;
}

#bookingspolicy h2 {
	border-bottom:2px solid #F8D56F;
	color:#F8D56F;
	letter-spacing:0.5em;
	text-transform:uppercase;
	margin-bottom: 0;
}

#bookingspolicy div {
	/*border: solid #f8d56f;
	border-width: 0 1px 1px 1px;
	padding: 10px;
	margin-bottom: 1em;
	font-size: 90%;*/
	padding: 10px 10px 5px 10px;
	background-color: #37241e;
	margin-bottom: 1em;
	border: 2px solid #f8d56f;
	background-color: #f8d56f;
	/*border: 2px solid #a81c0b;
	border-color: #8f776e;*/
	color: #292321;
	font-size: .8em;
	background-color: #602d1c;
	color: #f8d56f;
	/*background-color: #93452b;
	color: #000;*/
}

/*#content .doclist, {
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

#content .doclist li {
	margin: 0;
	padding: 0;
	border: none;
	border: 1px solid #292421; 
}

.doclist a {
	display: block;
	padding: 3px 4px;
	text-decoration: none;
	border: solid #292421;
	border-width: 0 1px;
	padding-left: 2em;
}
.doclist .alt a {
	background-color: #393431;
	border: solid #393431;
	border-width: 0 1px;
	padding-left: 2em;
}

.doclist .alt a:hover,
.doclist a:hover {
	border-color: #f8d56f;
}
*/

.doclist li {
	padding: 5px 5px 5px 25px;
	background: url(/images/icons/jpg.gif) no-repeat;
}
.doclist li.doc { background-image: url(/images/icons/doc.gif); }
.doclist li.eps { background-image: url(/images/icons/eps.gif); }
.doclist li.gif { background-image: url(/images/icons/gif.gif); }
.doclist li.indd { background-image: url(/images/icons/indd.gif); }
.doclist li.mov { background-image: url(/images/icons/mov.gif); }
.doclist li.mp3 { background-image: url(/images/icons/mp3.gif); }
.doclist li.mpg { background-image: url(/images/icons/mpg.gif); }
.doclist li.pdf { background-image: url(/images/icons/pdf.gif); }
.doclist li.png { background-image: url(/images/icons/png.gif); }
.doclist li.ppt { background-image: url(/images/icons/ppt.gif); }
.doclist li.swf { background-image: url(/images/icons/swf.gif); }
.doclist li.wmv { background-image: url(/images/icons/wmv.gif); }
.doclist li.xls { background-image: url(/images/icons/xls.gif); }
.doclist li.zip { background-image: url(/images/icons/zip.gif); }

#positions {
	/*<img src="/images/photos/employment.jpg" alt="Employment at The Brisbane" title="Employment at The Brisbane" width="500" height="379"  />*/
	background: url(/images/photos/employment.jpg) no-repeat;
	width: 500px;
	height: 379px;
}
#positions .positions {
	background-color: #292421;
}

.apply, .apply:link, .apply:visited, .apply:active {
	margin-bottom: 1em;
	border: 2px solid #f8d56f;
	text-align: center;
	display: block;
	width: 150px;
	background-color: #602d1c;
	color: #f8d56f;
	padding: 3px;
	text-decoration: none;
}
.apply:hover {
	background-color: #f8d56f;
	color: #292321;
}