/* Tidy-up */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	font: 12px Verdana,Arial,sans-serif;
	margin: 3px auto;
	width: 760px;
}
a {
	border-bottom: 1px solid;
	color: #562514;
	text-decoration: none;
}
a.img {
	border: 0;
	display: block;
	text-align: center;
}
a img {
	background: #fff;
	border: 1px solid;
	padding: 1px;
}
a:hover {
	color: #000;
}

/* Layout */
#body {
	background: #000 url(/media/img/edges.jpg) repeat-y center bottom;
	color: #000;
	float: left;
	padding: 1em 0 0;
	position: relative;
	width: 760px;
}
#wrapper {
	float: left;
	overflow: hidden;
}
#skip {
	display: none;
}

#supplement {
	border-left: 1px solid;
	float: right;
	margin: 177px 1em -9999px;
	padding: 0 0 9999px 5px;
	width: 150px;
}
#supplement h2 {
	margin: 0 0 1em;
	text-align: center;
}
#supplement h3 {
	font-size: 1em;
	margin: 0 0 1em;
	text-align: center;
}

#content {
	float: right;
	margin: 177px 0 -9999px;
	overflow: hidden;
	padding: 0 5px 9999px;
	width: 360px;
}
#wide_content {
	float: right;
	margin: 177px 0 -9999px;
	padding: 0 35px 9999px 5px;
	width: 530px;
}
#super_wide_content {
	float: left;
	margin-top: 177px;
	padding: 0 35px;
	width: 90%;
}
#content img, #wide_content img, #super_wide_content img {
	background: #fff;
	border:1px solid #000;
	clear: right;
	float: right;
	margin: 0 0 0.5em 0.5em;
	padding: 1px;
}
#content h2 img, #wide_content h2 img, #super_wide_content h2 img {
	margin-top: -1.5em;
}
#content img.left, #wide_content img.left, #super_wide_content img.left {
	float: left;
	margin: 0 0.5em 0.5em 0;
}
#content a img, #wide_content a img, #super_wide_content a img {
	background: none;
	border: 0;
	float: left;	
}
#navigation {
	border-right: 1px solid;
	float: left;
	font-size: 10px;
	margin: 177px 0 -9999px;
	padding: 0 0 9999px 25px;
	text-transform: uppercase;
	top: 0;
	width: 150px;
}
#navigation a {
	border: 0;
	text-decoration: underline;
}
#navigation ul, #navigation ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul li, #navigation ol li {
	margin: 0;
	padding: 0;
}
#top_level {
	font-size: 10px;
	left: 0;
	list-style: none;
	margin: 0 0 0 -15px;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	z-index: 1000;
}
#top_level li {
	display: inline;
	float: left;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	position: relative;
	text-align: center;
	top: 154px;
}
#top_level #nav_home {
	margin-left: 18px;
	width: 66px;
}
#top_level #nav_safaris {
	margin-top: -16px;
	width: 78px;
}
#top_level #nav_hotels {
	margin-top: -16px;
	width: 86px;
}
#top_level #nav_photos {
	margin-top: -16px;
	width: 83px;
}
#top_level #nav_enquire {
	width: 84px;
}

#header {
	background: #000 url(/media/headers/safaris.png) no-repeat bottom left;
	font-size: 2em;
	height: 177px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#footer {
	background: #000 url(/media/img/footer.jpg) no-repeat center top;
	float: left;
	height: 106px;
	padding-top: 50px;
	width: 100%;
}
#footer p {
	margin: -0.25em 0 0;
	padding: 0;
}
#footer #copyright {
	float: left;
	padding: 20px 0;
	text-align: right;
	width: 34%;
}
#footer .logos {
	float: left;
	text-align: center;
	width: 33%;
}
#footer .logos li {
	display: inline;
	margin: 0;
}
#footer .logos li img {
	background: #fff;
	border: 1px solid #000;
	margin: 0;
	padding: 1px 0;
}

#post_footer {
	float: left;
	width: 100%;
}
#post_footer ul {
	display: block;
	list-style: none;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
	width: 600px;
}
#post_footer ul li {
	display: inline;
	margin: 0;
	padding: 0.2em;
}
#post_footer ul li a {
	border: 0;
	padding: 0.2em;
	text-decoration: underline;
	white-space: nowrap;
}
#post_footer ul li a:hover {
	color: #ffc;
}
#post_footer #cards {
	text-align: center;
	width: 100%;
}

/* Default styles */
h1 {
	color: #562514;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #562514;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: underline;
}
h6 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}
ul li, ol li {
	margin: 0.25em 0 0.25em 1.5em;
}
p {
	margin: 1em 0 0.5em 0;
	padding: 0;
}
fieldset {
	border: 0;
}

/* Look & Feel */
#header a {
	display: none;
}

p#about_us, p#contact_us, p#africa_honeymoon, p#client_feedback, p#news {
	background: url(/media/img/dumbo.gif) no-repeat 0 0;
	clear: left;
	margin: 0 0 0 4px;
	padding: 0.3em 0 0.3em 20px;
}

#countries {
	margin: 20px 0;
}
#countries p {
	color: #562514;
	font-size: 1.2em;
	font-weight: bold;
}
#countries li {
	font-weight: normal;
}
#countries li.country {
	background: url(/media/img/paw.gif) no-repeat left 3px;
	clear: left;
	font-weight: bold;
	margin: 2px 8px;
	padding: 5px 0 5px 16px;
}
#countries li.region p {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#countries li.country li.selected, #countries li.country li.selected p {
	font-weight: bold;
}
#countries li.selected span {
	display: block;
	padding: 2px 0 2px 8px;
}
#countries li.country li.selected {
	margin: 6px 0;
}
#safari_details {
	list-style: none;
}
#safari_details li {
	margin: 0 0 0.75em;
	padding: 0;
}
#safari_details li span {
	display: block;
	font-weight: bold;
}
#calendar {
	margin: 20px 0;
}
#calendar a {
	background: url(/media/img/calendar.gif) no-repeat center top;
	border: 0;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 16px;
	margin: 16px 0 0;
	padding: 106px 0 0;
	text-align: center;
	width: 100%;
}
#calendar p {
	text-transform: none;
}

#search {
	float: left;
	margin: 10px 0;
	width: 100%;
}
#search p {
	color: #562514;
	font-size: 1.2em;
	font-weight: bold;
}
#search form {
	background: #562514;
	float: left;
	padding: 2px 2px 0;
	width: 130px;
}
#search form input {
	background: #fff;
	border: 0;
	color: #000;
	float: left;
	font-size: 1em;
	margin: 0;
	padding: 0;
	width: 100px;
}
#search form .submit input {
	background: #562514;
	border: 0;
	color: #fff;
	float: right;
	margin-left: 2px;
	padding: 0;
	text-transform: uppercase;
	width: 22px;
}

#recommendations h2 {
	font-size: 1.6em;
}

.recommended {
	list-style: none;
}
.recommended li {
	margin: 0;
	padding: 0;
}
.recommended .focus, .hotels .focus {
	background: url(/media/img/focus_extra.gif) no-repeat center top;
	border: 0;
	float: left;
	height: 126px;
	margin: 12px 4px 4px 0;
	overflow: hidden;
	padding: 12px 8px;
	text-align: left;
	width: 502px;
}
.recommended .focus h3 {
	text-align: left;
}
#body .recommended .focus img, #body .recommended .focus img {
	background: #fff;
	border:1px solid #562514;
	float: right;
	margin: -1em 4px 0;
	padding: 1px;
}

.adr {
	float: left;
	margin-bottom: 1em;
	width: 50%;
}

#safari_types {
	list-style: none;
}
#safari_types .focus, #calendar_content .focus {
	background: url(/media/img/focus_sm.gif) no-repeat center top;
	float: left;
	height: 228px;
	margin: 0 4px 4px 0;
	padding: 8px;
	text-align: center;
	width: 152px;
}
#safari_types .focus h3, #calendar_content .focus h3 {
	text-align: center;
}
#safari_types .focus img, #calendar_content .focus img {
	float: none;
	margin: 0.5em;
}
#safari_types .focus p, #calendar_content .focus p {
	margin: 0;
	padding: 0;
	text-align: left;
}

.honeymoon {
	background: url(/media/img/focus_v.gif) no-repeat left top;
	float: left;
	height: 430px;
	margin: 0 5px 10px 0;
	padding: 16px 10px;
	width: 314px;
}
.honeymoon h2 {
	margin-top: 0;
}

#photo_sets, #photo_sets ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
	width: 100%;
}
#photo_sets li {
	background: url(/media/img/focus_tiny.gif) no-repeat center top;
	float: left;
	height: 104px;
	margin: 0 0.5em 0.5em 0;
	padding: 8px;
	text-align: center;
	width: 152px;
}
#photo_sets li h2 {
	margin: 0 0 0.25em;
	padding: 0;
}
#photo_sets li img {
	float: none;
	margin: 0;
}
#photos {
	border-top: 1px solid #562514;
	clear: left;
	float: left;
	list-style: none;
	margin-top: 0.25em;
	width: 95%;
}
#photos li {
	float: left;
	margin: 0.5em 0.25em 0;
	padding: 0;
}
#body #photos li img {
	float: left;
	margin: 0;
	padding: 0;
}
img#focus {
	background: #fff;
	border: 1px solid #562514;
	float: left;
	margin: 0 0 0.25em;
	padding: 1px;
}

#featured {
	background: url(/media/img/featured.gif) no-repeat center center;
	border: 0;
	display:block;
	height: 100px;
	margin-top: 1em;
	width: 100%;
}

hr {
	background: #000;
	border: 0;
	height: 1px;
	margin: 1.5em 1em 0.5em 0;
}

code {
	background: #fff;
	border: 1px solid #562514;
	display: block;
	line-height: 1.5em;
	padding: 0.5em;
}

p code {
	border: 0;
	display: inline;
	line-height: 1.5em;
	padding: 0;
}
