/* *** main css stylesheet *** */
body {
    background-color: #333333;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1 {
	font-size: 16px;
    margin: 0;
    padding-top: 15px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
    margin: 0;
    padding-top: 10px;

}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ff9900;
}

a.current {
    color: #ff9900;
}

p {
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
}

ul, table {
	font-size: 13px;
	list-style: none;
}

a img {
    border: none;
}

img {
    display: block;
    float: left;
}

#wrapper {
    background-color: #000000;
    margin: 7px auto 0 auto;
    position: relative;
    text-align: left;
    width: 990px;
}

/* *** banner *** */
#banner {
    width: 100%;
    height: 100px;
    line-height: 100px;
    position: relative;
}

#strapLine {
    float: right;
    width: 800px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 14px;
    text-align: right;
}

#logo {
    position: relative;
    top: 9px;
    left: 34px;
    font-family: papyrus;
    font-size: 32px;
    color: #999966;
    width: 110px;
    float: left;
}

/* *** navigation *** */
#nav {
    background-color: #666633;
    width: 100%;
    height: 35px;
    font-size: 14px;
}

#navlist, #navlist * {
    margin: 0;
    padding: 0;
}

ul#navlist, #navlist ul {
    background-color: #666633;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

#navlist li {
    width: 165px;
    text-align: center;
}

#navlist li a {
    border: 1px inset #ffffff;
    display: block;
    height: 33px;
    line-height: 33px;
}

#navlist li a.current {
    background-color: #4b4b25;
}

li.headlink {
    position: relative;
    overflow: visible;
    float: left;
    z-index: 40;
}

li.headlink ul {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 50;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

li.headlink:hover ul {
    display: block;
}

/* *** main content *** */
#mainContent {
    padding-right: 5px;
}

#content {
    position: relative;
    background-color: #4a452a;
    width: 100%;
	_height: 412px;
    min-height: 412px;
}

#visitorList {
    width: 750px;
    float: right;
}


/* *** footer *** */
#footer {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #c6c6b9;
}

#footer .copyright {
    float: right;
    margin-right: 10px;
}

/* *** extra *** */
.mainImg {
    float: left;
    margin-right: 15px;
}

.spacer {
    clear: both;
    height: 1px;
}

.safari {
    float: left;
    width: 165px;
}

.staff {
    float: left;
    width: 248px;
}

.guides {
    float: left;
    width: 330px;
}

.hosts {
    float: left;
    width: 330px;
}

.safari img, .staff img, .guides img, .hosts img {
    margin-bottom: 7px;
}

.safari p, .staff p, .guides p, .hosts p, .safari h2, .guides h2, .staff h2 {
    padding-left: 15px;
}

#conditions {
	margin-left: 180px;	
}

#fullstory {
	margin: 0 15px;
}

/* packing list */
ul#list {
    float: right;
    width: 430px;
    list-style-type: circle;
}

table#rates {
    width: 800px;
    height: 610px;
}

#ratesContent {
    margin-left: 10px;
}

#ratesTable {
    margin: 10px 0;
}

/* new table for rates */
table.rates {
    font-family: arial,helvetica,sans-serif;
    float: left;
    font-size: 13px;
    border-collapse: collapse;
    text-align: center;
    background-color: #666633;
    color: #ffffff;
}

caption {
    color: #cccccc;
    background-color: #666633;
}

th {
    background-color: #4b4b25;
    border-bottom: 2px solid #cccccc;
    font-size: 14px;
    font-weight: normal;
    padding: 5px; 
}

td {
    border-bottom: 1px solid #cccccc;
    padding: 5px;
    width: 50px;
}

.start {
    border-left: 1px solid #cccccc;
}

tr .cellLeft {
    float: left;
    width: 50%;
}

tr .cellRight {
    float: right;
    width: 50%;
}

tr .left {
    text-align: left;
    width: 160px;
}

