body {
	background: #000;
	color: #fff;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

h2, h3, h4 {

}

h2, h3, h4, p {
	margin-bottom: 20px;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2.2em;
}

h4 {
	font-size: 1.8em;
}

/*	used on the bold links at the bottom of the page */
h5 a {
	font-size: 2.4em;
	color: #993cb7;
}

p {
	font-size: 1.4em;
	line-height: 1.8em;
}

form p.error {
	color: red;
	margin-left: 170px;
}

form ul li {
	margin-bottom: 15px;
}

label {
	font-size: 1.4em;
	line-height: 1.8em;
	float: left;
	display: block;
	width: 150px;
	margin-right: 20px;
	text-align: right;
}

input, textarea {
	background-color: #333333;
	color: #999999;
	font-size: 1.4em;
	padding: 4px;
	border: 1px solid #000;
}

textarea {
	width: 292px;	
}

input:hover, textarea:hover {
	border: 1px solid #696a69;
}

input:focus, textarea:focus {
	border: 1px solid #00ccff;
}

#vericode label {
	margin-left: 170px;
	margin-bottom: 7px;
	float: none;
	width: auto;
	text-align: left;
}

#vericode img {
	margin-left: 170px;
	margin-bottom: 7px;
}

#vericode input {
	margin-left: 170px;
}

ul li#recaptcha {
	margin-left: 170px;
}

#recaptcha-div div, #recaptcha-div input, #recaptcha-div textarea {
	margin: 0;
}

#recaptcha-div {
	background: url(../captcha/logo.gif) scroll no-repeat 336px 5px;
}

#recaptcha label {
	float: none;
	width: auto;
	margin: 0 0 7px 0;
	text-align: left;
}

#recaptcha_image {
	border: solid 1px black;
	height: 57px;
	width: 300px;
	background: white;
	float: left;
}

.recaptcha_audio_cant_hear_link {
	padding-left: 1.5em;
	font-weight: bold;
}

#recaptcha_inputs {
	float: left;
	margin-right: 10px !important;
	width: 300px;	
}

#recaptcha-controls {
	float: left;
}
	
#recaptcha-controls a {
	display: block;
	padding-bottom: 4px;
	border: 0;
}

#recaptcha_response_field {	
	margin-top: 10px !important;
	width: 288px;
}

#recaptcha p.error {
	clear: left;
	margin-left: 0;
}

.button input {
	margin-left: 170px;
}

.cleared {
	clear: both;
}

.to-left {
	float: left;
}

img.to-left {
	margin: 0 10px 10px 0;
}

a.action-link {
	background-color: #000;
	text-decoration: none;
	color: #993cb7;
	padding: 0 3px;
}

a.action-link:hover {
	background-color: #121212;
	border-color: #5a1d6d;
}

ul.gallery li {
	float: left;
}

ul.people, ul.news, ul.categories {
	margin-top: 15px;	
}

ul.people li, ul.news li, ul.categories li {
	clear: left;
}

ul.people li h4, ul.news li h4, ul.categories li h4 {
	font-size: 1.3em;
	text-transform: uppercase;	
}

ul.people li h4 a, ul.news li h4 a, ul.categories li h4 a {
	text-decoration: none;
	color: #616161;
}

ul.hire-items {
	margin-top: 20px;	
}

ul.hire-items li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	
}

ul.hire-items li h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 5px;		
}

ul.hire-items li p {
	font-size: 1.1em;
	margin: 0;
}

ul.hire-items li a img {
	border: 1px solid #000;	
}


ul.hire-items li a:hover img {
	border-color: #fff;	
}

#access {
	display: none;
}

#container {
	width: 990px;
	margin: 0 auto;
}

#head {
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 0 20px;
	height: 90px;
	position: relative;
}

#head #logo {
	float: left;
}

#head ul#navigation {
	float: right;	
	background-image: url('../images/line-nav-home.gif');
	background-color: transparent; 
	background-repeat: no-repeat;
	background-position: 0 63px;
	overflow: hidden;
	height: 100%;
	width: 325px;
}

#services #head ul#navigation {
	background-image: url('../images/line-nav-services.gif');	
}

#showcase #head ul#navigation {
	background-image: url('../images/line-nav-showcase.gif');	
}

#venues #head ul#navigation {
	background-image: url('../images/line-nav-venues.gif');	
}

#info #head ul#navigation {
	background-image: url('../images/line-nav-info.gif');	
}

#head ul#navigation li {
	float: left;
	text-align: right;
}

#head ul#navigation li a {
	color: #616161;
	text-decoration: none;
	font-weight: normal;
	height: 40px;
	margin-top: 45px;
	margin-left: 11px;
	display: block;
}

#head ul#navigation li.first a {
	margin-left: 0;	
}

#head ul#navigation li.active a,
#head ul#navigation li a:hover {
	color: #fff;	
}

h2#page-title {
 	margin: 10px 0 5px;
	font-size: 1.3em;
	text-transform: uppercase;
}

h2#page-title a, h2 span.faux-link {
	padding-right: 25px;
	margin-right: 3px;
	color: #fff !important;
	background: transparent url('../images/arrow-right.gif') no-repeat right center;
	text-decoration: none;
}

h2 span.faux-link {
	margin-right: 6px;
}

#content {
	float: left;
	width: 720px;
	padding-left: 20px;
}

#content-content.image {
	text-align: center;
	height: 500px;
	margin-bottom: 20px;
}

#content-content.loading {
	background: transparent url('../images/ajax-loader.gif') no-repeat center center;
}

#content-content.image {
	margin-top: 5px;
}

#content-content.image img {
	cursor: pointer;
}

#content-content .person-detail {
	margin: 10px 230px 10px 10px;
	text-align: left;	
}

#content-content .person-detail h2 {
	font-size: 1.3em;
	margin: 10px 0 5px;
	text-transform: uppercase;
}	

#home #content {
	width: 620px;
	position: relative;
	z-index: 10;
}

#services #content, #showcase.detail #content, #venues.detail #content, #info #content {
	width: 340px;
}

#services.hire #content,
#info.online-enq #content {
	width: 730px;
}

#info.online-enq #content form {
	margin-left: 170px;
	margin-top: 15px;	
}

#pagination, .main-link {
	clear: both;
	margin: 10px 0 20px 0;
	padding: 5px 5px 15px 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	overflow: auto;
}

#pagination a, .main-link a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #fff !important;
}

.main-link a {
	padding: 0 25px 0 0;
	background: transparent url('../images/arrow-right.gif') no-repeat right center;
}

#pagination a.back {
	padding-left: 25px;
	background: transparent url('../images/nav-active.gif') no-repeat left center;
}

#pagination a.more {
	padding-right: 25px;
	background: transparent url('../images/arrow-right.gif') no-repeat right center;
}

#content a {
	color: #fff;
}

#content a:hover {
	border-bottom: 1px solid #fff;
}

#home #content a,
#home #sidebar a,
#services #content a {
	color: #616161;	
	border-color: #616161;	
}

#showcase #content a {
	color: #f9e300;	
	border-color: #f9e300;	
}

#venues #content a {
	color: #e0119d;	
	border-color: #e0119d;	
}

#info #content a {
	color: #009fda;	
	border-color: #009fda;	
}

#content ul.gallery li {
	position: relative;
	width: 190px;
	padding: 0;
	margin: 0 70px 10px 0;
	text-align: center;
	height: 160px;
}

#content ul.gallery li.third {
	margin-right: 0;	
}

#content ul.gallery.small li {
	height: auto;
	border: 0;
	margin: 0;
}

#content ul.gallery li a:hover {
	border: 0;
}

#content ul.gallery li a img {
	border: 1px solid #000;
}

#content ul.gallery li a:hover img {
	border: 1px solid #fff;
}

#content ul.gallery.small li {
	width: auto;
	padding: 0 10px 10px 0;
}

body #content ul.gallery li a.text-link {
	display: block;
	position: absolute;
	left: 0;
	color: #fff !important;
	text-decoration: none;
	font-size: 1.3em;
	height: 32px;
	text-align: left;
	padding-top: 5px;
	color: #fff;
	bottom: 0;
}

body #content ul.gallery li a.text-link:hover {
	text-decoration: underline;	
}

#home #fnavigation {
	width: 615px;
	height: 514px;
	margin: 0 auto;
	}
	
	#home #fnavigation-no-flash {
		width: 615px;
		height: 514px;
		background: #000 url(../images/f-no-flash.jpg) 0 0 no-repeat;
		}
	
	#home #fnavigation span {
		width: 595px;
		height: 60px;
		margin: 0 auto;
		padding: 10px;
		display: block;
		background: #fff;
		text-align: center;
		color: #222;
		font-weight: bold;
		}
		
	#home #fnavigation a {
		color: #dc0a09;
		border-color: #dc0a09;
		}
		
#sidebar {
	float: right;
	width: 220px;
	margin-right: 20px;
}

#home #sidebar {
	width: 320px;
}

#home #sidebar h2 {
	font-size: 1.3em;
	text-transform: uppercase;
}

#services #sidebar, #showcase.detail #sidebar, #venues.detail #sidebar, #info #sidebar {
	width: 595px;
	background: transparent url('../images/bg-sub.png') repeat-y right;
	float: right;
	height: 530px;
	position: relative;
}

#services.hire #sidebar, #info.online-enq #sidebar {
	width: 220px;	
}

#services #sidebar img#background-image, 
#showcase.detail #sidebar img#background-image, 
#venues.detail #sidebar img#background-image,
#info #sidebar img#background-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
	width: 595px;
	height: 530px;
}

#services #sidebar #media, 
#showcase.detail #sidebar #media,
#venues.detail #sidebar #media,
#info #sidebar #media {
	float: left;
	margin: 10px;	
}

#sidebar ul.subnav {
	font-size: 1.3em;
	width: 210px;
	float: right;
}

#services #sidebar ul.subnav, 
#showcase.detail #sidebar ul.subnav,
#venues.detail #sidebar ul.subnav,
#info #sidebar ul.subnav {
	padding: 10px 0 10px 10px;
}
	
#sidebar ul.subnav ul {
	background: none;
	font-size: 1em;
	padding: 4px 0 5px;
}	

#sidebar ul.subnav li {
	/*
	margin-bottom: 8px;
	padding-bottom: 6px;
	*/
}

#sidebar ul.subnav li a {
	color: #fff;
	display: block;
	background-color: transparent;
	padding: 7px 0;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar ul.subnav li.active a {
	color: #616161;
}

#services #sidebar ul.subnav li.active a {
	background: transparent url('../images/line-sub-services.gif') no-repeat bottom right;
}

#showcase #sidebar ul.subnav li.active a {
	background: transparent url('../images/line-sub-showcase.gif') no-repeat bottom right;
}

#venues #sidebar ul.subnav li.active a {
	background: transparent url('../images/line-sub-venues.gif') no-repeat bottom right;
}

#info #sidebar ul.subnav li.active a {
	background: transparent url('../images/line-sub-info.gif') no-repeat bottom right;
}

#sidebar ul.subnav li.active li a, 
#sidebar ul.subnav li.active li.active a {
	background: none !important;	
}

/*
#venues #sidebar ul.subnav li a {
	text-indent: 0;
}
*/

#sidebar ul.subnav li a:hover {
	color: #616161;
}

#sidebar ul.subnav li li

{

	list-style-type: disc;

	list-style-position: inside;

	padding: 3px 0 1px 0;

}

#sidebar ul.subnav li li a {
	text-transform: none;
	display: inline;
}

#sidebar ul.subnav.accordian li ul.gallery {
	margin: 10px 0 0 0 !important;
	padding: 0 0 10px 0 !important;
	height: 162px !important;
	position: relative;
	width: 210px;
}

#sidebar ul.subnav.accordian li ul.gallery li {
	list-style-type: none;	
	list-style-position: outside;	
	padding-left: 0;
}

#sidebar ul.subnav.accordian li.before ul.gallery {
	height: 90px !important;
}

#sidebar ul.subnav.accordian li ul.gallery li a {
	text-indent: 0;
	border-bottom: 0;
	padding: 0;
}

#sidebar ul.subnav.accordian li ul.gallery li a img {
	border: 1px solid #000;
}

#sidebar ul.subnav.accordian li ul.gallery li a:hover img {
	border: 1px solid #fff;
}

#sidebar ul.subnav.accordian li ul.gallery li {
	margin: 4px 8px 4px 0;
}

#sidebar ul.subnav.venues {
	position: relative;
}

.copy {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-left: 20px;
}

li.paged-list-nav, li.gallery-nav {
	float: none !important;
	clear: both;
	font-size: 0.8em;
	height: 15px;
}

li.paged-list-nav a, li.gallery-nav a {
	border-bottom: 0 !important;
	text-indent: 0 !important;
}

li.gallery-nav {
	padding: 5px 0 5px 0;
	margin-right: 0 !important;
	width: 196px;
	position: absolute;
	bottom: 0;
}

.paged-list-back-link, .gallery-back-link {
	float: left;
}

.paged-list-more-link, .gallery-more-link {
	float: right;
}

#footer {
	clear: both;
	position: relative;
	height: 100%;
	overflow: auto;
	padding: 10px 0 5px;
	margin: 20px 20px 15px;
}

#services #footer {
	background: transparent url('../images/line-page-services.gif') no-repeat;	
}

#showcase #footer {
	background: transparent url('../images/line-page-showcase.gif') no-repeat;	
}

#venues #footer {
	background: transparent url('../images/line-page-venues.gif') no-repeat;	
}

#info #footer {
	background: transparent url('../images/line-page-info.gif') no-repeat;	
}

#footer .section {
	float: left;
	width: 20%;
}

#footer .section h3 {
	color: #616161;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 10px;
}

#footer .section li {
	font-size: 1.3em;
	margin-bottom: 3px;
}

#footer .section li.active a {
	color: #616161;
}

#footer .section li a {
	color: #333333;
	text-decoration: none;
}

#footer .section.services li a:hover {
	border-bottom: 1px solid #009b3a;
}

#footer .section.showcase li a:hover {
	border-bottom: 1px solid #f9e300;
}

#footer .section.venues li a:hover {
	border-bottom: 1px solid #e0119d;	
}

#footer #phone a:hover,
#footer .section.info li a:hover {
	border-bottom: 1px solid #009fda;	
}

#footer #phone {
	clear: both;
	float: left;
	font-size: 1.3em;
	margin: 15px 0;
	color: #333333;
}

#footer #phone a {
	text-decoration: none;
	color: #616161;
}

#footer #hrh {
	position: absolute;
	right: 0;
	height: 111px;
	width: 220px;
	margin-right: 20px;
	background: #000 url('../images/crest.gif') no-repeat center top;
}

#hidden {
	display: none;
}