/*******************************************************************************
 * Main structure
******************************************************************************/

#container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/*******************************************************************************
 * Main
*******************************************************************************/

#main {
	width: 998px;
	overflow: hidden;
	border-right: 1px solid #1D1F1E;
	border-left: 1px solid #1D1F1E;
}

/*******************************************************************************
 * Menu
*******************************************************************************/

#menu {
	float: left;
	width: 220px;
	margin: 90px 0 0 0;
	background: transparent url(../images/menu/menu-bg.gif) no-repeat 100% 0;
	display: inline;
}

/* logo image replacement */

#menu #logo {
	background: transparent url(../images/logo.gif) no-repeat 0 0;
	float: right;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	width: 170px;
}

	#menu #logo a {
		display: block;
		width: 170px;
		height: 50px;
	}

/* main menu */

#menu ul {
	clear: both;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 50px 0 0 0;
}

	#menu ul li.active a {
		background: #FFF;
		color: #000;
	}

		#menu ul li a {
			text-transform: uppercase;
			font-size: 1em;
			width: 195px;
			text-align: right;
			display: block;
			padding: 0 5px 0 0;
			cursor: pointer;
		}

		#menu ul li a:hover {
			background: #FFF;
			color: #000;
			text-decoration: none;
			cursor: pointer;
		}

/* sub nav */

#menu ul li ul {
	background: transparent url(../images/menu/submenu-bg.gif) no-repeat 0 -26px;
	margin: 0;
	padding: 3px 0 0 0;
}

	#menu ul li.active ul li a,
	#menu ul li ul li a {
		color: #A2A2A2;
	}

		#menu ul li.active ul li a {
			background: transparent;
		}

	#menu ul li ul li a:hover {
		color: #FFF;
		background: transparent;
	}

	#menu ul li ul li a.last {
		background: transparent url(../images/menu/submenu-bottom.gif) no-repeat 0 bottom;
		padding: 0 5px 5px 0;
		width: 195px;
	}

/*******************************************************************************
 * Content
*******************************************************************************/

#content {
	float: left;
	width: 449px;
	margin: 90px 0 0 0;
	padding: 0 15px 0 20px;
	border-left: 1px solid #1A1A1A;
	display: inline;
}
#content img{
    margin-right: 10px;
    }
* html #content {
	padding: 0 13px 0 20px;
}

/*******************************************************************************
 * Page
*******************************************************************************/

h2.page-title {
	text-transform: uppercase;
	letter-spacing: -1px;
}


h2.sub-title {
	text-transform: uppercase;
}

	h2.sub-title span {
		margin-top: -15px;
	}

h2.extra-title {
	text-transform: uppercase;
	font-size: 4.2em;
}

	h2.extra-title span {
		margin-top: -30px;
	}

.banner-image {
	border: 1px solid #4D4D4D;
	/* margin: 20px 0 10px 0; */
}

#banners-container {
	margin: 20px 0 10px 0;
}

/*******************************************************************************
 * Homepage
*******************************************************************************/

#homepage-content {

}

	#homepage-content .image {
		float: left;
		width: 217px;
	}

	#homepage-content .text {
		float: left;
		width: 217px;
	}

	#homepage-content .text.no-image {
		margin-left: 217px;
		display: inline;
	}

    #images-container{
        float: left;
    }

/*******************************************************************************
 * Forms
*******************************************************************************/

#loader {
	background:#000 url(../images/ajax-loader.gif) 100% 50% no-repeat;
	padding-right:30px;
	margin-left:1em;
	margin-top:2px;
	float:left;
	width: 70px;
}

fieldset {
	margin: 0 0 20px -65px;
	border: 0;
	border-bottom: 1px solid #1F1F1F;
	width: 300px;
	position: relative;
}

fieldset.borderless {
	border: 0;
}

.field label {
	text-transform: uppercase;
	width: 95px;
	display: block;
	float: left;
}

.field {
	width: 449px;
	overflow: visible;
	margin: 0 0 10px 0;
	/*position: relative;*/
}

.field input {
	float: left;
}

.field input.text {
	border: 1px solid #1F1F1F;
	background: #0D0D0D;
	width: 240px;
	height: 18px;
	color: #FFF;
	padding: 2px 0 0 0;
}

	.field input.short {
		width: 70px;
		margin-right: 13px;
	}

	.field.file input {
		margin: 0 10px 0 0;
		border: 1px solid red;
	}

	fieldset .field.dob {
		height: 27px;
	}

.field textarea {
	border: 1px solid #1F1F1F;
	background: #0D0D0D;
	width: 240px;
	height: 60px;
	color: #FFF;
	padding: 2px 0 0 0;
	overflow: auto;
}

.field select {
	background: #1F1F1F;
	border: 1px solid #1F1F1F;
	color: #FFF;
	width: 115px;
}

.field.button {
	margin-left: 95px;
	width: 354px;
}

.badge-form .field.one-liner {
	height: 46px;
}

.badge-form .field.one-liner label {
	float: none;
	width: 400px;
	margin: 0 0 10px 0;
}

.badge-form .field .inline {
	margin-left: 110px;
	width: 410px;
}

.badge-form .field.one-liner select,
.badge-form .field.one-liner .selectbox {
	margin-left: 110px;
}

.badge-form .field.text-area {
	height: 65px;
}

	.badge-form .field.text-area textarea {
		width: 280px;
	}

/* custom jquery dropdowns */

.field.fake-select {
	overflow: visible;
	height: 25px;
	position: relative;
}

.field .selectbox {
	border: 1px solid #1F1F1F;
	background: #0D0D0D url(../images/forms/select-bg.gif) no-repeat right 0;
	width: 115px;
	height: 18px;
	color: #FFF;
	padding: 2px 0 0 0;
	cursor: pointer;
	margin: 0 0 10px 0;
	z-index: 1;
	position: relative;
}

	.field .selectbox-wrapper {
		position: absolute;
		left: 85px;
		top: 22px;
		border: 1px solid #1F1F1F;
		border-top: 0;
		z-index: 99;
		background: #000;
		width: 145px;
		height: 130px;
		overflow: auto;
	}

		.field .selectbox-wrapper ul {
			list-style: none;
			cursor: pointer;
			z-index: 9999;
		}

		.field .selectbox-wrapper ul li {
			font-size: 1.2em;
			padding: 5px;
			z-index: 9999;
			background: #000;
			display: block;
		}

		.field .selectbox-wrapper ul li.selected {
			background: gray;
		}

#form-success {
	padding: 15px 50px 50px 0;
}


/** Donation form               ***********************************************/
form#donation-form{
	margin-bottom:10px;
}

/*******************************************************************************
 * Forms with badges on
*******************************************************************************/

.badge-form {
	padding: 25px 0 0 90px;
}

.badge-form h2.page-title,
.badge-form h2.sub-title {
	font-size: 1.8em;
}

.badge-form h2.sub-title {
	margin-bottom: 15px;
}

.badge-form .field label {
	width: 65px;
	color: #898989;
}

.badge-form .field {
	margin-left: -65px;
	height: 25px;
}

.badge-form .field.button {
	margin-left: 0;
}

/*******************************************************************************
 * Sidebar
*******************************************************************************/

#sidebar {
	float: left;
	width: 245px;
	background: url(../images/sidebar/sidebar-bg.png) repeat-y 0 0;
	position: relative;
	/*margin: 300px 0 200px 0;*/
	margin: 0;
}

	* html #sidebar {
		background-image: none;
	}

	#sidebar.homepage {
		margin-bottom: 0;
		padding-bottom: 30px;
	}

#sidebar .top {
	background: url(../images/sidebar/sidebar-top.png) no-repeat 0 0;
	background-color: #3D4E94;
	width: 245px;
	height: 300px;
	overflow: visible;
	position: absolute;
	top: 0;
	clear: both;
}

	* html #sidebar .top {
		background-image: none;
		background-position: 0 0;
		background-color: none;
	}

	#sidebar .top .quote {
		/*margin-top: -85px;
		padding-top: 85px;*/
	}

	/*
	#sidebar .top .quote span:last-child {
		padding-right: 16px;
	}
	*/


#sidebar.red,
#sidebar .top.red {
	background-color: #C60001;
}

	#sidebar.red .top .quote {
		background: transparent url(../images/sidebar/red-top-quote.png) no-repeat 0 0;
	}

	#sidebar.red .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/red-quote.png) no-repeat 100% 2px;
	}

#sidebar.purple,
#sidebar .top.purple {
	background-color: #803F7F;
}

	#sidebar.purple .top .quote {
		background: transparent url(../images/sidebar/purple-top-quote.png) no-repeat 0 0;
	}


	#sidebar.purple .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/purple-quote.png) no-repeat 100% 2px;
	}

#sidebar.orange,
#sidebar .top.orange {
	background-color: #F57F01;
}

	#sidebar.orange .top .quote {
		background: transparent url(../images/sidebar/orange-top-quote.png) no-repeat 0 0;
	}

	#sidebar.orange .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/orange-quote.png) no-repeat 100% 2px;
	}

#sidebar.blue,
#sidebar .top.blue {
	background-color: #3D4E94;
}

	#sidebar.blue .top .quote {
		background: transparent url(../images/sidebar/blue-top-quote.png) no-repeat 0 0;
	}

	#sidebar.blue .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/blue-quote.png) no-repeat 100% 2px;
	}

#sidebar.green,
#sidebar .top.green {
	background-color: #618929;
}

	#sidebar.green .top .quote {
		background: transparent url(../images/sidebar/green-top-quote.png) no-repeat 0 0;
	}

	#sidebar.green .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/green-quote.png) no-repeat 100% 2px;
	}

#sidebar.light-blue,
#sidebar .top.light-blue {
	background-color: #396977;
}

	#sidebar.light-blue .top .quote {
		background: transparent url(../images/sidebar/light-blue-top-quote.png) no-repeat 0 0;
	}

	#sidebar.light-blue .top .quote span:last-child {
		background: transparent url(../images/sidebar/light-blue-quote.png) no-repeat 100% 2px;
	}

	#sidebar.light-blue .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/light-blue-quote.png) no-repeat 100% 2px;
	}

#sidebar.pink,
#sidebar .top.pink {
	background-color: #A81742;
}

	#sidebar.pink .top .quote {
		background: transparent url(../images/sidebar/pink-top-quote.png) no-repeat 0 0;
	}

	#sidebar.pink .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/pink-quote.png) no-repeat 100% 2px;
	}

	#sidebar .top .quote {
		position: absolute;
		/*top: -125px;*/
		top: 90px;
		left: 22px;
		text-transform: uppercase;
		font-size: 1.3em;
		width: 200px;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 22px;
		padding: 80px 0 0 0;
		z-index: 9;
	}


	#sidebar .top .quote p {
	   display:inline;
	}

	#sidebar .top .quote strong{
	   font-weight: bold;
	   font-size: 1.3em;
	}


	#sidebar .top .quote div.end {
		display: block;
		/* font-size: 0.6em; */
		font-size: 0.7em;
	}

		#main #sidebar .top .quote div.end span {
			background: none;
		}

#sidebar .buildings {
	position: absolute;
	bottom: -290px;
	right: 0;
	height: 350px;
	width: 245px;
	background-image: url(../images/sidebar/buildings-trans.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	z-index: 8;
}

/*******************************************************************************
 * Jobs listing
*******************************************************************************/

#jobs {
	background: transparent url(../images/jobs/jobs-bg.gif) no-repeat;
	padding: 25px 0 0 90px;
	margin: 0 0 20px 0;
	width: 359px;
	overflow: hidden;
}

.job {
	overflow: hidden;
	width: 359px;
	margin: 0 0 25px 0;
}

.job .page-title ,
.job .sub-title {
	font-size: 1.5em;
	text-transform: uppercase;
}

.job p {
	margin: 10px 0 0 0;
	width: 330px;
}

.intro {
	background: transparent url(../images/intro-bg.gif) no-repeat 0 0;
	padding: 20px;
}

.intro p {
	color: #898989;
}

	.intro h2.page-title {
		font-size: 1.8em;
	}

	.intro h2.sub-title {
		font-size: 1.8em;
	}

	.intro h2.sub-title span {
		margin-top: -10px;
	}

/*******************************************************************************
 * Job apply
*******************************************************************************/

#apply-now {
	background: transparent url(../images/forms/apply-now-header.gif) no-repeat 0 0;
	padding: 45px 0 0 100px;
}

#apply-now fieldset {
	margin: 0 0 0 -10px;
	width: 400px;
}

#apply-now .field label {
	width: 75px;
}

#apply-now .field.text-area {
	height: 65px;
}

#apply-now ul.errors {
	margin-left: 20px;
}

#apply-now .field.button {
	margin-left: 10px;
}

/*******************************************************************************
 * Catering
*******************************************************************************/

#general-enquiries {
	background: transparent url(../images/forms/latest-offer-header.gif) no-repeat 0 0;
}

#general-enquiries .field {
	margin-left: -80px;
}

	#general-enquiries .field label {
		width: 109px;
		font-size: 0.9em;
	}

		#general-enquiries .field label span {
			text-transform: none;
			font-size: 0.9em;
			display: block;
		}

	#general-enquiries .field .text,
	#general-enquiries .field .textarea {
		width: 310px;
	}

#general-enquiries .field.button {
	margin-left: 30px;
}

/*******************************************************************************
 * Catering booking form
*******************************************************************************/

#booking-form {
	background: transparent url(../images/forms/register-here-header.gif) no-repeat 0 0;
}

#booking-form fieldset {
	margin-left: -90px;
	width: 449px;
}

#booking-form .field {
	margin-left: 0;
}

	#booking-form .field label {
		width: 90px;
	}

	#booking-form .field.button {
		margin-left: 25px;
	}

	#booking-form .field .text.long {
		width: 330px;
	}

#booking-form .one-liner label {
	width: 400px;
}

	#booking-form .one-liner input {
		margin-left: 90px;
	}

#booking-form .selectbox-wrapper {
	left: 90px;
}

#booking-form .field.one-liner {
	height: 46px;
}

.inline-selects {
	margin: 0 0 10px -24px;
	padding-left: 24px;
	width: 420px;
	overflow: visible;
	height: 25px;
}

	.inline-selects .field {
		margin: 0;
		width: 210px;
		float: left;
	}

#booking-form .inline-selects .second label {
	width: 55px;
	padding: 5px 0 0 10px;
}

	#booking-form .inline-selects .second .selectbox-wrapper {
		left: 65px;
	}

#booking-form .field input.postcode,
#booking-form .field input.charity {
	width: 115px;
}

.panel {
	overflow: hidden;
	width: 449px;
}

.panel h4 {
	text-transform: uppercase;
	color: #898989;
	font-size: 1em;
	font-weight: normal;
}

.panel .elements {
	float: left;
	width: 350px;
	padding-left: 90px;
	position: relative;
}

	.panel .elements img {
		float: left;
	}

	#booking-form .panel .elements label {
		width: 200px;
		margin: 4px;
		color: #898989;
	}

	.panel .elements .checkbox {
		width: 200px;
		overflow: hidden;
		margin: 0 0 10px 0;
	}

	.panel .elements span {
		display: block;
		float: left;
		margin: 2px 0 0 5px;
	}

	.panel .elements label {
		text-transform: none;
		width: 300px;
	}

	.panel .elements .trio {
		margin: 0 0 10px 0;
		background: transparent url(../images/forms/curly-brace.gif) no-repeat 120px 0;
	}

	.panel .elements .trio .one-room {
		position: absolute;
		top: 15px;
		left: 250px;
	}

#booking-form .panel.refreshments .field {
	float: left;
	width: 150px;
}

	#booking-form .panel.refreshments .field label {
		width: 115px;
	}

#booking-form .panel.refreshments .elements {
	padding-top: 10px;
}

#booking-form .panel.refreshments .elements .fake-select {
	width: 400px;
}

	#booking-form .panel.refreshments .elements .fake-select label {
		display: none;
	}

	#booking-form .panel.refreshments .elements .fake-select .selectbox-wrapper {
		/*left: 85px;*/
	}

#booking-form .panel.refreshments .button {
	clear: both;
	margin: 0;
}

a.edit-date-btn{
        display: block;
        background: transparent url(../images/booking/edit-date-btn.gif) no-repeat 0 0;
        text-align: left;
        text-indent: -9999em;
        width:72px;
        height: 27px;
}

#seach-availability {
        height: 600px;
}

/*******************************************************************************
 * Accommodataions
*******************************************************************************/

.accommodation {
	float: left;
	width: 210px;
	margin: 0 14px 15px 0;
}

.accommodation-detail {
	background: transparent url(../images/accommodation/detail-bg.gif) no-repeat 0 0;
	padding: 10px;
	height: 280px;
}

	.accommodation-detail h3.page-title {
		text-transform: uppercase;
		margin: 0 0 20px 0;
	}

	.accommodation-detail p {
		border-bottom: 1px solid #1F1F1F;
		margin: 0 0 10px 0;
	}

#images-container1, #images-container2 {
    height:200px;
}

/*******************************************************************************
 * Accommodataion forms
*******************************************************************************/

#enquiry-form {
	background: transparent url(../images/forms/enquiry-form-header.gif) no-repeat;
	width: 358px;
}

#enquiry-form fieldset {
	margin-left: -90px;
	width: 415px;
}

#enquiry-form p {
	padding-right: 10px;
}

	#enquiry-form .field {
		margin-left: 0;
		width: 400px;
	}

	#enquiry-form .field label {
		width: 90px;
	}

		#enquiry-form .field label span {
			text-transform: none;
		}

	#enquiry-form .field .text.short {
		width: 55px;
	}

	#enquiry-form .field .text.postcode {
		width: 115px;
	}

	#enquiry-form .field.text-area {
		height: 65px;
	}

	#enquiry-form .inline {
		margin: 0 0 0 0;
		width: 210px;
		overflow: hidden;
		padding: 0;
	}

	#enquiry-form .field.note {
	   height:auto;
	}

#enquiry-form .field.button {
	margin-left: 0;
}

#enquiry-form h4.sub-title {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 1em;
}

#enquiry-form .field.one-liner select,
#enquiry-form .field.one-liner .selectbox {
	margin-left: 90px;
}

#enquiry-form .field .selectbox-wrapper {
	left: 90px;
}

	#enquiry-form .field.one-liner .selectbox-wrapper {
		top: 46px;
	}

#enquiry-form .field.one-liner {
	height: 46px;
}

	#enquiry-form .field.one-liner label {
		width: 400px;
	}

	#enquiry-form .field.one-liner .inline {
		margin: 0 0 0 0;
		width: 250px;
		padding-left: 90px;
	}

/*******************************************************************************
 * Fitness
*******************************************************************************/

#fitness-enquire {
	background: transparent url(../images/forms/fitness-enquiry-form-header.gif) no-repeat;
	width: 358px;
}

#fitness-enquire fieldset {
	margin-left: -85px;
}

#fitness-enquire .field {
	margin-left: 0;
}

#fitness-enquire .field label {
	width: 85px;
}

#fitness-enquire.badge-form .inline {
	margin: 0;
	width: 310px;
}

#fitness-enquire .field.text-area {
	height: 65px;
}

#fitness-enquire .field .text {
	width: 280px;
}

#fitness-enquire .field .text.short {
	width: 60px;
}

#fitness-enquire .field .text.postcode {
	width: 115px;
}

#fitness-enquire .field.one-liner {
	padding-left: 85px;
	height: 45px;
	width: 364px;
}

#fitness-enquire .field.one-liner label {
	width: 350px;
	margin-left: -85px;
}

#fitness-enquire .field.one-liner div {
	float: left;
	margin-right: 20px;
}

	#fitness-enquire .field.one-liner div input {
		margin-right: 3px;
	}

#fitness-enquire .field.one-liner div img {
	float: left;
}

#fitness-enquire .field.one-liner div span {
	margin: 3px 0 0 3px;
	float: left;
	display: block;
}

#fitness-enquire .button {
	margin: 0 0 0 85px;
}

/*******************************************************************************
 * Fitness classes
*******************************************************************************/

.gradient {
	padding: 20px;
	margin: 0 0 20px 0;
	background: transparent url(../images/gradient-bg.gif) no-repeat 0 0;
	width: 409px;
	overflow: visible;
	position: relative;
}

	.gradient h2 {
		font-size: 1.8em;
	}

	.gradient .content {
		width: 409px;
		overflow: hidden;
		margin: 10px 0 10px 0;
	}

	.gradient .content img {
		float: left;
		margin: 0 15px 0 0;
		border: 1px solid #505050;
	}

	.gradient .content .text {
		float: left;
	}

.gradient.with-starburst {
	padding-left: 85px;
	width: 341px;
}

	.gradient.with-starburst .content {
		width: 309px;
	}

/*******************************************************************************
 * Starbursts
*******************************************************************************/

.starburst {
	position: absolute;
	top: -9px;
	left: 0;
	width: 80px;
	height: 80px;
}

/*******************************************************************************
 * Standard Page
*******************************************************************************/

.page-image {
	border: 1px solid #4D4D4D;
	margin: 0 0 0 20px;
	float: right;
	position: relative;
	width: 210px;
	height: 150px;
}

.image-caption {
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	height: 17px;
	border: 1px solid #4D4D4D;
	border-left: 0;
	background: transparent url(../images/image-caption-bg.png) repeat-x 0 0;
	padding: 4px 5px 0 5px;
	text-transform: uppercase;
	font-size: 0.8em;
}

/*******************************************************************************
 * Services
*******************************************************************************/

.service-para{
    width:426px;
    margin-bottom:2em;
}

.service-para h2{
    position:relative;
    width:426px;
    height:85px;
    overflow:hidden;
}

.service-para h2 span{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.service-para.tolerance h2 span{
    background: url('../images/services/tolerance-and-diversity.gif');
}

.service-para.sexual h2 span{
    background: url('../images/services/sexual-health.gif');
}

.service-para.drum h2 span{
    background: url('../images/services/drum-works.gif');
}

.service-para p{
    padding:10px 20px 20px 20px;
}

.service-para a{
    display:block;
    width:374px;
    height:21px;
    text-indent:-9999px;
    margin-left:20px;
}

.service-para.tolerance a{
    background: url('../images/services/find-more-information-red.gif') no-repeat 0 0 ;
}
.service-para.sexual a{
    background: url('../images/services/find-more-information-blue.gif') no-repeat 0 0 ;
}
.service-para.drum a{
    background: url('../images/services/find-more-information-green.gif') no-repeat 0 0 ;
}


/*******************************************************************************
 * Banner image
*******************************************************************************/

.main-banner {
	position: relative;
}

	.main-banner .image-caption {
		top: 135px;
	}

/*******************************************************************************
 * Contact
*******************************************************************************/

#contact {
	background: transparent url(../images/contact/contact-header.gif) no-repeat 0 0;
	padding: 30px 0 0 100px;
}

#contact h2.page-title,
#contact h2.sub-title {
	font-size: 1.8em;
}

#offices {
	margin: 20px 0 25px -100px;
	width: 445px;
	height: 150px;
	overflow: hidden;
}

ul.cities {
	float: left;
	width: 110px;
	border-right: 1px solid #4D4D4D;
	list-style: none;
}

	ul.cities li {
		text-transform: uppercase;
		font-weight: bold;
		text-align: right;
		padding: 0 15px 3px 0;
		color: #FF0000;
	}

	ul.cities li a {
		color: #FFF;
	}

		ul.cities li a:hover {
			text-decoration: none;
			color: #FF0000;
		}

.addresses {
	float: left;
	height: 120px;
	padding: 0 0 0 15px;
	width: 319px;
	overflow: visible;
}

	.addresses h3 {
		text-transform: uppercase;
		font-size: 1.2em;
	}

	.addresses .address {
		float: left;
		position: relative;
		height: 120px;
		width: 150px;
	}

	.addresses .address.odd {
		margin-right: 15px;
	}

	address {
		margin: 0 0 10px 0;
		width: 150px;
		font-style: normal;
		color: #C8C8C8;
	}

.city-offices {
	width: auto;
	overflow: hidden;
}

#map {
    margin-top:
	padding: 0 0 20px 25px;
}

	#map h3 {
		font-size: 0.8em;
	}

#google_map {
	width: 290px;
	height: 200px;
	margin-top: 5px;
}

.email-us {
	background: transparent url(../images/forms/email-us.gif) no-repeat;
	display: block;
	width: 66px;
	height: 19px;
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
}

/*******************************************************************************
 * Footer
*******************************************************************************/

#footer {
	padding: 0 54px 0 0;
	background: transparent url(../images/footer-bg.gif) repeat-x;
	overflow: visible;
	position: relative;
	width: 954px;


	min-height: 320px;
	height: auto !important;
	min-height: 320px;
}

/* footer menu */

#footer-menu {
	width: 221px;
	height: 200px;
	border-right: 1px solid #333534;
	float: left;
}

#footer-menu ul {
	background: transparent url(../images/footer-menu-bg.gif) no-repeat 100% 15px;
	padding: 15px 0 0 0;
}

	#footer-menu ul li a {
		text-transform: uppercase;
		font-size: 1em;
		width: 195px;
		text-align: right;
		display: block;
		color: #FFF;
	}

	#footer-menu ul li a:hover {
		text-decoration: underline;
	}

#footer .bloke {
	position: absolute;
	top: -195px;
	right: 75px;
	height: 210px;
	width: 245px;
	background-image: url(../images/sidebar/little-man.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	z-index: 9999;
}

/*******************************************************************************
 * Footer cubes
*******************************************************************************/

#cubes {
	float: right;
	overflow: hidden;
	padding: 15px 0 15px 0;
	width: 250px;
}

#cubes.eight {
	width: 513px;
}

	#cubes .cube {
		width: 112px;
		height: 105px;
		border: 1px solid #616161;
		float: left;
		margin: 0 19px 19px 0;
		font-weight: bold;
		text-transform: uppercase;
		display: inline;
	}

	#cubes .cube.last {
		margin-right: 0;
		display: inline;
	}

	#cubes .cube a {
		display: block;
		width: 112px;
		height: 104px;
		position: relative;
	}

	#cubes .cube a:hover {
		text-decoration: none;
	}

	#cubes .cube a span {
		position: absolute;
		color: #FFF;
		bottom: 7px;
		left: 7px;
	}

.cube-purple {
	background: transparent url(../images/cubes/purple.gif);
}

.cube-blue {
	background: transparent url(../images/cubes/blue.gif);
}

.cube-orange {
	background: transparent url(../images/cubes/orange.gif);
}

.cube-green {
	background: transparent url(../images/cubes/green.gif);
}

.cube-light-blue {
	background: transparent url(../images/cubes/light-blue.gif);
}

.cube.lilac {
	background: transparent url(../images/cubes/lilac.gif);
}

.cube-pink {
	background: transparent url(../images/cubes/pink.gif);
}

.cube-black {
	background: transparent url(../images/cubes/black.gif);
}

.cube-red {
	background: transparent url(../images/cubes/red.gif);
}

/*******************************************************************************
 * Footer content - case studies
*******************************************************************************/

#footer-content {
	float: left;
	padding: 15px 15px 0 7px;
	width: 452px;

	min-height: 240px;
	height:auto !important;
	height: 240px;

}

#footer-content.small {
	width: 189px;
}

	#footer-content h3 {
		text-transform: uppercase;
		font-size: 1.1em;
		margin: 0 0 5px 0;
	}

#footer-content .case-study {
	color: #ACACAC;
	margin: 0 0 10px 0;
	clear: both;
	width: 200px;
	overflow: hidden;
}

	#footer-content .case-study h3 {
		text-transform: none;
		border-bottom: 1px solid #3D3F3E;
	}

	#footer-content .case-study img {
		float: left;
		margin: 0 10px 5px 0;
	}

	#footer-content .case-study p {
		padding: 0;
	}

	#footer-content .case-study div {
		margin: 0 0 20px 0;
		float: left;
		width: 200px;
	}

/*******************************************************************************
 * Footer content - partner information
*******************************************************************************/

.partner-info {
	width: 450px;
	overflow: hidden;
}

	.partner-info h4 {
		color: #adadad;
		border-bottom: 1px solid #3c3e3d;
		border-top: 0;
		padding-bottom: 3px;
		font-size: 1em;
	}

	.partner-info img {
		float: left;
		margin: 0 10px 0 0;
	}

	.partner-info div {
		float: left;
		width: 300px;
		padding: 5px 0 0 0;
	}

		.partner-info div p {
			padding: 0;
		}

/*******************************************************************************
 * Footer content - youtube pods
*******************************************************************************/

.youtube-pod {
	width: 450px;
	overflow: hidden;
}

	.youtube-pod h4 {
		color: #adadad;
		border-bottom: 1px solid #3c3e3d;
		padding-bottom: 3px;
		font-size: 1em;
	}

	.youtube-pod div.content {
		width: 200px;
		color: #acacac;
		float: left;
		margin: 5px 0 0 10px;
	}

a.ceebox {
	display: block;
	width: 200px;
	height: 102px;
	position: relative;
	float: left;
}

	a.ceebox img {
		border-top: 0;
		border: 1px solid #3c3e3d;
		float: left;
	}

	.video-overlay {
		position: absolute;
		top: 35px;
		left: 80px;
		width: 40px;
		height: 37px;
		background: transparent url(../images/pods/video-overlay.png) no-repeat 0 0;
	}


.group{display: inline-block;}

/* Hides from IE-mac \*/
* html .group{height: 1%;}

/* End hide from IE-mac */


.pink{
    color: #DF1F81;
     }
.gray {
    color:#6d6d6d;
}

/*******************************************************************************
 * Others
*******************************************************************************/

#player{margin:60px 0 0 0;}
#player #track{clear:both; text-align:right; margin:0 15px 5px 0; }
#player #flashcontent{clear:both; height:31px; margin:0 0 0 8px;}


/*******************************************************************************
 * Bookings
*******************************************************************************/

/* steps **********************************************************************/

ul.steps{
    background: url(../images/booking/gray-bg.gif) no-repeat 0 0;
    margin:0 0 10px 0;
    padding: 0;
    list-style: none;
    width: 453px;
    height: 40px;
    float: left;
}
    ul.steps li{
        margin:0;
        padding:0 0 0 15px;
        float:left;
    }
    ul.steps li.booking{
        padding:0;
        margin-left:15px;
        display: inline;
    }
    ul.steps li.last{
       
    }
        ul.steps li a{
            float: left;
            color: #FFF;
            text-decoration: none;
            text-transform: uppercase;
            text-align: center;
            padding:12px 0 5px 0;
        }
        ul.steps li.active{
            border-bottom: 5px solid #f80000;
        }


h3.title-box{
    background: url(../images/booking/gray-bg.gif) no-repeat 0 0;
    margin:0 0 10px 0;
    padding:0 0 0 15px;
    line-height: 40px;
    width: 453px;
    height: 40px;
    float: left;
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
}


/* Booking forms***************************************************************/

.gray-box{
  width: 451px;
  float:left;
  background-color: #0e0e0e;
  border:1px solid #1a1a1a;
  padding:0;
  margin:0 0 15px 0;
}
    .gray-box fieldset{
        position:relative;
        display: inline;
        margin:10px 0 0 10px;
        padding:0;
        width: 430px;
        border:none;
    }

    .gray-box fieldset.dates-fieldset{
        display: block;
        clear:left;
    }

    .gray-box  fieldset.border-bottom{
        border-bottom:1px solid #1F1F1F;
    }

    .gray-box fieldset legend{
        color:#FFF;
        padding: 0 0 5px 0;
        margin:0 0 10px 0;
        position: relative;
        font-size: 1.25em;
        display: block;
        border-bottom:1px solid #1F1F1F;
    }

        * html .gray-box fieldset legend{
            margin-left:-8px;
        }
        *+ html .gray-box fieldset legend{
            margin-left:-8px;
        }

        .gray-box fieldset legend span{
            width: 430px;
            display: block;
        }

    .gray-box fieldset .field{
        width: 430px;
        clear:left;
        min-height: 20px;
        height: auto !important;
        height: 10px;
    }

        .gray-box fieldset .field select.dob-day{
                width: 60px;
        }
        .gray-box fieldset .field select.dob-month{
                width: 60px;
        }
        .gray-box fieldset .field select.dob-year{
                width: 60px;
        }
       .gray-box fieldset .field.terms label{
               width: 290px;
       }
                .gray-box fieldset .field.terms label a{
                        text-decoration: underline;
                }

    .gray-box fieldset .field label{
        text-transform: none;
    }
        .required{
            color:#ff0000;
        }

        span.date-format{
            font-size: 0.8em;
        }

    .gray-box fieldset .field label.gray{
        color: #676767;
    }

    .gray-box #form_errors{
        margin: 20px 0 0 20px;
    }

    .gray-box label.error {
            color: red;
            padding: 5px 0 10px 0;
            margin-bottom: 10px;
            vertical-align: top;
            width: 200px;
            height: 20px;
            clear: left;
    }

    #check-avail-form{
        min-height: 400px;
        display: block;
    }

.gray-box .page-wrapper {
        margin:10px 0 0 10px;
        padding:0;
        position:relative;
        width:430px;
}

.gray-box .page-wrapper h4 {
        border-bottom:1px solid #1F1F1F;
        color:#FFFFFF;
        display:block;
        font-size:1.25em;
        margin:0 0 10px;
        padding:0 0 5px;
        position:relative;
}

div.text{
        margin-top:20px;
}

/* Button *********************************************************************/

.text-button{
    position: relative;
    background: url(../images/booking/btn-bg.gif) no-repeat 100% 0; 
    width:72px;
    overflow:visible;
    text-align:center;
    white-space:nowrap;
    height: 26px;
    padding: 0 13px 0 0;
    margin:0 0 10px 0;
}
    .text-button.medium{
        width: 100px;
    }

    .text-button.large{
        width: 150px;
    }
    .text-button input{
        border:0;
        float: left;
        margin:0;
        padding:0 0 1px 10px;
        width: 100%;
        background: url(../images/booking/btn-bg.gif) no-repeat 0% 0%;
        color:#c5c5c5;
        height: 26px;
        font-size: 1em;
        text-align:center;
        cursor: pointer;
    }

ul.actions{
    list-style: none;
    width:451px;
    clear: left;
    height: 40px;
    margin-bottom: 10px;
}
    ul.actions li{
        float:left;
    }
    ul.actions li.proccess-payment{
        margin-right: 10px;
    }

    ul.actions li.print{
        margin: 10px 0 10px -5px;
    }

/* split *********************************************************************/

.split{
    margin:10px 0 0 10px;
    padding:0;
    position:relative;
    width:430px;
}
    .split-left{
        width:280px;
        float: left;
    }
        .gray-box fieldset .split-left .field{
            width:280px;
        }

    .split-right{
        width:150px;
        float: left
    }

 dl.field{
    width:280px;
    float: left;
    clear: left;
    height:20px;
    margin:0 0 10px;
    overflow:visible;
}
    dl.field dt{
        width:110px;
        float:left;
        color:#676767;
    }
    dl.field dt{
        float: left;
    }
        dl.field dt span.desc{
            font-size: 0.8em;
            display: inline;
        }

dl.border-top{
    border-top:1px solid #1F1F1F;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-top: 5px;
}

dl.border-bottom{
    border-bottom:1px solid #1F1F1F;
}

.not-available{
    padding-bottom:60px;
    color: #F80000;
    font-weight: bold;
}
    .not-available.longterm{
        padding-bottom:20px;
        color: #F80000;
        font-weight: bold;
    }
.available{
    padding-bottom:60px;
    color: #39a139;
    font-weight: bold;
}

/* split **********************************************************************/

ul.days-availability{
    width: 430px;
    margin: 0 0 0 0;
    padding: 0 0 18px 0;
    float: left;
    list-style: none;
    
}
    ul.days-availability li{
        float: left;
        width:84px;
        float: left;
        border:1px solid #1a1a1a;
    }

        ul.days-availability li span{

            height: 18px;
            display: block;
            text-align: center;
            padding:4px;
            
        }
        ul.days-availability li span.date-name{
            border-bottom: 1px solid #1a1a1a;
            background-color: #141414;
            color: #676767;
        }

        ul.days-availability li span.status-available{
            background: url(../images/booking/status-available.gif) no-repeat 50% 50%;
            text-indent: -500em;
        }
        ul.days-availability li span.status-not-available{
            background: url(../images/booking/status-not-available.gif) no-repeat 50% 50%;
            text-indent: -500em;
        }

/* others *********************************************************************/

.session-timed-out{
     margin-top: 20px;
     font-size: 1.3em;
}=======
/*******************************************************************************
 * Main structure
******************************************************************************/

#container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/*******************************************************************************
 * Main
*******************************************************************************/

#main {
	width: 998px;
	overflow: hidden;
	border-right: 1px solid #1D1F1E;
	border-left: 1px solid #1D1F1E;
}

/*******************************************************************************
 * Menu
*******************************************************************************/

#menu {
	float: left;
	width: 220px;
	margin: 90px 0 0 0;
	background: transparent url(../images/menu/menu-bg.gif) no-repeat 100% 0;
	display: inline;
}

/* logo image replacement */

#menu #logo {
	background: transparent url(../images/logo.gif) no-repeat 0 0;
	float: right;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	width: 170px;
}

	#menu #logo a {
		display: block;
		width: 170px;
		height: 50px;
	}

/* main menu */

#menu ul {
	clear: both;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 50px 0 0 0;
}

	#menu ul li.active a {
		background: #FFF;
		color: #000;
	}

		#menu ul li a {
			text-transform: uppercase;
			font-size: 1em;
			width: 195px;
			text-align: right;
			display: block;
			padding: 0 5px 0 0;
			cursor: pointer;
		}

		#menu ul li a:hover {
			background: #FFF;
			color: #000;
			text-decoration: none;
			cursor: pointer;
		}

/* sub nav */

#menu ul li ul {
	background: transparent url(../images/menu/submenu-bg.gif) no-repeat 0 -26px;
	margin: 0;
	padding: 3px 0 0 0;
}

	#menu ul li.active ul li a,
	#menu ul li ul li a {
		color: #A2A2A2;
	}

		#menu ul li.active ul li a {
			background: transparent;
		}

	#menu ul li ul li a:hover {
		color: #FFF;
		background: transparent;
	}

	#menu ul li ul li a.last {
		background: transparent url(../images/menu/submenu-bottom.gif) no-repeat 0 bottom;
		padding: 0 5px 5px 0;
		width: 195px;
	}

/*******************************************************************************
 * Content
*******************************************************************************/

#content {
	float: left;
	width: 449px;
	margin: 90px 0 0 0;
	padding: 0 15px 0 20px;
	border-left: 1px solid #1A1A1A;
	display: inline;
}
#content img{
    margin-right: 10px;
    }
* html #content {
	padding: 0 13px 0 20px;
}

/*******************************************************************************
 * Page
*******************************************************************************/

h2.page-title {
	text-transform: uppercase;
	letter-spacing: -1px;
}


h2.sub-title {
	text-transform: uppercase;
}

	h2.sub-title span {
		margin-top: -15px;
	}

h2.extra-title {
	text-transform: uppercase;
	font-size: 4.2em;
}

	h2.extra-title span {
		margin-top: -30px;
	}

.banner-image {
	border: 1px solid #4D4D4D;
	/* margin: 20px 0 10px 0; */
}

#banners-container {
	margin: 20px 0 10px 0;
}

/*******************************************************************************
 * Homepage
*******************************************************************************/

#homepage-content {

}

	#homepage-content .image {
		float: left;
		width: 217px;
	}

	#homepage-content .text {
		float: left;
		width: 217px;
	}

	#homepage-content .text.no-image {
		margin-left: 217px;
		display: inline;
	}

    #images-container{
        float: left;
    }

/*******************************************************************************
 * Forms
*******************************************************************************/

#loader {
	background:#000 url(../images/ajax-loader.gif) 100% 50% no-repeat;
	padding-right:30px;
	margin-left:1em;
	margin-top:2px;
	float:left;
	width: 70px;
}

fieldset {
	margin: 0 0 20px -65px;
	border: 0;
	border-bottom: 1px solid #1F1F1F;
	width: 300px;
	position: relative;
}

fieldset.borderless {
	border: 0;
}

.field label {
	text-transform: uppercase;
	width: 95px;
	display: block;
	float: left;
}

.field {
	width: 449px;
	overflow: visible;
	margin: 0 0 10px 0;
	/*position: relative;*/
}

.field input {
	float: left;
}

.field input.text {
	border: 1px solid #1F1F1F;
	background: #0D0D0D;
	width: 240px;
	height: 18px;
	color: #FFF;
	padding: 2px 0 0 0;
}

	.field input.short {
		width: 70px;
		margin-right: 13px;
	}

	.field.file input {
		margin: 0 10px 0 0;
		border: 1px solid red;
	}

	fieldset .field.dob {
		height: 27px;
	}

.field textarea {
	border: 1px solid #1F1F1F;
	background: #0D0D0D;
	width: 240px;
	height: 60px;
	color: #FFF;
	padding: 2px 0 0 0;
	overflow: auto;
}

.field select {
	background: #1F1F1F;
	border: 1px solid #1F1F1F;
	color: #FFF;
	width: 115px;
}

.field.button {
	margin-left: 95px;
	width: 354px;
}

.badge-form .field.one-liner {
	height: 46px;
}

.badge-form .field.one-liner label {
	float: none;
	width: 400px;
	margin: 0 0 10px 0;
}

.badge-form .field .inline {
	margin-left: 110px;
	width: 410px;
}

.badge-form .field.one-liner select,
.badge-form .field.one-liner .selectbox {
	margin-left: 110px;
}

.badge-form .field.text-area {
	height: 65px;
}

	.badge-form .field.text-area textarea {
		width: 280px;
	}

/* custom jquery dropdowns */

.field.fake-select {
	overflow: visible;
	height: 25px;
	position: relative;
}

.field .selectbox {
	border: 1px solid #1F1F1F;
	background: #0D0D0D url(../images/forms/select-bg.gif) no-repeat right 0;
	width: 115px;
	height: 18px;
	color: #FFF;
	padding: 2px 0 0 0;
	cursor: pointer;
	margin: 0 0 10px 0;
	z-index: 1;
	position: relative;
}

	.field .selectbox-wrapper {
		position: absolute;
		left: 85px;
		top: 22px;
		border: 1px solid #1F1F1F;
		border-top: 0;
		z-index: 99;
		background: #000;
		width: 145px;
		height: 130px;
		overflow: auto;
	}

		.field .selectbox-wrapper ul {
			list-style: none;
			cursor: pointer;
			z-index: 9999;
		}

		.field .selectbox-wrapper ul li {
			font-size: 1.2em;
			padding: 5px;
			z-index: 9999;
			background: #000;
			display: block;
		}

		.field .selectbox-wrapper ul li.selected {
			background: gray;
		}

#form-success {
	padding: 15px 50px 50px 0;
}


/** Donation form               ***********************************************/
form#donation-form{
	margin-bottom:10px;
}

/*******************************************************************************
 * Forms with badges on
*******************************************************************************/

.badge-form {
	padding: 25px 0 0 90px;
}

.badge-form h2.page-title,
.badge-form h2.sub-title {
	font-size: 1.8em;
}

.badge-form h2.sub-title {
	margin-bottom: 15px;
}

.badge-form .field label {
	width: 65px;
	color: #898989;
}

.badge-form .field {
	margin-left: -65px;
	height: 25px;
}

.badge-form .field.button {
	margin-left: 0;
}

/*******************************************************************************
 * Sidebar
*******************************************************************************/

#sidebar {
	float: left;
	width: 245px;
	background: url(../images/sidebar/sidebar-bg.png) repeat-y 0 0;
	position: relative;
	/*margin: 300px 0 200px 0;*/
	margin: 0;
}

	* html #sidebar {
		background-image: none;
	}

	#sidebar.homepage {
		margin-bottom: 0;
		padding-bottom: 30px;
	}

#sidebar .top {
	background: url(../images/sidebar/sidebar-top.png) no-repeat 0 0;
	background-color: #3D4E94;
	width: 245px;
	height: 300px;
	overflow: visible;
	position: absolute;
	top: 0;
	clear: both;
}

	* html #sidebar .top {
		background-image: none;
		background-position: 0 0;
		background-color: none;
	}

	#sidebar .top .quote {
		/*margin-top: -85px;
		padding-top: 85px;*/
	}

	/*
	#sidebar .top .quote span:last-child {
		padding-right: 16px;
	}
	*/


#sidebar.red,
#sidebar .top.red {
	background-color: #C60001;
}

	#sidebar.red .top .quote {
		background: transparent url(../images/sidebar/red-top-quote.png) no-repeat 0 0;
	}

	#sidebar.red .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/red-quote.png) no-repeat 100% 2px;
	}

#sidebar.purple,
#sidebar .top.purple {
	background-color: #803F7F;
}

	#sidebar.purple .top .quote {
		background: transparent url(../images/sidebar/purple-top-quote.png) no-repeat 0 0;
	}


	#sidebar.purple .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/purple-quote.png) no-repeat 100% 2px;
	}

#sidebar.orange,
#sidebar .top.orange {
	background-color: #F57F01;
}

	#sidebar.orange .top .quote {
		background: transparent url(../images/sidebar/orange-top-quote.png) no-repeat 0 0;
	}

	#sidebar.orange .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/orange-quote.png) no-repeat 100% 2px;
	}

#sidebar.blue,
#sidebar .top.blue {
	background-color: #3D4E94;
}

	#sidebar.blue .top .quote {
		background: transparent url(../images/sidebar/blue-top-quote.png) no-repeat 0 0;
	}

	#sidebar.blue .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/blue-quote.png) no-repeat 100% 2px;
	}

#sidebar.green,
#sidebar .top.green {
	background-color: #618929;
}

	#sidebar.green .top .quote {
		background: transparent url(../images/sidebar/green-top-quote.png) no-repeat 0 0;
	}

	#sidebar.green .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/green-quote.png) no-repeat 100% 2px;
	}

#sidebar.light-blue,
#sidebar .top.light-blue {
	background-color: #396977;
}

	#sidebar.light-blue .top .quote {
		background: transparent url(../images/sidebar/light-blue-top-quote.png) no-repeat 0 0;
	}

	#sidebar.light-blue .top .quote span:last-child {
		background: transparent url(../images/sidebar/light-blue-quote.png) no-repeat 100% 2px;
	}

	#sidebar.light-blue .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/light-blue-quote.png) no-repeat 100% 2px;
	}

#sidebar.pink,
#sidebar .top.pink {
	background-color: #A81742;
}

	#sidebar.pink .top .quote {
		background: transparent url(../images/sidebar/pink-top-quote.png) no-repeat 0 0;
	}

	#sidebar.pink .top .closing-quote {
	      display:inline-block;
	      width:15px;
	      height:16px;
	      background: transparent url(../images/sidebar/pink-quote.png) no-repeat 100% 2px;
	}

	#sidebar .top .quote {
		position: absolute;
		/*top: -125px;*/
		top: 90px;
		left: 22px;
		text-transform: uppercase;
		font-size: 1.3em;
		width: 200px;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 22px;
		padding: 80px 0 0 0;
		z-index: 9;
	}


	#sidebar .top .quote p {
	   display:inline;
	}

	#sidebar .top .quote strong{
	   font-weight: bold;
	   font-size: 1.3em;
	}


	#sidebar .top .quote div.end {
		display: block;
		/* font-size: 0.6em; */
		font-size: 0.7em;
	}

		#main #sidebar .top .quote div.end span {
			background: none;
		}

#sidebar .buildings {
	position: absolute;
	bottom: -290px;
	right: 0;
	height: 350px;
	width: 245px;
	background-image: url(../images/sidebar/buildings-trans.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	z-index: 8;
}

/*******************************************************************************
 * Jobs listing
*******************************************************************************/

#jobs {
	background: transparent url(../images/jobs/jobs-bg.gif) no-repeat;
	padding: 25px 0 0 90px;
	margin: 0 0 20px 0;
	width: 359px;
	overflow: hidden;
}

.job {
	overflow: hidden;
	width: 359px;
	margin: 0 0 25px 0;
}

.job .page-title ,
.job .sub-title {
	font-size: 1.5em;
	text-transform: uppercase;
}

.job p {
	margin: 10px 0 0 0;
	width: 330px;
}

.intro {
	background: transparent url(../images/intro-bg.gif) no-repeat 0 0;
	padding: 20px;
}

.intro p {
	color: #898989;
}

	.intro h2.page-title {
		font-size: 1.8em;
	}

	.intro h2.sub-title {
		font-size: 1.8em;
	}

	.intro h2.sub-title span {
		margin-top: -10px;
	}

/*******************************************************************************
 * Job apply
*******************************************************************************/

#apply-now {
	background: transparent url(../images/forms/apply-now-header.gif) no-repeat 0 0;
	padding: 45px 0 0 100px;
}

#apply-now fieldset {
	margin: 0 0 0 -10px;
	width: 400px;
}

#apply-now .field label {
	width: 75px;
}

#apply-now .field.text-area {
	height: 65px;
}

#apply-now ul.errors {
	margin-left: 20px;
}

#apply-now .field.button {
	margin-left: 10px;
}

/*******************************************************************************
 * Catering
*******************************************************************************/

#general-enquiries {
	background: transparent url(../images/forms/latest-offer-header.gif) no-repeat 0 0;
}

#general-enquiries .field {
	margin-left: -80px;
}

	#general-enquiries .field label {
		width: 109px;
		font-size: 0.9em;
	}

		#general-enquiries .field label span {
			text-transform: none;
			font-size: 0.9em;
			display: block;
		}

	#general-enquiries .field .text,
	#general-enquiries .field .textarea {
		width: 310px;
	}

#general-enquiries .field.button {
	margin-left: 30px;
}

/*******************************************************************************
 * Catering booking form
*******************************************************************************/

#booking-form {
	background: transparent url(../images/forms/register-here-header.gif) no-repeat 0 0;
}

#booking-form fieldset {
	margin-left: -90px;
	width: 449px;
}

#booking-form .field {
	margin-left: 0;
}

	#booking-form .field label {
		width: 90px;
	}

	#booking-form .field.button {
		margin-left: 25px;
	}

	#booking-form .field .text.long {
		width: 330px;
	}

#booking-form .one-liner label {
	width: 400px;
}

	#booking-form .one-liner input {
		margin-left: 90px;
	}

#booking-form .selectbox-wrapper {
	left: 90px;
}

#booking-form .field.one-liner {
	height: 46px;
}

.inline-selects {
	margin: 0 0 10px -24px;
	padding-left: 24px;
	width: 420px;
	overflow: visible;
	height: 25px;
}

	.inline-selects .field {
		margin: 0;
		width: 210px;
		float: left;
	}

#booking-form .inline-selects .second label {
	width: 55px;
	padding: 5px 0 0 10px;
}

	#booking-form .inline-selects .second .selectbox-wrapper {
		left: 65px;
	}

#booking-form .field input.postcode,
#booking-form .field input.charity {
	width: 115px;
}

.panel {
	overflow: hidden;
	width: 449px;
}

.panel h4 {
	text-transform: uppercase;
	color: #898989;
	font-size: 1em;
	font-weight: normal;
}

.panel .elements {
	float: left;
	width: 350px;
	padding-left: 90px;
	position: relative;
}

	.panel .elements img {
		float: left;
	}

	#booking-form .panel .elements label {
		width: 200px;
		margin: 4px;
		color: #898989;
	}

	.panel .elements .checkbox {
		width: 200px;
		overflow: hidden;
		margin: 0 0 10px 0;
	}

	.panel .elements span {
		display: block;
		float: left;
		margin: 2px 0 0 5px;
	}

	.panel .elements label {
		text-transform: none;
		width: 300px;
	}

	.panel .elements .trio {
		margin: 0 0 10px 0;
		background: transparent url(../images/forms/curly-brace.gif) no-repeat 120px 0;
	}

	.panel .elements .trio .one-room {
		position: absolute;
		top: 15px;
		left: 250px;
	}

#booking-form .panel.refreshments .field {
	float: left;
	width: 150px;
}

	#booking-form .panel.refreshments .field label {
		width: 115px;
	}

#booking-form .panel.refreshments .elements {
	padding-top: 10px;
}

#booking-form .panel.refreshments .elements .fake-select {
	width: 400px;
}

	#booking-form .panel.refreshments .elements .fake-select label {
		display: none;
	}

	#booking-form .panel.refreshments .elements .fake-select .selectbox-wrapper {
		/*left: 85px;*/
	}

#booking-form .panel.refreshments .button {
	clear: both;
	margin: 0;
}

#booking-type, #location,#room-type{
        width:150px;
}
/*******************************************************************************
 * Accommodataions
*******************************************************************************/

.accommodation {
	float: left;
	width: 210px;
	margin: 0 14px 15px 0;
}

.accommodation-detail {
	background: transparent url(../images/accommodation/detail-bg.gif) no-repeat 0 0;
	padding: 10px;
	height: 280px;
}

	.accommodation-detail h3.page-title {
		text-transform: uppercase;
		margin: 0 0 20px 0;
	}

	.accommodation-detail p {
		border-bottom: 1px solid #1F1F1F;
		margin: 0 0 10px 0;
	}

#images-container1, #images-container2 {
    height:200px;
}

/*******************************************************************************
 * Accommodataion forms
*******************************************************************************/

#enquiry-form {
	background: transparent url(../images/forms/enquiry-form-header.gif) no-repeat;
	width: 358px;
}

#enquiry-form fieldset {
	margin-left: -90px;
	width: 415px;
}

#enquiry-form p {
	padding-right: 10px;
}

	#enquiry-form .field {
		margin-left: 0;
		width: 400px;
	}

	#enquiry-form .field label {
		width: 90px;
	}

		#enquiry-form .field label span {
			text-transform: none;
		}

	#enquiry-form .field .text.short {
		width: 55px;
	}

	#enquiry-form .field .text.postcode {
		width: 115px;
	}

	#enquiry-form .field.text-area {
		height: 65px;
	}

	#enquiry-form .inline {
		margin: 0 0 0 0;
		width: 210px;
		overflow: hidden;
		padding: 0;
	}

	#enquiry-form .field.note {
	   height:auto;
	}

#enquiry-form .field.button {
	margin-left: 0;
}

#enquiry-form h4.sub-title {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 1em;
}

#enquiry-form .field.one-liner select,
#enquiry-form .field.one-liner .selectbox {
	margin-left: 90px;
}

#enquiry-form .field .selectbox-wrapper {
	left: 90px;
}

	#enquiry-form .field.one-liner .selectbox-wrapper {
		top: 46px;
	}

#enquiry-form .field.one-liner {
	height: 46px;
}

	#enquiry-form .field.one-liner label {
		width: 400px;
	}

	#enquiry-form .field.one-liner .inline {
		margin: 0 0 0 0;
		width: 250px;
		padding-left: 90px;
	}

/*******************************************************************************
 * Fitness
*******************************************************************************/

#fitness-enquire {
	background: transparent url(../images/forms/fitness-enquiry-form-header.gif) no-repeat;
	width: 358px;
}

#fitness-enquire fieldset {
	margin-left: -85px;
}

#fitness-enquire .field {
	margin-left: 0;
}

#fitness-enquire .field label {
	width: 85px;
}

#fitness-enquire.badge-form .inline {
	margin: 0;
	width: 310px;
}

#fitness-enquire .field.text-area {
	height: 65px;
}

#fitness-enquire .field .text {
	width: 280px;
}

#fitness-enquire .field .text.short {
	width: 60px;
}

#fitness-enquire .field .text.postcode {
	width: 115px;
}

#fitness-enquire .field.one-liner {
	padding-left: 85px;
	height: 45px;
	width: 364px;
}

#fitness-enquire .field.one-liner label {
	width: 350px;
	margin-left: -85px;
}

#fitness-enquire .field.one-liner div {
	float: left;
	margin-right: 20px;
}

	#fitness-enquire .field.one-liner div input {
		margin-right: 3px;
	}

#fitness-enquire .field.one-liner div img {
	float: left;
}

#fitness-enquire .field.one-liner div span {
	margin: 3px 0 0 3px;
	float: left;
	display: block;
}

#fitness-enquire .button {
	margin: 0 0 0 85px;
}

/*******************************************************************************
 * Fitness classes
*******************************************************************************/

.gradient {
	padding: 20px;
	margin: 0 0 20px 0;
	background: transparent url(../images/gradient-bg.gif) no-repeat 0 0;
	width: 409px;
	overflow: visible;
	position: relative;
}

	.gradient h2 {
		font-size: 1.8em;
	}

	.gradient .content {
		width: 409px;
		overflow: hidden;
		margin: 10px 0 10px 0;
	}

	.gradient .content img {
		float: left;
		margin: 0 15px 0 0;
		border: 1px solid #505050;
	}

	.gradient .content .text {
		float: left;
	}

.gradient.with-starburst {
	padding-left: 85px;
	width: 341px;
}

	.gradient.with-starburst .content {
		width: 309px;
	}

/*******************************************************************************
 * Starbursts
*******************************************************************************/

.starburst {
	position: absolute;
	top: -9px;
	left: 0;
	width: 80px;
	height: 80px;
}

/*******************************************************************************
 * Standard Page
*******************************************************************************/

.page-image {
	border: 1px solid #4D4D4D;
	margin: 0 0 0 20px;
	float: right;
	position: relative;
	width: 210px;
	height: 150px;
}

.image-caption {
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	height: 17px;
	border: 1px solid #4D4D4D;
	border-left: 0;
	background: transparent url(../images/image-caption-bg.png) repeat-x 0 0;
	padding: 4px 5px 0 5px;
	text-transform: uppercase;
	font-size: 0.8em;
}

/*******************************************************************************
 * Services
*******************************************************************************/

.service-para{
    width:426px;
    margin-bottom:2em;
}

.service-para h2{
    position:relative;
    width:426px;
    height:85px;
    overflow:hidden;
}

.service-para h2 span{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.service-para.tolerance h2 span{
    background: url('../images/services/tolerance-and-diversity.gif');
}

.service-para.sexual h2 span{
    background: url('../images/services/sexual-health.gif');
}

.service-para.drum h2 span{
    background: url('../images/services/drum-works.gif');
}

.service-para p{
    padding:10px 20px 20px 20px;
}

.service-para a{
    display:block;
    width:374px;
    height:21px;
    text-indent:-9999px;
    margin-left:20px;
}

.service-para.tolerance a{
    background: url('../images/services/find-more-information-red.gif') no-repeat 0 0 ;
}
.service-para.sexual a{
    background: url('../images/services/find-more-information-blue.gif') no-repeat 0 0 ;
}
.service-para.drum a{
    background: url('../images/services/find-more-information-green.gif') no-repeat 0 0 ;
}


/*******************************************************************************
 * Banner image
*******************************************************************************/

.main-banner {
	position: relative;
}

	.main-banner .image-caption {
		top: 135px;
	}

/*******************************************************************************
 * Contact
*******************************************************************************/

#contact {
	background: transparent url(../images/contact/contact-header.gif) no-repeat 0 0;
	padding: 30px 0 0 100px;
}

#contact h2.page-title,
#contact h2.sub-title {
	font-size: 1.8em;
}

#offices {
	margin: 20px 0 25px -100px;
	width: 445px;
	height: 150px;
	overflow: hidden;
}

ul.cities {
	float: left;
	width: 110px;
	border-right: 1px solid #4D4D4D;
	list-style: none;
}

	ul.cities li {
		text-transform: uppercase;
		font-weight: bold;
		text-align: right;
		padding: 0 15px 3px 0;
		color: #FF0000;
	}

	ul.cities li a {
		color: #FFF;
	}

		ul.cities li a:hover {
			text-decoration: none;
			color: #FF0000;
		}

.addresses {
	float: left;
	height: 120px;
	padding: 0 0 0 15px;
	width: 319px;
	overflow: visible;
}

	.addresses h3 {
		text-transform: uppercase;
		font-size: 1.2em;
	}

	.addresses .address {
		float: left;
		position: relative;
		height: 120px;
		width: 150px;
	}

	.addresses .address.odd {
		margin-right: 15px;
	}

	address {
		margin: 0 0 10px 0;
		width: 150px;
		font-style: normal;
		color: #C8C8C8;
	}

.city-offices {
	width: auto;
	overflow: hidden;
}

#map {
    margin-top:
	padding: 0 0 20px 25px;
}

	#map h3 {
		font-size: 0.8em;
	}

#google_map {
	width: 290px;
	height: 200px;
	margin-top: 5px;
}

.email-us {
	background: transparent url(../images/forms/email-us.gif) no-repeat;
	display: block;
	width: 66px;
	height: 19px;
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
}

/*******************************************************************************
 * Footer
*******************************************************************************/

#footer {
	padding: 0 54px 0 0;
	background: transparent url(../images/footer-bg.gif) repeat-x;
	overflow: visible;
	position: relative;
	width: 954px;


	min-height: 320px;
	height: auto !important;
	min-height: 320px;
}

/* footer menu */

#footer-menu {
	width: 221px;
	height: 200px;
	border-right: 1px solid #333534;
	float: left;
}

#footer-menu ul {
	background: transparent url(../images/footer-menu-bg.gif) no-repeat 100% 15px;
	padding: 15px 0 0 0;
}

	#footer-menu ul li a {
		text-transform: uppercase;
		font-size: 1em;
		width: 195px;
		text-align: right;
		display: block;
		color: #FFF;
	}

	#footer-menu ul li a:hover {
		text-decoration: underline;
	}

#footer .bloke {
	position: absolute;
	top: -195px;
	right: 75px;
	height: 210px;
	width: 245px;
	background-image: url(../images/sidebar/little-man.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	z-index: 9999;
}

/*******************************************************************************
 * Footer cubes
*******************************************************************************/

#cubes {
	float: right;
	overflow: hidden;
	padding: 15px 0 15px 0;
	width: 250px;
}

#cubes.eight {
	width: 513px;
}

	#cubes .cube {
		width: 112px;
		height: 105px;
		border: 1px solid #616161;
		float: left;
		margin: 0 19px 19px 0;
		font-weight: bold;
		text-transform: uppercase;
		display: inline;
	}

	#cubes .cube.last {
		margin-right: 0;
		display: inline;
	}

	#cubes .cube a {
		display: block;
		width: 112px;
		height: 104px;
		position: relative;
	}

	#cubes .cube a:hover {
		text-decoration: none;
	}

	#cubes .cube a span {
		position: absolute;
		color: #FFF;
		bottom: 7px;
		left: 7px;
	}

.cube-purple {
	background: transparent url(../images/cubes/purple.gif);
}

.cube-blue {
	background: transparent url(../images/cubes/blue.gif);
}

.cube-orange {
	background: transparent url(../images/cubes/orange.gif);
}

.cube-green {
	background: transparent url(../images/cubes/green.gif);
}

.cube-light-blue {
	background: transparent url(../images/cubes/light-blue.gif);
}

.cube.lilac {
	background: transparent url(../images/cubes/lilac.gif);
}

.cube-pink {
	background: transparent url(../images/cubes/pink.gif);
}

.cube-black {
	background: transparent url(../images/cubes/black.gif);
}

.cube-red {
	background: transparent url(../images/cubes/red.gif);
}

/*******************************************************************************
 * Footer content - case studies
*******************************************************************************/

#footer-content {
	float: left;
	padding: 15px 15px 0 7px;
	width: 452px;

	min-height: 240px;
	height:auto !important;
	height: 240px;

}

#footer-content.small {
	width: 189px;
}

	#footer-content h3 {
		text-transform: uppercase;
		font-size: 1.1em;
		margin: 0 0 5px 0;
	}

#footer-content .case-study {
	color: #ACACAC;
	margin: 0 0 10px 0;
	clear: both;
	width: 200px;
	overflow: hidden;
}

	#footer-content .case-study h3 {
		text-transform: none;
		border-bottom: 1px solid #3D3F3E;
	}

	#footer-content .case-study img {
		float: left;
		margin: 0 10px 5px 0;
	}

	#footer-content .case-study p {
		padding: 0;
	}

	#footer-content .case-study div {
		margin: 0 0 20px 0;
		float: left;
		width: 200px;
	}

/*******************************************************************************
 * Footer content - partner information
*******************************************************************************/

.partner-info {
	width: 450px;
	overflow: hidden;
}

	.partner-info h4 {
		color: #adadad;
		border-bottom: 1px solid #3c3e3d;
		border-top: 0;
		padding-bottom: 3px;
		font-size: 1em;
	}

	.partner-info img {
		float: left;
		margin: 0 10px 0 0;
	}

	.partner-info div {
		float: left;
		width: 300px;
		padding: 5px 0 0 0;
	}

		.partner-info div p {
			padding: 0;
		}

/*******************************************************************************
 * Footer content - youtube pods
*******************************************************************************/

.youtube-pod {
	width: 450px;
	overflow: hidden;
}

	.youtube-pod h4 {
		color: #adadad;
		border-bottom: 1px solid #3c3e3d;
		padding-bottom: 3px;
		font-size: 1em;
	}

	.youtube-pod div.content {
		width: 200px;
		color: #acacac;
		float: left;
		margin: 5px 0 0 10px;
	}

a.ceebox {
	display: block;
	width: 200px;
	height: 102px;
	position: relative;
	float: left;
}

	a.ceebox img {
		border-top: 0;
		border: 1px solid #3c3e3d;
		float: left;
	}

	.video-overlay {
		position: absolute;
		top: 35px;
		left: 80px;
		width: 40px;
		height: 37px;
		background: transparent url(../images/pods/video-overlay.png) no-repeat 0 0;
	}


.group{display: inline-block;}

/* Hides from IE-mac \*/
* html .group{height: 1%;}

/* End hide from IE-mac */


.pink{
    color: #DF1F81;
     }
.gray {
    color:#6d6d6d;
}

/*******************************************************************************
 * Others
*******************************************************************************/
#player{margin:60px auto; text-align:center;}
#player #track{clear:both; text-align:right; margin:0 15px 5px 0; }
#player #flashcontent{clear:both; height:31px; margin:0 0 0 8px;}
.length{ font-size: 0.8em;}
