@font-face {
    font-family: 'prime';
    src:  url('../fonts/prime.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body{
    margin: 0;

}

.favouritepage {
    position: fixed;
    background-image: url("../images/etc/favbkgd.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.deckscrubs {
    position: fixed;
    background-image: url("../images/products/deckscrubs.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.resin {
    position: fixed;
    background-image: url("../images/products/resin.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}


.detectable {
    position: fixed;
    background-image: url("../images/products/detectable.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}


.waterfeed {
    position: fixed;
    background-image: url("../images/products/waterfeed.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}


.sweepers {
    position: fixed;
    background-image: url("../images/products/sweepers.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.handbrush {
    position: fixed;
    background-image: url("../images/products/handbrush.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.brooms {
    position: fixed;
    background-image: url("../images/products/brooms.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
.padholder {
    position: fixed;
    background-image: url("../images/products/padholder.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
.squeegees {
    position: fixed;
    background-image: url("../images/products/squeegees.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
.handles {
    position: fixed;
    background-image: url("../images/products/handles.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
.smalltubebrush {
    position: fixed;
    background-image: url("../images/products/smalltubebrush.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
.handscoop {
    position: fixed;
    background-image: url("../images/products/handscoop.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
.dustpan {
    position: fixed;
    background-image: url("../images/products/dustpan.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.tankbrush {
    position: fixed;
    background-image: url("../images/products/tankbrush.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
.wallhanging {
    position: fixed;
    background-image: url("../images/products/wallhanging.png");
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}


@-moz-document url-prefix() { 

    .favouritepage,.deckscrubs,.resin,.detectable, .waterfeed, .sweepers,.handbrush,.brooms,.padholder,.squeegees,.handles ,.smalltubebrush , .handscoop ,.dustpan,.tankbrush,.wallhanging  {
        position: relative;
        height: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        width: 100%;
    }

}

