@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
    color: #fff;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

img {
	border: 0;
}

div img {
/*	display: inline-block; */
}

#container {
	width: 1000px;
	margin: 6px auto;
	position: relative;
}

#navbar-list {
	margin: 20px auto;
	padding: 0;
	list-style: none;
	width: 670px;
	clear: both;
	height: 12px;
}

#navbar-list li {
	font-size: 16px;
	display: block;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	float: left;
}

.navbar-list a { text-decoration: none; }
.navbar-list a:link, .navbar-list a:visited { color: rgb(161,161,161); }
.navbar-list a:hover, .nabar-list a:active { color: #fff; }

.current-page a:link, .current-page a:visited, .current-page a:hover, .current-page a:active {
	color: #fff;
	font-weight: bold;
}

#nav-home {
	text-align: left;
	width: 46px;
}

#nav-about {
	width: 76px;
}

#nav-who {
	width: 98px;
}

#nav-tours {
	width: 50px;
}

#nav-booking {
	width: 74px;
}

#nav-custom {
	width: 104px;
}

#nav-contact {
	width: 70px;
}

#nav-news {
	width: 52px;
}

#nav-gallery {
	text-align: right;
	width: 100px;
}

#nav-about, #nav-who, #nav-tours, #nav-booking, #nav-custom, #nav-contact, #nav-news {
	text-align: center;
}

/* Applies to all pages, below */

#container p {
    width: 670px;
    margin: 0 auto 18px;
}

#header {
    margin: 0 auto;
    width: 100%;
    height: 354px;
    border-top: 1px solid;
}

#header div {
    display: block;
    float: right;
    font-size: 36px;
	line-height: 36px;
    margin: 12px;
}

#header div a {
    text-decoration: none;
    color: #fff
}

.footer {
	text-align: center;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	text-decoration: underline;
	color: #fff;
}

#body {
	padding-bottom: 24px;
}

.inset-left {
	float: left;
	margin: 6px 12px 12px 0;
	width: 150px;
}

.inset-right {
	float: right;
	margin: 6px 0 12px 12px;
	width: 150px;
}
