@import url("nav.css");
@import url("lavalamp3.css");
@import url("thickbox.css");
@import url("tinymcestylee.css");
@import url("datatables.css");
/* 
##############################
    - initial set up -
electric blue: #00DFFD;
raspberry: #FF1C6B;
orange: #FC7E05
red: #CC3333
##############################
*/
body{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color: #333333;
	margin:10px 0 50px 0;
	padding:0;
	text-align:center;
	scrollbar-face-color: #555555;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color:#333;
	scrollbar-darkshadow-color: #555555;
	scrollbar-track-color: #EEE;
	scrollbar-arrow-color: #EEE;
}
A {
	color:#CC3333;
}
A:hover{
	text-decoration:none;
	color:#FC7E05;
}

._12px{
	font-size:12px
}
.small_hint{
	font-size: 11px;
	font-weight:normal;
	padding:0;
	margin:0;
}


.ClearFloat,
.break{
	clear:both
}
/* END initial set up -
~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* 
##############################
    - POSITION ELEMENTS -
##############################
*/
/* containers and boxes ¬ */

.partners{
	position:absolute; 
	top:20px; right:20px
}
#setCentral{
	width:1023px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
}
#DS_top{
	background: url(../pics/DS_top.png) no-repeat left bottom;
	height:15px
}
#DS_mid{
	background: url(../pics/DS_mid.png) repeat-y left top;
	padding:0 10px 0 11px;
}
#DS_base{
	line-height:22px;
	height:22px;
	padding:0;
	margin: 0 0 0 0;
	background-image: url(../pics/DS_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
}
#wrapper_top{
	position:relative;
	z-index:10;
	text-align:left;
	margin: 0 1px;
	padding: 20px 30px 0 30px;
	height:145px;
	display:block;
	background:  url(../pics/top-grad.jpg) repeat-x left top;
}

#wrapper_mid{
	/*position:relative;*/
	display:block;
	text-align:left;
	margin: 0 1px;
	background: #dddddd url(../pics/mid-grad.jpg) repeat-x left top;
	padding: 0px 0px 35px 30px;
}
#setcontent{
	position:relative;
	z-index:30;
	left:-5px;
}
h1.faded{/* Main heading */
	color: #333;
	padding:18px 0 0 40px;
	font: bold 14px Verdana, Geneva, sans-serif;
}
h1.faded .floatR{/* Main heading */
	color: #333;
	padding:0px 20px 0 0px;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	float: right;
}
#two_col_wrapper{
	position:relative;
	z-index:12;
	display:block;
	width:710px;
	float:left;
}
#content_top{
	background: url(../pics/content_top.png) no-repeat left top;
	height: 56px;
}
#content_mid{
	background: url(../pics/content_mid.png) repeat-y left top;
	padding:0 20px 10px 20px;
	/*Cross Browser min-height*/
    min-height:630px;
	height: auto !important;
	height: 630px;
	/*END Cross Browser min-height*/
}
#content_footer{
	background:url(../pics/content_footer.png) no-repeat left top;
	height: 20px;
}
#one_col_wrapper{
	position:relative;
	z-index:12;
	display:block;
	width:946px;
	left: 0px;
}
#one_col_wrapper #content_top{
	background: url(../pics/contentW_top.png) no-repeat left top;
	height: 56px;
}
#one_col_wrapper #content_mid{
	background: url(../pics/contentW_mid.png) repeat-y left top;
	padding:0 20px 10px 20px;
	/*Cross Browser min-height*/
    min-height:860px;
	height: auto !important;
	height: 860px;
	/*END Cross Browser min-height*/
}
#one_col_wrapper #content_footer{
	background:url(../pics/contentW_footer.png) no-repeat left top;
	height: 20px;
}


/*
###########
NEWS CONT 
################ 
*/
#RHCont{
	float:right;
	position:relative;
	right:25px;
	width:239px;
	margin:0;
}
#news_top{
	background: url(../pics/news_top.png) no-repeat left top;
	height: 56px;
}
#news_mid{
	background: url(../pics/news_mid.png) repeat-y left top;
	padding:0 12px 10px 12px;
	/*Cross Browser min-height
    min-height:860px;
	height: auto !important;
	height: 860px;*/
	/*END Cross Browser min-height*/
}
#news_footer{
	background:url(../pics/news_footer.png) no-repeat left bottom;
	height: 20px;
}
/*
###########
END NEWS CONT 
################ 
*/


img.floatleft{
	float:left;
	border: solid 1px #ccc;
	margin:0 30px 10px 0;margin:0 10px 10px 0;
}
img.floatright{
	float:right;
	border: solid 1px #ccc;
	margin:0 0 10px 10px;
}

/* footer section ¬ */
.legal{
	border-top: 1px solid #7CA3CE;
	border-bottom: 1px solid #7CA3CE;
	margin:0;
	padding: 6px 0;
	display:block;
}
.legal A:link,
.legal A:visited{
	/*color: #000066;*/
}
#footer{
	/**/
	text-align: left;
	margin:20px 0 ;
	color: #999999;
	font-size: 12px;
	display:block;
}
.ecc{
	color:#398DBF;
	float:right;
	padding:10px 0 0 0;
}
.ecc a{
	text-decoration:none;
	color:#398DBF;
}
a:hover.ecc {
	text-decoration:none;
	color:#C00;
}
/* END POSITION ELEMENTS -
~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
#########################
     - Forms -	
#########################
*/
.scrolldir{height:260px;
overflow:scroll;}
div #enquiryform{
	border-left:1px solid #333;
	float:left;
	margin:20px 0 0 20px;
	border:2px solid #CCC;
}
table#enquiryform {
	font-size:11px;
	/*border-top:none;*/
	margin:0;
	background-image: url(../pics/navSide-bckg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
#enquiryform H2 {
	color: #fff;
	font-size:16px;
	height:27px;
	text-align:left;
	padding:0;
	margin: 0;
}
#enquiryform  td.header{
	padding: 2px 5px;
	background-image: url(../pics/tt_header_bg.gif);
	background-repeat: repeat-x;
	height:20px;
	cursor:pointer;
	background-position: center;
}
#enquiryform  td.header img{
	float:right;
	padding:5px;
}
#enquiryform  td{
	padding:5px 10px;
}
#enquiryform H2.break{
	border-top:1px solid #333;
	padding-top:5px;
}
#enquiryform input,
#enquiryform textarea{
	width:200px;
	border: 1px solid #B3D0E1;
	background-image:url(../pics/formbckg.gif);
	background-repeat:repeat-x;
	background-color:#FCFCFC;
	padding:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px
}
#enquiryform textarea{
	width:390px;
	height:165px;
}
#enquiryform input.checkbox{width:20px; background-image:none;border: none;background-color:none;margin: 0;}

#enquiryform input.required,
#enquiryform textarea.required{
	background-image:url(../pics/required.gif);
	background-repeat:no-repeat;
}
table#enquiryform input.submitbutton,
table#enquiryform input.submitbutton:visited{
	background-image:none;
	width:100px;/**/
	margin-right:10px;
	padding:2px;
	border: 1px solid #999;
	background-color:#FC7E05;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
#enquiryform input.submitbutton:hover{
	background-color:#FE6203;
	color:#000000;
}

.hide-formselect-message{
	display:none;
}
.show-formselect-message{
	display:inline;
	background-color:#FFFF99;
	padding:3px;
}
.formtitles{
	width:160px;
}
.footnote{
	float:right;
	font-size: 11px;
	color:#56AFF8;
	float:right;
	margin:20px 20px 0 0;
	
}
/*     - END Forms -
~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
#########################
 - PRESS -
#########################
*/
/* homepage news ¬ */
#homepg_news{
	background: url(../pics/contentW_mid.png) repeat-y left top;
	padding:0 20px 10px 20px;
}
#homepg_news img{
	float:right;
	border:1px solid #ccc;
	margin:0 0 0 10px;
}
#homepg_news A:link,
#homepg_news A:visited {	
	color: #000;
	text-decoration:none;
	display:block;
	background-repeat: repeat-x;
	background-position: bottom;
}
#homepg_news A:hover {
	display:block;
	color: #2E6BB0;
	background-image:none;
}

#homepg_news a .readmore ,
#news span.fullstory {
	margin:0 0 0 20px;
	text-decoration:underline;	
	color: #CC0000;
	text-decoration:underline;
	padding:5px 30px 5px 10px;
	background:  url(../pics/button.png) no-repeat right center;
	cursor:pointer;
	vertical-align: middle;
}
#news span.fullstory {
	text-align: right;
	display:block;
}
#homepg_news A:hover .readmore,
#news :hover span.fullstory  {
	text-decoration:none;
	background:  url(../pics/buttonOn.png) no-repeat right center;
	color:#FC7E05;
}
.dateformat{
	/*float:right;*/
	font-size: 12px;
	font-weight: normal;
	margin:0 20px 0 0 ;
	padding:0 0 20px 0;
	color:#000000
}
/* END homepage news ¬ */

/* news list page ¬ */
#news .posrel{
	position:relative;
	z-index:10;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #CC3333;
}
#news .separator{
	padding: 5px;
}
#news  .imgborder{
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #FFF;
	margin: 0 10px 0 0;
	float:left;
}
#news div.separator A.thickbox
{
	display:inline-block;
}
#news div.separator
/*
#news div.separator A:link,
#news div.separator A:visited*/ {
	color: #000;
	text-decoration:none;
	display:block;
	/*padding:5px;*/
	background: #fff url(../pics/section_bckg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border:solid 1px #ccc;
}
#news div :hover.separator 
/*
#news div.separator A:hover*/ {
	background: #F7F7F7 url(../pics/section_bckgOff.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #2E6BB0;
	/*border:solid 1px #ccc;*/
}

#news  A.readmore:link,
#news  A.readmore:visited{
	position:absolute;
	z-index:12;
	font-size:12px;
	padding:3px;
	top:10px;
	right:10px;
	color: #CC0000;
	text-decoration:underline;
	display:inline;
	border:1px solid #E5E5E5;
	background-color:#E6F1F7;	
}
#news  A.readmore:hover {
	text-decoration:none;
	color:#FC7E05;
}
/* END news list page ¬ */

/*   PRESS  summary */
#newssummary_title {
	width:auto;/**/
	display:block;
	width:222px;
	height:27px;
	text-align:left;
	padding:0;
	margin: 0;
	background-image: url(../pics/section_greyheader_bckg.gif);
	background-repeat: repeat-x;
	font-size:16px;
	color:#CDECFC;
}
#newssummary_title img{
	float:left;padding: 0 20px 0 0 ; 
}

#PRsummary{/*the scroll content*/
	padding:4px 5px 4px 4px;
	/*height:420px;*/
	height:auto;
	overflow: none;
	position:relative;
	background-image: url(../pics/news_summarybckg.jpg);		
	background-repeat: repeat-x;
	background-color:#FFF;
	border: 1px solid #EFEDED;
}
#PRsummary H2,
#PRsummary P{
	line-height:12px;
	font-size:12px;
	margin:0;
	padding:0;
}
#PRsummary H2{
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	margin:0 0 3px 0;
}
#PRsummary A:link H2,
#PRsummary A:visited H2{
	text-decoration:none;
	font-weight: bold;
	color:#2E6BB0;
	color: #C00;
}
#PRsummary A:hover H2{
	color:#2E6BB0;
	color: #C00;
}
#PRsummary A:link,
#PRsummary A:visited{
	padding:4px;
	display:block;
	color:#666666;
	text-decoration:none;
}
#PRsummary A:hover{
	background-color: #E6E6E6;
	padding:3px;
	border:1px solid #CCC;
	color:#2E6BB0;
}
#PRsummary .relpos{
	position:relative;/**/
}
#PRsummary .imgcont{
	position:relative;
	float:right;
	width:105px;
	height:80px;
	display:block;
	top:0px;
	cursor:pointer;
	margin:0 0 0 5px;
}
#PRsummary .imgcont img{
	position:absolute;
	top:0;
	right:0;
	clip:rect(0px 100px 80px 0px)
}
#PRsummary A:link P .readmore,
#PRsummary A:visited P .readmore{
	color:#FC7E05;
	color:#CC0000;
	text-decoration:underline;
}
#PRsummary A:hover P .readmore {
	text-decoration:none;
	color:#FC7E05;
}
#PRsummary .separator{
	margin: 5px 0;
	border-bottom: 1px dashed #FC7E05;
}
/* END PRESS summary */

/* END PRESS details ¬ */
#PRdetails{
	padding:10px;
	text-align:left;
}
/* END PRESS details */

/*     - END PRESS -
~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
#########################
 - Promo containers -
#########################
*/


/*     - END Promo containers -
~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
#########################
 - mouse over tips -
#########################
*/
.tt_header,.tt_h200,tt_h300,
.tt_body,.tt_b200,.b300{
font-size:12px;
padding:3px;
filter:alpha(opacity=100);    
opacity: .99; 
position:relative;
z-index:100;
width:auto;
}
.tt_b200,.tt_h200{
width:200px;
}
.tt_b300,.tt_h300{
width:300px;
}
.tt_body,.tt_b200,.tt_b300{
	font-weight:normal;
	background-color:#FFF;
	color:#1B4966;
	filter:alpha(opacity=100);    
	opacity: 0.99; 
	border:1px solid #86D2FA;
	padding:3px 5px;
	border-top:1px none #86D2FA;
}
.tt_header,.tt_h200,.tt_h300{
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding:3px 5px;
	border-top: 1px solid #C74701;
	border-right: 1px solid #C74701;
	border-left: 1px solid #C74701;
	border-bottom:1px none #C74701;
	background: #C74701 url(../pics/tt_red.gif) repeat-x left top;
	text-align: left;
}
.tt_body .inline p{
	display:inline;
	padding:0;
}
/* Scrolling Marquee ##################################*/
.JQMarquee{
	position:relative;
	border:1px solid #CAE0EC;
	padding:5px;
	margin:0 0 10px 0;
	background: #FFFFFF;
}
.JQMarquee  a:link,
.JQMarquee  a:visited{
	text-decoration:none;
	font-weight: bold;
	color: #FF0000;
}
.JQMarquee .pointer {cursor: -moz-grab /*move IE*/ ;}
.pos-topR{
	width:80px;
	position:absolute;
	top:-15px;
	right:0;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}

/* unused ##################################*/
.reallyTiny { 
	font-size: 7pt; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #DEDADF
}
.hide{display:none}
.show{display:block}

/* ZEBRA STRIPE TABLES 
table - id='anything' class ='alternate_rows basic_table'*/
table.basic_table{
	border:1px solid #ccc;
	border-spacing:1px; /*add cell spacing*/
	background-color: #E7F4FA;
}
table.basic_table td{
	padding:5px;
	
}
table.alternate_rows tr.odd td {
	background-color: #DBEFF7;
}
table.alternate_rows tr.even td {
	background-color: #BAE0EF;
}
table.alternate_rows tr#tblheadertop td,
table.alternate_rows tr#tblheader td{
	background: #F2F2F2;
}
/* END ZEBRA STRIPE TABLES */
.steps {
	color:#FF0000;
	font-size:18px;
}