﻿/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus
{
    outline: 0;
}

body
{
    line-height: 1;
    color: black;
    background: white;
}
ol, ul
{
    list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}

/* HTML 5 elements as block */
header, footer, aside, nav, article
{
    display: block;
}



/* Clearing Floats
***************************************************************/

.group:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Start Style
***************************************************************/
body
{
    font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; /*font-family: Tahoma, Sans-Serif;*/
    font-size: 11px;
    background: #f4f4f4;
    color: #e78346;
}
div#container
{
    width: 990px; /*min-height: 900px;*/
    background-image: url(/images/bg.png); /* margin-bottom: 50px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
div#header
{
    padding: 15px;
    padding-top: 50px;
    margin: 0px;
    text-align: center;
}
div#header-left
{
    height: 276px;
    width: 140px;
    float: left;
    border-right: 1px solid #e78346;
    text-align: right;
    padding-right: 10px;
}
div#header-right
{
    float: left;
    margin-left: 15px;
}
div#nav
{
    width: 140px;
    height: 400px;
    border-right: 1px solid #e78346;
    padding-left: 25px;
    float: left;
    margin-top: -31px;
}
div#main
{
    padding: 10px;
    padding-top: 7px;
    float: left;
    margin-left: 5px;
    width: 780px;
    margin-bottom: 200px;
}
div#main-left
{
    /*width: 560px;*/
    width: 780px;
    float: left;
    color: #58585a;
    min-height: 500px;
    padding-bottom: 10px;
}
div#main-right
{
    width: 220px;
    float: right;
    text-align: right;
    display: none;
}
div#footer
{
    background-image: url(/images/footer.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    width: 100%;
    font-size: 10px;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    background-position: bottom;
}
div#footer p
{
    padding-right: 26px;
}
div#footer a
{
    text-decoration: none;
    font-weight: bold;
    color: #e78346;
}
div#title
{
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e78346;
    margin-bottom: 4px;
    width: 780px;
}
div#title h1
{
    font-size: 13px;
}
div#main p
{
    /*text-align: justify;*/
    line-height: 19px;
}
div#main-left ul
{
    margin: 10px 0 8px 0;
}
div#main-left ul li
{
    padding: 0 0 0 20px;
    list-style-position: inside;
    line-height: 19px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(/images/listitem.png);
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-position: left center;
}
div#main-left ul li.download 
{
       background-image: url(/images/download.png);
}
div#main a
{
    font-weight: bold;
    color: #e78346;
    text-decoration: underline;
}
div#main strong, div#main a, div#main b
{
    line-height: 19px;
}
span.address
{
    width: 120px;
    text-align: right;
    float: right;
    font-size: 11px;
    color: #58585a;
}
span.address.big
{
    font-size: 12px;
    font-weight: bold;
}
div#nav ul.nav li.nav-item
{
    min-height: 22px;
    margin-top: 3px;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #e78346;
    text-align: right;
    padding-top: 5px;
    font-size: 12px;
}
div#nav ul a
{
    text-decoration: none;
    color: #e78346;
    margin-right: 5px;
}
ul.sub-nav
{
    font-size: 11px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-style: italic;
}
ul.sub-nav li
{
    margin: 5px 0px 5px 0px;
}
.gallery
{
    padding-top: 12px;
}
.gallery img
{
    border: 2px solid #e78346;
    margin: 0px 5px 10px 0px;
}
.text-input
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #E7E7E7;
    color: #58585a;
    font-family: Arial,Verdana, Tahoma,sans-serif;
    font-size: 11px;
    margin: 5px 0 0;
    padding: 7px 8px;
    width: 200px;
}
.button
{
    border: solid #E7E7E7;
    height: 16px;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 4px 14px 4px 14px;
    float: left;
    margin-right: 20px;
}
#main-left .button a
{
    text-decoration: none;
    color: #58585a;
}
#contact-form
{
    margin-top: 20px;
    font-size: 11px;
}
#contact-form p
{
    margin-bottom: 8px;
}
#contact-form label, #comment-form label
{
    font-weight: bold;
    display: block;
}
#contact-form textarea.text-input, #comment-form textarea.text-input
{
    width: 400px;
    overflow: hidden;
}
#contact-form span, #comment-form span
{
    float: left;
}
.required
{
    color: #fb3035;
    font-weight: bold;
    float: none !important;
}
.news
{
}
.news-image
{
    float: left;
    width: 200px;
}
.news-text
{
    float: right;
    width: 560px;
    text-align: left;
    margin-left: 20px;
}
#gmap
{
    width: 340px;
    height: 300px;
    float: left;
}
.contact-map-right
{
    float: right;
    width: 400px;
}
.bold-text
{
    font-weight: bold;
}
#container #partner
{
    padding: 0;
    margin: 0;
}
#container #partner li
{
    list-style-type: none;
    padding: 20px 20px 20px 0;
    margin: 10px 0 10px 0;
    float: left;
}
#nav li.active, #nav .sub-nav li.active
{
    font-weight: bold;
}
.validation-error
{
    border-color: red;
}
.sub-nav 
{
    font-weight: normal;
}
.modal-overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 101;
    opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75; /*background: #fff;*/
}
.modal-window
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    z-index: 102;
    background: #fff;
    border: 2px solid #e78346;
    -webkit-box-shadow: 0 0 25px #e78346;
    -moz-box-shadow: 0 0 25px #e78346;
    box-shadow: 0 0 25px #e78346;
}
.moda-window img 
{
    vertical-align: middle;
}
.modal-close
{
    position: absolute;
    right: 4px;
    font-weight: bold;
    top: 2px;
    cursor: pointer;
}
.modal-window p
{
    text-align: center;
    padding-top: 60px;
}
.list
{
    margin: 6px 0;
}
.list li
{
    margin: 2px 0;
}
.form-chk 
{
    float: left;    
    margin-right: 5px;
}
.send-button
{
    cursor: pointer;
}