@import "page_inner.css";

html, body, #site
{
    height: 100%;
}

body > #site
{
    height: auto; 
    min-height: 100%;
}


body
{
    background: #d8e0e0 url('../images/page/body_repeat.jpg') repeat-x top left;
    margin: 0;
    padding: 0;
}

body, form, input, textarea, table, td
{
    font: normal 12px Arial;
    color: #000000;
    line-height: 20px;

}

a
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.wrap
{
    width: 980px;
    margin: 0 auto;
}

.clear
{
    clear: both;
}

#header
{
    width: 100%;
    height: 475px;
    background: url('../images/page/header.jpg') no-repeat center;
}

#header > .wrap
{
    height: 475px;
    overflow: hidden;
    background: url('../images/page/header.jpg') no-repeat center;
    position: relative;
}

#header .collumn
{
    float: left;
    overflow: hidden;
}

#header .collumn1
{
    width: 330px;
}

#header .collumn2
{
    width: 250px;
}

#header .collumn3
{
    width: 350px;
}

#header #logo
{
    display: block;
    width: 225px;
    height: 63px;
    margin-top: 29px;
    margin-left: 80px;
    margin-bottom: 33px;
    background: url('../images/page/logo.jpg') no-repeat center;
    text-indent: -9999px;
}

#header #menu
{
    width: 225px;
    margin: 0;
    padding: 0;
    margin-left: 69px;
}

#header #menu li
{
    list-style-type: none;
    padding-bottom: 12px;
}

#header #menu li a
{
    font-weight: bold;
    text-decoration: none;
    padding-left: 14px;
}

#header #menu li a:hover
{
    background: url('../images/page/menu_li.jpg') no-repeat 0 6px;
    color: #004ab0;
}

#header #lights
{
    list-style-type: none;
    margin-top: 50px;
}

#header #lights li
{
    display: block;
    text-align: center;
    width: 100px;
    font-size: 11px;
}

#header #lights li a
{
    display: block;
    text-decoration: none;
}

#header #lights li strong
{
    color: #fff;
    text-transform: uppercase;
    display: block;
}

#header #lights li em
{
    font-style: normal;
    font-weight: bold;
}

#header #lights li.red
{
    color: #4c0501;
    margin-left: 31px;
    margin-top: 17px;
}

#header #lights li.yellow
{
    color: #6c6100;
    margin-left: 95px;
    margin-top: 40px;
}

#header #lights li.green
{
    color: #004c08;
    margin-left: 11px;
    margin-top: 30px;
}

#header #icons
{
    list-style-type: none;
    margin: 0;
    padding: 60px 0 60px 0;
}

#header #icons li
{
    display: block;
    float: left;
    width: 40px;
    color: #110d0a;
}

#header #icons li.phone
{
    width: 200px;
    font-size: 21px;
    background: url('../images/page/icon_phone.jpg') no-repeat center left;
    padding-left: 26px;
}

#header #icons li.home
{
    background: url('../images/page/icon_home.jpg') no-repeat center left;
}

#header #icons li.mail
{
    background: url('../images/page/icon_mail.jpg') no-repeat center left;
}

#header #icons li.tree
{
    background: url('../images/page/icon_tree.jpg') no-repeat center left;
}

#header #icons li a
{
    text-decoration: none;
    padding: 4px 9px;
}

#header .text
{
    clear: both;
}

#header .text h1
{
    margin: 0;
    padding: 0;
    color: #1e1916;
    text-align: center;
    width: 300px;
    font-size: 17px;
}

#header .text h1 strong
{
    color: #878583;
    display: block;
    font-size: 12px;
    padding-top: 5px;
    font-weight: normal;
}

#header .best
{
    position: absolute;
    top: 274px;
    left: 799px;
}

#mainBg
{
    background: url('../images/page/main_repeat.jpg') repeat-x center bottom;
    height: 732px;
    position: absolute;
    width: 50%;
    z-index: -1;
}

#main
{
    padding-bottom: 192px;
}

#main > .wrap
{
    background: url('../images/page/main.jpg') no-repeat top center;
    min-height: 394px;
}

* html #main > .wrap
{
    height: 394px;
}

#main h1
{
    color: #1f1a17;
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    padding-bottom: 10px;
}

#main #contacts
{
    float: left;
    width: 320px;
    padding: 290px 0 0 80px;
}

#main #contacts ul
{
    float: left;
    width: 130px;
    margin: 0;
    padding: 0 0 20px 0;
}

#main #contacts ul.second
{
    padding-left: 15px;
}

#main #contacts ul li
{
    list-style-type: none;
}

#main #contacts ul li.title
{
    font-size: 11px;
    color: #004ab0;
    line-height: 14px !important;
    padding: 0 0 5px 0;
}

#main #contacts ul li em
{
    text-transform: uppercase;  
    font-weight: bold;
    font-style: normal;
}

#main #content
{
    float: left;
    padding-top: 30px;
}

#main #content a
{
    color: #004AB0;
}

#main .index
{
    padding-left: 160px;
    width: 400px;
}

#footer
{
    height: 192px;
    margin-top: -192px;
    background: url('../images/page/footer.jpg') no-repeat right bottom;
}

#footer ul
{
    padding: 120px 0 0 80px;
    margin: 0;
}

#footer ul li
{
    list-style-type: none;
    line-height: 16px;
    color: #666a6a;
    font-size: 11px;
}
