@charset "UTF-8";
/* CSS Document */

HTML, BODY { height: 100%; }

HTML * { margin: 0; padding: 0; }

/* ================= PAGE STYLES =====================*/

BODY {
	background-color: #151515;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

BODY * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

strong {
	font-size: inherit;
}

.layout {
	width: 990px;
	margin: 0 auto;
}

.page {
	background-color: #ffffff;
	margin: 0 6px;
}

.shadowLeft {
	background: url(../images/shadowLeft.gif) repeat-y left;
}

.shadowRight {
	background: url(../images/shadowRight.gif) repeat-y right;
}

/* ================= FORMS =====================*/

INPUT, SELECT, TEXTAREA { 
	font-size: 11px;
	margin: 1px 0;
}

.ie INPUT {
	margin: 0;
}

.formbutton {
	background: url(../images/bgBtnHotels.gif) repeat-x;
	border: 1px solid #000000;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	padding: 0 2px 2px 2px;
	height: 24px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

/* ================= PAGE ELEMENTS =====================*/

#masthead {
	background: url(../images/bgHeader.gif) repeat-x;
	height: 114px;
}

#banner {
	background-image: url(../images/africanSunHome.jpg) no-repeat;
	height: 101px;
}

#scrollingdock {
	height: 61px;
}

#credentials {
	height: 64px;
}

#bookmark {
	background: url(../images/bgBookmark.gif) repeat-x;
	height: 20px;
	text-align: center;
}

/* ================= TOP LINKS AND SEARCH AREA =====================*/

.toplinks {
	background: url(../images/bgTopSearch.gif) no-repeat top right;
	color: #ffffff;
	height: 30px;	
	width: 647px;
}

.toplinks A:link,
.toplinks A:active,
.toplinks A:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.toplinks A:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.toplinks .searchTextbox {
	border: 1px solid #ea5417;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 17px;
	padding: 3px 0 0 3px;
	width: 97px;
}

/* ===================== MAIN MENU ===================== */

#mainmenu {
	background: #000000 url(../images/default_navOff.gif) repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
}

#mainmenu TD {
	border-left: 1px solid #252626;
	text-align: center;
}

#mainmenu TD:first-child {
	border-left-width: 0;
}

#mainmenu TD A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 4px 3px 4px;
	height: 19px;
	white-space: nowrap;
}

#mainmenu TD A:hover {
	color: #ffffff;
	background: transparent url(../images/default_navOver.gif) no-repeat top right;
}

#mainmenu TD A.current {
	color: #f66024;
	background: transparent url(../images/navCurrent.gif) no-repeat top right;
}

#mainmenu TD A.current:hover {
	color: #ff9600;
	background: transparent url(../images/navCurrent.gif) no-repeat top right;
}

/* ================= TABS =====================*/

#tabs {
	background: url(../images/bookingTab.gif) no-repeat 0 5px;
	float: left;
	height: 35px;
	margin-top: -35px;
	position: absolute;
	width: 228px;
}

#tabs * {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

@media print {
	#tabs {
		display: none;
	}
}

#tabs TD {
	cursor: pointer;
	height: 35px;
	text-align: center;
}

#tabs TD A {
	color: inherit;
	text-decoration: none;
}

#tabs .TabSeparator {
	background: url(../images/tabsep.gif) no-repeat right;
}

#tabs .TabSelected {
	background-color: #ffeab5;
	border-top: 1px solid #f8bc80;
	border-right: 1px solid #f8bc80;
	border-left: 1px solid #f8bc80;
	color: #dc6b00;
}

/* ================= SIDEBAR =====================*/

#sidebar {
	background: url(../images/bgBookingForm.gif) no-repeat;
}

#sidebar .panel {
	margin: 10px;
}

#sidebar A:link, 
#sidebar A:active, 
#sidebar A:visited {
	color: #f66024;
	text-decoration: underline;
}

#sidebar A:hover {
	color: #ff9600;
	text-decoration: underline;
}

/* ================= FOOTER =====================*/

#footer {
	background: url(../images/shadowBottom.gif) repeat-x;
	height: 32px;
	padding-top: 8px;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 130%;
} 

#footer A:link,
#footer A:active,
#footer A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#footer A:hover {
	color: #ffffff;
	text-decoration: underline;
}













/* ===================== SUB MENU ===================== */

.submenucontainer {
	display: block;
	height: 41px;
	background: transparent url(../images/bgSubNav.gif) repeat-x top left;
	margin: 20px 0 3px 0;
}

.submenucontainer table {
	height: 41px;
}

.submenucontainer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 41px;
}

.submenucontainer td.current {
	background: transparent url(../images/bgSubCurrent.gif) no-repeat top center; 
	background-color: #ffffff;
}

.submenucontainer td div { cursor: pointer; padding: 9px 3px 10px 3px; }
.submenucontainer td div.bleft { border-left: 1px solid #b4b4b4; }
.submenucontainer td div.bright { border-right: 1px solid #b4b4b4; }
.submenucontainer td div.hover { color: #f66024; }

.submenucontainer td a { color: #393939; text-decoration: none; }
.submenucontainer td.current a { color: #f66024; }

.submenucontainer td a.hover { color: #f66024; }

/* ================= DD SUB MENU =====================*/

#ddtopmenubar.submenucontainer td a {
	text-align: center;
}

.webkit #ddtopmenubar.submenucontainer td a {
	text-align: center;
}

.ddsubmenustyle {
	margin-left: -2px;
}

.ie .ddsubmenustyle {
	margin-left: -7px;
}

.opera .ddsubmenustyle {
	margin-left: -1px;
}

.safari .ddsubmenustyle {
	margin-left: -1px;
	margin-top: 31px;
}

/* ================= CONTENT STYLES =====================*/

H1 {
	color: #f66024;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 10px 0;
}

H1 * {
	font-size: 18px;
}

H2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0;
}

H2 * {
	font-size: 14px;
}

H3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0;
}

P {
	padding: 0;
	margin: 0 0 12px 0;
}

a:link, a:active, a:visited {
	color: #f66024;
	text-decoration: underline;
}

a:hover {
	color: #ff9600;
	text-decoration: underline;
}

.hrleft { border-left: 1px dotted #cccccc; }
.hrright { border-right: 1px dotted #cccccc; }
.hrtop { border-top: 1px dotted #cccccc; }
.hrbottom { border-bottom: 1px dotted #cccccc; }
.hrall { border: 1px dotted #cccccc; }

.small, TD.small {
	font-size: 80%;
}

.big, TD.big {
	font-size: 14px;
}

.big * {
	font-size: 14px;
}

.gray {
	color: gray;
}

.alert {
	background-color: #ffeab6;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;
	margin: 10px 0;
	padding: 5px;
}

/* ================= MAIN CONTENT =====================*/

.mainContent, .mainContent TD {
	font-size: 11px;
}

.mainContent P {
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
	line-height: 130%;
}

.mainContent TABLE {
	margin: 0 50px;
}

.mainContent TD TABLE {
	margin: 0;
}

.ie .mainContent TABLE {
	margin: 0;
}

.mainContent H1 {
	padding-left: 20px;
}

.mainContent H2 {
	padding-left: 35px;
}

.mainContent H3 {
	padding-left: 50px;
}

.mainContent UL {
	margin-left: 80px;
	margin-right: 50px;
	line-height: 130%;
}

.mainContent OL {
	margin-left: 80px;
	margin-right: 50px;
	line-height: 130%;
}

.mainContent a {
	font-size: inherit;
}


/* ================= RSS FEED =====================*/

.rssFeed P {
	padding: 0;
	text-align: left;
}

.rssFeed IMG {
	margin-right: 6px;
	border: 1px solid lightgrey;
	padding: 3px;
	background-color: white;
}

#column1 {
	width: 355px;
	float: left;
	left: 0;
	padding-bottom: 10px;
	padding-right: 20px;
	border-right: 1px dashed lightgrey;
}

#column1 .rssFeedItem H3 {
	padding-left: 50px;
	margin-bottom: 5px;
}

#column1 .rssFeedItem DIV {
	margin-left: 50px;
}

#column2 {
	width: 335px;
	float: left;
	left: 355px;
	padding-bottom: 10px;
}


#column2 .rssFeedItem H3 {
	padding-left: 25px;
	margin-bottom: 5px;
}

#column2 .rssFeedItem DIV {
	margin-left: 25px;
}

/* ================= KEYWORD SEARCH =====================*/

#keywordSearch {
	font-size: 1px;
	visibility: hidden;
	display: none;
}

/* ================= PHOTO GALLERY =====================*/

.caption {
	color: #f66024;
	font-size: 10px;
	font-style: italic;	
}

/* ================= HELP ICON =====================*/

.help {
	background-image: url(../images/helpDefault.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 28px;
	padding: 13px 0 0 32px;
	margin: -10px 0 0 0;
}



/* ================= GALLERY =====================*/

.mask {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

/* ================= RATING =====================*/

.rating_container {
	clear: both;
}

.rating_container a {
	float: left;
	display: block;
	width: 25px;
	height: 23px;
	border: 0;
	background-image: url("/images/rating.gif");
}

.rating_container a.rating_off {
	background-position:0 -2px;
}

.rating_container a.rating_half {
	background-position:0 -27px;
}

.rating_container a.rating_on {
	background-position:0 -52px;
}

.rating_container a.rating_selected {
	background-position:0 -52px;
}

/* ================= DROP SHADOW =====================*/

.Shadow {
	background: url(../Images/shadow1.gif) no-repeat bottom right;
	border: 0;
	margin: 0;
	padding: 0;
}

.Shadow div {
	background: url(../Images/shadow2.png) no-repeat left top;
	border: 0;
	margin: 0;
	padding: 0 0 6px 0;
}

.Shadow div div {
	background-image: url(../Images/dot.gif);
	border: 1px solid gray;
	margin: 0 6px 0 0;
	padding: 0;
}

/* ========== AUTOCOMPLETE ========== */

.autocomplete * {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 11px/15px;
	font-weight: normal;
}

.autocomplete { 
	background: white;
	display: block;
	border: 1px solid gray;
	text-align: left;
	z-index: 200; 
}

.autocomplete b,
.autocomplete em,
.autocomplete strong { 
	font-weight: bold; 
}

.autocomplete,
.autocomplete ul,
.autocomplete ul li { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.autocomplete ul li {
	border-top: 1px solid #e3e3e3;	
	cursor: pointer; 
	margin: 0;
	padding: 3px 6px;
	text-align: left;
}

.autocomplete ul li.selected { 
	background: gold;
	color: black;
}

.autocomplete span { 
	color: #111111;
	float: right;
	padding-left: 20px; 
}

.autocomplete_text { 
	background: white url(/Images/autocomplete_leftcap.gif) right center no-repeat; 
}
.autocomplete_text_busy { 
	background: white url(/Images/autocomplete_spinner.gif) right center no-repeat;
}

