html, body {
	background-color:#fff;
	margin: 4px 0 0 0;
	padding: 0px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container{
	background-color:#eee;
	width:1000px;
	margin:auto;
}

* html #container {
	height: 100%;
}

#page {
	/*margin:-2px 0 0 0;*/
	padding-bottom: 9em;
	/*background-color:#0fe;*/
}

/*Friend Logo*/

.friend {
	width:100%;
	margin:30px 0 30px 20px;
}

/*Friends Logo End*/

/*-------------------------------------------------*/
/*                      HEAD
/*-------------------------------------------------*/

#head {
	width:1000px;
	height:146px;
	/*background-color:#515d27;*/
}

#head #logo {
	float:left;
	cursor:pointer;
}
#head #contact_details {
	background-image:url(../i/green_contact_bg.gif);
	background-repeat:no-repeat;
	width:344px;
	height:146px;
	font-size:12px;
	color:#fff;
	float:right;
}

#head #contact_details #description {
	margin:27px 0 0 153px;
	font-size:15px;
	font-weight:bold;
	display:none;
}

#head #contact_details #telephone {
	/*margin:27px 0 0 153px;*/
	margin:10px 0 0 153px;
	font-size:15px;
	font-weight:bold;
}

#head #contact_details #opening_times {
	margin:0 0 0 153px;
	font-size:11px;
	text-transform:uppercase;
}
#head #contact_details #email {
	/*margin:25px 0 0 153px;*/
	margin:15px 0 0 153px;
	font-size:12px;
	font-weight:bold;
}

/*#head #contact_details #cmntCont {
	margin:21px 0 0 163px;
}*/
#head #contact_details #cmntCont {
	margin:15px 0 0 156px;
}
#head #contact_details #email a {
	color:#fff;
	text-decoration:none;
}
#head #contact_details #email a:hover {
	text-decoration:underline;
}


/*-------------------------------------------------*/
/*                   NAVIGATION
/*-------------------------------------------------*/

#navigation {
	clear:both;
	/*width:1000px;
	background-color:#697541;*/
	/*margin:3px 0 0 0;*/
	font-size:12px;
	text-transform:uppercase;
	/*background-image:url(../i/nav_bg.gif);
	background-repeat:repeat-x;*/
	background-color:#697541;
	border-bottom:4px solid #fff;
}

*:first-child+html #navigation {
	clear:both;
	width:1000px;
	margin:2px 0 0 0;
	font-size:12px;
	text-transform:uppercase;
	background-color:#697541;
	border-bottom:4px solid #fff;
}

#navigation ul {
	list-style: none;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:14px;
	float:left;
	margin:0;
	padding:0;
}

/* IE6 Behave */
* html #navigation ul
{
	width:10px;
	white-space:nowrap;
}



#navigation ul li a.parent
{
	display: block;
	color:#fff;
	text-decoration:none;
	padding:3px 7px 3px 7px;
	/*border-bottom:3px solid #fff;*/
}
#navigation ul li a.parent:hover
{
	background-color:#515d27;
}

#navigation ul li ul
{
	width: 206px;
}

#navigation ul li ul li.sub p {
	display:block;
	line-height:18px;
	margin:0;
	padding:0;
	
}

#navigation ul li ul li.sub a
{
	display: block;
	color:#fff;
	text-decoration:none;
	background-color:#85a41d;
	white-space:nowrap;
	padding:3px 10px 5px 10px;
}

#navigation ul li ul li.sub a:hover
{
	color:#fff;
	background-color:#7b9a13;
}

#navigation li {
	position: relative;
	z-index:1000;
}

#navigation ul ul {
	position: absolute;
	z-index:1000;
}

#navigation ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}


* html #navigation ul li 
{
	float: left; 
	width: 100%;
}

*:first-child+html #navigation ul li a {
	height: 1%;

} 
* html #navigation ul li a {
	height: 1%;
} 

/*-------------------------------------------------*/
/*                   MAIN IMAGE
/*-------------------------------------------------*/

#main_image {
	margin:0;
	padding:0;
}

*:first-child+html #main_image {
	margin:0 0 3px 0;
	padding:0;
}

/*-------------------------------------------------*/
/*                   HOME BUTTON
/*-------------------------------------------------*/

#homebtn a {
	background-color:#58585a;
	color:#fff;
	padding:2px 10px 2px 10px; 
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	margin:-22px 0 0 0;
	position:absolute;
}
#homebtn a:hover {
	background-color:#8c8c8d;
}

/*-------------------------------------------------*/
/*                   LEFT CONTENT
/*-------------------------------------------------*/

#left_column_holding {
	float:left;
	width:130px;
}

#left_column {
	float:left;
	width:130px;
}

#left_column h1 {
	background-color:#515d27;
	margin:0 0 14px 0;
	margin:0 0 1px 0;
	text-align:center;
	font-size:17px;
	font-weight:normal;
	color:#fff;
}

#left_column p {
	font-size:14px;
	color:#5d5e61;
	margin:20px;
}

#tours_box {
	width:130px;
	color:#fff;
	font-size:13px;
}

#tours_box p {
	margin:2px 0 2px 0;
	font-size:12px;
	text-transform:uppercase;
}

#tours_head {
	background-color:#515d27;
	background-image:url(../i/cycle_icon.gif);
	background-repeat:no-repeat;
	background-position:5px 2px;
	text-align:center;
	padding:2px;
	border-bottom:1px solid #fff;
	font-size:14px;
}

#tours_classic {
	background-color:#7ea205;
	padding:3px;
	text-indent:8px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

#tours_classic_detail {
	background-color:#91b614;
	text-indent:10px;
	padding:2px;
	cursor:pointer;
}
#tours_classic_detail p {
	color:#fff;
}

#tours_expert {
	background-color:#0561af;
	padding:3px;
	text-indent:8px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

#tours_expert_detail {
	background-color:#1b72bc;
	text-indent:10px;
	padding:2px;
	cursor:pointer;
}
#tours_expert_detail p {
	color:#fff;
}

#tours_light {
	background-color:#f67b17;
	padding:3px;
	text-indent:8px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

#tours_light_detail {
	background-color:#f7941d;
	text-indent:10px;
	padding:2px;
	cursor:pointer;
}
#tours_light_detail p {
	color:#fff;
}

#tours_swift {
	background-color:#7f33d5;
	padding:3px;
	text-indent:8px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

#tours_swift_detail {
	background-color:#9055d2;
	text-indent:10px;
	padding:2px;
	cursor:pointer;
}

#tours_swift_detail p {
	color:#fff;
}

#tours_SGuided {
	background-color:#07cbad;
	padding:3px;
	text-indent:8px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

#tours_SGuided_detail {
	background-color:#22dcbf;
	padding:2px;
	cursor:pointer;
}

#tours_SGuided_txt 
{
   color:#fff; 
   margin-left:10px;
   margin-bottom:3px;
   text-transform:uppercase;
}


#tours_detail_box {
	width:130px;
}

#tours_detail_head {
	font-size:17px;
	color:#fff;
}

#tours_details {
	padding:5px;
}

#tours_details p {
	font-size:13px;
	color:#5d5e61;
	margin:0 0 14px 0;
	text-indent:6px;
}

.greenhighlight {
	color:#7ea205;
}
.bluehighlight {
	color:#0561af;
}
.orangehighlight {
	color:#f67b17;
}

.orangehighlight {
	color:#f67b17;
}

.purplehighlight {
	color:#7f33d5;
}

.greenbg {
	background-color:#e7f6b4;
}
.bluebg {
	background-color:#d1e5f5;
}

.orangebg {
	background-color:#ffe1be;
}

.purplebg {
	background-color:#d9c1f3;
}

#booknow_classic {
	background-color:#a7c838;
	padding:1px;
	text-indent:8px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	margin:2px 0 2px 0;
}
#booknow_expert {
	background-color:#3e80b7;
	padding:1px;
	text-indent:8px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	margin:2px 0 2px 0;
}
#booknow_light {
	background-color:#f7941d;
	padding:1px;
	text-indent:8px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	margin:2px 0 2px 0;
}

#booknow_swift {
	background-color:#9055d2;
	padding:1px;
	text-indent:8px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	margin:2px 0 2px 0;
}

#rightBtn {
    margin-right:15px;
}

#rightBtn a {
    color:#5d5e61;
    text-decoration:none;
    font-size:14px;
}

#rightBtn a:hover {
    text-decoration:underline;
}

#rightFlashHolder {
    background-image:url(../i/right_flashBg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#rightFlashHolder #rightFlashHolderFlash {
	margin-top:60px;
	margin-right:-12px;
}

/*-------------------------------------------------*/
/*                  CENTRE CONTENT
/*-------------------------------------------------*/

#centre_column_main {
	width:514px;
	float:left;
	/*background-color:#CC99CC;*/
	padding:0px 0 28px 4px;
	color:#5d5e61;
	font-size:13px;
}

* html #centre_column_main 
{
    width:614px;
}

* html #centre_column_main {
	overflow:hidden;
}

.centre_column_inner_box
{
	padding:10px 20px 0 18px;
}

.centre_column_inner_box h1 {
	color:#7a7b7d;
	font-size:18px;
}

.centre_column_inner_box h2 {
	color:#7a7b7d;
	font-size:16px;
}

.centre_column_inner_box h3 {
	color:#515d27;
	font-size:14px;
	margin-bottom:0;
}

.centre_column_inner_box p.intro {
	color:#515d27;
	font-size:14px;
	/*line-height:22px;*/
}

.centre_column_inner_box p, .maintext, .pager {
	color:#5d5e61;
	font-size:14px;
	line-height:22px;
	text-align:justify;
}

.centre_column_inner_box a, .gvlist a {
	color:#515d27;
}

.centre_column_inner_box a:hover, .gvlist a:hover {
	text-decoration:none;
}

.centre_column_inner_box ul, .gvlist ul {
	list-style: inside;
	margin: 0.5em 1em 0 1.5em;
	padding: 0;	
}

.centre_column_inner_box ul li, .gvlist ul li {
	list-style: square outside;
	line-height: 1.6em;
	text-align:justify;
}

.centre_column_inner_box ol {
	margin: 0.5em 1em 0 0;
	padding: 0;	
}
.centre_column_inner_box ol li {
	line-height: 1.6em;
	text-align:justify;
	margin-bottom:1em;
}

table#tours_table {
	border:1px solid #fff;
	color:#fff;
}

table#tours_table td, table.terms td {
	border:1px solid #fff;
}

table.terms {
	border:1px solid #fff;
	text-align:center;
	color:#5d5e61;
	font-size:13px;
	margin:15px 0 15px 0;
}

.accomm_img {
	float:left;
	padding: 0 5px 5px 0;
}

.iconic_img 
{
	margin: 4px 10px 20px 0;
}

.pager {
	color:#5d5e61;
	font-size:13px;
	line-height:22px;
	text-align:right;
}

#hometext h2, #hometext h3 {
	color:#515d27;
	font-size:12px;
	display:none;
}

.content_title 
{
	color:#5d5e61;
	font-size:15px;
	font-weight:700;
}

#SevenDayToursButton,
#SelfGuidedButton,
#FiveDayToursButton, 
#FourDayToursButton, 
#TwoDayToursButton
 {
	width:121px;
	height:65px;
	display:block;
}

#SevenDayToursButton 
{
	background:url(../i/pedal_classic_tab_over.jpg) no-repeat 0 0;
}
#FiveDayToursButton
{
	background:url(../i/pedal_expert_tab_over.jpg) no-repeat 0 0;
}
#FourDayToursButton
{
	background:url(../i/pedal_light_tab_over.jpg) no-repeat 0 0;
}
#TwoDayToursButton
{
	background:url(../i/pedal_express_tab_over.jpg) no-repeat 0 0;
}

#SelfGuidedButton
{
	background:url(../i/self_guided.jpg) no-repeat 0 0;
}

span#SevenDayToursButton:hover,
span#SelfGuidedButton:hover,
span#FiveDayToursButton:hover,
span#FourDayToursButton:hover,
span#TwoDayToursButton:hover
{
	background-position:0 -65px;
	cursor:hand;
}

#SevenDayToursTab,
#SelfGuidedButtonTab,
#FiveDayToursTab, 
#FourDayToursTab, 
#TwoDayToursTab
 {
	width:168px;
	height:46px;
	display:block;
}

#SevenDayToursTab 
{
	background:url(../i/7_day_tours_tab_over.jpg) no-repeat 0 0;
}
#FiveDayToursTab
{
	background:url(../i/5_day_tours_tab_over.jpg) no-repeat 0 0;
}
#FourDayToursTab
{
	background:url(../i/4_day_tours_tab_over.jpg) no-repeat 0 0;
}
#TwoDayToursTab
{
	background:url(../i/2_day_tours_tab_over.jpg) no-repeat 0 0;
}



span#SevenDayToursTab:hover,
span#FiveDayToursTab:hover,
span#FourDayToursTab:hover,
span#TwoDayToursTab:hover
{
	background-position:0 -46px;
	cursor:hand;
}

.tours_list li {font-size:14px;}

.navy {color:Navy}
.large {font-size:18px;}

ul .pdf_link {list-style-image:url("i/pdficon_small.gif")}
/*-------------------------------------------------*/
/*                  RIGHT CONTENT
/*-------------------------------------------------*/

#right_column {
	float:right;
	width:350px;
	height:458px;
	text-align:right;
	/*background-color:#CCCC99;*/
}

* html #right_column {
	width:352px;
	overflow:hidden;
}

#right_column #text {
	background-image:url(../i/right_column_bg.jpg);
	background-repeat:no-repeat;
	width:345px;
	height:427px;
	color:#fff;
}

#right_column #text p {
	text-align:left;
	font-size:13px;
	padding:24px 60px 0 80px;
	line-height:22px;
}


/*-------------------------------------------------*/
/*                      NEWS
/*-------------------------------------------------*/
/*#newslist a {
	color:#fff;
	text-decoration:none;
}*/

.tbl {
	width:100%;
	margin:0 0 0 0;
	display:block;
}

.tblitem {
	border:1px solid #697541;
}

.tblhead {
	/*background-color:#697541;
	height:15px;*/
	padding:2px 10px 3px 10px;
	float:left;
}

.tblitemtitle {
	color:#636363;
	font-weight:bold;
	float:left;
}

.tbltopright {
	float:right;
	color:#636363;
	font-weight:bold;
}

.tblcontent {
	font-weight:normal;
	color:#636363;
	padding:5px;
	float:left;
}

#news_archives {
	display:none;
}

/*-------------------------------------------------*/
/*                   GALLERY
/*-------------------------------------------------*/
#gallery {
	font-size:14px;
	color:#5d5e61;
}

#gallery p {
	margin:10px;
}

#gallery img {
	border:none;
}

/* Lightbox */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #f1f2f2;
}

.lbLoading {
	background: #fff url(../i/gallery/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #f1f2f2;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../i/gallery/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../i/gallery/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #f1f2f2;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 127px;
	height: 21px;
	background: transparent url(../i/gallery/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/*-------------------------------------------------*/
/*                   FORMS
/*-------------------------------------------------*/
.formtextbox {
	width:210px;
}

.formtextareabox {
	width:210px;
}

.select { 
	width:210px;
}

.btn {
	width:64px;
	height:22px;
	font-weight:bold;
	font-size:12px;
	background-color:#d4d4d4;
	color:#515d27;
	cursor:pointer;
}

/*-------------------------------------------------*/
/*                   FOOTER
/*-------------------------------------------------*/

#foot {
	/*position: relative;
	margin-top: -7.0em;
	height:105px;	*/
	clear:both;
} 

#foot_inner {
	width:970px;
	height:105px;
	background-image:url(../i/footer_bg.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:auto;
	font-size:10px;
	color:#58585a;
	padding:0 15px 10px 15px;
}
#foot_inner a {
	color:#58585a;
	text-decoration:none;
}
#foot_inner a:hover {
	text-decoration:underline;
}
#foot_inner #partners {
	margin: 0 0 25px 0;
}
#foot_inner #partners img {
	margin: 0 30px 0 0;
	border:none;
}
#foot_inner #partners span {
	font-size:10px;
	color:#58585a;
	display:none;
}

#foot_inner #foot_links {
	width:720px;
	float:left;
}

#foot_inner #vnm {
	width:250px;
	float:left;
	text-align:right;
	color:#cccccc;
}
#foot_inner #vnm a {
	color:#cccccc;
}

#foot_inner #resources {
	color: #666;
	line-height: 1.4em;
	text-align: left;
	display:none;
}

/*FIX FOR MOZILLA*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*-------------------------------------------------*/
/*                   TOOLTIP
/*-------------------------------------------------*/
#dhtmltooltip {
	position: absolute;
	width: 200px;
	border: 1px solid #fff;
	padding: 10px;
	background-color: #515d27;
	visibility: hidden;
	z-index: 100;
	font-size:11px;
	color:#fff;
	text-align:left;
}

#dhtmltooltip h1 
{
	font-size:14px;
	padding:0;
	margin:0 0 10px 0;
}

#dhtmltooltip img {
	float:right;
	border: 1px solid #fff;
}


/*-------------------------------------------------*/
/*                  ADMIN
/*-------------------------------------------------*/

#admin_centre_column {
	float:left;
	width:800px;
	padding:38px 10px 28px 10px;
	color:#5d5e61;
	font-size:13px;
	min-height:500px;
}
* html #admin_centre_column {
	height:500px;
}

#admin_centre_column h2 {
	color:#7a7b7d;
	font-size:15px;
}

#admin_centre_column p {
	color:#5d5e61;
	font-size:13px;
	line-height:22px;
}

#admin_centre_column a {
	color:#515d27;
}
#admin_centre_column a:hover {
	text-decoration:none;
}


/* PNG Banner -------------------------------------------------------------*/

#popup_png {
	position:absolute;
	margin-left:200px;
	margin-top:0px;
}

img.png {
	behavior: url("css/png.htc");
}
