/* STYLE SHEET */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	height:100%;
	background-color:#000000; 	
	margin:0px;
}
#top {
	height:10px;
	background-color:#1e2a09;
}
#main {
	background-color:#2f3f02;
	background-repeat:repeat; 
	background-image:url(../images/background/bodybg.jpg);
}
#container {
	position:relative;
	width:960px;
	margin:auto;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	padding-top:10px;
	margin-bottom:2px;
	text-align:center;
}
/* ***************************************************************************** */
/* MENU */
#navigation {
	position:relative;
	height:25px;
	background-color:#000000;
	z-index:10;
	margin-bottom:2px;
}
#gr-line {
	height:4px;
	background-color:#1e2a09;
	margin-bottom:10px;
}
#banner {
	position:relative;
	background-color:#ffffff;
	padding:5px;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* CONTENT*/
#content {
	position:relative;
}
#content p {
	color:#ffffff;
	line-height:18px;
	font-size:12px;
}
#left-column {
	position:relative;
	width:706px;
	float:left;
}
#right-column {
	position:relative;
	width:245px;
	float:right;
}
.greenbg {
	background-color:#1e2a05;
	border:1px solid #0a0e00;
	margin-bottom:10px;
}
#title {
	background-color:#AD6501;
	padding:0px 10px;
	margin-bottom:10px;
}
#left-column h1 {
	color:#ffffff;
	margin:2px 0px;
	font-size:18px;
}
.title {
	padding:4px 0px 0px 10px;
	text-align:center;
}
#contact-text {
	color:#86906b;
	padding:5px 10px;
	font-size:11px;
	line-height:14px;
}

#safaris{
	padding:0px 5px;
	display:inline-block;	
	font-family:"Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;	
}
#safaris .safari-item{
	margin: 5px 0px;
	width:233px;
}
a.safaris-link:link,
a.safaris-link:visited{	
	display:block;
	color:#000000;
	padding:5px 8px;
	background-color:#ad6501;
	text-decoration:none;
}
a.safaris-link:hover{
	 background-color:#96a37e;
	 color:#ffffff;
}


input.contact {
	width:217px;
	border:1px solid #cccccc;
	height:18px;
	font-size:12px;
	margin:5px 0px 10px 0px;
}

textarea.contact {
	width:217px;
	border:1px solid #cccccc;
}
input.submit {
	background-color:#3e4b29;
	color:#ffffff;
	border:none;
	padding:2px 10px;
	cursor:pointer;
}
#content ul,ol{ 
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 30px;
	vertical-align: middle;
	list-style-image:url(../images/bullet.gif);	
}
#content ul li, 
#content ol li{
	margin: 0px;
	padding: 0px;
	list-style-image:url(../images/bullet.gif);
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* GALLEY */

table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}

/* ***************************************************************************** */
/* FOOTER */
#footer-bg {
	height:127px;
	background-image:url(../images/background/footerbg.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#footer {
	position:relative;
	padding:10px;
	font-size:11px;
	color:#e8bf87;
}
#footer-container {
	width:960px;
	margin:0 auto;
}
#footer-left {
	position:relative;
	float:left;
}
#footer-right{
	position:relative;
	float:right;
}
#legal {
	color:#ffffff;
}
#countries {
	height:22px;
	margin-bottom:10px;
	font-size:14px;
	color:#2c2d2a;	
}
.countries{
	float:left;
	margin-right:19px;
	
}
.countries2 {
	float:right;
}
	
/* GLOBAL */

	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}

a:link,
a:visited,
a:hover {
	color:#96D024;
}

ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}
.pagination {
	text-align:center;
}
.error {
	font-size:11px;
	color:#FF0000;
}
.line {
	margin:2px 0px;
	height:1px;
	border-bottom:1px solid #384c01;
}
