html, body, div, span, p, ul, li, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

body {
    background-color: #065baa;
    font-family: 'DroidSansRegular', 'Myriad Pro', Arial, sans-serif;
    font-size: 15px;
}

strong {
    font-weight: normal;
    font-family: 'DroidSansBold'
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0063be;
}

a img { border:none; vertical-align:top; }

.striped-container {
    width: 959px;
    background: transparent url('../images/striped_bg.png') 0 0 repeat-y;
    margin: 0 auto;
    padding: 0 80px;
    margin-bottom: 50px;
}

/* Components */
.header {
}

.home-icon {
    display: inline-block;
    width: 25px;
    height: 26px;
    background: transparent url('../images/icn_home.png') 0 0 no-repeat;
}

.home-icon:hover {
    background-position: 0 -26px;
}

.fb-icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: transparent url('../images/icn_fb.png') 0 0 no-repeat;
}

.fb-icon:hover {
    background-position: 0 -23px;
}

/*.twitter-icon {*/
    /*display: inline-block;*/
    /*width: 23px;*/
    /*height: 23px;*/
    /*background: transparent url('../images/icn_twitter.png') 0 0 no-repeat;*/
/*}*/

/*.twitter-icon:hover {*/
    /*background-position: 0 -23px;*/
/*}*/

.search {
    background: transparent url('../images/search_bg.png') 0 0 no-repeat;
    border: none;
    padding: 0 24px 0 0;
    width: 192px;
    height: 24px;
}

.top-bar {
    padding: 18px 0 7px 0;
}

.top-bar ul {
    float: right;
}

.top-bar ul li {
    float: left;
    margin-left: 7px;
}

.home_cta {
    overflow: hidden;
    border-top: 2px solid #7494b2;
    border-left: 2px solid #7494b2;
    border-right: 2px solid #7494b2;
}

.home_cta img {
    float: left;
}

.hero-carousel {
    float: left;
    width: 651px;
    height: 307px;
    position: relative;
}

.hero-carousel div {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0;
}

#reference-item-0 {
    background: transparent url('../images/main_hero_1.png') 0 0 no-repeat;
}

#reference-item-1 {
    background: transparent url('../images/main_hero_2.jpg') 0 0 no-repeat;
}

#reference-item-2 {
    background: transparent url('../images/main_hero_3.jpg') 0 0 no-repeat;
}

#reference-item-3 {
    background: transparent url('../images/main_hero_4.jpg') 0 0 no-repeat;
}

#reference-item-4 {
    background: transparent url('../images/main_hero_5.jpg') 0 0 no-repeat;
}

#reference-item-5 {
    background: transparent url('../images/main_hero_6.jpg') 0 0 no-repeat;
}

#reference-item-6 {
    background: transparent url('../images/main_hero_7.jpg') 0 0 no-repeat;
}

.navigation {
    overflow: hidden;
    border-top: 2px solid #7494b2;
    border-bottom: 2px solid #7494b2;
    border-left: 2px solid #7494b2;
    border-right: 2px solid #7494b2;
}

.navigation li {
    float: left;
    height: 37px;
    width: 189px;
    border-right: 2px solid #7494b2;
}

.navigation li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 41px;
    text-align: center;
    background: transparent url('../images/main_button.png') 0 -37px no-repeat;
}

.navigation li.active a,
.navigation li a:hover {
    background-position: 0 0;
}

.section {
    margin-top: 20px;
    padding: 15px 0;
    background-color: #cfd8de;
}

.banner {
    width: 960px;
    height: 58px;
    margin-left: -10px;
    margin-top: 15px;
}

.banner-booknow {
    background: transparent url('../images/banner_book_now.png') 0 0 no-repeat;
}

.banner-booknow p {
    color: #fff;
    padding: 11px 15px 0 260px;
    font-size: 13px;
}

.banner-latestpromotions {
    background: transparent url('../images/banner_latest_promo.png') 0 0 no-repeat;
    position: relative;
}

.banner-schedule {
    background: transparent url('../images/banner_schedule.png') 0 0 no-repeat;
    position: relative;
}

.banner-about {
    background: transparent url('../images/banner_about_us.png') 0 0 no-repeat;
    position: relative;
}

.banner-promotions {
    background: transparent url('../images/banner_promotions.png') 0 0 no-repeat;
    position: relative;
}

.banner-diving {
    background: transparent url('../images/banner_diving.png') 0 0 no-repeat;
    position: relative;
}

.banner-packages {
    background: transparent url('../images/banner_packages.png') 0 0 no-repeat;
    position: relative;
}



.packages {
    margin: 0 auto;
}

.packages th {
    color: #00609c;
}

.packages th:nth-of-type(1) {
    text-align: left;
}

.packages th:nth-of-type(3) {
    text-align: right;
}

.package {
    width: 249px;
    height: 110px;
    padding: 18px;
    background: transparent url('../images/promo_tag_bg.png') 0 0 no-repeat;
    position: relative;
}

.package h4 {
    color: #ffc400;
    height: 41px;
    font-weight: normal;
}

.package p {
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.package p:nth-of-type(2) {
    margin-top: 8px;
}

.package .label {
    font-size: 10px;
    margin-right: 15px;
}

.package .sale {
    width: 85px;
    height: 83px;
    display: block;
    top: 40px;
    right: 10px;
    position: absolute;
    background: transparent url('../images/icn_promo_sale.png') 0 0 no-repeat;
}

.package .selling-fast {
    width: 85px;
    height: 83px;
    display: block;
    top: 40px;
    right: 10px;
    position: absolute;
    background: transparent url('../images/mark_selling_fast.png') 0 0 no-repeat;
}

.package .best-buy {
    width: 85px;
    height: 83px;
    display: block;
    top: 40px;
    right: 10px;
    position: absolute;
    background: transparent url('../images/mark_best_buy.png') 0 0 no-repeat;
}

.package .by-request {
    width: 85px;
    height: 83px;
    display: block;
    top: 40px;
    right: 10px;
    position: absolute;
    background: transparent url('../images/mark_by_request.png') 0 0 no-repeat;
}

.package .discount {
    width: 85px;
    height: 83px;
    display: block;
    top: 40px;
    right: 10px;
    position: absolute;
    background: transparent url('../images/mark_discount.png') 0 0 no-repeat;
}

.package .free {
    width: 85px;
    height: 83px;
    display: block;
    top: 40px;
    right: 10px;
    position: absolute;
    background: transparent url('../images/mark_free.png') 0 0 no-repeat;
}

.package .great-deal {
    width: 85px;
    height: 83px;
    display: block;
    top: 40px;
    right: 10px;
    position: absolute;
    background: transparent url('../images/mark_great_deal.png') 0 0 no-repeat;
}

.package .only-few {
    width: 85px;
    height: 83px;
    display: block;
    top: 40px;
    right: 10px;
    position: absolute;
    background: transparent url('../images/mark_only_few.png') 0 0 no-repeat;
}

.package .promo {
    width: 85px;
    height: 83px;
    display: block;
    top: 40px;
    right: 10px;
    position: absolute;
    background: transparent url('../images/mark_promo.png') 0 0 no-repeat;
}

.package .royal-club {
    width: 85px;
    height: 83px;
    display: block;
    top: 40px;
    right: 10px;
    position: absolute;
    background: transparent url('../images/mark_royal_club.png') 0 0 no-repeat;
}

.package .sold-out {
    width: 85px;
    height: 83px;
    display: block;
    top: 40px;
    right: 10px;
    position: absolute;
    background: transparent url('../images/mark_sold_out.png') 0 0 no-repeat;
}

/*Cheng*/
.itineraries {
    margin: 0 auto;
    /*float:left;*/
    width: 800px;
}

.itinerary {
    width: 249px;
    height: 280px;
    padding: 18px;
    position: relative;
    color: #0e609b;
    border-right: #918d7e solid 1px;
    text-align: left;
}

.itinerary li {
    line-height: 20px;
    position: relative;
    color: #4d4d4f;
    font-size: 12px;
}

/*CHENG*/

.cta-action-bar .make-booking-btn {
    display: inline-block;
    width: 239px;
    height: 60px;
    background: transparent url('../images/make_booking_btn.png') 0 0  no-repeat;
}


.cta-action-bar {
    margin: 0 auto;
    text-align: center;
}

.cta-action-bar .arrow {
    display: inline-block;
    width: 39px;
    height: 39px;
    margin: 0 8px;
}

.cta-action-bar .arrow.left {
    background: transparent url('../images/arrow_btns.png') 0 -39px no-repeat;
}

.cta-action-bar .arrow.right {
    background: transparent url('../images/arrow_btns.png') 0 0 no-repeat;
}

.cta-action-bar .cta-btn {
    display: inline-block;
    width: 189px;
    height: 39px;
}

/*.cta-action-bar .btn {*/
    /*display: inline-block;*/
    /*width: 189px;*/
    /*height: 50px;*/
/*}*/

.cta-action-bar .find-out-more {
    background: transparent url('../images/promo_cta_btns.png') 0 -39px no-repeat;
}

.cta-action-bar .make-booking {
    background: transparent url('../images/promo_cta_btns.png') 0 0 no-repeat;
    margin-left: -4px;
}

.note {
    margin: 15px 30px;
    color: #4d4d4f;
}

.special-note {
    color: #4d4d4f;
}

.gallery {
    text-align: center;
    overflow: hidden;
    margin-top: -20px;
}

.gallery li {
    display: inline-block;
    padding: 15px;
}

.viewport {
	position: relative;
	width: 933px;
	/*height: 720px;*/
	height: 386px;
	overflow: hidden;
}
.viewport-items {
	position: absolute;
	height: 386px;
}
.viewport-items > table {
	display: block;
	position: relative;
	float:left;
}

.content {
    color: #00008b;
    font-size: 12px;
    padding: 20px 0;
}

.footer {
    color: #cfd8de;
    font-size: 11px;
    padding: 20px 0;
}

.copyrights {
    color: #499ae5;
    font-size: 11px;
    position: absolute;
    margin-top: 10px;
}