#watermark{
    position: absolute;
    z-index: -1;
    background: url('../images/bg-home-mainport.png') 0 0 no-repeat;
    width: 910px;
    height: 910px;
    top: 10px;
    left:-170px;
}

/*  Navigation.html */
nav#main{
    background: url('../images/bg-nav-mainport.png') repeat-x 0 0;
}


nav#main li{
    float: left;
    border-left: 1px solid #54422F;
    border-right: 1px solid #54422F;
    height: 44px;
    line-height: 44px;
    margin-top: 3px;
    overflow: visible;
}
/*  END Navigation.html */

/*  Header.html */

#logo a{
    display: block;
    float: left;;
    width: 234px;
    height: 126px;
    text-indent: -10000px;
    background: url('../images/bg-images-mainport.png') -83px -780px no-repeat transparent;
    z-index: 100;
}

/*  END Header.html */

/*  Footer.html */
footer{
    background: url('../images/bg-footer-mainport.png') repeat-x #443727;
    margin-top: 40px;
    padding-top: 40px;
    min-height: 500px;
    color: #FFF;
    font-size: 0.9em;
    z-index: -11;
}

#mainportLogoFooter{
    float: right;
    z-index: -10;
    margin-top: -430px;
}


/* END Footer.html  */

/*  Home.html   */

#payoff article{
    background: url("../images/bg-home-banner-content-mainport.png") no-repeat scroll 0 top transparent;
    height: 228px;
    left: 0;
    padding: 140px 70px 0 70px;
    top: 0;
    width: 335px;
}

#payoff p{
    font-size: 1.4em;
    line-height: 1.6em;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
}
#article-items a:hover.more{
    background-position: 421px -175px;
    color: #6A553D;
    text-decoration: none;
}
#article-items .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 375px;
    height: 286px;
    display: none;
    background: url('../images/mask.png') 0 0 transparent;
}
#article-items article:nth-child(even) .mask{
    background-position: -375px 0;
    display: none;
}

#specials ul.flex-direction-nav a{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 41px;
    height: 41px;
    opacity: 1 !important;
    background-image: url('../images/bg-images-mainport.png');
    text-indent: -9999px;
}

#specials h2, #homeArticle h2{
    background: url('../images/bg-headers.png') 0 -50px repeat-x #1A1A1A;  
    color: #FFF;
    border-bottom: 5px solid #E89223;
    height: 50px;
    line-height: 50px;
    text-indent: 0.3em;
}
#article-items .container{
    overflow: visible;
}

/*  END Home.html   */