/* FONTS */

@font-face {
    font-family: 'PTSansHerb';
    src: url('fonts/pts55f.eot');
    src: url('fonts/pts55f.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts55f.woff') format('woff'),
         url('fonts/pts55f.ttf') format('truetype'),
         url('fonts/pts55f.svg#pts55f') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansHerb';
    src: url('fonts/pts75f.eot');
    src: url('fonts/pts75f.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts75f.woff') format('woff'),
         url('fonts/pts75f.ttf') format('truetype'),
         url('fonts/pts75f.svg#pts75f') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansHerb';
    src: url('fonts/pts56f.eot');
    src: url('fonts/pts56f.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts56f.woff') format('woff'),
         url('fonts/pts56f.ttf') format('truetype'),
         url('fonts/pts56f.svg#pts56f') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* MAIN */

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

img {
    border: none;
}

body {
    font-family: 'PTSansHerb';
    color: #131313;
    font-size: 12px;
}

#sitelist {
    width: 1000px;
    margin: 0 auto;
}

#header {
    position: relative;
    height: 168px;
    background: url('../img/header.jpg') no-repeat left top;
    color: #292929;
    margin-bottom: 30px;
}

#logo {
    position: absolute;
    left: 295px;
    top: 36px;
}

#logo img {
    display: block;
}

#logo p {
    position: relative;
    top: -6px;
    letter-spacing: 1px;
}

#logo a {
    text-decoration: none;
    font-size: 14px;
    color: #292929;
}

#headcontacts {
    position: absolute;
    right: 71px;
    top: 38px;
    text-align: right;
}

#headcontacts h3 {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 4px;
}

#headcontacts img {
    display: block;
}

#headcontacts a {
    color: #0d90b5;
    text-decoration: underline;
}

#headcontacts a:hover {
    text-decoration: none;
}

#headmenu {
    position: absolute;
    right:52px;
    top: 12px;
}

#headmenu ul {
    overflow: hidden;
}

#headmenu ul li {
    float: left;
    width: 39px;
    display: block;
    list-style-type: none;
}

#topmenu {
    position: absolute;
    bottom: 0px;
    left: 68px;
    height: 43px;
    padding-left: 31px;
    background: url('../img/topmenu_left.png') no-repeat left top;
}

#topmenu ul {
    overflow: hidden;
    padding-right: 31px;
    background: url('../img/topmenu_right.png') no-repeat right top;
}

#topmenu ul li {
    display: block;
    height: 43px;
    float: left;
    padding-right: 2px;
    background: url('../img/topmenu_delimiter.png') no-repeat right top;
}

#topmenu ul li:last-child {
    background: none;
    padding: 0px;
}

#topmenu ul li a {
    display: block;
    height: 43px;
    line-height: 43px;
    background: url('../img/topmenu_bg.png');
    padding: 0px 14px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

#topmenu ul li a:hover {
    background: url('../img/topmenu_hover.png');
}

#topmenu ul li ul {
    display: none;
}

#main {
    padding: 0px 68px;
    overflow: hidden;
}

#content {
    width: 676px;
    float: left;
    color: #131313;
    font-size: 14px;
}

#content h2 {
    color: #004b71;
    font-weight: normal;
    margin-bottom: 15px;
}

#content p {
    margin-bottom: 16px;
    line-height: 16px;
}

#sidebar {
    width: 184px;
    float: right;
    padding-top: 45px;
}

.sb_block {
    margin-bottom: 26px;
}

.sb_centeralign {
    text-align: center;
}

#foot_topline {
    border-top: 1px solid #e2e2e2;
    clear: both;
    margin: 0px 68px;
}

#footer {
    border-bottom: 10px solid #0372a8;
    height: 100px;
    overflow: hidden;
    color: #9f9f9f;
    padding-left: 68px;
}

#footer h3 {
    font-size: 14px;
    font-weight: normal;
    height: 14px;
    margin-bottom: 10px;
}

#footcopyrights {
    float: left;
    width: 305px;
    padding-top: 14px;
}

#footcopyrights h3 {
    margin-bottom: 14px;
}

#footcopyrights p {
    height: 14px;
}

#footphones {
    float: left;
    width: 220px;
    padding-top: 14px;
}

#footphones p {
    font-size: 16px;
    color: #15a8c1;
    height: 18px;
}

#footaddr {
    float: left;
    width: 244px;
    padding-top: 14px;
}

#footaddr p {
    font-size: 16px;
    color: #15a8c1;
    height: 18px;
}

#footcounters {
    float: left;
    padding-top: 40px;
}