/*  	-----------------------------------------------------------------------------
		INTERFACE LAYOUT
		----------------------------------------------------------------------------- 	*/
		

BODY	{
	background: #572A15 url(../images/background_image.jpg);
	background-position: center center;
	background-attachment: fixed;
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 866px;
	height: 464px;
	margin-left: -433px;
	margin-top: -222px;
	background: url("../images/bg_interface.gif");
}


/*  	-----------------------------------------------------------------------------
		MENU NAVIGATION
		----------------------------------------------------------------------------- 	*/	


#menu {
	top:0px;
	margin:0 10px 0 0;
	padding:0px;
	text-align: right;
}

#menu ul {
	list-style: none;
	display:inline;
}

#menu ul li {
	display: inline;
	font-size: 8pt;
	font-family: 'Trebuchet MS', Arial;
}

#menu ul li a {
	font-size: 8pt;
	font-family: 'Trebuchet MS', Arial;
	color: #5D503D;
	text-decoration:none;
	padding: 0 0 3px 14px;
	background:url("../images/bg_menu_seperator.gif");
}

#menu ul li a:hover {
	color: #DC7600;
}

#menu ul li a.no_sep {
	background:none;
}

#menu ul li a.org {
	color:#DC7600;
}

#menu ul li a.org:hover {
	color: #BB2200;
}


/*  	-----------------------------------------------------------------------------
		HEADING - Zambia Safari Company
		----------------------------------------------------------------------------- 	*/

#heading {
	position:absolute;
	bottom:9px;
	right:12px;
}

H1	{
	width:207px;
	height:71px;
	background: url("../images/zambia_safari_company.gif");
	display:block;
	text-indent: -999px;
	overflow: hidden;
	margin:0;
}

/*  	-----------------------------------------------------------------------------
		ABOUT US
		----------------------------------------------------------------------------- 	*/

#about_us {
	position:absolute;
	bottom: 14px;
	font-family: 'Trebuchet MS', arial;
	font-size: 8pt;
	color: white;
	text-align:justify;
	width:600px;
	margin: 0 30px 0 20px;
}


/*  	-----------------------------------------------------------------------------
		SAFARI MENU
		----------------------------------------------------------------------------- 	*/


#safari_menu 	{
	font-family: 'Trebuchet MS', arial;
	font-size: 8pt;
	color: #6F5A3B;
	width:350px;
	position:absolute;
	left:250px;
	top: 80px;
}

#safari_menu ul, li {
	list-style:none;
	padding: 0;
	margin: 0;
}

#safari_menu ul {
	margin:0 0 0 10px;
}

#safari_menu ul li a {
	font-size: 16pt;
	color: #6F5A3B;
	text-decoration:none;
}

#safari_menu ul li a:hover {
	color : #AC9A7E;
}

#safari_menu ul li div.expander {
	top:-5px;
	overflow:hidden;
}

#safari_menu ul li div.expander ul li {
	font-size: 8pt;
	text-align:justify;
	line-height: 11.7pt;
}

#safari_menu ul li div.expander ul li a {
	color: #DC7600;
	font-size: 8pt;
}

#safari_menu ul li div.expander ul li a:hover {
	color: #bb2200;
}


/*  	-----------------------------------------------------------------------------
		SIDE IMAGE
		----------------------------------------------------------------------------- 	*/

#side_image {
	position:absolute;
	left:642px;
	top: 60px;
}

#side_image img {
	position:absolute;
	top:0px;
	left:0px;
}

/*  	-----------------------------------------------------------------------------
		GUEST COMMENTS
		----------------------------------------------------------------------------- 	*/
		
#guest_comments {
	font-family: 'Trebuchet MS', arial;
	font-size: 8pt;
	color: #82735B;
	text-align:justify;
	position:absolute;
	bottom:85px;
	margin: 0 25px 0 20px;
	padding: 0 15px 20px 0;
	width: 187px;
	background:url("../images/bg_guest_comments.gif");
	background-position: right;
}

#guest_comments #writer {
	font-style:italic;
	text-align:right;
}

#guest_comments #contact_us a {
	margin: 10px 0 0 0;
	width:187px;
	height: 24px;
	display:block;
	background: url("../images/contact.gif");
	text-indent: -999px;
	overflow:hidden;
}

#guest_comments #contact_us a:hover {
	background: url("../images/contact_h.gif");
}

#guest_comments #contact_us_h {
	width:1px;
	height: 1px;
	display:inline;
	background: url("../images/contact_h.gif");
	text-indent: -999px;
	overflow:hidden;
}