/* General Document Styling */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	background: #DDD7C1;
}
#container {
	width: 760px;
	background: #FFF url('../images/bg.gif') repeat-y;
	margin: 10px auto 0;
	padding-bottom: 20px;
}
.clearing {
	height: 0;
	clear: both;
}

/* Header Elements */

#header {
	width: 100%;
	height: 133px;
	background: url('../images/header_bg.gif') repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;
}
#header h1 {
	width: 100%;
	height: 100%;
	text-indent: -10000em;
	overflow: hidden;
	background: url('../images/khumbula_logo.gif') no-repeat;
	background-position: 121px 29px;
}

/* Navigation Elements */

#nav {
	list-style: none;
	background: #CEC3A9;
	width: 160px;
	float: left;
	clear: none;
}
#nav li a {
	display: block;
	height: 20px;
	padding: 0 6px;
	line-height: 20px;
	border-top: 1px #FFF solid;
	border-bottom: 1px #A99C78 solid;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}
#nav li a:hover {
	background: #B8AB90;
}
#nav li .ee_link {
	font-style: italic;
}

/* Content Elements */

h2 {
	font-size: 11px;
	padding-bottom: 3px;
}
#content {
	float: right;
	clear: none;
	color: #656151;
}
#content p {
	line-height: 150%;
	padding-bottom: 15px;
	text-align: justify;
	color:  #656151;
}
#content ul {
	padding-left: 20px;
	padding-bottom: 20px;
}
#content a {
	color:  #800000;
	text-decoration: none;
}
#content a.link1 {
	font-weight: bold;
}
#content dl {
	margin-bottom: 20px;
}
#content dl dt {
	font-weight: bold;
}
#content_right {
	float: right;
	padding: 0 15px 0 0;
}
#center_images + #content_right {
	width: 335px;
}
#content_wrapper {
	float: right;
	clear: none;
	width: 600px;
}
#extended_gallery {
	list-style: none;
	line-height: 30px;
	margin: 0 auto !important;
	padding: 0 !important;
	width: 570px;
}
#extended_gallery li {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
	margin: 0;
	height: 98px;
}
#extended_gallery li img {
	border: 1px #74736E solid;
}
#center_images {
	text-align: center;
	width: 250px;
	float: left;
}
#center_images ul {
	padding: 0 !important;
	margin: 0 !important;
}
#center_images img {
	border: 1px #800000 solid;
}
#center_images ul {
	list-style: none;
}
#center_images li {
	margin-bottom: 20px;
}
#center_images li span {
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
	color: #CF917C;
}
#center_images dl {
	margin-bottom: 20px;
	color: #656151;
}
#center_images dl dt {
	font-weight: bold;
	margin-bottom: 3px;
}
#center_images dl a {
	color: #800000;
	text-decoration: none;
}
#content #gallery_images {
	list-style: none;
	padding: 0;
}
#content #gallery_images li {
	float: left;
	clear: none;
/*	width: 130px; */
	padding: 5px 10px;
}
#content #gallery_images li img {
	border: 1px #800000 solid;
}

textarea {
	font: 11px Arial, Helvetica, sans-serif;
}

/* Exclusive styling for enquiry form */

#enquiry_form {
	padding: 10px;
}

#enquiry_form legend {
	padding: 5px;
}

#enquiry_form #country {
	font-size: 80%;
}

#enquiry_form ol {
	list-style: none;
}

#enquiry_form ol li label {
	display: block;
}

/* Exclusive styling for rates page */

#rates_tbl {
	width: 330px;
	margin-bottom: 20px;
	border: 1px #978D77 solid;
	padding: 0;
}
#rates_tbl th {
	background: #CEC3A9;
	color: #000;
	padding: 2px;
	border: 1px #978D77 solid;
}
#rates_tbl td.sub_th {
	background: #E9E1CF;
	color: #000;
	border: 1px #978D77 solid;
	padding: 2px;
}
#rates_tbl td {
	border: 1px #978D77 solid;
	padding: 2px;
}
#rates_tbl td.rate_amount {
	text-align: right;
}

/* Footer Elements */

#footer {
	width: 750px;
	height: 44px;
	line-height: 44px;
	text-align: right;
	color: #FFF;
	margin: 0 auto;
	padding-right: 10px;
 	background: #FFF url('../images/footer_bg.gif') repeat-x;
	background-position: left center;
	border-top: 1px #800000 solid;
	border-bottom: 1px #800000 solid;
	clear: both;
}


#peronii {
	text-align: center;
	display: block;
	margin: 10px auto 20px;
	width: 334px;
	overflow: hidden;
	color: #746B3D;
	text-decoration: none;
}

#peronii a {
	color: #000;
}