@charset "utf-8";
/* CSS Document */

/*========================================
-------- Global
========================================*/

*, .noMargin_NoPadding{
	margin:0px;
	padding:0px;
	outline:0px;
}
img {
	border: 0;}


body {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 32px;
	margin-left: 0px;
}

#container{
}
/*========================================
-------- Additional Styles
========================================*/
.clearFloat {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.textAlignRight {
	text-align: right;
}

img.imgLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
img.imgRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}
.wrap {
	position: relative;
}
.wrap ul {
    background-color: #FFFFFF !important;
    width: 300px !important;
	margin-top: 5px !important;
}

.wrap ul li a {
    background-color: #FFFFFF !important;
    background-image: none !important;
	color: #666666 !important;
}

#topBar {
	height: 58px;
	padding-top: 0px;
}
#topBar ul {
	margin-left: 0px;
	float: left;
	width: 600px;
	margin-top: 19px;
	margin-bottom:0px;
}
#topBar ul li {
	float: left;
	display: block;
	font-size: 14px;
	margin-left: 0px;
	list-style-type: none;
}
#topBar ul li a {
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
form#topSearch {
	background-image:url(/images/background/bg-search.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	height:32px;
	right:0;
	top:0px;
	width:178px;
	position: absolute;
}
form#topSearch p.fields input {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#000;
	font-size:13px;
	font-weight:bold;
	left:8px;
	overflow:hidden;
	position:absolute;
	top:8px;
	width:130px;
	padding-top: 2px;
}
form#topSearch p.fields button {
	border:medium none;
	height:25px;
	position:absolute;
	right:3px;
	top:6px;
	width:25px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/buttons/go.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -99999px;
}
a.whatsthis {
	font-size: 9px;
	text-decoration: underline;
}


/*========================================
-------- Header
========================================*/
#header {
    margin-top: 0;
    position: relative;
}

#header  h1 a#logo {
	background-image: url(/images/freedom-treks-logo.png);
	height: 107px;
	width: 169px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: left 12px;
	text-indent: -9999px;
}
#header h1 {
	display:block;
	float: left;
	height: 95px;
	width: 169px;
}


/*========================================
-------- Left hand Navigation
========================================*/
#header #globalNav {
    display: block;
    float: right;
    margin-top: 60px;
}
#header #globalNav a {
	background-color: #CDC2AF;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	display: block;
	padding-top: 6px;
	padding-bottom: 5px;
	height: 15px;
	background-image:url(/images/globalNav-divide.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}
#header #globalNav a.last {
	border-right-style: none;
	background-image: none;
}

#header #globalNav a:hover {
	text-decoration: none;
	background-color: #808285;
}
#header #globalNav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CDC2AF;
	height: 26px;
	width: 770px;
	margin-bottom:0px;
}
#header #globalNav ul li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	line-height: normal;
}
#header #globalNav ul li a {
}
#header #globalNav ul li a:hover {}

#header #globalNav ul li a.selected {}
#banner {
	margin-bottom: 15px;
	height: 254px;
	display: block;
	position: relative;
}
#banner .imageWrapper {
	display: none;
}

#banner  #nextButton a {
	position: absolute;
	z-index: 1000;
	top: 208px;
	left: 18px;
	width: 40px;
	height: 40px;
	cursor:pointer;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#banner .bannerInfo {
	position: absolute;
	right: 0px;
	top: 135px;
}
#banner .bannerInfo a {
	color: #333333;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 16px;
	display: block;
	background-image: url(/images/home-banner/bg-homebanner-detail.png);
	background-repeat: repeat;
}



#GN01 {
	width: 85px;
}
#GN02 {
	width: 100px;
}
#GN03 {
	width: 90px;
}
#GN04 {
	width: 180px;
}
#GN05 {
	width: 165px;
}
#GN06 {
	width: 128px;
}
#GN07 {
	width: 81px;
}
#GN08 {
	width: 97px;
}
#GN09 {
	width: 80px;
}

.holsSearch {
}
.holsSearch select#where {
	width: 150px;
}
.holsSearch select#when {
	width: 150px;
}
.holsSearch select#year {
	width: 150px;
}
.holsSearch select#what {
	width: 150px;
}
.holsSearch button {
	border:medium none;
	height:18px;
	width:60px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/buttons/adventureSearch.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -99999px;
}
.leftCol    h2, .rightCol h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}

.leftCol {
	width: 160px;
	margin-left: 10px;
	float: left;
}

.rightCol {
	width: 160px;
	margin-left: 10px;
	float: right;
}
ul.list {
	clear: both;
	margin-bottom: 10px;
}
ul.list li {
	list-style-type: none;
	margin-left: 0px;
	line-height: normal;
}
ul.list li a {
	font-size: 1em;
	margin-top: 5px;
	display: block;
	color: #666666;
}
.module {
	margin-bottom: 15px;
	clear: both;
}



#content {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 585px;
}
#contentFull {
	width: 770px;
	float: left;
	margin-left: 10px;
}


ul.hols {
	margin-bottom: 15px;
	display: block;

}
ul.hols li .overlay {
	position: absolute;
	right: 0px;
	width: 184px;
	text-align: right;
}
ul.hols li .grade {
	position: absolute;
	right: 0px;
	width: 184px;
	text-align: right;
	font-size: 14px;
	background-image: url(/images/bike-grade.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	top: 113px;
	padding-right: 22px;
}

ul.hols li {
	float: left;
	height: 235px;
	width: 184px;
	position: relative;
	margin-right: 11px;
	line-height: normal;
	margin-left: 0px;
	list-style-type: none;
}
ul.hols li.last {
	margin-right: 0px;
}

ul.hols li h2 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 13px;
}
ul.hols li .level {
	font-size: 14px;
	margin-bottom: 3px;
	color: #666666;
	margin-top: 8px;
}
ul.hols li .price {
	font-size: 14px;
	color: #000000;
}


ul.type {
	margin-bottom: 15px;
	display: block;

}
ul.type li .overlay {
	position: absolute;
	right: 0px;
	width: 184px;
	text-align: right;
	color: #333333;
}
ul.hols  li  .overlay  strong {
	background-color: #FFFFFF;
	padding-left: 3px;
	color: #333333;
}

ul.type li .grade {
	position: absolute;
	right: 0px;
	width: 184px;
	text-align: right;
	font-size: 14px;
	background-image: url(/images/bike-grade.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	top: 113px;
	padding-right: 22px;
}

ul.type li {
    float: left;
    height: 162px;
    line-height: normal;
    list-style-type: none;
    margin-left: 0;
    margin-right: 11px;
    position: relative;
    width: 184px;
}

ul.type li.last {
	margin-right: 0px;
}

ul.type li h2 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	text-transform: uppercase;
}
ul.type li .level {
	font-size: 14px;
	margin-bottom: 3px;
	color: #666666;
	margin-top: 8px;
}
ul.type li .price {
	font-size: 14px;
	color: #000000;
}




/*========================================
-------- Footer
========================================*/
#footer {
    clear: both;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0 0;
    text-align: left;
    width: 960px;
}
#footer .links {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 600px;
}

#affiliates {
	clear: both;
	height: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	padding: 7px;
	text-align: center;
}
#logos div {
	float: left;
	padding: 0 20px 0 20px;}
#footer .copyright {
	font-size: 11px;
	color: #999;
}

/*========================================
-------- Bread Crumbs
========================================*/
#breadCrumbs {
	padding: 8px 8px 4px 8px;
	font-size: 0.8em;
	color: #999;
}
#breadcrumbWrap {
	background-color: #F4F6F5;
	height: 35px;
	padding-top: 7px;
	float: left;
	margin-bottom: 5px;
}
#breadCrumbs   a#usernav-home    {
	background-repeat: no-repeat;
	display: block;
	padding-left: 0px;
}
#breadCrumbs a#usernav-home:hover {

}
ol#breadCrumbs {
	padding: 0px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	width: 760px;
}



ol#breadCrumbs li {
	line-height: 1.9em;
	float: left;
	margin: 0px;
	list-style-type: none;
}
ol#breadCrumbs li.end {
	height: 25px;
	float: right;
}
ol#breadCrumbs li.end a {
	background-image: url(/images/bg-breadcrumb-divide-end.jpg);
	background-position: left 4px;
	padding-left: 20px;
	padding-right: 0px;
}


ol#breadCrumbs   li   a {
	background-image: url(/images/bg-breadcrumb-divide.jpg);
	background-repeat: no-repeat;
	background-position: right 3px;
	display: block;
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	height: 27px;
	text-decoration: none;
	padding-top: 6px;
	font-weight: bold;
	color: #38819B;
}
ol#breadCrumbs li a:hover {
	color: #D71C53;
}

ol#breadCrumbs li span {
	background-repeat: no-repeat;
	background-position: right 5px;
	display: block;
	float: left;
	padding-right: 18px;
	padding-left: 10px;
	height: 27px;
	text-decoration: none;
	font-weight: bold;
	color: #525655;
	padding-top: 6px;
}
/*========================================
-------- Grey Colour background
========================================*/

#summary .textPane, .holiday-tabs  ul  li a:hover, .holiday-tabs  ul  li a.selected {
	clear: both;
	background-color: #F0EFEE;
}

/*========================================
-------- Holiday Detail Tabs
========================================*/
.holiday-tabs {
	height: 32px;
}
.holiday-tabs ul {
	margin-bottom:0px;
}
.holiday-tabs ul li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	line-height: normal;
}
.holiday-tabs ul li a {
	display: block;
	padding-top: 8px;
	padding-right: 37px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin-right: 5px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	background-image: url(/images/bg-holidayTabs-divide.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.holiday-tabs ul li a:hover {
	text-decoration: none;
	background-image: none;
}
.holiday-tabs ul li a.selected {
	background-image: none;
}

/*========================================
-------- Holiday Summary Page
========================================*/
#summary {

}
#summary .textPane {
	clear: both;
	padding: 12px;
	float: left;
	width: 323px;
	margin-top: 5px;
}
#summary .rightPanel {
	width: 412px;
	margin-left: 10px;
	float: left;
}
#gallery {
	margin-top: 5px;

}
#gallery .mainImg {
	border: 1px solid #F0EFEE;
	padding: 10px;
	width: 391px;
}
#gallery .thumbs {
	border: 1px solid #F0EFEE;
	width: 391px;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#gallery .thumbs img {
	margin-right: 9px;
	margin-top: 5px;
}
#gallery .thumbs img.last {
	margin-right: 0px;
}
#gallery #mapContainer {
	border: 1px solid #DEDCDA;
	padding: 10px;
	width: 391px;
}
#gallery #mapContainer small {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	clear: both;
	float: left;
}
#gallery #mapContainer small a {
	color: #D71C53;
}


#detail {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;


}
#detail dl {
	float: left;
	width: 206px;
	display: block;
}

#detail dl dt {
	float: left;
	background-color: #F0EFEE;
	width: 70px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	height: 22px;
	clear: both;
	margin-bottom: 5px;
}
#detail dl dd {
	clear: right;
	width: 95px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	/*height: 22px;*/
	margin-bottom: 5px;
	color: #808285;
	font-size: 14px;
	float:right;
}

#detail dl.lrge {
	width: 230px;
	font-size: 14px;
}
#detail dl.lrge dt {
}
#detail dl.lrge dd {
	width: 120px;
}

#detail  dl.small {
	width: 180px;
}
#detail  dl.small  dt {
	width: 50px;
}
#detail  dl.small  dd {
	width: 90px;
}

#summary #price {
	background-color: #F0EFEE;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: #393A3C;
	font-weight: bold;
	height: 40px;
}
div#contentFull #summary h2  {
	color: #333333;
}

#summary #price .floatRight {
	text-align: right;
}
#summary #price .floatLeft {
	margin-top: 4px;
	font-size: 18px;
}


#summary #book {
	background-color: #F0EFEE;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: #4E5052;
	font-weight: bold;
	height: 40px;
}
#summary #book { position:relative;
}

#summary #book .floatRight {
	position:absolute;
	right:10px;
	text-align:right;
	top:-5px;
}
#summary #book .floatLeft {
	margin-top: 7px;
	font-size: 18px;
}

#summary  #book  .lrge {
	color: #D71C53;
}
#summary .textPane table {
	width: 323px;
}
#summary .textPane table caption {
	font-size: 12px;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
body.cycling #summary .textPane th.headerCaption {
	background-color: #D71C53;
	color: #FFF;
	text-align: center;
}
body.walking #summary .textPane th.headerCaption {
	background-color: #624099;
	color: #FFF;
	text-align: center;
}
#summary .textPane table th {
	font-size: 12px;
	text-align: left;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #E1DFDD;
}
#summary .textPane table td {
	text-align: left;
	padding: 5px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #F0EFEE;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}

#book a.buy {
	color: #FFFFFF;
	background-color: #D71C53;
	padding: 5px;
	margin-left: 5px;
	line-height: 50px;
}
#book a.buy:hover {
	color: #D71C53;
	text-decoration: none;
	background-color: #FFFFFF;
}






#summary #emailFriend {
	background-color: #F0EFEE;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: #4E5052;
	font-weight: bold;
	height: 40px;
}
#summary #emailFriend {position:relative;
}

#summary #emailFriend .floatRight {
	position:absolute;
	right:10px;
	text-align:right;
	top:-5px;
}
#summary #emailFriend .floatLeft {
	margin-top: 7px;
	font-size: 18px;
}

#summary  #emailFriend  .lrge {
	color: #D71C53;
}
#emailFriend a.buy {
	color: #FFFFFF;
	background-color: #919191;
	padding: 5px;
	margin-left: 5px;
	line-height: 50px;
}
#emailFriend a.buy:hover {
	color: #919191;
	text-decoration: none;
	background-color: #FFFFFF;
}




#summary #brochure {
	background-color: #F0EFEE;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: #4E5052;
	font-weight: bold;
	height: 40px;
}
#summary #brochure {position:relative;
}

#summary #brochure .floatRight {
	position:absolute;
	right:10px;
	text-align:right;
	top:-5px;
}
#summary #brochure .floatLeft {
	margin-top: 7px;
	font-size: 18px;
}

#summary  #brochure  .lrge {
	color: #D71C53;
}
#brochure a.buy {
	color: #FFFFFF;
	background-color: #8266A8;
	padding: 5px;
	margin-left: 5px;
	line-height: 50px;
}
#brochure a.buy:hover {
	color: #8266A8;
	text-decoration: none;
	background-color: #FFFFFF;
}


/*========================================
-------- Walking Styles
========================================*/


body.walking #footer {
}
body.walking  #contentFull  h1, body.walking  .holiday-tabs  ul  li  a.selected, body.cycling  #detail  dl  dt , body.walking  #summary   #price  .lrge, body.walking  h2  a, body.walking  #summary  h3, body.walking a.whatsthis{
	color: #624099;
}

body.walking #summary .textPane table caption {
	background-color: #624099;
}

body.walking {
	color: #624099;
}


/*========================================
-------- Cycling Styles
========================================*/

body.cycling #footer {
}
body.cycling   #contentFull   h1, body.cycling  .holiday-tabs  ul  li  a.selected, body.cycling  #detail  dl  dt, body.cycling  #summary   #price   .lrge , body.cycling  h2  a, body.cycling  #summary  h3, body.cycling a.whatsthis  {
	color: #D71C53;
}

body.cycling {
	color: #D71C53;
}

body.cycling #summary .textPane table caption {
	background-color: #D71C53;
}

body.cycling #brochure .buy {}




table {
}
td, th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



th {
	font-size: 14px;
	text-align: left;
	background-color: #DBF0ED;
}
td {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color: #F2F2F2;
	color: #333333;
}



#specialtext {
	color: #F00;
}





form#questionnaire label {
	float: left;
	margin-right: 20px;
	width: 300px;
	height: 30px;
}

form#questionnaire .longlabel {
	width: 600px;
	padding: 8px 0px 0px 0px;
}

form#questionnaire .smalllabel {
	width: 100px;
	padding: 8px 0px 0px 0px;
}

form#questionnaire .verysmall {
	width: 45px;
	padding: 8px 0px 0px 0px;
	height: 15px;
}

form#questionnaire input {
	height: 30px;
}

#phonenumber {
    color: #808285;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 42px;
}

#phonenumber span {
    color: #CDC2AF;
}


/*Footer*/
.newFooter {
    color: #595E5A;
    font-weight: normal;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
	position: relative;
}	

.skiSafari {
    height: 100px;
    left: 78px;
    position: absolute;
	margin-top: 5px;
}

.waveRiders {
    height: 100px;
    position: absolute;
    right: 89px;
	margin-top: 5px;
}
