@import url("nav.css");
@import url("thickbox.css");
@import url("tinymcestylee.css");
@import url("lavalamp3.css");
@import url("datatables.css");
/* 
##############################
    - initial set up -
electric blue: #00DFFD;
raspberry: #FF1C6B;
orange: #FC7E05
red: #CC3333
##############################
*/
body{
	/**/color: #333333;
	margin:30px 0 80px 0;
	padding:0;
	text-align:center;
	background: #FFF url(../pics/bodyBckg.jpg) repeat-x center top;
}
A {
	color:#CC3333;
}
A:hover{
	text-decoration:none;
	color:#D37E7E;
}

._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 ¬ */
#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: 0;
	height:156px;
	height:210px;
	display:block;
	background: #000 url(../pics/GenevaAirportTransfers.gif) no-repeat 32px 52px;
}

#wrapper_mid{
	/*position:relative;*/
	display:block;
	text-align:left;
	margin: 0 1px;
	background: url(../pics/white_inner.gif) repeat-x left top;
	padding: 0px 0px 15px;
}
#setcontent{
	position:relative;
	z-index:30;
}
h1.faded{/* Main heading */
	color: #333;
	padding:18px 0 0 40px;
	font: bold 14px Verdana, Geneva, sans-serif;
}
#two_col_wrapper{
	position:relative;
	z-index:12;
	display:block;
	width:710px;
	float:left;
	left: 24px;
}
#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: 30px;
}
#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;
}
#LHCont{
	position:relative;
	float:left;
	width:214px;
	margin:3px 0 0px 30px;
}
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 -	
#########################
*/	

#callback{
	padding:0;
	background: url(../pics/callbackbckg.jpg) no-repeat left top;
	color: #252525;
	text-align:left;
	padding:0;
	margin: 0 0 20px 0;
}
#callback_top,#weather_top{
	height: 25px;
	color: #333;
	text-align:left;
	padding:18px 0 0 40px;
	margin: 0;
	font: bold 14px Verdana, Geneva, sans-serif;
}
#callback_footer{
	padding:0;
	height:17px;
	background: url(../pics/callback_footer.jpg) no-repeat left top;
}

table#enquiryform,
table#bookingform{
	font-size:11px;
	width:214px;
	margin:8px 0 10px 0;
}
table#bookingform{
	width:800px;
	border:1px solid #ccc;
	background: url(../pics/white_inner.gif) repeat-x center -30px;
}

#enquiryform  td,
#bookingform td{
	padding:4px 12px;
}
#enquiryform  td.radioL{
	padding:4px 0 4px 12px;
}
#enquiryform  td.radioR{
	padding:4px 12px 4px 0;
}
#enquiryform  strong ,
#bookingform strong{color:#000;font-family:Arial, Helvetica, sans-serif;}

#bookingform H2.header{
	border-bottom:1px solid #333;
	padding-bottom:10px;
	display: block;
	visibility: visible;
}
#enquiryform input,
#enquiryform textarea,
#bookingform input,
#bookingform textarea{
	width:120px;
	border: 1px solid #B3D0E1;
	background-color:#FFF;
	padding:2px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-position: top;
}
#enquiryform textarea,
#bookingform textarea{
	width:200px;
	height:50px;
}
#enquiryform input.checkbox,
#bookingform input.checkbox{
	width:12px;height:12px;
	background-image:none;
	border: none;
	background-color:none;
	margin: 0px 3px 0 0;
}
#enquiryform input.required,
#enquiryform textarea.required,
#bookingform input.required,
#bookingform textarea.required{
	background-image:url(../pics/required.gif);
	background-repeat:no-repeat;
	background-position: 4px 4px;
}
table#enquiryform input.submitbutton,
table#enquiryform input.submitbutton:visited,
table#bookingform input.submitbutton,
table#bookingform input.submitbutton:visited{
	padding:2px 30px 2px 0;
	margin-right:5px;
	border: none;
	color: #000;
	font-weight:bold;
	cursor:pointer;
	background: url(../pics/button.png) no-repeat right center;
	text-align: right;
}
#enquiryform input.submitbutton:hover,
#bookingform input.submitbutton:hover{
	color:#CC0000;
	background: url(../pics/buttonon.png) no-repeat right center;
}

.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 -
~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
#########################
 - weather feed -
#########################
*/
div#news_tabs {
	background: url(../pics/weatherbckg.jpg) no-repeat left top;
}
#weather_footer{
	background: url(../pics/weatherfooter.jpg) no-repeat left top;
	height: 17px;
}
/* END weather feed ~~~~~~~~~~~~~~~~~~~~*/
/* 
#########################
 - GALLERY -
#########################
*/
.gallery .cont{ /*the repeating cont*/
	position:relative;
	float: left;
	margin:20px 20px 0 0;
	padding:5px;
}
.gallery .offset{/*the image title/URL link*/
	position:absolute; 
	top:-22px;
	font-weight:bold;
}
/* Clip images */
.gallery  .posrel{
	margin:5px 0 0 0;
	position:relative;
	height:115px;
	width:115px;
	border:1px solid #ccc;
	padding:0px;
	background: #FFFFFF url() no-repeat center center;
	cursor:pointer;
}
/*for the mouse over link*/
.gallery  .posrel img,
.DS  .posrel img{
	width:100%;
	height:100%;
}
.gallery  div.DS{
	padding:0px 8px 8px 0px;
	background: url(../pics/bckg-BlockTh.png) no-repeat right bottom;
}
/*for ie 6*/
.gallery .cont{
	width:130px
}
/* END GALLERY  */


/* 
#########################
 - news list page -
#########################
*/
#news_tabs ul.navtabs li, #news ul.navtabs li {
background:transparent url(../pics/btntabsOn.gif) repeat-x scroll right top;
border:1px solid #DAD9D9;
color:#FEE4E4;
cursor:pointer;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
height:17px;
margin:0;
padding:10px 10px 11px;
text-decoration:none;
vertical-align:middle;
}
#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:link,
#news div.separator A:visited,
.separator .thickbox{
	color: #000;
	text-decoration:none;
	display:block;
	padding:5px;
	border:solid 1px #ccc;
	font-weight:normal;
	background: url(../pics/white_inner.gif) repeat-x -30px;
}
#news div.separator A:hover {
	display:block;
	background-color:#F7F7F7;
	color: #2E6BB0;
	background-image: none;
	border:solid 1px #ccc;
}

#news A:link .fullstory ,
#news A:visited .fullstory{
	color: #CC3333;
	padding:2px 25px 2px 0;
	text-decoration:underline;
	background: url(../pics/button.png) no-repeat right center;
}
#news A:hover .fullstory {
	text-decoration:none;
	color:#D37E7E;
	background: url(../pics/buttonon.png) no-repeat right center;
}

#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;
	height:50px;
	text-align:left;
	padding:10px 0 0 20px;
	margin: 0;
	font-size:20px;
	color:#616f39;
	background: url(../pics/newsheader.jpg) no-repeat left top;
}
#newssummary_title img{
	float:left;padding: 0 20px 0 0 ; 
}

#PRsummary{
	padding:4px 8px 4px 8px;
	height:auto;
	overflow: none;
	position:relative;
	background: #FFF url(../pics/RH_mid.jpg) no-repeat left top;
}
#PRsummary H2,
#PRsummary P{
	margin:0;
	padding:0;
	font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#PRsummary H2{
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	margin:0 0 3px 0;
}

#PRsummary A{
	padding:3px;
	display:block;
	color:#666666;
	text-decoration:none;
}
#PRsummary A:hover{
	padding:3px;
	display:block;
	color:#2E6BB0;
	background-color: #FFF;
}
#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{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FC7E05;
	text-decoration:underline;
}
#PRsummary .separator{
	border-bottom: 1px dashed #FC7E05;
}
#PRsummary .ClearFloat{
	height:5px;
	visibility: visible;
}
#newssummary_footer{
	background: url(../pics/RH_base.jpg) no-repeat left top;
	height: 11px;
}
/* END PRESS summary */

/* END PRESS details ¬ */
#PRdetails{
	padding:10px;
	background-color: #FFF;
	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;
}
.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}
.FloatR{float:right}
.FloatL{float:left}
/* 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;
	/*width:auto;*/
}
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;
}
