



/* === Content Styles === */

#content {    padding: 10px 44px }

.text {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #262626;
	color:#333;
}

.text h2 {
    font-size: 30px;
    color: #333;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 2px;
}

.counter {
    background: url(images/counter_bg.png) no-repeat scroll center 57px;
    width: 998px;
    height: 150px;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #262626;
    text-align: center;
    position: relative;
}

.counter h3 {
    font-size: 14px;
    color: #333;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 20px;
}

.details {
    border-top: 1px solid #4f4f4f;
    height: 120px;
}

#sliderwrap {
    float: left;
    text-align: center;
    width: 600px;
    overflow: hidden;
    position: relative;
    height: 110px;
    margin-left: 10px;
}

#slidertext h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: lighter;
    color: #e5e5e5;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#slidertext p {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #CCCCCC;
    padding: 0 25px;
}

a.prev {
    float: left;
    margin-top: 50px;
    margin-left: 50px;
}

a.next {
    float: right;
    margin-top: 50px;
    margin-right: 50px;
}

#slidertext {
    margin-top: 15px;
    float: left;
    width: 600px;
    overflow: hidden;
    position: relative;
}

#slidertext li {
    overflow: hidden;
    position: relative;
    width: 600px;
    height: 100px;
}

#slidertext ul {    width: 600px }

.social {
    position: relative;
    text-align: center;
    padding-top: 10px;
}

.social a {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    text-indent: -9999px;
    display: inline-block;
    z-index: 1000;
}

#slidertext ul li a.twitter {    background: url(images/twitter.png) no-repeat scroll 0 0 }

#slidertext ul li a.google {    background: url(images/google.png) no-repeat scroll 0 0 }

#slidertext ul li a.yahoo {    background: url(images/yahoo.png) no-repeat scroll 0 0 }

#slidertext ul li a.facebook {    background: url(images/facebook.png) no-repeat scroll 0 0 }

#slidertext ul li a.stumbleupon {    background: url(images/stumbleupon.png) no-repeat scroll 0 0 }

#subscribeform {
    margin-top: 20px;
    margin-left: 135px;
}

input#email {
    background: url(images/mail-bg.png) no-repeat scroll 0 0;
    width: 217px;
    height: 42px;
    border: 0 none;
    padding: 0 0 0 20px;
    color: #868686;
    float: left;
    margin-right: 10px;
    line-height: 40px;
}

input#submit {
    background: url(images/button.png) no-repeat scroll 0 0;
    width: 92px;
    height: 43px;
    border: 0 none;
    cursor: pointer;
    color: #fff;
    float: left;
    font-weight: bold;
    text-shadow: 1px 1px 0px #393939;
}

.copyright {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 50px;
}


/* === jQuery Countdown Styles === */

#defaultCountdown {
    width: 998px;
    height: 60px;
}

.hasCountdown {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    color: #E5E5E5;
    margin-top: 40px;
    font-size: 26px;
    font-weight: normal;
}