@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	color: #b7b9bc;
	background-color: #0d0e0f;
	text-align: center;
}

img {
	border: 0px;
}

/***********************************************************************/

/* clearfix for nested floats - see http://positioniseverything.net/easyclearing.html for details of how it works */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/************************************************************************/

h1, h2, h3, p, li {
	color: #b7b9bc;
}

h1 {
	font-size: 21px;
	line-height: 18px;
	padding-bottom: 15px;
}

h2 {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 10px;
}

h3 {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
}

p {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	text-align: left;
}

a {
	color: #666;
	font-size: 13px;
	text-decoration: none;
}

a:hover {
	color: #333;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
	font-size: 13px;
}

hr {
	color: #b7b9bc;
	background-color: #b7b9bc;
	height: 1px;
}

.success {
	color: #a7ff97;
	font-weight: 600;
}
/******************************************************/

/* container to hold the entire page (centered) */
div#page_container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/******************************************************/

/* there are then three "rows" to hold the header, contents, and footer ... */
div#header_container {
	width: 100%;
	margin: 0 auto;
}

div#contents_container {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

div#footer_container {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align:center;
}

div#footer_container p.footer_text {
		text-align:center;
}

/********************************************************/

/* the main contents is divided into a menu on the left and page contents on the right ... */

/* the left-hand side menu ... */
div#contents_side_menu_left {
	width: 190px;
	float: left;
	margin-right: 20px;
}

/* the right-hand page contents */
div#contents_page_contents_right {
	width: 580px;
	float: left;
}

/* although on the HOME PAGE the width of the side menu needs to be made a bit narrower to leave more space for the main content ... */
div.home_page_side_menu_left {
	width: 110px !important;
}

div.home_page_page_contents_right {
	width: 660px !important;
}

/*********************************************************/

/* the side menu ... */

ul.side_menu li {
	margin-bottom: 10px;
}

ul.side_menu li a {
	font-weight: bold;
	text-decoration: none;
}

/* the side menu sub-menu ... */

li.sub_menu_indented {
	margin-left: 20px; /* indented */
}

li.sub_menu_indented a {
	color: #ccc; /* not selected sub-menu link colour */
}

/***********************************************/

/* the home page's central image has space above and below it ... */
img.home_page_main_image {
	margin-top: 20px;
	margin-bottom: 20px;
}

/***********************************************/

/* a list structure consisting of columns, each being a sub-list of the main one */

ul.summary_list_columns {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.summary_list_columns li {
	float: left;
	margin-right: 12px;
}

ul.summary_list_columns li ul li {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 10px;
	float: none;
}

ul.summary_list_columns li a {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 10px;
	float: none;
}

/***********************************************/

/* footer styles */

p.footer_text {
	color: #606965;
	font-size: 9px;
}

p.footer_text a {
	color: #606965;
	font-size: 9px;
}

/******************************************************/

/* misc ... */

.inline {
	display: inline;
}

.block {
	display: block;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/********************************************************/

/* text styles */

.italic_text {
	font-style: italic;
}

.large_text {
	font-size: 19px;
	line-height: 23px;
}

.bold_text {
	font-weight: bold;
}

.grey_text {
	color: #ccc;
}

.yellow_text {
	color: #a936aa;
}

.green_text {
	color: #7f3094 !important;
}

.blue_text {
	color: #5d379c;
}

.purple_text {
	color: #3b3d9a;
}

.red_text {
	color: #3453a6;
}

/* there is also the option of using a different color/weight for the "selected" state ... */

.grey_text_selected {
	color: #ccc;
}

.yellow_text_selected {
	color: #8e278f;
}

.green_text_selected {
	color: #7f3094 !important;
}

.blue_text_selected {
	color: #5d379c;
}

.purple_text_selected {
	color: #3b3d9a;
}

.red_text_selected {
	color: #3453a6;
}


/*******************************************************/

/* thumbnails in XxX format ... */

table.thumbnails_large {
	margin-bottom: 10px;
}

table.thumbnails_large td {
	width: 140px;
	margin-bottom: 10px;
	padding-right: 5px;
}

table.thumbnails_large td p {
	color: #b7b9bc;
	font-weight: bold;
}

/*******************************************************/

/* the blog posts on the blog page ... */

div.blogpost {
}

p.blogposttitle {
	font-weight: bold;
	font-size: 15px;
	color: #ccc;
	padding: 0px;
	margin: 0px;
}

p.blogpostdate {
	font-size: 9px;
	color: #666;
}

p.blogpostcontent {
}

/********************************************************/

/* styles for thickbox, used for the pop-ups ... */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ccc;
	background-color: #252627;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayMacFFBGHack {
	background: url(images/thickbox_macFFBgHack.png) repeat;
}

.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background-color: #252627;
	z-index: 102;
	color: #ccc;
	display:none;
	border: 4px solid #252627;
	text-align:left;
	top: 50%;
	left: 50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	background-color: #252627;
	height: 27px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding:15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color: #252627;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}


/* New Image Container (Slimmed code down a bit - Andy) */

.imageCont {
	width: 580px;
	display:block;
	margin-bottom: 10px;
	clear:both;
	position:relative;
	float:left;
}

.imageTbn {
	width: 140px;
	margin-bottom: 10px;
	padding-right: 5px;
	color: #b7b9bc;
	font-weight: bold;
	float:left;
	position:relative;
}

.imageTbn:hover p {
	color: #fff;
}

/* Contact Form */

label {
	display:block;
	float:left;
	clear:left;
	position:relative;
	text-align:right;
	width: 150px;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}

#contactForm {
	width: 510px;
}

#contactForm input, textarea {
	display:block;
	float:left;
	position:relative;
	width: 300px;
	margin-left: 50px;
	height: 20px;
	margin-bottom:10px;
	background-color: #222222;
	border: 1px solid #444444;
	color: #fff;
}

#contactForm textarea {
	height: 80px;
}

#contactForm .submitButton {
	width: 300px;
	height: 25px;
	background: #b7b9bc;
	color: #222222;
	font-weight: 600;
	margin-left: 200px;
	cursor: pointer;
}

#contactForm .submitButton:hover {
	background: #fff;
	color: #222;
}

/* New List */

ul.tickList {
	list-style-image: url(images/bulletTick.png);
}

/* slider */

#contactSlider {
	width: 300px;
	display:none;
	clear:both;
	margin-left:200px;
	background-color: #222222;
	border: 1px solid #444444;
	color: #fff;
	padding:0px;
	text-align:left;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
}


#contactSlider input, #contactSlider label {
	float:left;
	position:relative;
	clear:none;
	text-align:left;
	display:inline;
	margin:0px;
	width: 50px;
	padding:0px;
}

#contactSlider label {
	margin-left: 10px;
	width: 230px;
	margin:0px;
	float:left;
	text-align:left;
	padding-left: 20px;
}

#contactSlider p {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
}
a.btn-slide {
	width:300px;
	height:42px;
	display:block;
	float:left;
	position:relative;
	clear:both;
	margin-left: 200px;
	padding-bottom: 10px;
	z-index: 9;
}
.clearFix {
	display:block;
	clear:both;
	float:left;
}

#imageScroller {
	width:660px;
	height:330px;
	overflow:hidden;
}

#imageScroller img {
	width:660px;
	height:330px;
}

.accredit {
	display:block;
	position:relative;
	float:left;
	clear:both;
}

.accreditCenter {
		display:block;
	position:relative;
	float:left;
	clear:both;
	margin-left:30px;
}
