@import "lib.css";

body {
    margin: 0;
    background: #00194b url(/media/images/body-bg.png) repeat 0 186px;
    min-width: 760px;
}

#branding {
    position: relative;
    height: 146px;
    background: #39c2e1 url(/media/images/foliage-left.png) no-repeat 0 0;
}

#branding_inner {
    position: relative;
    margin: 0 auto;
    width: 950px;
    height: 146px;
    text-align: left;
}

#logo {
    display: block;
    position: absolute;
    top: 1em;
    margin-left: 85px;
}

#book_now {
    width: 182px;
    height: 137px;
    background: url(/media/images/signpost-trans.png) no-repeat;
    position: absolute;
    left: 680px;
    bottom: -5px;
}

#link-book-now {
	display: block;
	width: 100%;
	height: 137px;
	text-indent: -9999px;
}

#branding_extra {
    width: 156px;
    height: 146px;
    position: absolute;
    right: 0; top: 0;
    background: url(/media/images/foliage-right.png) no-repeat 0 0;
}

/*
---------------------------
GLOBAL NAV
---------------------------
*/

#nav_global {
    position: relative;
    background: #fff url(/media/images/navbar.png) no-repeat 86px 10px;
    margin: 0;
    height: 40px;
    list-style-type: none;
    border-bottom: 2px solid #06132a;
}

#nav_global li {
    position: absolute;
    top: 10px;
    height: 21px;
}

#nav_global li ul li { 
	position: static;
	left: auto;
	top: auto;
	height: auto;
}

#nav_global li a {
    display: block;
    text-indent: -9999px;
}

#copyright {
    text-align: center;
    padding: 1em 2em;
    background: #06132a;
}

#copyright p,
#copyright div {
    font-size: 1.1em;
    color: #fff;
    margin: 0;
}

#copyright a {
    color:#39C2E1;
    text-decoration:none;
    border-bottom: 1px dotted;
}

#copyright em {
    font-style: normal;
    color: #FDD13C;
}

/* Home */
#nav_home {
    left: 86px;
    width: 45px;
}
#nav_home a:hover,
.home #nav_home { background: #fff url(/media/images/navbar.png) no-repeat 0 -40px; }

/* Rafting */
#nav_rafting {
    left: 162px;
    width: 130px;
}
#link-rafting:hover,
.sfHover #link-rafting { background: #fff url(/media/images/navbar.png) no-repeat -76px -40px;  }

/* Kinabalu */
#nav_kinabalu {
    left: 327px;
    width: 112px;
}
#nav_kinabalu a:hover { background: #fff url(/media/images/navbar.png) no-repeat -241px -40px;  }

/* Monkey */
#nav_monkey {
    left: 469px;
    width: 222px;
}
#nav_monkey a:hover { background: #fff url(/media/images/navbar.png) no-repeat -383px -40px;  }

/* Monkey */
#nav_culture {
    left: 728px;
    width: 112px;
}
#nav_culture a:hover { background: #fff url(/media/images/navbar.png) no-repeat -642px -40px;  }


.nav ul {
	background: #fff;
	border-bottom: 1px solid #000;
	list-style: none;
	margin: 0;
	padding: 1em 0 0 0;
	width: 100%;
	position: absolute;
	top: -999em;
	left: -1px;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 20px;
}
.nav ul li { border: 0; }

#nav_global ul li a {
	display: block;
	color: #333;
	text-indent: 0;
	padding: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #00194b;
	border-left: 1px solid #00194b;
	border-right: 1px solid #00194b;
}

#nav_global ul li a:hover {
	color: #00194b;
}

/*
---------------------------
Content Structure
---------------------------
*/


#content {
    margin-left: 85px;
    background: #021b48;
    background: rgba(2, 30, 80, 0.65);
    color: #f8f8f8;
    text-shadow: 0 0 0 #000;
    width: 720px;
    padding: 4em 20px;
    border-left: 1px solid #06132a;
    border-right: 1px solid #06132a;
}

#content h1 {
    font-size: 2.1em;
    line-height: 1.4;
    color: #fdd13c;
}

p {
    font-size: 1.2em;
    color: #dff0f6;
}

#content h2 {
    font-size: 1.4em;
    color: #fff;
}

#content h3 {
    font-size: 1.4em;
    font-weight: normal;
    color: #fdd13c;
}

#content h4 {
	font-size: 1.2em;
	margin-bottom: 0;
	font-weight: bold;
	color: #39c2e1;
}

#content a:link,
#content a:visited {
	color: #39c2e1;
	text-decoration: none;
}

#content li {
	font-size: 1.2em;
}

#intraftfed {
    padding-left: 45px;
    min-height: 50px;
    background: url(/media/images/intraftfed.png) no-repeat 0 0;
}

.video-promo {
    text-align: center;
    padding-top: 3em;
}

.video-promo h1,
.video-promo p {
	text-align: left;
	margin-left: 110px;
}

#home_slideshow,
#content-feature {
    float:right;
    margin: -2em 0 0 20px;
}

#btn-watch-video,
.btn-book-now {
    display: block;
	margin: 1em 0 2em 70px;
    width: 158px; height: 33px;
    background: url(/media/images/btn-watch-video.png) no-repeat;
    text-indent: -9999px;
}

.proboscis .btn-book-now {
	margin-left: 25px;
}

.btn-book-now {
	background: url(/media/images/btn-book-now.png) no-repeat;
}

#btn-watch-video:hover,
.btn-book-now:hover {
    background-position: 0 -33px;
}

#package-preview-header {
    padding-bottom: 5px;
    border-bottom: 5px solid #06132a;
    margin-bottom: 0;
    padding-left: 10px;
}

.package-preview {
    border-left: 5px solid #06132a;
    border-right: 5px solid #06132a;
    position: relative;
    min-height: 100px;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-right: 2em;
    background: #00153a;
    border-bottom: 1px solid #06132a;
}

.package-preview-last {
    border-bottom: 5px solid #06132a;
}

.package-preview:hover {
    background-color: #001841;
}

.package-preview p,
.package-preview h3,
.package-preview .browse-more {
    margin-left: 160px;
}

#content .package-preview h3 {
	font-size: 1.2em;
}

#content .package-preview h3 a {
	color: #fdd13c;
	text-decoration: none;
}

.package-preview p {
    margin-top: -0.25em;
    margin-bottom: 0.25em;
    color: #bdf0f7;
}

.package-preview .browse-more {
    color: #fff;
    font-size: 1.1em;
}

.preview-img {
    position: absolute;
    left: 10px; top: 1em;
    margin: 0 15px 20px 0;
    border: 1px solid #111;
    background: #fff;
    padding: 2px;
}

#contact-form {
	background: #00153a;
	border: 5px solid #06132a;
	padding: 1em;
}

#contact-form fieldset {
	padding: 0;
}

.booking-details {
	padding: 1em;
	border: 2px solid #fff;
}

#gbcf-form label {
    font-size: 1.1em;
    font-weight: normal;
}

#gbcf-form input {
    margin: 0.5em 0 1em;
}