/* CLEARFIX */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* DEFAULTS ETC */
body {
    font-size: 12px;
    color: #797979;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
}

.wrapper {
    margin: 0 auto;
    width: 960px;

}

p {
    padding: 0;
    margin: 10px 0;
    font-size: 12px;
    line-height: 16px;
}

strong {
    font-weight: normal !important;
}

select {
    border: 1px solid #bcbec0;
    padding: 2px;
    background-color: #ffffff;
    font-size: 12px;
}

a img {
   border: none;
}

a:hover {
   cursor: pointer;
}

input[type="button"], input[type="submit"] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px !important;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}


.noTopMargin { margin-top: 0px !important; }
.noBottomMargin { margin-bottom: 0px !important; }
.noLeftMargin { margin-left: 0px !important; }
.noRightMargin { margin-right: 0px !important; }

.noTopPadding { padding-top: 0px !important; }
.noBottomPadding { padding-bottom: 0px !important; }
.noLeftPadding { padding-left: 0px !important; }
.noRightPadding { padding-right: 0px !important; }

.noTopBorder { border-top: 0 !important; }
.noBottomBorder { border-bottom: 0 !important; }
.noLeftBorder { border-left: 0 !important; }
.noRightBorder { border-right: 0 !important; }

.thirdWidth {
    width: 222px;
    float: left;
}

.heading40 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 40px; }
.heading38 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 38px; }
.heading36 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 36px; }
.heading34 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 34px; }
.heading32 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 32px; }
.heading30 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 30px; }
.heading28 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 28px; }
.heading26 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 26px; }
.heading24 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 24px; }
.heading22 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 22px; }
.heading20 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 20px; }
.heading18 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 18px; }
.heading16 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 16px; }
.heading14 { font-weight: normal; color: #00427C; display: block; margin: 10px 0;font-size: 14px; }

.justified { text-align: justify; }


hr {
    color: #bcbec0;
    background-color: #bcbec0;
    height: 1px;
    width: 100%;
    border: 0;
    margin: 10px 0;
    padding: 0;
}

a {
    text-decoration:none;
    color:#58595b;   
}

.clear {
    float: none;
    clear: both;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

.phone a[href^=tel] {
     color: #00427C !important;
}

.callToAction a[href^=tel] {     color: #00427C !important;
}


/* SITE TOP BAR/TABS ETC */

.siteTopBar {
    background-color: #FFFFFF;
    color: #00427C;    
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    margin-top:4px;
}

.siteTopBar .wrapper .siteTabs {
    float: left;
}

.siteTopBar .wrapper .siteTabs a {
    background-color: #FFFFFF;
    color: #797979;
    display: block;
    float: left;
    margin: 0 3px 0 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.siteTopBar .wrapper .siteTabs a:hover{
    text-decoration: underline;
}

.siteTopBar .wrapper .siteTabs a.current{
    color: #FFFFFF;
    background-color: #00427C;
}

.siteTopBar .wrapper .siteTabs a.faraway{
    color: #FFFFFF;
    background-color: #001339;
}

.siteTopBar .wrapper .siteTabs a.cruise{
    color: #FFFFFF;
    background-color: #41C0D3;
}

.siteTopBar .wrapper .siteTabs a.myBooking {
    color: #00427C;
    background-color: #FDE40D;
}

.siteTopBar .wrapper .googleSearch {
    float: right;
}

.siteTopBar .wrapper .googleSearch input[type="text"] {
    font-size: 12px;
    border: 1px solid #bcbec0;
    margin: 5px 5px 0 0;
    color: #797979;
    width: 160px;
}

.siteTopBar .wrapper .googleSearch input[type="submit"] {
    border: none;
    background-color: #00427C;
    color: #FFFFFF;
}

.siteTopBar .wrapper .abtaAtolTopBar {
    float: right;
    margin-left: 10px;
}
.siteTopBar .wrapper .abtaAtolTopBar img {
    height: 26px;
}





/* SITE HEADER */

.siteHeader {
    padding-top: 32px;
    color: #ffffff;
    background-color: #00427C;
    position: absolute;
    top: 34px;
    left: 0px;
    width: 100%;
    height: 86px !important; 
}

.siteHeader .wrapper {
    position: relative;
}

.siteHeader  .wrapper .logo {
    float: left;
    width: 320px;
    height: 54px;
}

.siteHeader .wrapper .phoneAndAbta {
    float: right;
    height: 54px;
}

.siteHeader .wrapper .phoneAndAbta .phone {
    text-align: right;
    float: left;
}

.siteHeader .wrapper .phoneAndAbta .phone .mainNumber{
    font-size: 24px;
    line-height: 28px;
}

.siteHeader .wrapper .phoneAndAbta .phone .landlineNumber {
    font-size: 15px;
    line-height: 13px;
    margin-top: 5px;
}

.siteHeader .wrapper .phoneAndAbta .phone .mainCustomerServicesNumber{
    font-size: 15px;
    line-height: 13px;
    margin-top: 5px;
}

.siteHeader .wrapper .phoneAndAbta .abta {
    padding-left:20px;
    float: left;
    border-left: 1px solid #FFFFFF;
}

.siteHeader .wrapper .phoneAndAbta .abta .text {
    font-size: 10px;
    line-height: 12px;
}

.siteHeader .wrapper .phoneAndAbta .abta .images {
    margin: 12px 0 0 0;
    float: left;
}

.siteHeader .wrapper .phoneAndAbta .abta .images img.first {
    margin: 0px 10px 0px 0px;
}

.siteHeader .phoneAndNav .phoneNumber {
    font-size: 29px;
    line-height: 23px;
    text-align: right;
}

.siteHeader .phoneAndNav .phoneNumber {
    color: #FFFFFF !important;
}



/* NAVBAR */
.navBar {
    position: absolute;
    top: 152px;
    background-color: #FDE40D;
    height: 15px;
    width: 100%;
    padding: 10px 0px;
}

.navBar .wrapper a {
    color: #00427C;
    padding: 0px 10px;
    border-right: 1px solid #00427C;
    font-weight: bold;
}

.navBar .wrapper a:hover {
    text-decoration: underline; 
}

.navBar .wrapper a.first {
    padding-left: 0px; 
}
.navBar .wrapper a.last {
    border: none; 
}

.navBar .wrapper .nav {
    float: left;
}

.navBar .wrapper .branchAndRegion {
    float: right;
}

.navBar .wrapper .branchAndRegion ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.navBar .wrapper .branchAndRegion ul li{
    list-style: none;
    float: left;
}

.navBar .wrapper .branchAndRegion ul li.dropdown{
    position: relative;
}

.navBar .wrapper .branchAndRegion ul li a.last{
    padding: 0px 0px 0px 15px;
    border: none;
}

.navBar .wrapper .branchAndRegion ul li.dropdown ul{
    display: none;
    background-color: #FDE40D;
    height: 130px;
    width: 160px;
    float: right;
    padding: 5px 0px 0px;
    display: none;
    position: absolute;
    right: 0px;
    z-index: 100;
}

.navBar .wrapper .branchAndRegion ul li.dropdown ul li a{
    border: none;
    display: inline-block;
    padding: 5px 15px;
}

.navBar .wrapper .branchAndRegion ul li.dropdown ul li a:hover{
    text-decoration: underline;
}

.navBar .wrapper .regionDropdown {
    background-color: #FDE40D;
    height: 130px;
    width: 160px;
    float: right;
    padding: 5px 0px 0px;
    display: none;
}

.navBar .wrapper .regionDropdown a {
    border: none;
    display: inline-block;
    padding: 5px 15px;
}

.navBar .wrapper .regionDropdown a:hover {
    text-decoration: underline;
}




/* MAIN CONTAINER */

.mainContainer {
    background-color: #FFFFFF;
    /*margin: 130px 0 0 0;*/
    /*margin: 250px 0 0 0;*/
    margin: 186px 0 0 0;
    padding: 20px 0 20px 0; /* Adding a 1px padding on the bottom stops the problem of the bottom margins flowing over the top of the footer and the elements budging up to the bottom. */
}

.mainContainer .leftColumn {
    width: 220px;
    float: left;
    margin: 0 0 10px 0;
}

.mainContainer .rightColumn {
    width: 728px;
    float: right;
    margin: 0 0 10px 0;
}

.rightColumn .pageTitle {
    color: #00427C;
    font-size: 24px;
}
