﻿/* LAYOUT */
/* ----------------------------------------- */
ol, ul, li
{
    list-style: none;
}
body,ul, ol, li
{
    margin: 0;
    padding: 0;
}
html {
    /*background-image: url(../images/bg.jpg);*/
    background-repeat: repeat;
    background-color: #f26522;
}
body
{
    /*background-image: url(../images/blue-pattern.jpg);*/
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: transparent;
    color: #656565;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    height: 367px;
    background-color:#fff;
}
#wrapper
{
    width: 1060px;
    margin: 0 auto;
    padding-top: 20px;
    /*background-image: url(../images/blue-bg.jpg);*/
    background-position: top;
    background-repeat: no-repeat;
    height: 250px;
}
h2
{
    text-align: center;
    font-size: 1.8em;
    line-height: 1;
    margin-bottom: 20px;
    padding-top: 27px;
}
h3
{
    font-size: 1.1em;
}
p
{
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 30px;
}
a:link
{
    color: #2a6888;
    text-decoration: underline;
}
a:visited
{
    color: #999;
}
a:hover, a:focus
{
    color: #2a6888;
    text-decoration: none;
}
a:active
{
    color: #2a6888;
    text-decoration: underline;
}
#logo
{
    /*width: 154px;*/
    height: 200px;
    text-align:center;
    margin: 0 auto;
    margin-bottom: 20px;
}
#page-container
{
    width: 884px;
    margin: 0 auto;
}
.container {
    background: #c8c9cc;
    /*background-image: url(../images/page.png);*/
    background-repeat: no-repeat;
    position: relative;
    width: 740px;
    height: 350px;
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    z-index: 3;
}
.content
{
    display: block;
    margin: 0 auto;
}
/* COUNTDOWN */

.hasCountdown
{
    border: 0;
    margin-bottom: 31px;
    overflow: hidden;
    display: block;
}
.countdown_row
{
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.countdown_show4
{
    width: 506px;
    margin: 0 auto;
}
.countdown_section {
    display: block;
    float: left;
    font-size: 15px;
    text-align: center;
    background-image: url(../images/countbg.png);
    width: 80px;
    height: 66px;
    background-repeat: no-repeat;
    margin-left: 30px;
    color: #6e6f71;
    text-transform: uppercase;
    font-weight: normal;
    padding: 12px;
}
.countdown_section:first-child
{
    margin-left: 0;
}
.countdown_amount {
    font-size: 30px;
    color: #f26522;
}
.countdown_descr
{
    display: block;
    width: 100%;
    color: #2a6888;
}



/* SOCIAL */

.contact-wrapper
{
    width: 500px;
    margin: 15px auto 0;
    display: block;
    overflow: hidden;
}
.contact-us
{
    float: left;
}
.social
{
    float: right;
}
.contact-text h3
{
    float: left;
    padding-top: 8px;
    padding-right: 10px;
}
/* SOCIAL LINKS */

ul.links
{
    height: 22px;
    display: inline-block;
    overflow: hidden;
    margin-top: 8px;
    float: left;
}
ul.links li
{
    float: left;
    margin-left: 5px;
    text-align: center;
    position: relative;
}
ul.links li a
{
    text-align: center;
    outline: 0;
}
ul.links li:first-child
{
    margin: 0;
}
