/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

body {
	height: 100%;
	text-align: center;
	background-color: #AB6E2B;
	min-width: 850px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #630;
}

a:link, a:visited {
	color: #C60;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}


/* Paragraphs, headings, ... */

p {
	line-height: 1.5;
	margin-bottom: 7px;
}

p.text-content:first-letter {
font-size: 1.4em;
font-weight: bold;
line-height: 0.9;
font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
margin: 0 0 10px 5px;
padding: 15px 0 5px 0;
font-size: 16px;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h2 {
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 1px;
color: #FFFFFF;
border-left: 3px solid #FFAE20;
padding-left: 14px;
margin: 12px 0 0 40px;
}

h3 {
	color: #FFF;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #8F3002;
	background-image: url(img/menu2.gif);
	line-height: 30px;
	padding-left: 10px;
}

h4 {
	font-size: 1em;
	background-color: #A71500;
	color: #FFFFFF;
	letter-spacing: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(img/meuns.jpg);
}

ul {
list-style-type: none; 
}


/* Site wrapper */

#safari {
	width: 850px;
	position: relative;
	background-color: #FFFFFF;
	display: table; /* margin-bottom for FF   (?) */
	text-align: left;
	border: 1px solid #893A1C;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #630;
}


/* Header */

#tours {
	margin: 0 auto;
	height: 157px;
	position: relative;
	background-color: #004E6C;
	background-image: url(img/eee.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#adventure {
position: absolute;
top: 0;
right: 50px;
background: url('../img/header-arrow.gif') no-repeat 0 0;
width: 148px;
height: 105px;
}


/* Menu */

#menu {
	width: 850px;
	background-color: #4A4A4A;
	background-image: url(img/menu2.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu li {
display: inline;
list-style-type: none;
}

#menu li.first a {
margin-left: 1.6em;
display: inline;
}

#menu li a {
	float: left;
	color: #F5C123;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.1em;
	line-height: 33px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

#menu li a:hover {
text-decoration: none;
	color: #ffffff;
}

#menu li a.active {
font-weight: bold;
color: #FFC6BB;
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Content boxes */

#holidays {
	width: 850px;
	margin: 0 auto;
	color: #630;
	background-color: #F3A246;
}

#trips {
width: 850px;
}

.tourism {
	float: left;
	width: 620px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.content-box-right {
	float: right;
	width: 220px;
	background-color: #F5D8AB;
	font-size: 11px;
}

#column-right-bottom {
background: #DBF3FF url('../img/column-right-bottom.gif') no-repeat 0 0;
width: 220px;
height: 20px;
}

.vacations {
	text-align: justify;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.gallery {
margin-top: 18px;
}

.gallery a img, .gallery a:visited img {
margin: 0 11px 16px 0;
border: 4px solid #EEEEEE;
}

.gallery a:hover img {
border: 4px solid #FFA191;
}

.content-box-right-in {
margin: 0.4em 1.6em 0 0.8em;
}

dt {
font-size: 0.9em;
font-weight: bold;
}

dd.heading, dd.heading a, dd.heading a:visited {
margin-bottom: 1px;
color: #D15900;
font-weight: bold;
}

address {
line-height: 1.5;
margin-bottom: 7px;
}

dd {
line-height: 1.4;
margin-bottom: 12px;
}
/* Footer */

#travel {
	background-color: #804000;
	color: white;
	width: 850px;
	font-size: 0.9em;
	border-bottom: 2px solid #3F0800;
	text-align: center;
	padding-bottom: 5px;
}
#travel a, #travel a:visited {
font-weight: normal;
color: white;
}

#travel p.left {
float: left;
text-align: left;
margin-left: 15px;
}

#travel p.right {
float: right;
text-align: right;
margin-right: 15px;
}
#africa {
	height: 105px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #004E6C;
	background-image: url(img/safari-tours.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#tanzania {
	text-align: left;
	width: 600px;
}
#packages {
	text-align: left;
	width: 620px;
	float: left;
	font-size: 11px;
	background-color: #FBEAB5;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	width: 50%;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #B25F11;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 5px;
	background-color: #FDF4D9;
}

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
.content-box-right li {
	font-size: 10px;
	line-height: 16px;
	list-style: none;
	padding: 0.25em;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDB867;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}
.content-box-right li a {
	text-decoration: none;
}
.content-box-right li a:hover{
	text-decoration: underline;
	color: #630;
}
a img {border: none; }

#packages h3 a {
	color: #FFF;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #923102;
}
/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

