﻿/* +++++++++ ---------- BLOCKS ---------- +++++++++ */
.creative .block {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 940px;
}

.creative .blockElement {
    height: 405px !important;
}

.cta_container {
    display: none;
}

.creative .inner {
    opacity: 1;
}

/* ----- SLOT: 1 (HOWITWORKS) ----- */

/* ----- SLOT: 5 (SUPPORT) ----- */
#support .ctahotspot.hot1 {
    top: 594px;
    left: 502px;
    width: 290px;
    height: 44px;
}
#support {
margin-bottom: 0;
}

#support .ctahotspot.hot1 {
    top: 104px;
    left: 243px;
    width: 457px;
    height: 337px;
}
#support .ctahotspot.hot2 {
    top: 503px;
    left: 306px;
    width: 326px;
    height: 44px;
}


/* ----- SLOT: 6 (RLMAG) ----- */
#rlmag .cta_container {
    display: block;
    top: 315px;
    left: 84px;
}

/*--------------   navigation   ------------ */

.creative .slot99 {
    height: 94px;
    position: absolute;
    top: 0;
    z-index: 100;
}
.creative .slot99.sticky {
    position: fixed;
}
#prl_nav.bl_block.lp-fragment {
    height: 94px;
    z-index: 1000;
    top: 0px;
    border-top: 1px solid #626262;
}
    #prl_nav.bl_block.lp-fragment.fix-nav {
        position: fixed;
        top: 0px;
        -webkit-animation: showFixNav 0.5s;
        /* Safari 3.1 to 6.0 */
        animation: showFixNav 0.5s;
    }

    @-webkit-keyframes showFixNav {
        0%   {top: -92px;}
        100% {top: -0px;}
    }
    @keyframes showFixNav {
        0%   {top: -92px;}
        100% {top: -0px;}
    }

#navHolder {
    width: 940px;
    height: 94px;
    background: #000;
}
    #navHolder ul {
        padding: 0px 0px;
        margin: 0 auto;
        list-style-type: none;
        display: block;
        zoom: 1;
        text-align: center;
    }
        #navHolder li {
            position: relative;
            /*float: left;*/
            padding: 0px;
            margin: 0 4px;
            cursor: pointer;
            height: 94px;
            background: url(../img/polotech_nav.jpg) center -1px no-repeat;
            background-repeat: no-repeat;
            display: inline-block;
        }
            #navHolder li a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: block;
                background: url(//www.ralphlauren.com/images/pixel.gif) center center no-repeat;
            }
#navHolder #navItemHowitWorks {
    width: 136px;
    background-position: -30px -1px;
}
#navHolder #navItemPoloTechApp {
    background-position: -178px -1px;
    width: 156px;
}
#navHolder #navItemFitConstruction {
    background-position: -346px -1px;
    width: 164px;
}
#navHolder #navItemInThePress {
    background-position: -522px -1px;
    width: 124px;
}
#navHolder #navItemProductDetails {
    background-position: -658px -1px;
    width: 148px;
}
#navHolder #navItemSupport {
    background-position: -817px -1px;
    width: 95px;
}
