#lead-collect-block {
    position: relative;
    background: #c8dce5;
}
#carousel {
    float: right;
    overflow: hidden;
}
#carousel div {
    overflow: hidden;
}
#buy-banners {
    float: right;
    width:230px;
    height:400px;
    overflow: hidden;
    text-align: right;
}
#buy-banners div {
    margin-top: 40px;
}
#buy-banners div img {
    margin-top: 20px;
}
#buy-banners p {
    margin: 15px 10px 0 0;
    padding: 0;
    color: #335ead;
    font-size: 12px;
    font-weight: bold;
}
#collector {
    float: left;
    height:400px;
}
#collector div {
    position: absolute;
    margin-left: 10px;
}
#collector p {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#collector address {
    margin-left: 10px;
    color: #fe0000;
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 0.1em;
}
#collector address span {
    font-size: 170%;
    margin: 0;
    padding: 0;
}
#info-block {
    float: left;
    height: 380px;
    width: 340px;
    padding-top: 20px;
    font-size: 12px;
    overflow: hidden;
}
#info-block ul {

}
#info-block ul li {
    color: #00349a;
    margin-left: 24px;
    margin-bottom: 6px;
}
.missing-required {
    border: 2px solid red !important;
}
/* cashback */
#big-block {
    position: relative;
    width:820px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
}
#big-block h1 {
    color: #3a9bd6;
    font-weight: normal;
    font-size: 33px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
#big-block p {
    text-align: justify;
    line-height: 1.7em;
    margin-right: 10px;
}
#big-block ul {
    text-align:left;
    margin-left: 50px;
}
#big-block li {
    line-height: 1.5em;
}
#big-block .major-info {
    width:99%;
    background:#f47b2b;
    color:#ffffff;
    padding:10px 4px 10px 4px;
    font-size:26px;
    margin-bottom:10px;
    letter-spacing:1px;
}
#big-block .foot-note {
    margin-top: 15px;
    font-size: 12px;
}
#collect-block {
     width: 800px;
     padding: 15px;
     background: #c8dce5;
}
