﻿body
{
    margin: 0;
    padding: 0;
    background-color: White;
    font-family: 'Open Sans' , sans-serif;
    color: #666;
    font-size: 14px;
}

img
{
    border: 0;
}
h2
{
    font-weight: normal;
    font-size: 21px;
}
h3
{
    font-weight: normal;
}
.header
{
    width: 1000px;
    margin: auto;
    height: auto;
    padding: 20px 0 20px 0;
}

.logo
{
    float: left;
    margin-top: 15px;
}
.menu
{
    list-style: none;
    margin: 53px 0 0 60px;
    padding: 0;
    text-align: center;
    float: left;
}
.menu li
{
}
.menu li a
{
    float: left;
    padding: 7px 30px 7px 30px;
    text-decoration: none;
    color: #808184;
    margin-right: 0px;
    font-size: 14px;
    display: block;
}
.menu li a:hover
{
    /*color: #000;
    background-image: url(../images/menu-active.png);
    background-repeat: repeat-x;
    background-position: center;*/
}
.menu .active
{
    background-image: url(../images/menu-active.png);
    background-repeat: repeat-x;
    background-position: center;
}

.menu .active a
{
    color: #000;
}

.menu .active ul li a
{
    color: #808184;
}
.menu .active .inner
{
    color: #000;
}
.menu .active ul li a:hover
{
    color: #000;
}
.gallery img
{
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer-menu
{
    list-style: none;
    margin: 0px 0 0 10px;
    padding: 0;
    text-align: center;
    float: left;
    width: 600px;
}
.footer-menu li
{
}
.footer-menu li a
{
    float: left; /*padding: 7px 25px 7px 25px;*/
    text-decoration: none;
    color: #ccc;
    margin-right: 20px;
    font-size: 14px;
}
.footer-menu .active
{
    color: White;
}

/* static-section */
#static-section{
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 0;
    background:#000;
    padding:20px 0 0 0;
}
#static-section h4 {color:#fff; font-size:15px; text-transform:uppercase; padding-right:0; font-weight:bold;}

#message {
    height: 34px;
}
