/***
Author: Ryan McNulty
Email: ryanmcnultyx@gmail.com
Date: 01/14/2016
***/

body {
    margin: 0px;
}

#container {
    top: 0px;
    left: 0px;
    position: relative;
    width: 728px;
    height: 90px;
    display: block;
    cursor: pointer;
    border: 1px solid #000000;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

#banner {
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    display: block;
    overflow: hidden;
    /* DEV background */
    /* background: url('temp/temp2.jpg') no-repeat; */
}

#bubble1 {
    position: absolute;
    top: 9px;
    left: 154px;
    width: 333px;
    height: 71px;
    opacity: 1;
    background: url('images/bubble1.png') no-repeat;
    z-index: 1;
}
#toysLarge {
    position: absolute;
    top: 3px;
    left: 350px;
    width: 99px;
    height: 84px;
    opacity: 1;
    background: url('images/toys.png') no-repeat;
    z-index: 1;
}
#shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    opacity: 0.3;
    background-color: black;
    z-index: 1;
}
#bg1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    opacity: 1;
    background: url('images/bg1.jpg') no-repeat;
    z-index: 1;
}

#bubble2 {
    position: absolute;
    top: 9px;
    left: 154px;
    width: 458px;
    height: 71px;
    opacity: 1;
    background: url('images/bubble2.png') no-repeat;
    z-index: 1;
}

#toys {
    position: absolute;
    top: 3px;
    left: 32px;
    width: 99px;
    height: 84px;
    opacity: 1;
    background: url('images/toys.png') no-repeat;
    z-index: 1;
}
#helpUsChoose {
    position: absolute;
    top: 10px;
    left: 166px;
    width: 262px;
    height: 72px;
    opacity: 1;
    background: url('images/help-us-choose.png') no-repeat;
    z-index: 1;
}
#voteNow {
    position: absolute;
    top: 44px;
    left: 361px;
    width: 132px;
    height: 42px;
    opacity: 1;
    background: url('images/vote-now.png') no-repeat;
    z-index: 1;
}
#logo {
    position: absolute;
    top: 21px;
    left: 544px;
    width: 165px;
    height: 53px;
    opacity: 1;
    background: url('images/eaton-logo.png') no-repeat;
    z-index: 1;
}
#bg2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    opacity: 1;
    background: url('images/bg2.jpg') no-repeat;
    z-index: 1;
}


#tempBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    background: url('temp/temp2.jpg') no-repeat;
}