@charset "utf-8";

* {
 margin: 0;
 padding: 0;
}

body,div {
    font: normal 13px arial;
    line-height: 20px;
    color: #333333;
}

body {
    background-image: url(/img/bcg.jpg);
}

img {
    border: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font: normal 20px arial;
    color: #333333;
}

h2 {
    font: normal 20px arial;
    color: #333333;
    margin-bottom: 20px;
}

h3 {
    font: normal 20px arial;
    color: #330000;
    margin: 20px 0px;
}

.clear {
    clear: both;
}

#container {
    width: 958px;
    margin: 0 auto;
}

#top {
    height: 77px;
}

#logo {
    width: 400px;
    float: left;
}

#logo h1 {
    font-size: 11px;
    font-style: italic;
    color: #ffffff;
    line-height: 12px;
}

#logo img {
    width: 230px;
    height: 49px;
}

#phone {
    width: 258px;
    height: 63px;
    float: right;
    margin-right: 30px;
}

#main-top {
    width: 958px;
    height: 20px;
    display: block;
    float: left;
}

#content {
    background-image: url('/img/main-bcg.png');
    width: 900px;
    padding-left: 25px;
    padding-right: 33px;
    padding-top: 5px;
}

#header {
    height: 240px;
    position: relative;
    background-image: url('/img/top-bcg.jpg');
}

#header-text {
    position: absolute;
    top: 0px;
    left: 30px;
}

#femida-big {
    position: absolute;
    top: -24px;
    right: 30px;
}

#femida-small {
    position: absolute;
    top: -23px;
    right: 30px;
}

#subheader {
    display: block;
    padding: 10px;
    width: 560px;
}

.header {
    margin-bottom: 20px;
}

.box {
    float: left;
    width: 264px;
    height: 25px;
    margin-right: 28px;
    margin-bottom: 20px;
    padding: 8px;
    background-image: url('/img/menu-0.jpg');
}

.box a {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: normal;
}

.box p {
    line-height: 14px;
    margin-top: 8px;
    color: #555555;
}

.text {
    display: block;
    float: left;
    margin-bottom: 15px;
}

ol, ul {
    margin-left: 30px;
}

#footer {
    height: 30px;
}

#copy {
    display: block;
    float: left;
    width: 400px;
    margin-top: 10px;
    color: #bbbbbb;
}

#adress {
    display: block;
    float: right;
    width: 890px;
    margin-top: 12px;
    margin-right: 10px;
    color: #bbbbbb;
}

#menu {
    margin-top: 25px;
    width: 200px;
    float: left;
    margin-right: 25px;
    font-size: 13px;
}

#menu .line {
    height: 1px;
    background-color: #bbbbbb;
    width: 200px;
    font-size: 0%;
}

#menu a {
    color: #333333;
    display: block;
    margin: 10px 5px;
    line-height: 16px;
}

#menu a:hover {
    color: #0099cc;
}

#menu .active {
    color: #0099cc;
    font-weight: normal; 
    text-decoration: underline;
}

.menu-box {
    height: 20px;
    background-image: url('/img/menu-bcg.jpg');
    padding: 10px 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

#text {
    width: 670px;
    float: left;
    margin-top: 10px;    
}

#text p {
    display: block;
    margin-bottom: 20px;
    line-height: 24px;
}

