/* Drop styles */
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, ul, ol, 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; background: transparent;}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
/* End of drop */

ins, del{ text-decoration: none; font-style: normal }

.png{ behavior: url('/media/css/iepngfix.htc'); }

.nobr{
    white-space: nowrap;
}

html{
    height: 100%;
}

.zoom{
    overflow: hidden;
} * html .zoom{ zoom: 1 }

body{
    font: normal normal 80% Georgia, "Times New Roman", serif;
    background: #f1f1f1;
    color: #1c1c1c;
  
    min-width: 980px;
    height: 100%;
} * html body{
    height: 100%;
}

a{
    color: #B91618;
}

strong{
    font-weight: bold;
}

em{
    font-style: italic;
}

h2{
    color: #B91618;
    font-weight: bold;
    font-size: 2.4em;
    font-weight: normal;
    line-height: 100%;
    margin: 30px 0 20px;
}
h2.first{
    margin-top: 10px;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 10px;
}

.clear{
    clear: both;
}


.nobr{
    white-space: nowrap;
}

.overflow {
    overflow: hidden;
} * html .overflow{
    zoom: 1;
}

#wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#overhead{
    background: #b91618;
    padding: 6px 25px;
    color: #fff;
    font-size: 85%;
}
#overhead p{
    float: right;
}

#overhead a{
    color: #fff;
}

#header{
    height: 170px;
    margin-bottom: 40px;
    overflow: visible;
} * html #header object{ 
    position: absolute; 
}

* html #wrapper, * html #header, * html #footer{
    width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" :"100%");
        /*((document.documentElement.clientWidth || document.body.clientWidth) > 1260)? "1260px" :"100%");*/
}

.content{
    min-width: 940px;
    padding: 0 20px;
    line-height: 150%;
    overflow: hidden;
}

#central-part{
    overflow: hidden;
    margin: 0 0 0 230px;
    //margin-right: expression(
        new Function('elem', "elem.style.marginRight = (elem.previousSibling.id == 'right-part')? '310px': '0'")(this)
    );
}
#right-part + #central-part{
    margin-right: 310px !important;
}
body:first-of-type #central-part {
    overflow: visible;
}
html:not([lang*=""]) #central-part {
    overflow: visible;
}



#left-part{
    width: 180px;
    float: left;
}

#right-part{
    width: 280px;
    float: right;
    margin-top: 3px; 
}
#central-part #right-part{
    margin-top: -5px;
}
#central-part .gallery #right-part{
    margin-top: 3px; 
}

#right-part h3, #left-part h3{
    border-top: 1px solid #ccc;
    margin: 5px 0 10px;
    padding-top: 5px;
}

#right-part h3{
    border-top: none;
}

#right-part img {
    margin: 0 3px 3px 0;
    border: 2px solid #ddd;
    padding: 2px;
}

#right-part dl{
    overflow: hidden;
    margin: 5px 0 30px;
} * html #right-part dl{ zoom: 1; }

#right-part dl dt{
    float: left;
    clear: both;
    padding-right: 10px;
    padding-top: 10px;
    color: #666;
}
#right-part dl dd{
    padding-left: 90px;
    padding-top: 10px;
}

#left-part li a, #left-part li span {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 5px;
    background: #B91618;
    color: #f1f1f1;
    text-decoration: none;
    line-height: 120%;
}
#left-part li.current a{
    background: #ccc;
    color: #000;
}
#left-part li.current li a{
    background: #f1f1f1;
}

#left-part li ul{
    margin: 2px 0 10px;
    display: none;
}
#left-part li.current ul{
    display: block;
}
#left-part li li a, #left-part li li span{
    margin-left: 15px;
    background: #f1f1f1;
    color: #000;
    padding: 3px;
}
#left-part li li.current a, #left-part li li.current span{
    color: #B91618;
}

#left-part li li a:hover{
    background: #f1f1f1;
    text-decoration: underline;
}

#text{
    line-height: 160%;
    max-width: 960px;
}

#text p{
    margin: 1em 0;
}

#text p img{
    float: left;
    margin: 0 1em 1em 0;
    border: 2px solid #ddd;
    padding: 2px;
}

#text table.full{
    width: 100%;
}
#text table{
    margin: 1em 0;
}
#text table td, #text table th{
    padding: 3px 6px;
}
#text table th{
    font-weight: bold;
    background: #ddd;
}
#text table tbody td{
    border-bottom: 1px dashed #ccc;
}
#text ol{
    margin: 1em 0 1em 4em;
    list-style: decimal;
}
#text ul{
    margin: 1em 0 1em 3em;
}


#central-part form {
    margin: 40px 0;
}

#central-part form p{
    margin: 1em 0;
}
#central-part form p.buttons{
    padding-left: 150px;
}

#central-part form label{
    width: 150px;
    display: block;
    float: left;
}
#central-part form label.required{
    font-weight: bold;
}

#central-part form .errorlist{
    font-size: 90%;
    color: #900;
    padding-left: 150px;
    margin-bottom: -15px;
}

#central-part form input, #central-part form textarea{
    width: 500px;
    display: block;
}

#central-part form textarea{
    height: 8em;
}

#central-part .gallery{
    overflow: hidden;
    max-width: 900px;
} * html #central-part .gallery{
    zoom: 1;
}

#central-part .gallery .item{
    float: left;
    width: 170px;
    height: 260px;
    text-align: center;
}
#central-part .gallery .item .photo{
    background: url(foo) no-repeat 50% 50%;
    height: 154px;
    width: 154px;
    border: 2px solid #ccc;
    margin: 6px;
    display: block;
}
#central-part .gallery-list .item a{
    font-weight: bold;
}

#central-part p.date{
    margin: -10px 0 -10px;
    font-size: 85%;
    font-color: #666;
}

#central-part blockquote{
    font-style: italic;
    margin-bottom: 40px;
}

.paginator {
    clear: both;
    overflow: hidden;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #ccc;
    font-weight: bold;
} * html .paginator{ zoom: 1;}

.paginator li{
    float: left;
    padding: 5px 10px;
    margin: 5px;
}

.paginator li a{
    text-decoration: none;
}

.paginator li.current{
    border: 2px solid #ddd;
    padding: 3px 8px;
}

.archive ul li ul li{
    margin-left: 20px;
}

#pusher{
    clear: both;
    height: 130px;
}

#footer{
    background: url(../img/bg-foot.gif) #b91618 repeat-x;
    margin-top: -110px;
    height: 110px;
    color: #fff;
    font-size: 90%;
}

#footer a{
    color: #fff;
}

#footer img{
    vertical-align: middle;
    padding-right: 10px;
}

#white-stripe{
    position: absolute;
    height: 70px;
    margin: 20px 0 0 630px;
    overflow: visible;
    border-left: 1px solid #fff;
}

body:first-of-type #white-stripe {
    margin-left: 620px;
}


#promo{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#promo-inner{
    margin: 100px auto 0;
    width: 435px;
}

