/*
Website: Zambezi Safari
Title: Primary/Master style sheet for screen media
Author: Iain Duncan
Updated: Feb 2008

Style Index
$1 - Reset/Defaults
$2 - Global Styles
$3 - Page Structure
$4 - Navigation - Primary/Secondary/Searchbar
$5 - Content - Typography
$6 - Footer
$7 - Homepage

*/

/* ------------------------------------------------------------
	$1 – Reset/Defaults
------------------------------------------------------------ */

/* Clear Margin and Padding on major elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

/* Put it back on certain elements
p, pre, blockquote, fieldset, table {
	margin: 1em 0;
}*/

/* Remove border around linked images */
img {
	border: 0;
}

/* Generic pointer style */
.pointer {
	cursor:pointer;
}

.error{
	color: #c00000;
	}
	
.small_note{
	font-size: 10px;
	/*font-style:oblique;*/
	color: #c00000;
}

.hideDiv {
	display: none;	
}




#ftr_logos{

padding-top:70px;
color:#BBA888;
}


p {

	font-weight:normal;
	
	
}



.p {

	font-weight:normal;
	
	
}



/* ------------------------------------------------------------
	$2 – Global Styles
------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	line-height: 20px;
	font-size: 66%; /* Sets base font size to 10px - 16px  62.5% = 10px - this means that 1em=10px in the rest of this sheet onwards   */
text-align:center;
	color: #886105;
	background: #fff;
	
}


h1{

font-family: Georgia, "Times New Roman", Times, serif;
color: #7a6147;


}




h4{

font-family: Georgia, "Times New Roman", Times, serif;
color: #7a6147;
font-size: 24px;
font-weight: normal;
line-height:28px;


}


h5{

font-family: Georgia, "Times New Roman", Times, serif;
color: #7a6147;
font-size: 22px;
font-weight: normal;
line-height:28px;
font-style:italic;


}



h6{

font-family: Georgia, "Times New Roman", Times, serif;
color: #7a6147;
font-size: 30px;
font-weight: normal;
line-height:30px;


}




/*Links*/

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #c9b380;
}

a:focus {
	outline: none;
}

/* Color option 1 */

.color1 {
	color: #886105; /* Brown */
}

.color1 a:link, .color1 a:visited {
	color: #886105;
	text-decoration: underline;
}

.color1 a:hover {
	color: #c9b380;
}

/* Color option 2 */

.color2 {
	color: #0f466f; /* Blue */
}

.color2 a:link, .color2 a:visited {
	color: #0f466f;
	text-decoration: underline;
}

.color2 a:hover {
	color: #c9b380;
}

/* Color option 3 */

.color3 {
	color: #fff; /* white */
}

.color3 a:link, .color3 a:visited {
	color: #fff;
	text-decoration: underline;
}

.color3 a:hover {
	color: #c9b380;
}

/* Classes for floating */


.fl  {
	float:left;
}

.fr {
	float:right;
}

#footercontact{

font-size:12px;
color: #AC9150;
padding-top:5px;
font-weight:normal;
font-style:normal;
height:50px;
max-height:50px;
min-height:50px;


}

/* Classes for floating images*/

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

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

.imgl-brdr {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border: 0px solid #936f1c;
}

.imgr-brdr {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	border: 0px solid #936f1c;
}

/* Class for clearing floats */

.clearer {
	clear: both;
}

.clear {
	clear:both;
}

.clearl {
	clear:left;
}

.clearr {
	clear:right;
}

/* Class for hiding skip navigation link */

.hide {
	position: absolute;
	left: -9999px;
}

/* Margin white space 5px high */

.pad_right{
	padding-right: 40px;
}

.mrg_top5 {
	margin:5px 0 0 0;
}

.mrg_bt5 {
	margin:0 0 5px 0;
}

.mrg_left5 {
	margin:0 0 0 5px;
}

.mrg_right5 {
	margin:0 5px 0 0;
}

.mrg_minus {
	margin-right: -10px;
}

.uppercase {
	text-transform: uppercase;
}


/* ------------------------------------------------------------
	$3  Page Structure
------------------------------------------------------------ */

#container {
	width: 945px;
	margin: 0 auto;
	padding: 1px;
	text-align: left;
	font-size: 1.2em; /* 12px */
	background-color: #fff;
}

#header {
	padding: 0 0 0px 0;
	width:945px;
	height:384px;
	background: #fff;
}

#topnav {
	width:900px;
	height:31px;
	color:#fff;
	text-transform:uppercase;
	padding: 5px 0 0 45px ;
	margin: 0 0 1px 0;
	background: #AC9A85;
	font-size:12px;
}

#content {
	width:945px;
}


#main {
	width:711px;
}

#sidebar {
	width:229px;
	color: #7A6147;
	line-height:17px;
}


#LHtitle{
	padding: 10px 0 14px 10px;
	font-size: 20px;
	color: #7A6147;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#DLHtitle{
	padding: 10px 0 10px 10px;
	font-size: 20px;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}





#Ctitle{
	padding: 6px 0 9px 10px;
	font-size: 20px;
	color: #fff;
	background-color:#AC9a85;
	width: 342px;
	height: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}



#footer {
	width:880px;
	height:22px;
	margin: 5px 0 0 0;
	padding: 11px 0 0 65px;
	font-size:0.9em;
	color:#fff;
	text-transform:uppercase;
	background:url(../../images/frontend/sitewide/footer.gif) no-repeat;
	background-color: #ffffff;
}

#country_footer {
	width:945px;
	height:44px;
	margin: 1px 0 0 0;
	padding: 5px 5px 0 97px;
	font-size:0.9em;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	background:url(../../images/frontend/sitewide/footer2.gif) no-repeat;
	background-color: #FFF;
}





#country_footer .inner {

width:760px;


}











/* ------------------------------------------------------------
	$4  General/Content Typography
------------------------------------------------------------ */

#main h1, #main h2, #main h3 {
	color: #fff;
	font-size: 1.1em; /* 12px */
	font-weight:normal;
	margin: 1em 0;
	position:absolute; /* NB All H1 and H2 tags sitewide will no display unless a SHOW class is applied */
	left: -99999em;
	top: -99999em;
}

/* SHOW CLASS : To Display Hidden Header Tags */

#content #main h1.show, #content #main h2.show, #content #main h3.show {
	display:block;
	position:static;
}





#main p {
	margin: 1em 0;
}

#main ul {
	list-style: disc outside;
	margin: 1em 0 1em 15px;
}

#main ul li {
	margin: 1em 0 0 0;
}

#main ol {
	list-style:decimal inside;
	margin: 0 0 10px 15px;
}

#main ol li {
	margin: 5px 0 0 0;
}

/* Remove margin on header tags */

#content #main h1.mrg_0, #content #main h2.mrg_0 {
	margin:0;
}


/* ------------------------------------------------------------
	$5 Header
------------------------------------------------------------ */

/* Header structure 2 columns floated */

#hdr_l {
	width:229px;
	height:380px;
}

#hdr_r {
	width:711px;
	height:386px;
	background: #fff;
}

#hdr_r .fr{
	position:relative;
}

#hdr_r ul.social {
	float:right;
	position:absolute;
	top:5px;
	right:15px;
}

#hdr_r ul.social li{
	float:left;
	list-style:none;
}

#hdr_r ul.social li a{
	background:url(../../images/frontend/sitewide/social_icons.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	height:23px;
}

#hdr_r ul.social li a.twit{ background-position:0 0; width:20px; }
#hdr_r ul.social li a.twit:hover{ background-position:0 -23px; }
#hdr_r ul.social li a.faceb{ background-position:-20px 0; width:29px; }
#hdr_r ul.social li a.faceb:hover{ background-position:-20px -23px; }
#hdr_r ul.social li a.blog{ background-position:-49px 0; width:43px; }
#hdr_r ul.social li a.blog:hover{ background-position:-49px -23px; }

/* Logo */

#logo {
	margin:0 0px 1px 0;
	background-color:#FFFFCC;
	background: url(../../images/frontend/header/logo.jpg) no-repeat top left;
	height: 134px;
	width:288px;
}

/*#logo a:link, #logo a:visited {
	display:block;
	width:290px;
	height:134px;
	
	text-decoration:none;
	text-indent:-9999em;
	background: url(../../images/frontend/header/logo.jpg) no-repeat top left;
}

#logo a:hover{
	background: url(../../images/frontend/header/logo.jpg) no-repeat bottom left;
}

*/
#Ltitle {
 color: #7A6147;
 height:100px;
 width:200px;
 font-size:16px;
 padding-top: 75px;
 padding-left:50px;
}

/* Safari Finder */

#finder {
	height:240px;
	padding-top: 20px;
	width:174px;
	padding: 0px 50px 10px 22px;
	background: #FFFFCC;
}

#ftitle{
	padding: 10px 0 0 46px;
	font-size: 20px;
	color: #7A6147;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#finder a:link, #finder a:visited {
	display:block;
	margin: 20px 0 0 0;
	width:195px;
	height:28px;
	text-decoration:none;
	color:#5a3c26;
	line-height:28px;
	text-indent:10px;
	background: url(../../images/frontend/header/drpdownbg.gif) no-repeat top left;
}

#finder a:hover {
	background: url(../../images/frontend/header/drpdownbg.gif) no-repeat bottom left;
}

#finder a:link#saf_type, #finder a:visited#saf_type {
	margin: 0;
	background: url(../../images/frontend/header/drpdownbg.gif) no-repeat top left;
}

#finder a:hover#saf_type {
	background: url(../../images/frontend/header/drpdownbg.gif) no-repeat bottom left;
	margin: 0;
}

#finder #finder_submit {
	display:block;
	margin: 7px 0 0 55px;
	width:92px;
	height:28px;
	text-decoration:none;
	color:#fff;
	background-color: #AC9A85;
	border:0;
	cursor:pointer;
	font-family:"Trebuchet MS";
	font-size: 11.5px;
	letter-spacing: 2px;

}

#finder #finder_submit:hover {
	
	color:#c9b380;
}





























/* ------------------------------------------------------------
	$6 Topnav
------------------------------------------------------------ */

#topnav ul {
	padding: 0 0 0 2px;
}

#topnav li {
	list-style:none;
	line-height:25px;
	float:left;
	padding: 0 10px 0 10px;
	border-right: 0px solid #fff;
	letter-spacing: 2px;
	font-size:11.5px;
}

#topnav a:link, #topnav a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#topnav a:hover {
	color: #c9b380;
}

#topnav li.pre_last {
	padding: 0 4px 0 23px;
	border-right: none;
}

#topnav li.last {
	padding: 0 0px 0 0px;
	border-right: none;
}

#topnav a:link#curncy_link, #topnav a:visited#curncy_link {
	display:block;
	width:45px;
	height:22px;
	margin: 1px 0 0 0;
	text-decoration:none;
	text-indent:8px;
	color:#4b92c1;
	line-height:22px;
	background: #fff url(../../images/frontend/topnav/curncy.jpg) no-repeat top left;
}

#topnav a:hover#curncy_link {
	background: #fff url(../../images/frontend/topnav/curncy.jpg) no-repeat top right;
	color:#c9b380;
}
/* ------------------------------------------------------------
	$7 Currency Dropdown
------------------------------------------------------------ */



#finder div.selectbox-wrapper {
  position:absolute;
  width:189px;
  background-color: #EEEEEE;
  border:0px solid #ccc;
  margin:0px;
  padding:0px;
  text-align:left;
  color:#5A3C26;
  /*height:100px;
  overflow: auto;*/
}
#finder div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#finder div.selectbox-wrapper ul li.selected {
	background-color: #fff;
}
#finder div.selectbox-wrapper ul li.current {
	background-color: #fff;
}
#finder div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  cursor:pointer;
  width:179px;
  line-height:25px;
  padding-left:10px !important;
}

#finder label {
    display: block;
}
#finder .selectbox /* look&fell of  select box*/
{
    background:#CCCCCC;
	color:#5A3C26;
	display:block;
	height:25px;
	line-height:28px;
	margin:18px 0pt 0pt;
	text-decoration:none;
	text-indent:10px;
	width:189px;
}

#finder .selectbox:hover {
	background: #fff url(../../images/frontend/header/drpdownbg.gif) no-repeat bottom left;
}


div.selectbox-wrapper {
  position:absolute;
  width:45px;
  background-color:white;
  border:0px solid #ccc;
  margin:0px;
  padding:0px;
  text-align:left;
  color:#000000;
  /*height:100px;
  overflow: auto;*/
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px!important;
}
div.selectbox-wrapper ul li.selected {
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current {
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0 !important;
  cursor:pointer;
  width:39px;
  padding-left:5px !important;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  display:block;
	width:45px;
	height:19px;
	margin: 1px 0 0 0;
	text-decoration:none;
	text-indent:8px;
	color:#4b92c1;
	background: #fff url(../../images/frontend/topnav/curncy.jpg) no-repeat top left;
	border:0;
	cursor:pointer;
	padding-top:3px;
}

.selectbox:hover {
	background: #fff url(../../images/frontend/topnav/curncy.jpg) no-repeat top right;
	color:#0f466f;
}




#safari_type_input_4 .current {


background-color: red;
}






#safari_type_input_4 .current li{


background-color: red;
}


li #safari_type_input_4 .current{

background-color: red;
}







/* ------------------------------------------------------------
	$7 Sidebar
------------------------------------------------------------ */

/* Padding for all sidebar content */

.sidebar_cnt {
	padding: 12px 11px 5px 11px;
	font-weight:normal;
	
	
}

.sidebar_cnt p {
	
	font-weight:normal;
	
	
}

.sidebar_cnt a {
	color: #7A6147;
max-height:300px;
font-weight:normal;
	
}


.sidebar_cnt a {
	color: #7A6147;
max-height:300px;
font-weight:normal;
	
}

.sidebar_cnt a:hover{
	color: #c9b380;
}


/* Margin for all sidebar divs */

.sidebar_mrg {
		margin: 5px 0 0 0;
}

/* Special Sidebar */

#special_sidebar {
	width:227px;
	border: 0px solid #0f466f;
	background-color:#FEFDF5;
	margin-top: 0px;
font-weight:normal;

}

#special_sidebar_img {
	border: 0px solid #0f466f;
	border-width: 0px 0;
	margin-bottom: 10px;
	margin-left:10px;
	margin-top:4px;

}

/* News Sidebar */

#news_sidebar {
	border: 0px solid #886105;
	background-color:#BBA888;
	color:#FFFFFF;
font-weight:normal;
}


#news_sidebar a{
	color:#FFFFFF;
font-weight:normal;
}







/* Testimonials Sidebar */

#test_sidebar {
	width:227px;
	border: 0px solid #886105;
	background-color:#BBA888;
	color:#FFFFFF;
	height:238px;
	margin-bottom:10px;
}


#test_sidebar a{
	color:#FFFFFF;
}


/* Testimonials Sidebar */

#map_sidebar img {
	border: 0px solid #0f466f;
}


/* ------------------------------------------------------------
	$7 Footer
------------------------------------------------------------ */

#footer ul, #country_footer ul {
	padding: 0 0 0 4px;
}

#footer li , #country_footer li {
	list-style:none;
	line-height:11px;
	float:left;
	padding: 0 14px 0 14px;
	border-right: 1px solid #fff;
}

#footer a:link, #footer a:visited, #country_footer a:link, #country_footer a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover, #country_footer a:hover {
	color: #ac9150;
}

#footer li.last, #country_footer li.last {
	padding: 0 0 0 14px;
	border-right: none;
}


/* ------------------------------------------------------------
	$8 Page Elements (Resusable page elements)
------------------------------------------------------------ */

/* Intro - Used in: Home,Destinations,Team,Recommended,Testimonials,Safari Type Search,Contact)*/

#intro {
	padding:10px 30px 10px 20px;
	color: #7A6147;
	
	width:661px;
	background: #FFFFCC;
}

#intro a:link {
	color: #7A6147;
}


#intro a:hover {
	color: #c9b380;
}



#intro4 {
	padding:10px 30px 10px 20px;
	color: #7A6147;
	
	width:361px;
	background: #FFFFCC;
}


#intro a{
	color: #7A6147;
	
}


#intro2 {
	padding:20px 20px 20px 20px;
	color:#fff;
	background: #bea15c url(../../images/frontend/sitewide/intro_bg.jpg) repeat-x top left;
}

#intro_img {
	border: 0px solid #fff;
	margin: 33px 0 10px 24px;
	width: 270px;
	height: 203px;
	align: right;
}


#currency2 {
	border: 0px solid #fff;
	margin: 33px 0 10px 54px;
	width: 270px;
	height: 303px;
	align: right;
float:right;


}








/* Intro - with Sidebar - 2 Column Layout Used in: Country,Special Place,Module,Saf Type)*/

#intro_main {
	width: 445px;

}

#intro_sidebar {
	width: 267px;
	color: #fff;
	background: #3b79a6;
}




#intro_sidebar2 {
	width: 267px;
	height:300px;
	max-height:300px;
	color: #fff;
	background: #3b79a6;
float:left;

}


#HPTitle{
	padding: 0px 0 0 0px;
	font-size: 25px;
	color: #7A6147;

	align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
}
/* Text Area (Free text area at bottom of pages) - Used in: Destinations,Country,Special Place,Module,Recommended,Saf Type)*/

.free_txt {

}

.title_bar {
	height:24px;
	padding:10px 0 0 10px;
	border:0px solid #0f466f;
	background: #FFFFCC;
	text-align:left;
}


.title_bar p {
text-align:left;

}





.free_txt_cnt {
	padding:1px 10px 10px 10px;
	border:0px solid #0f466f;
	border-width: 0 0px 0px 0px;
	color:#07A6147;
	text-align:left;
	
}




.free_txt_cnt p {

	text-align:left;
	
}





#main .free_txt_cnt h2, #main .free_txt_cnt h3 {
	color:#7A6147;
	
}

.free_txt_cnt a:link, .free_txt_cnt a:visited {
	color: #7A6147;
	font-weight: normal;
	text-decoration: underline;
	
}

.free_txt_cnt a:hover {
	color: #c9b380;
}

/* Results Set - Used in: Country,Special Place,Team,Module,Recommended,Saf Type,Search)*/

.result {
	width:711px;
}

#main .result.first {
	border-top: 0px solid #886105;
}

.result_title {
	width:689px;
	height:27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 10px;
margin-top:10px;
	color:#4b3502;
	font-size:1.2em;
	font-weight:bold;
	border: 0px solid #886105;
	border-width: 0 0px;
	line-height:27px;
	/*background-color: #bb9e5a;*/
}

.result_title a:link, .result_title a:visited, .result_title a:hover {
	color:#c9b380;
	text-decoration:none;
}

.result_title.first {
	border-top: 0px solid #886105;
}

.result_cnt p a.read_more_btn, .color1 a.read_more_btn {
	padding: 7px 10px;
	background: url(../../images/frontend/destination/button_bg.jpg) repeat-x;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 15px;
}

.result_cnt p a.read_more_btn:hover{
	text-decoration: underline;	
}

#content #main div.result h2, #content #main div.result h3 {
	color:#4b3502;
	font-size:1.1em;
	display:inline;
	position:static;
	margin: 0;
	text-decoration:none;
	cursor:pointer;
}

#content #main div.result h2 a:link, #content #main div.result h2 a:visited, #content #main div.result h3 a:link, #content #main div.result h3 a:visited {
	color:#4b3502;
	text-decoration:none;
	cursor:pointer;
text-align:left;
}

.result_cnt {
	width:689px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:15px;
	padding: 10px 10px 0 10px;
}

.result_cnt img {
	margin-top:1em;
	margin-bottom:1em;
	border: 0px solid #936f1c;
}

/* Dynamic Nav - Top Right Nav - Used in: Country,Special Place,Module,Saf Type)*/

#main #dynamic_nav ul {
	list-style: none outside;
	margin:0;
	padding:0;
}

#main #dynamic_nav ul li {
	margin:0;
	padding: 0 10px;
	border-bottom: 0px solid #6294b8;
background:url(../../images/frontend/sitewide/mbg.jpg) repeat;
}

#main #dynamic_nav a:link, #main #dynamic_nav a:visited {
	color:#fff;
	padding:0 0 0 15px;
	line-height:29px;
	text-transform:uppercase;
	background: url(../../images/frontend/sitewide/dynamic_list_img.gif) no-repeat center left;
}

#main #dynamic_nav a:hover {
	color:#c9b380;
}

/* Main Content - main content area - Used in: Module, Privacy, Terms, Blank)*/

.main_cnt p, .main_cnt h1, .main_cnt h2, .main_cnt h3,.main_cnt ul{
	padding:0 10px;
}

#main .main_cnt ul {
	list-style: disc inside;
	margin: 1em 0 1em 0px;
}

#main .main_cnt ul li {
	margin: 1em 0 0 0;
}


.main_cnt_imgl {
	float:left;
	margin:0 10px 5px 10px;
	border: 0px solid #936f1c;
}

.main_cnt_imgr  {
	float:right;
	margin:0 10px 5px 10px;
	border: 0px solid #936f1c;
}


/* ------------------------------------------------------------
	$9 Home
------------------------------------------------------------ */

/* Safari Finder */






#saf_hlp {
margin-top:10px;
margin-bottom:10px;
	width:711px;
	height:239px;
	color:#7A6147;
	background: #fff url(../../images/frontend/home/saf_find_bg.gif) no-repeat top left;
	display:none;

}




#saf_hlp_title {
	width:711px;
	height:62px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:0px;
	padding-top:0px;
	color: #FFFFFF;
}

#saf_hlp_quest {
	padding: 0 0 0 21px;
	position:relative;
	width:318px;
	height:154px;
}

#saf_hlp_quest p {
	margin: 0.6em;
}

#saf_hlp_butt {
	width:318px;
	height:27px;
	position: absolute;
	left:21px;
	bottom:0;
}

#saf_hlp_butt li {
	float:left;
	list-style:none;
}

a:link#saf_hlp_back, a:visited#saf_hlp_back {
	display:block;
	width:91px;
	height:27px;
	padding: 0 10px 0 0;
	text-decoration:none;
	text-indent:-9999em;
	background: url(../../images/frontend/home/saf_hlp_back.png) no-repeat top left;
}

a:hover#saf_hlp_back {
	background: url(../../images/frontend/home/saf_hlp_back.png) no-repeat bottom left;
	color:#c9b380;
}

a:link#saf_hlp_cont, a:visited#saf_hlp_cont {
	display:block;
	width:91px;
	height:27px;
	text-decoration:none;
	text-indent:-9999em;
	background: url(../../images/frontend/home/saf_hlp_cnt.png) no-repeat top left;
}

a:hover#saf_hlp_cont {
	background: url(../../images/frontend/home/saf_hlp_cnt.png) no-repeat bottom left;
	color:#c9b380;
}

#saf_hlp_ans {
	width:372px;
	height:164px;
	background: url(../../images/frontend/home/saf_find_ans_bg.gif) no-repeat top left;
}

#saf_hlp_ans_title {
	width:372px;
	height:40px;
}

#saf_hlp_ans_cnt {
	width:332px;
	padding: 0 10px 0 10px;
}

#saf_hlp_ans div.match {
	width:350px;
	height:31px;
	font-size:0.9em; /* 11px */
	text-indent:11px;
	line-height:30px;
	border: 0px solid #3977a4;
	border-width: 0 0px 0px 0px;
	background: #d9e5ee url(../../images/frontend/home/saf_find_ans_mtch_bg.gif) repeat-x top left;
}

#saf_hlp_ans div.match.alt {
	background: #fff;
}

#saf_hlp_vwall {
	width:350px;
	height:30px;
	font-size:0.9em; /* 11px */
	line-height:22px;
	text-align:center;
}

/* Map */

#map_main .inner {
	width:351px;
	height:375px;
	margin: 0 5px 0 0;
	border: 0px solid #0f466f;
}

#map_main_map {
	border-top: 0px solid #0f466f;
}

/* What can I do */

#what_do .inner {
	width:351px;
	height:375px;
	border: 0px solid #0f466f;
}



#what_do .inner a:hover {
	color: #c9b380;
}




.what_do_cnt {
	width:335px;
	height:51px;
	padding:8px 8px;
	color:#7A6147;
	font-size: 12px;/* 10px */
	border-top: 0px solid #0f466f;
	background: #d9e5ee url(../../images/frontend/sitewide/what_bg.jpg) repeat-x top left;
	line-height: 17px;
	font-weight: normal;
}


#main .what_do_cnt h2 a:hover {
	color: #c9b380;
}







.what_do_cnt.alt {
	background: #fff;
}

#main .what_do_cnt img {
	border: 2px solid #fff;
	margin: 0 10px 0 0;
}

#main .what_do_cnt.alt img {
	border: 0px solid #e2ebf2;
	margin: 0 10px 0 0;
}

#main .what_do_cnt h2 {
	margin:0;
	color:#7A6147;
	font-size:1.1em;
}

#main .what_do_cnt p {
	margin:0;
}

#main .what_do_cnt a:link, #main .what_do_cnt a:visited {
	color: #7A6147;
	font-weight: normal;
	text-decoration: underline;
}

#main .what_do_cnt a:hover {
	color: #c9b380;
}


/* ------------------------------------------------------------
	$10 Destinations
------------------------------------------------------------ */

#dest_map img {
	border: 0px solid #0f466f;
}

#content #main ul.dest_cntlist {
	list-style:none;
	margin:0;
	padding:0;
}

#content #main ul.dest_cntlist li {
	display:inline;
}


/* ------------------------------------------------------------
	$11 Country
------------------------------------------------------------ */

/* Country - What can I do */

#what_do_cntry .inner {
	width:351px;
	height:308px;
	border: 0px solid #0f466f;
}

/* Country - Map */

#map_country .inner {
	width:351px;
	height:308px;
	margin: 0 5px 0 0;
	border: 0px solid #0f466f;
}

#map_country_map {
	border-top:0px solid #0f466f;
}

#currency {

	padding:10px;
	border-bottom:0px solid #6294b8;
	
	
}

#currency dd {
	text-indent:35px;
	line-height:16px;
}


/* ------------------------------------------------------------
	$12 Module
------------------------------------------------------------ */

#intro_sidebar_gal { /* Used on Module page only - varied width */
	width: 230px;
	background: #3b79a6;
}

#gal_intro_sidebar {
	padding: 5px 5px 10px 5px;
	background: #FFFCC url(../../images/frontend/module/gllry_sidebar_crnr.gif) no-repeat bottom left;
	text-align:center;
}

img.gal_sub {
	margin: 5px 1px 5px 0;
}

img.gal_sub.alt {
	margin: 5px 0px 5px 0;
}

#back_btn {
	padding: 10px 0 10px 0;
}

a.back:link, a.back:visited {
	display:block;
	width:67px;
	height:28px;
	padding: 0 10px 0 0;
	text-decoration:none;
	text-indent:-9999em;
	background: url(../../images/frontend/sitewide/back_btn.html) no-repeat top left;
}

a.back:hover {
	background: url(../../images/frontend/sitewide/back_btn.html) no-repeat bottom left;
	color:#c9b380;
}


/* ------------------------------------------------------------
	$13 Special Place (shares intro styles with Safari Type)
------------------------------------------------------------ */

#intro_special { /* Used on Special Place, Safari Type */
	width:711px;
	padding-bottom:0px;
	color:#7A6147;
	background: #FFFFCD;
}




#intro_special a{ 
	color:#7a6147;
}





/* Intro Special Content */


#intro_special p, #intro_special h1, #intro_special h2, #intro_special h3,#intro_special ul{
	padding:0 20px 0 20px;
}

#intro_special ul {
	list-style: disc outside;
	margin: 1em 0 1em 15px;
}

#intro_special ul li {
	margin: 1em 0 0 0;
}


#intro_sidebar_special { /* Used on Special Place, Safari Type */
	width: 230px;
	border: 5px solid #fff;
	border-width: 0 0 5px 5px;
	margin: 0 0 10px 10px;
	background: #3b79a6;
}


#intro_sidebar_special a{ /* Used on Special Place, Safari Type */
	color:#7a6147;
}



/* ------------------------------------------------------------
	$14 Type of Safari (listing page)
------------------------------------------------------------ */

/* Links boxes in result set - Used on Type of Saf, Team */

#main #saf_type_menu a:link, #saf_type_menu a:visited {
	font-size: 0.9em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 8px;
	margin: 0 8px 1em 0;
	border: 0px solid #886105;
	background: #f2efe8 url(../../images/frontend/sitewide/rm_bg.jpg) repeat-x top left;
}

#main #saf_type_menu a:hover {
	color:#c9b380;
	background-color:#bb9e5a;
	background-image:none;
}


/* ------------------------------------------------------------
	$15 News
------------------------------------------------------------ */

.news_imgl {
	float:left;
	margin: 1em 10px 5px 10px;
	border: 0px solid #936f1c;
}

.news_imgr {
	float:right;
	margin: 1em 10px 5px 10px;
	border: 0px solid #936f1c;
}

#news_archive {
	padding: 10px 0 5px 8px;
	background-color:#FFFFFF;
	
}

#news_pages {
	padding: 0 0 0 10px;
	color:#7a6147;
	background: #FFFFCC url(../../images/frontend/module/gllry_sidebar_crnr.gif) no-repeat bottom left;
}

#main #news_pages a:link, #main #news_pages a:visited {
	color:#fff;
	padding:10px 5px 0 0;
	text-transform:none;
	background: none;
}

#main #news_pages a:hover {
	color:#c9b380;
}


/* ------------------------------------------------------------
	$16 Testimonials
------------------------------------------------------------ */

.testi_cnt {
	font-style:italic;
	width:689px;
	border: 0px solid #886105;
	border-width: 0 0px 0px 0px;
	padding: 0 10px 0 10px;
}


/* ------------------------------------------------------------
	$17 Newsletter
------------------------------------------------------------ */

#newsletter {
	width: 450px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#newsletter h2 {
	color:#fff;
	font-size: 1.1em; /* 12px */
	font-weight:bold;
	margin: 1em 0;
	position:absolute; /* NB All H1 and H2 tags sitewide will no display unless a SHOW class is applied */
	left: -99999em;
	top: -99999em;
}

#newsletter .title_bar {
	height:24px;
	padding:10px 0 0 10px;
	border:0px solid #0f466f;
	background: #FFFFCC;
}

#newsletter .free_txt_cnt {
	background-color: #fff;
	padding:10px 10px 10px 10px;
	border:0px solid #0f466f;
	border-width: 0 0px 0px 0px;
	color:#02345a;
	
}

#newsletter .form-container {
	padding: 10px 0 0 0;
}

#newsletter input {
	height: 15px;
	padding: 5px;
	border: 0px solid #bbd0e0;
	background: #fff url(../../images/frontend/newsletter/input_bckgrnd.gif) top left;
	color: #02345A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#newsletter label {
	font-weight:bold;
	display:block;
	padding: 10px 0 5px 0;
}

#newsletter span {
	margin: 0;
	top: -10em;
}

#subscribe_btn {
	padding: 10px 0 10px 0;
}

a:link#subscribe, a:visited#subscribe {
	display:block;
	width:109px;
	height:28px;
	padding: 0 10px 0 0;
	text-decoration:none;
	text-indent:-9999em;
	background: url(../../images/frontend/newsletter/subscribe.png) no-repeat top left;
}

a:hover#subscribe {
	background: url(../../images/frontend/newsletter/subscribe.png) no-repeat bottom left;
	color:#c9b380;
}

#close {
	padding: 0 0 0 0;
}

a:link#close, a:visited#close {
	display:block;
	width:67px;
	height:13px;
	padding: 0 10px 0 0;
	text-decoration:none;
	text-indent:-9999em;
	background: url(../../images/frontend/newsletter/close_btn.png) no-repeat top left;
}

a:hover#close {
	background: url(../../images/frontend/newsletter/close_btn.png) no-repeat bottom left;
	color:#c9b380;
}


/* ------------------------------------------------------------
	$18 Gallery
------------------------------------------------------------ */

.gallery_pics {
	width:690px;
	padding: 0 10px 0 10px;
}

.gallery_pics img {
	border: 0px solid #936f1c;
	margin: 0 10px 14px 0;
}

.gallery_pics .last {
	border: 0px solid #936f1c;
	margin-right: 0px;
}

.gallery {
	width:711px;
}

#content #main div.gallery h2, #content #main div.gallery h3 {
	color:#4b3502;
	font-size:1.1em;
	display:inline;
	position:static;
	margin: 0;
	
}


/* ------------------------------------------------------------
	$18 Contact
------------------------------------------------------------ */

#contact_main {
	width: 930px;
	padding: 10px;
	margin: 0 auto;
margin-bottom:1px;
	background-color: #FFFFCD;
}

#thanks_main {
	width: 695px;
	padding: 10px;
	margin: 0 auto;
}

#contact_main em {
	font-size: 90%;
}

#contact_rightbar {
	/*width: 265px;*/
	width: 100%;
	color: #fff;
	/*background: #3b79a6;*/
}

.details_holder{
	/*background: #3B79A6;*/
	height: 570px;
}

.drawn_together{
	width: 660px;
	margin: 0 auto;
}

#contact_main textarea.longer{
	width: 640px;
}

.contact_details {
	padding: 20px 15px 10px 15px;
	border-bottom: 0px solid #6294b8;
	width: 265px;
	color:#7a6147;
	background:url(../../images/frontend/sitewide/mbg2.jpg) repeat;
}


.contact_details2 {
	padding: 20px 15px 10px 15px;
	border-bottom: 0px solid #6294b8;
	width: 265px;
	color:#7a6147;
	background:url(../../images/frontend/sitewide/mbg2.jpg) repeat;

}

.contact_details a:link, .contact_details a:visited {
	color:#7a6147;
	text-decoration: underline;
}

.contact_details a:hover {
	color:#c9b380;
}

.contact_details2 a:link, .contact_details a:visited {
	color:#7a6147;
	text-decoration: underline;
}

.contact_details2 a:hover {
	color:#c9b380;
}

#contact_main input {
	height: 15px;
	padding: 5px;
	width: 300px;
	border: 0px solid #decfad;
	background: #fff url(../../images/frontend/contact/input_bckgrnd.gif) top left;
	color: #886105;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 5px 0 0 0;
}

#contact_main textarea {
	padding: 5px;
	width: 300px;
	border: 0px solid #decfad;
	background: #fff url(../../images/frontend/contact/input_bckgrnd.gif) top left;
	color: #886105;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 5px 0 0 0;
}

/*Enquiry On Safaris Tours*/

.fr_box{
	float: right;
	width: 310px;
	padding: 5px 0 0 0;
}

.fl_box{
	float: left;
	width: 320px;
	padding: 5px 0 0 30px;
}

#contact_main2 {
	width: 710px;
}

#contact_main2 em {
	font-size: 90%;
}

#contact_main2 input {
	height: 15px;
	padding: 5px;
	width: 250px;
	border: 0px solid #decfad;
	background: #fff url(../../images/frontend/contact/input_bckgrnd.gif) top left;
	color: #886105;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 5px 0 0 0;
}

#contact_main2 textarea {
	padding: 5px;
	width: 250px;
	border: 0px solid #decfad;
	background: #fff url(../../images/frontend/contact/input_bckgrnd.gif) top left;
	color: #886105;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 5px 0 0 0;
}

/* more info*/

.down{
	padding-top: 5px;
}

a.new_code{
	color: #c0a35d;
}

a:link.contact_more, a:visited.contact_more{
	float: left;
	display:block;
	width:620px;
	height:28px;
	padding-left: 38px;
	text-decoration:none;
	background: url(../../images/frontend/contact/more_btn.jpg) no-repeat top left;
	color: #c0a35d;
}

a:hover.contact_more {
	background: url(../../images/frontend/contact/more_btn.jpg) no-repeat bottom left;
	padding-left: 38px;
	color: #c9b380;
}

.security_center{
	text-align: center;
}

#main p.security_code{
	width: 335px;
	margin: 10px auto 0;
	display: block;
	text-align: left;	
}

/* more info end*/

#cont_submit_btn {
	/*padding: 0 0 0 40px;*/
	width: 116px;
	margin: 0 auto;
}

#cont_submit_btn2 {
	padding-top: 10px;
	width: 220px;
}

a:link#contact_submit, a:visited#contact_submit {
	float: left;
	display:block;
	width:92px;
	height:28px;
	padding: 0 10px 0 0;
	text-decoration:none;
	text-indent:-9999em;
	background: url(../../images/frontend/contact/submit_btn.jpg) no-repeat top left;
}

a:hover#contact_submit {
	background: url(../../images/frontend/contact/submit_btn.jpg) no-repeat bottom left;
	color: #c9b380;
}

a:link#contact_reset, a:visited#contact_reset {
	float:right;
	display:block;
	width:92px;
	height:28px;
	padding: 0 10px 0 0;
	text-decoration:none;
	text-indent:-9999em;
	background: url(../../images/frontend/contact/reset_btn.jpg) no-repeat top left;
}

a:hover#contact_reset {
	background: url(../../images/frontend/contact/reset_btn.jpg) no-repeat bottom left;
	color: #c9b380;
}

#people_rightbar {
	/*width: 100%;*/
	color: #7A6147;
	padding: 0 10px 10px 20px;
margin-bottom:0px;
	
	float: right;
	width: 618px;
	height: 570px;
background:url(../../images/frontend/sitewide/mbg2.jpg) repeat;
}

#people_rightbar img {
	margin: 0 15px 5px 0;
}

.team_header{
	padding: 20px 15px 0 0;
}

.people_details {
	padding: 8px 0 3px 15px;
	font-size: 90%;
	width: 253px;
	float: left;
}

.people_details a:link, .people_details a:visited {
	color: #fff;
	text-decoration: underline;
}

.people_details a:hover {
	color: #c9b380;
}

.people_bio_l {
	width: 125px;
	height: 123px;
	padding: 4px 0 0 18px;
}

.people_bio_r {
	width: 125px;
}

a.side_enquire {
	display:block;
	background: url(../../images/frontend/module/enquire_btn.gif) no-repeat;
	height:57px;
	width:230px;
	text-indent:-9999px;
}

a.side_enquire:hover {
	background-position:0 -57px;
}


/* ------------------------------------------------------------
	$19 Map
------------------------------------------------------------ */

#map_sa {
	width: 520px;
	height: 520px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#map_popup {
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#map_sa h2 {
	color:#fff;
	font-size: 1.1em; /* 12px */
	font-weight:bold;
	margin: 1em 0;
	position:absolute; /* NB All H1 and H2 tags sitewide will no display unless a SHOW class is applied */
	left: -99999em;
	top: -99999em;
}

#map_popup .title_bar {
	height:24px;
	background: #3b79a6;
}

.map_popup  {
	background-color: #fff;
	padding:10px 9px 7px 9px;
	border:0px solid #0f466f;
	border-width: 0 0px 0px 0px;
	color:#02345a;
}


/* ------------------------------------------------------------
	$20 Maps
------------------------------------------------------------ */

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net>
	http://dev.iceburg.net/jquery/jqModal/ */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindowMap, .jqmWindowNewsLetterPopupPopup, .jqmWindowGallery, .jqmWindowContact {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0px;
	margin-left: -260px; /* half of the width to get center alignment */
	margin-top: -260px; /* half of the height to get center alignment */
	width: 500px;
	height: 500px;
	/*background-color: green;*/
	color: #333;
	border: 0px;
	padding: 0px;
	z-index: 10000;
}

.jqmOverlay { /*background-color: #333e1d;*/
	background-color: #000000;
}

div.jqmWindowMap input:focus, div.jqmWindowNewsLetterPopup input:focus, div.jqmWindowGallery input:focus, div.jqmWindowContact input:focus {
	background-color: #eaffc3;
}

/* Fixed posistioning emulation for IE6
   Star selector used to hide definition from browsers other than IE6
   For valid CSS, use a conditional include instead */

* html div.jqmWindowMap, * html div.jqmWindowNewsLetterPopup, * html div.jqmWindowGallery, * html div.jqmWindowContact {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	/* the number multiplier is the top position percentage amount */
}

/* ------------------------------------------------------------
	$20 gallery
------------------------------------------------------------ */


#gallery_container {
	width: 600px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#gallery_container h2 {
	color:#fff;
	font-size: 1.1em; /* 12px */
	font-weight:bold;
	margin: 1em 0;
	position:absolute; /* NB All H1 and H2 tags sitewide will no display unless a SHOW class is applied */
	left: -99999em;
	top: -99999em;
}

.jqmWindowGallery, .jqmWindowContact {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0px;
	margin-left: -300px; /* half of the width to get center alignment */
	margin-top: -260px; /* half of the height to get center alignment */
	width: 600px;
	height: 500px;
	/*background-color: green;*/
	color: #333;
	border: 0px;
	padding: 0px;
	z-index: 10000;
}
.jqmWindowNewsLetterPopup{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0px;
	margin-left: -250px; /* half of the width to get center alignment */
	margin-top: -260px; /* half of the height to get center alignment */
	width: 450px;
	height: 500px;
	/*background-color: green;*/
	color: #333;
	border: 0px;
	padding: 0px;
	z-index: 10000;
}


/* ------------------------------------------------------------
	$21 Enquiry Lightbox
------------------------------------------------------------ */
#lightbox_qe {
	background: #bea15c url(../../images/frontend/sitewide/intro_bg.jpg) repeat-x top left;
	width:525px;
	padding:0;
	margin:0;
	text-align:left;
	padding:20px 20px 10px 20px;
	color:#fff;
}

#lightbox_qe h1{
	font-size:12px;
	margin:5px 0 10px 0;
}

#lightbox_qe form {
	margin: 10px 0 0;
}

#lightbox_qe p {
	margin: 0 0 10px 0;
	line-height:16px;
}

#lightbox_qe input, #lightbox_qe textarea {
	padding: 5px;
	width: 220px;
	border: 0px solid #decfad;
	background: #fff url(../../images/frontend/contact/input_bckgrnd.gif) top left;
	color: #886105;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 5px 0 0 0;
}

#lightbox_qe input {
	height: 15px;
}

#lightbox_qe .col{
	float: left;
	width: 245px;
	padding: 0;
	margin:5px 0 0 15px;
}

.form_field{
	width: 320px;	
}
