/*  General */
/*  ----------------------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	background: url('../images/bg_html.jpg') top left no-repeat;
	background-attachment: fixed;
}
body {
	width: 100%;
	height: 100%;
	font-family: verdana;
	font-size: 12pt;
}
.clear {
	clear: both;
}
#hiddentext {
	display: none;
}
#wrapper {
	width: 923px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}


/*  Header Area */
/*  ----------------------------------------------------------------------------------------------------- */

#headerwrapper {
	width: 900px;
	height: 87px;
	margin-left: 12px;
	margin-right: 12px;
	background: url('../images/bg_headerwrapper.png') top left no-repeat;
}
#headerwrapper h1, #headerwrapper h2 {
	display: none;
}


/*  Home / Sitemap / Contact Us Navigation */
/*  ----------------------------------------------------------------------------------------------------- */

#homenav {
	float: left;
	}
#homenav a {
	display: block;
	width: 200px;
	height: 80px;
	}
#generalnav {
	float: right;
	height: 30px;
	margin-right: 0;
	margin-top: 55px;
	}
#generalnav ul {
	list-style-type: none;
	}
#generalnav li {
	float: left;
	margin-left: 31px;
	}
#generalnav a {
	font-family: verdana;
	font-size: 10px;
	color: #A59E96;
	text-decoration: none;
	}
#generalnav a:hover {
	color: #BE252A;
	}
#generalnav a.genon {
	font-size: 10px;
	color: #BE252A;
	text-decoration: none;
	}


div.home-main-image {
	position: absolute;
}
		
#videoCaption
{       
font-style:normal;
z-index:1000;
text-align:center;
padding:0;
margin:0;
position: absolute;
top: 35%;
left :45px;
}

#videoThumb:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#videoLink{
color: white;
font-style: normal;
text-decoration:none;
	outline: none;
}
#videoLink:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#videoThumb {
	border: 1px solid #BBB;
padding:0;
margin:0;
	width:95%;
	height : 95%;
}
#videoThumb:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
#p-video
{
	width:216px;
	height : 144px;
color:white;
position:relative;
left:76.7%;
top:75.5%;
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}
#p-video:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}  

/*  Search Page */
/*  ----------------------------------------------------------------------------------------------------- */

div.searchpicitem {
	float: left;
	margin-right: 10px;
}

#contentcontainer a.searchlink {
	border-bottom: 1px dashed #CCC;
}

.specialSubmit {
	border: 1px solid #CCC;
	background: #A59E96;
	padding: 4px 10px;
	color: #EEE !important;
	text-decoration: underline;
}

/*  Content Area */
/*  ----------------------------------------------------------------------------------------------------- */

#contentwrapper {
	width: 924px;
	background: url('../images/bg_contentwrapper2.png') top left repeat-y;
}
#divliner {
	margin-left: 13px;
	margin-right: 12px;
	background: #FFF;
}
input[type=text] {
	width: 500px;
}
textarea {
	width: 500px;
	height: 200px;
}


/*  Main Navigation Bar */
/*  ----------------------------------------------------------------------------------------------------- */

#navwrapper {
	width: 900px;
	height: 34px;
}
#nav {
	width: 900px;
	height: 34px;
	background-color: #A59E96;
}

#nav ul {
	margin: 0;
	list-style-type: none;
}
#nav li {
	float: left;
	margin: 0;
	width: 156px;
	margin-left: 35px;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav li a {
	display: block;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#nav li:hover, #nav li.on {
	background-color: #7A1519;
}
#nav li.textonly {
	display: block;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	line-height: 150%;
}
#nav li a.textlink {
	display: block;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #BC3F3D;
}
#nav li a.textlink:hover {
	background-color: #BC3F3D;
}

/*  Second-level Navigation */
/*  ----------------------------------------------------------------------------------------------------- */

#nav li ul { 
	padding: 0;
	margin-top: 10px;
	display: none;
	position: absolute;
	width: 156px;
	height: 583px;
	background-color: #7A1519;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
}
#nav li ul.on { 
	display: block;
}
#nav li li {
	display: block;
	width: 140px;
	padding-left: 8px;
	padding-right: 6px;
	margin: 0;
}
#nav li li a {
	color: #FFF;
	text-align: left;
	padding: 5px 10px 5px 10px;
}
#nav li li a:hover {
	background: #BB252B;
}
 
#nav li:hover ul, #navigation li.over ul {  /* lists nested under hovered list items */
	display: block;
	padding-bottom: 2px;
	z-index: 1000;
}


/*  Footer Styles */
/*  ----------------------------------------------------------------------------------------------------- */

#footerwrapper {
	width: 900px;
	height: 40px;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 30px;
}
#footerwrapper p.footleft {
	width: 600px;
	margin-bottom: 5px;
	font-size: 7pt;
	font-family: tahoma;
	line-height: 150%;
	color: #333;
	float: left;
}
#footerwrapper p.footright {
	width: 300px;
	margin-bottom: 5px;
	font-size: 7pt;
	font-family: tahoma;
	color: #333;
	text-align: right;
	float: right;
}
#footerwrapper p a {
	color: #333;
	text-decoration: none;

}
#footerwrapper p a:hover {
	color: #000;
}

/*  Region Content / Destinations */
/*  ----------------------------------------------------------------------------------------------------- */

#region_content div.leftside ul, #region_content div.rightside p {
	margin-top: 20px;
}

#region_content div.leftside {
	width: 385px;
	float: left;
}
#region_content div.rightside {
	margin-left: 45px;
	width: 385px;
	float: left;
}


#experiencehilites div.leftside {
	width: 385px;
	float: left;
	margin-bottom: 20px;
}
#experiencehilites div.rightside {
	margin-left: 45px;
	width: 385px;
	float: left;
}



/*  Accomodation Content */
/*  ----------------------------------------------------------------------------------------------------- */

#accomodation_content {
}

#accomodation_content div.leftside {
	width: 300px;
	float: left;
}
#accomodation_content div.rightside {
	margin-left: 30px;
	width: 500px;
	float: left;
}
#accomodation_content div.leftside p.redfloater {
	position: absolute;
}

/*  Testimonials Content */
/*  ----------------------------------------------------------------------------------------------------- */

#testimonial_content span.leftside {
	width: 300px;
	float: left;
}
#testimonial_content span.rightside {
	margin-left: 10px;
	width: 500px;
	float: left;
}


/*  Main Page Images */
/*  ----------------------------------------------------------------------------------------------------- */

#mainimage {
	width: 900px;
	height: 583px;
}

#topimage {
	background: #E9E8E3;
}

#topimage div.morebutton {
	position: absolute;
	margin-left: 780px;
	margin-top: 300px;
}
#topimage div.caresbutton {
	position: absolute;
	margin-left: 690px;
	margin-top: 325px;
}


/*  Sub Navigation */
/*  ----------------------------------------------------------------------------------------------------- */

#subnav {
	display: block;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E9E8E3;
	text-align: right;
}
#subnav ul {
	list-style-type: none;
	float: right;
	margin-right: 10px;
}
#subnav li {
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	font-family: verdana;
	color: #777;
	line-height: 15px;
	border-left: 1px solid #777;
}
#subnav li.first {
	border-left: 0;
}
#subnav a {
	font-size: 11px;
	color: #777;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav a.subon {
	font-size: 12px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
}



/*  Title Area */
/*  ----------------------------------------------------------------------------------------------------- */

#titlewrapper {
	height: 35px;
	background-color: #E9E8E3;
}
#titlewrapper_only {
	height: 50px;
	background-color: #E9E8E3;
}
#title {
	margin-left: 32px;
}
#title.belowline {
	margin-left: 0;
}
#titlestroke {
	float: left;
	width: 101px;
	height: 3px;
	margin-left: 24px;
	margin-top: 2px;
	background: url('../images/redstroke2.gif') top left no-repeat;
}
#title h2 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #AE2225;
}

/*  Dividers / Faders */
/*  ----------------------------------------------------------------------------------------------------- */

#fade_down {
	height: 28px;
	background: url('../images/fade_down.jpg') top center no-repeat;
	background-color: #E9E8E3;
}
#fade_up {
	height: 28px;
	background: url('../images/fade_up.jpg') top center no-repeat;
	background-color: #E9E8E3;
}



/*  Main Body Content - Generic */
/*  ----------------------------------------------------------------------------------------------------- */

#content {
	width: 856px;
	background: #E9E8E3;
	padding-left: 25px;
	padding-right: 18px;
}

#contentcontainer {
	width: 837px;
	margin-left: auto;
	margin-right: auto;
}
#content.offwhite, #offwhitecontent {
	background: #EAEAE2;
	padding: 0 27px 0 33px;
	margin: 0 -27px 0 -33px;	
}
#offwhitecontent-map {
	background: #EAEAE2;
	padding: 0 20px 0 24px;
	margin: 0 -20px 0 -24px;
}
	#contentcontainer span.column1 {
	float: left;
	width: 200px;
	margin-right: 10px;
	}
	#contentcontainer span.column2 {
	float: left;
	width: 200px;
	margin-right: 10px;
	}
	#contentcontainer span.column2_contact {
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-top: 17px;
	}
	#contentcontainer span.column3 {
	float: left;
	width: 200px;
	margin-right: 10px;
	}
	#contentcontainer span.column4 {
	float: left;
	width: 200px;
	}
	#contentcontainer span.regiontext {
	display: block;
	float: left;
	width: 680px;
	position: relative;
	margin-bottom: 30px;

	}
	#contentcontainer span.regionminimap {
	display: block;
	float: left;
	width: 120px;
	padding-top: 20px;
	position: relative;
	margin-left: 20px;
	}


#contentcontainer h3 {
	font-size: 16px;
	font-weight: bold;
	color: #AE2225;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: lowercase;
}
#contentcontainer h3.gap {
	margin-bottom: 20px;
}
#contentcontainer h3.nopad {
	margin-top:0;
}
#contentcontainer p {
	font-size: 12px;
	color: #777;
	margin-bottom: 20px;
	line-height: 150%;
	text-align: justify;
}
#contentcontainer p.experiencetext {
	margin-top: 0;
	padding-top: 10px;
}

#contentcontainer p.answertext {
	margin-top: 0;
	margin-left: 18px;
	text-indent: -18px;
}
#contentcontainer p.answertext ul {
	margin-top: 0;
	margin-left: 20px;
	text-indent: 0;
}

#contentcontainer p.regioninfo {
	margin-top: 0;
	position: relative;
	padding: 0 0 30px 0;
}

#contentcontainer span.indented {
	display: block;
	padding-left: 30px;
}

#contentcontainer ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 15px;
}
#contentcontainer li {
	margin-bottom: 5px;
	font-size: 12px;
	color: #777;
	line-height: 150%;
}
#contentcontainer a {
	font-size: 12px;
	color: #777;
	line-height: 120%;
	text-decoration: none;
}

#contentcontainer a.greyblock {
	font-size: 11px;
	color: #FFF;
	line-height: 120%;
	background: #999182;
	padding: 3px;
	text-transform: lowercase;
	text-decoration: none;
}

#contentcontainer a.redblock {
	position: absolute;
	display: block;
	font-size: 11px;
	width: 400px;
	margin-top: 130px;
	text-align: right;
	color: #FFF;
	line-height: 120%;
	background: #AD2126;
	padding: 3px;
	text-transform: lowercase;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
	text-decoration: none;
}

#contentcontainer ul.sitemap {
	list-style-type: none;
	margin-left: 0;
}
#contentcontainer li.sitemapli {
	margin-bottom: 10px;
	font-size: 12px;
	color: #666;
	line-height: 100%;
}


#dest_content span.column1 {
	float: left;
	width: 250px;
	margin-right: 20px;
}
#dest_content span.column2 {
	float: left;
	width: 250px;
	margin-right: 20px;
}
#dest_content span.column3 {
	float: left;
	width: 250px;
}
#dest_content ul {
	width: 190px;
}

div.picItem {
	float: left;
	margin: 0 10px 10px 0;
}
div.picItem img {
	border: 1px solid #777;
}


/*  Experiences */
/*  ----------------------------------------------------------------------------------------------------- */

#flashtext {
	padding: 10px;
}

#flashtext p {
	font-size: 12px;
	color: #777;
	margin-bottom: 15px;
	line-height: 150%;
	text-align: justify;
}



/*  ----------------------------------------------------------------------------------------------------- */

#categorydescription {
width: 835px;
padding-left: 32px;
padding-right: 32px;
padding-top: 5px;
padding-bottom: 32px;
background-color: #E9E8E3;
}
	#categorydescription #destinationdescr {
	float: left;
	width: 580px;
	}
	#categorydescription #destinationloc {
	float: left;
	padding-left: 30px;
	}
	#categorydescription #destinationloc img {
	width: 179px;
	padding: 3px;
	border: 1px solid #A59E96;
	background-color: #E9E8E3;
	}
#categorybottom {

height: 35px;
background: url('../images/bg_contentbottom2.jpg') top center no-repeat;
background-color: #E9E8E3;
}
#buttons {
margin-top: 10px;
margin-bottom: 10px;
}






#contactdiv {
height: 50px;
background-color: #E9E8E3;
border: 1px solid #E9E8E3;
}
#contactblock {
width: 170px;
height: 42px;
margin-top: 8px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #AE2225;
}
#contactblock p {
font-family: verdana;
font-size: 14px;
color: #FFF;
margin-top: 7px;
}
#contactblock a {
font-family: verdana;
font-size: 14px;
color: #FFF;
text-decoration: none;
}

/* GENERAL RE-USABLE FEATURES */

.listing {
width: 837px;
height: 168px;
}
.image {
float: left;
width: 267px;
height: 169px;
margin-left: 16px;
margin-right: 35px;
}
.heading {
float: left;
width: 518px;
height: 34px;
}
p.headertext {
font-size: 14px;
font-weight: bold;
}
.brief {
float: left;
width: 518px;
height: 60px;
}
.overlay {
position: relative;
float: left;
width: 426px;
height: 21px;
margin-top: -52px;
margin-left: 16px;
margin-bottom: 50px;
text-align: right;
}
.pictureoverlay {
float: left;
width: 267px;
height: 21px;
background-color: #AE2225;
-moz-opacity:.50;
filter:alpha(opacity=50);
opacity:.50;
}
a.overlaylink {
float: left;
width: 100px;
height: 18px;
padding-top: 3px;
padding-right: 40px;
font-family: verdana;
font-size: 12px;
color: #FFF;
text-decoration: none;
background-color: #AE2225;
}

.divider {
width: 837px;
height: 36px;
margin-left: auto;
margin-right: auto;
padding-top: 19px;
padding-bottom: 19px;
}

hr {
border-top: 1px solid #DADAD0;
border-bottom: 0;
border-left: 0;
border-right: 0;
margin-bottom: 15px;
}

.button {
float: left;
margin-right: 18px;
padding-left: 5px;
padding-right: 5px;
line-height: 18px;
background-color: #999282;
border: 2px solid #999282;
}
.button a {
color: #FFF;
}

.rightfloat {
float: right;
}

/* --------- static page formatting ---------- */

#contentcontainer div.newsitem {
float: left;
width: 700px;
}
#contentcontainer div.leftpic img {
padding: 3px;
background-color: #FFF;
border: 1px solid #000;
}
#contentcontainer div.leftpic {
float: left;
width: 110px;
}
#contentcontainer .newsitem p {
margin-left: 10px;
}
#contentcontainer .communityitempic {
float: left;
width: 300px;
}
#contentcontainer .communityitem {
float: left;
width: 500px;
}
#contentcontainer .communityitempic img {
padding: 0;
background-color: #FFF;
border: 0;
}
#contentcontainer .communityitem a, .linkunderliner a, #contentcontainer a.textlink, #contentcontainer p.answertext a {
border-bottom: 1px dashed #AE2225;
text-decoration: none;
}

#contentcontainer .communityitem a:hover, .linkunderliner a:hover, #contentcontainer a.textlink:hover, #contentcontainer p.answertext a:hover {
border-bottom: 1px solid #AE2225;
text-decoration: none;
}


/* ------------- sample trip formatting ------------- */

#sampletrips {

}
#sampletrips table {
	width: 100%;
}
#sampletrips td {
	vertical-align: top;
}
#sampletrips p {
	margin: 0 0 20px 0;
	padding: 0 10px 0 10px;
}
#sampletrips img {
	margin: 0 0 20px 0;
}


/* ------------ team page formatting ------------ */

#contentcontainer .teambios {
padding-bottom: 40px;
}
#contentcontainer .teamimages {
float: left;
width: 220px;
}

#contentcontainer .teamcontent {
float: left;
width: 600px;
margin-left: 12px;
margin-bottom: 0;
}

#contentcontainer .teamcontent p {
margin-bottom: 0;
}


/* --------------------- GO MEDIA STYLES ---------------------------- */
#gm_contactbox
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
}

#gm_contactbox form
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#gm_contactbox form input[type="submit"]
{
	clear: both;
	float: left;
	width: 165px;
	height: 28px;
	margin: 20px 0 0 340px;
	padding: 0;
	cursor: pointer;
	border: none;
	background: url(../images/contact/submit_button.png) 0 0 no-repeat;
}

#gm_callback_box
{
	clear: both;
	float: left;
	width: 359px;
	height: 323px;
	margin: 0;
	padding: 50px 0 0 15px;
	background: url(../images/contact/callback_box.png) 0 0 no-repeat;
}

#gm_callback_box label
{
	float: left;
	margin: 15px 0 0 0;
}

#gm_callback_box input[type="text"]
{
	float: left;
	width: 336px;
	margin: 2px 0 0 0;
	padding: 2px;
	border-top: 1px solid #91918d;
	border-left: 1px solid #d4d4d2;
	border-bottom: 1px solid #d4d4d2;
	border-right: 1px solid #d4d4d2;
}

#gm_enquiry_box
{
	float: right;
	width: 359px;
	height: 323px;
	margin: 0;
	padding: 50px 0 0 15px;
	background: url(../images/contact/enquiry_box.png) 0 0 no-repeat;
}

#gm_enquiry_box form
{
	float: left;
	width: 350px;
	margin: 50px 0 0 15px;
	padding: 0;
}

#gm_enquiry_box label
{
	float: left;
	margin: 15px 0 0 0;
}

#gm_enquiry_box input[type="text"]
{
	float: left;
	width: 336px;
	margin: 2px 0 0 0;
	padding: 2px;
	border-top: 1px solid #91918d;
	border-left: 1px solid #d4d4d2;
	border-bottom: 1px solid #d4d4d2;
	border-right: 1px solid #d4d4d2;
}

#gm_enquiry_box textarea
{
	width: 336px;
	height: 100px;
	margin: 2px 0 0 0;
	padding: 2px;
	font-family: verdana;
	font-size: 12px;
	border-top: 1px solid #91918d;
	border-left: 1px solid #d4d4d2;
	border-bottom: 1px solid #d4d4d2;
	border-right: 1px solid #d4d4d2;
}

#gm_contact_details
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
}

#gm_contact_details_left
{
	float: left;
	width:  430px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #d5d5ca;
}

#gm_contact_details_right
{
	float: left;
	width:  380px;
	margin: 0;
	padding: 0 0 0 20px;
}

#gm_contact_details_right span
{
	float: left;
	min-width: 170px;	
	margin: 0 0 0 0;
	text-align: left;
}

.gm_divider_hor
{
	clear: both; 
	float: left; 
	width: 100%; 
	height: 1px; 
	margin: 0 0 30px 0; 
	padding: 0; 
	background: #d5d5ca;
}

#gm_enquire_button
{
	float: right;
	width: 128px;
	height: 23px;
	margin: -15px 20px 0 0;
	padding: 0;
}


/* text */
.gm_11
{
	font-size: 11px;
}

.gm_grey
{
	color: #747a77;
}

