
/*
Screen CSS for: African Bush Camps
Last Updated: 30 June 2006
Author: brett-reid.com
Email: freelance@brett-reid.com
Comments: This code is IE7 friendly (no * or > hacks)
*/

body {
	text-align: center;
	background: url(../images/background/main_gradient.jpg) repeat-x top;
}

#outer_container {
	position: relative;
	width: 820px;
	margin: 0 auto;
	background: url(../images/background/header.jpg) no-repeat top;
}

#header {
	width: 790px;
	margin: 0 auto;
	text-align: right;
	padding: 30px 0 15px 0;
	font-size: 0; /* for */
	line-height: 0; /* IE */
}

#header .logo {
	float: left;
	display: inline;
	margin: 21px 0 0 41px;
}

#nav {
	position: relative;
	width: 790px;
	margin: 0 auto;
	height: 31px;
	text-align: left;
	color: #EDA44E;
	background: #E2810E;
}

#nav a {
	float: left;
	display: block;
	padding-top: 9px;
	color: #fff;
	text-decoration: none;
}

#nav a:hover, #nav a.selected {
	text-decoration: underline;
	font-weight: normal;
}

#js-menu {
	padding-top: 9px;
	padding-left: 20px; 
}

#nav .divider {
	float: left;
	width: 20px;
	padding-top: 9px;
	text-align: center;
}

#tabnav {
	position: absolute;
	top: 182px;
	right: 62px;
	width: 249px;
	height: 38px;
	font-size: 12px;
	text-align: left;
	background: url(../images/tabnav/2tab_left_active.jpg) no-repeat top left;
}

#tabnav p {
	margin: 0;
	padding: 15px 0 0 13px;
}

#tabnav p a.light {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#tabnav p a.dark {
	color: #E2810E;
	text-decoration: none;
	font-weight: bold;
}

#subnavLeft {
	float: left;
	display: inline;
	width: 202px;
	}

#subnavLeft2 {
	float: left;
	display: inline;
	width: 200px;
}

#subnavLeft a, #subnavLeft2 a, #subnavRight a {
	display: block;
	background: url(/images/global/li_orange.gif) no-repeat 3px 6px;
	padding: 0 0 3px 11px;
}

#subnavRight {
	float: left;
	display: inline;
	width: 230px;
}

#container {
	background: url(../images/background/main_content.gif) repeat-y 0px 0px;
}

#container-inner {
	background: url(../images/background/main_content_inner.jpg) no-repeat top left;
}

#right_column, #right_column_internal {
	float: right;
	display: inline;
	margin: 0 11px 22px 0;
	width: 284px !important;
	width /**/: 285px;
	border-left: 1px solid #D7D7D8;
	/*background: #FF0000;*/
}

#right_column .tab_img {
	margin: 17px 0 7px 11px;
	/*background: #CC0099;*/
}

#right_column .tab_copy {
	margin: 0 0 0 21px;
	/*background: #00FFFF;*/
}

#right_column_internal {
	margin: 37px 11px 22px 0;
	width: 284px !important;
	width /**/: 285px;
}

#right_column_internal .pad_right {
	padding: 7px 0 0 12px;
}

#gallery_large {
	margin: 0 0 5px 0;
	width: 266px !important;
	width /**/: 268px;
	height: 172px !important;
	height /**/: 174px;
	border: 1px solid #5A5A5A;
}

#preloader {
	text-align: center;
	padding: 70px 0 0 0;
	background: #00FF00;
}

.thumb_row {
	clear: left;
}

.gallery_thumb {
	float: left;
	display: inline;
	margin: 0 6px 4px 0;
	width: 83px !important;
	width /**/: 85px;
	height: 53px !important;
	height /**/: 55px;
	border: 1px solid #8E8D92;
}

.gallery_thumb img {
	cursor: pointer !important;
	cursor /**/: hand;
}

.guide_thumb {
	float: left;
	display: inline;
	margin: 0 6px 4px 0;
	width: 83px !important;
	width /**/: 85px;
	height: 97px !important;
	height /**/: 99px;
	border: 1px solid #8E8D92;
}

.guide_thumb img {
	cursor: pointer !important;
	cursor /**/: hand;
}

#content {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	/*background: #0000FF;*/
}

#content .pad {
	padding: 10px 14px 20px 28px;
	/*background: #00FF00;*/
}

#content .dg_pad {
	padding: 10px 14px 20px 28px;
	/*background: #00FF00;*/
}


html>body #content .pad {
	width: 451px;
}

#content ul {
	margin: 8px 0 8px 0;
	padding: 0;
	list-style: none;
}

#content ul li {
	background: url(../images/global/li_grey.gif) no-repeat 2px 6px;
	padding: 0 0 2px 11px;
}


#news_home {
	float: left;
	display: inline;
	margin: 0 0 37px 22px;
	width: 222px !important;
	width /**/: 234px;
	padding: 8px 0 0 12px;
	border-right: 1px solid #D7D7D8;
	/*background: #333333;*/
}

#newsletter_home {
	float: left;
	width: 200px !important;
	width /**/: 230px;
	padding: 15px 0 0 30px;
	/*background: #FFFF00;*/
}

#shadow {
	position: absolute;
	top: -46px;
	right: 48px;
}

.box_plain {
	width: 413px !important;
	width /**/: 435px;
	padding: 9px 12px 9px 10px;
	margin: 0 0 0 20px;
}

.box_highlight {
	width: 413px !important;
	width /**/: 435px;
	padding: 9px 12px 9px 10px;
	background: #EEEEEF;
	margin: 0 0 0 20px;
}

#footer {
	position: relative;
	height: 60px;
	margin-bottom: 20px;
	background: url(../images/background/footer.jpg) no-repeat bottom left;
}

#footer .info {
	width: 790px;
	height: 55px;
	margin: 0 auto;
	text-align: left;
	color: #CAC9CB;
	background: #7A797D;
}

#footer .info p {
	margin: 0;
	padding: 13px 0 0 42px;
}

#footer .linktext {
	color: #ffffff;
}

body, th, tr, input, textarea, select {
	font: normal 11px Trebuchet MS, Arial, Verdana, sans-serif;
	color: #87868B;
	line-height: 13px;
}

h1, h3 {
	font-size: 23px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #E88209;
	margin: 0;
	padding: 10px 0 2px 0;
	width: 400px;
	line-height: normal;
}

h3 {
	font-size: 16px;
	width: 200px;
	padding: 5px 0 6px 0;
}

h5 {
	font-size: 11px;
	margin: 0;
	padding: 0 0 2px 0;
	color: #F8951E;
}
h4 {
	font-size: 13px;
	margin: 0;
	padding: 0 0 2px 0;
	color: #F8951E;
}

#right_column_internal h5 {
	padding: 3px 0 6px 0;
}

a {
	color: #F8951E;
}

a.selected {
	font-weight: bold;
}

a.newslink {
	color: #999;
	font-weight: bold;
}

a.grey {
	color: #87868B;
}

#printButton {
	position: absolute;
	top: 522px;
	left: 360px;
}

img {
	border: none;
}

form {
	margin: 0;
}

.orange {
	color: #F8951E;
}

.input_b {
	display: block;
	margin: 8px 0 0 0;
	width: 151px !important;
	width /**/: 168px;
	padding: 2px 10px 2px 5px;
	border: 1px solid #C3C2C5;
}

.select_b {
	display: block;
	margin: 8px 0 0 0;
	width: 168px;
	border: 1px solid #C3C2C5;
}

.select {
	width: 168px;
	border: 1px solid #C3C2C5;
}

.textarea {
	margin: 8px 0 0 0;
	width: 297px;
	height: 98px;
	border: 1px solid #C3C2C5;
}

.submit_b {
	display: block;
	margin: 8px 0 0 118px;
	width: 49px;
	height: 18px;
}

.submit {
	margin: 8px 0 0 0;
	width: 49px;
	height: 18px;
}

#preload {
	display: none;
}

.grey_line {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background: #D7D7D8;
}

.clear {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
}

/****************** PRELOADER STYLES START **************************/

.border_preview {
	border: 1px solid #BEBDBF;
	background-color: #fff;
}

.title_h2 {
	margin: 0;
	padding: 10px 14px 0 14px;
	color: #000;
	background-color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#loader_container {
	text-align: center;
	position: absolute;
	width: 100%;
}

#loader {
	z-index:255;
}

#progress {
	padding-top: 180px;
}

#loader_bg {
	position:relative;
}

/****************** PRELOADER STYLES END ***************************/

/* ------------- DROP DOWN MENU STARTS -------------- */

.yp_menu .options {
	margin-right:1px;
	margin-bottom:1px;
	border:1px solid #EDA44E;
	color: #fff;
	color: #EDA44E;
	text-align: left;
	background-color: #E2810E;
	background-color: #fff;
}
/*#menu11Content, #menu12Content, */
#menu1Content, #menu2Content {
	font-weight : normal;
	font-family: Verdana,arial;
	color: #fff;
	color: #EDA44E;
}

.yp_menu a.submenu, a.submenu:link, a.submenu:active, a.submenu:visited {
	color:#fff;
	color: #EDA44E;
	display:block;
	padding: 4px 10px;
	border-bottom: 1px solid #EDA44E;
	text-decoration:none;
	background-color:transparent;
}

.yp_menu a.submenu:hover, a.submenu:visited:hover {
	background-color: #fff;
	background-color: #E2810E;
	text-decoration: none;
	color: #E2810E;
	color:#fff;
}

.summary_title{
padding-right:14px;
font-weight:normal;
}

#home-specials-block{
	margin:0 12px 0 12px; 
	border:5px solid #e88209; 
	padding:12px; 
	width:444px !important;
	width /**/ :468px;
}

#orange-strong {
	color:#e88209;
}

#google-earth {
	font-weight:normal;
	color:#ADACB0;
}

#google-earth-link {
	text-decoration:none;
	color:#ADACB0;
}

#google-earth-link:hover {
	text-decoration:underline;
}

/* start DENROY ROBYN -> 4-11-2009 */
.msg
{
	color:#FFFFFF;
	width:222px;
	padding:15px;
	border: solid 1px #E88209;
	background:#F8AB4E;
}

.fp-msg
{
	color:#FFFFFF;
	width:240px;
	padding:15px;
	border: solid 1px #E88209;
	background:#F8AB4E;
}
/* end DENROY ROBYN -> 4-11-2009 */