
.slide_wrapper {
    margin: 0px auto 0px auto;
    width: 100%;
    padding: 0;
    background: url('../images/slider_background.jpg') repeat;
    height: 390px;
    border: 1px solid #ccc;
}

.slide {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

    .slide img {
        margin-top: 0px;
        position: relative;
        left: 300px;
        z-index: 1;
    }

.learn_more {
    float: left;
    width: 300px;
    padding: 10px;
    font-size: 14px;
    border: 4px solid #ccc;
    background: #ffffff;
    margin: 80px 0px 0px 0px;
    position: absolute;
    z-index: 2;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

    .learn_more p {
        font-size: 24px;
        font-weight: bold;
        color: #001625;
        margin: -5px 0px 10px 0px;
    }

    .learn_more a {
        font-size: 14px;
        color: #ff0000;
        margin: 0px 0px 0px 0px;
    }


.wrapper_blue {
    width: 100%;
    background: #0e76bc;
    /*border-top: 4px solid #05426a;*/
}

.intro {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    width: 960px;
    margin: 0px auto 0px auto;
    padding: 10px 0px 10px 0px;
}

h1 {
    margin: 0px 0px 0px 0px;
    font-size: 56px;
    color: #ffffff;
    text-align: center;
}

.signup_butt:hover {
    background: #c3dd5c;
    color: #60860f;
}

.all-four-rounded-corners {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.product td.all-four-rounded-corners {
    border: 1px solid #ccc;
    font-size: 22px;
    height: 280px;
}

.signup_butt {
    cursor: pointer;
    border: 1px solid #60860f;
    padding: 10px 60px 10px 60px;
    text-decoration: none;
    text-align: center;
    margin: 0px 0px 30px 35px;
    color: #ffffff;
    background: #9bc14b;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    bottom: 0;
}

.top_head {
    color: #fff157;
    font-family: "bebas_neueregular";
    font-size: 32px;
    padding: 10px 0px 0px 20px;
}

.top_head_red {
    color: #854702;
    font-family: "bebas_neueregular";
    font-size: 32px;
    padding: 10px 0px 0px 20px;
}

.top_blue {
    background: url('../images/blue.png') no-repeat;
    width: 267px;
    height: 85px;
}

.top_yellow {
    background: url('../images/yellow.png') no-repeat;
    width: 267px;
    height: 85px;
}

.top_red {
    background: url('../images/red.png') no-repeat;
    width: 267px;
    height: 85px;
}

.product_title {
    font-size: 28px !important;
}

