/*#########################################################
########### Delete Before Uploading To Sizmek #############
#########################################################*/

#ad {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*#########################################################
###########################################################
#########################################################*/

#banner {
    display: block;
    background-color: #ffffff;
    border: rgb(0,0,0) 1px solid;
    width: 298px; height: 248px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#fade {
    background-color: #83b034;
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
}

#background {
    background-color: #ffffff;
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
}

#cor1 {
    background: url("../images/CorProduct.png") no-repeat;
    position: absolute;
    width: 66px;
    height: 67px;
    left: 15px;
    top: 126px;
}

#cor2 {
    background: url("../images/CorProduct.png") no-repeat;
    position: absolute;
    width: 66px;
    height: 67px;
    left: 117px;
    top: 126px;
}

#cor3 {
    background: url("../images/CorProduct.png") no-repeat;
    position: absolute;
    width: 66px;
    height: 67px;
    left: 217px;
    top: 126px;
}

#productline1 {
    background: url("../images/productline.png") no-repeat;
    position: absolute;
    width: 66px;
    height: 3671px;
    left: 15px;
    top: -3478px;
}

#productline2 {
    background: url("../images/productline.png") no-repeat;
    position: absolute;
    width: 66px;
    height: 3671px;
    left: 117px;
    top: -3478px;
}

#productline3 {
    background: url("../images/productline.png") no-repeat;
    position: absolute;
    width: 66px;
    height: 3671px;
    left: 217px;
    top: -3478px;
}

#overlayTop {
    background: url("../images/overlayTop.png");
    position: absolute;
    opacity: 0.88;
    width: 236px;
    height: 46px;
    left: 30px;
    top: 53px;
}

#overlayBottom {
    background: url("../images/overlayBottom.png");
    position: absolute;
    opacity: 0.2;
    width: 236px;
    height: 46px;
    left: 30px;
    top: 53px;
}


#headline {
    background: url("../images/head.png");
    position: absolute;
    width: 114px;
    height: 33px;
    left: 90px;
    top: 62px;
}
/*
#logo {
    background-image: url("../images/logo.png");
    position: absolute;
    width: 128px;
    height: 53px;
    left: 25px;
    top: 528px;
}*/

#cta {
    background-image: url("../images/cta.png");
    position: absolute;
    width: 164px;
    height: 17px;
    left: 65px;
    top: 226px;
}

#top {
    background-image: url("../images/top.png");
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
}

#bottom {
    background-image: url("../images/bottom.png");
    position: absolute;
    width: 300px;
    height: 146px;
    left: 0px;
    top: 74px;
}


