/* ----------------------------------------
Theme Name: Indoor
Author: Sergey Yalanskiy
---------------------------------------- */
BODY {
    margin: 0px;
}

BODY, TD, P, A {
    font: 12px 'Arial';
    color: #000;
}

TD {
    vertical-align: top;
}

P {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;

}

IMG {
    border: 0px;
}

H1, H1 A {
    font: 14px 'Arial';
    color: #212494;
    font-weight: bold;
    text-decoration: none;
}

DIV.hr {
    width: 100%;
    height: 20px;
    background: url(images/hr.gif) no-repeat center center;
    margin-top: 10px;
    margin-bottom: 10px;
}

LI {
    list-style-image: url(images/bullet.gif);
}

.date {
    font: 10px 'Arial';
    color: #212494;
    line-height: 14px;
}

.title {
    font: 12px 'Arial';
    color: #212494;
    font-weight: bold;
    width: 100%;
}

#logo {
    float: left;
    width: 306px;
    height: 63px;
    margin-left: 360px;
    margin-top: 37px;
    display: inline;
}

#logo IMG {
    width: 306px;
    height: 63px;
}

TABLE#container {
    width: 100%;
}

TD#header_left, TD#header_right, TD#footer_left, TD#footer_right {
    width: auto;
}

TD#header_left, TD#header_right, TD#header_center {
    height: 123px;
}

TD#header_left {
    background: url(images/header_left_bg.gif) repeat-x top right;
}

TD#header_right {
    background: url(images/header_right_bg.gif) repeat-x top left;
}

TD#header_center {
    width: 1000px;
    min-width: 1000px;
    background: url(images/header_center_bg.gif) no-repeat top center;
}

TD#maincontent {
    width: 1000px;
    min-width: 1000px;
    background: url(images/maincontent_bg.gif) repeat-y top center;
}

DIV#leftbar {
    float: left;
    width: 201px;
    background: url(images/leftbar_bg.gif) repeat-y top left;
}

DIV#leftbar_inner {
    padding: 0px 35px 0px 22px;
}

DIV#leftbar_footer {
    width: 201px;
    height: 26px;
    background: url(images/leftbar_footer.gif) no-repeat top left;
}

.left-cat-name, .left-cat-name A {
    font: 13px 'Arial';
    color: #212494;
    font-weight: bold;
    text-indent: 7px;
    text-decoration: none;
}

.left-cat-name A:hover, .left-post-name A:hover {
    text-decoration: none;
}

.left-post-name, .left-post-name A {
    font: 13px 'Arial';
    color: #000;
    text-decoration: underline;
}


DIV#rightbar {
    float: right;
    width: 199px;
    background: url(images/rightbar_bg.gif) no-repeat top left;
}

DIV#rightbar_inner {
    padding: 0px 20px 0px 35px;
    font: 12px 'Arial';
    color: #212494;
    font-weight: bold;
    text-align: center;
}

DIV#rightbar_footer {
    width: 199px;
    height: 28px;
    background: url(images/rightbar_footer.gif) no-repeat top left;
}

DIV#rightbar P, DIV#rightbar A {
    font: 11px 'Arial';
    color: #212494;
    font-weight: bold;
    text-decoration: none;
}

DIV#rightbar A:hover {
    text-decoration: underline;
}

DIV#contacts {
    height: 180px;
}

DIV#contacts P {
    margin-top: 0px;
    margin-bottom: 10px;
}


DIV#main {
    width: 602px;
    min-width: 602px;
    margin-left: 201px;
}

DIV#main_inner {
    padding: 0px 45px 50px 45px;
}

DIV#main A {
    font-weight: bold;
    color: #212494;
    text-decoration: underline;
}

DIV#main A:hover {
    text-decoration: underline;
}




TD#footer_left, TD#footer_right, TD#footer_center {
    height: 106px;
}

TD#footer_left {
    background: url(images/footer_left_bg.gif) repeat-x top right;
}

TD#footer_right {
    background: url(images/footer_right_bg.gif) repeat-x top left;
}

TD#footer_center {
    background: url(images/footer_center_bg.gif) no-repeat top center;
}

#footer_center P {
    font-size: 10px;
    color: #777777;
    text-align: center;
}

#footer_center P, A {
    font: 11px 'Arial';
    color: #777777;
}

