@import "reset.css";
@import "grid.css";

/* CSS Document */

html {
    height: 100%;
}

body {
    font: 12px/18px Open Sans, Arial, sans-serif;
    height: 100%;
    width: 100%;
    background: #FFF;
    margin-bottom: -90px;
}

p {
    font-size: 12px;
    font-weight: normal;
}

a {
    color: #279bb1;
    text-decoration: underline;
}

a:hover {
    color: #f77135;
    text-decoration: none;
}

a:active {
    color: #f77135;
}

h2 {
    color: #a60000;
    font-size: 30px;
    font-weight: bold;
    width: 95%;
    height: 35px;
    border-bottom: 3px solid #a60000;    
}

h3 {
    color: #a60000;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    padding-top: 5px;
}

h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
}

p {
    color: #000;
}
td {
    vertical-align: top;
}
span.red {
    color: #f04f4f;
}

span.green {
    color: #037073;
}

.white_bg {
    background: #FFF;
}

.bottom_border {
    width: auto;
    border-bottom: 2px solid #ffd800;
}

.dark_green {
    color: #044f59;
}

.margin_l_25 {
    margin-left: 25px;
}

.margin_l_40 {
    margin-left: 40px;
}
.strong {
    font-weight: bold;
}
.h_strong {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}
.normal {
    font-weight: normal;
}
/* Header
-----------------------------------------------------------------------------*/

.header {
    width: 100%;
    height: 90px;
    background: #FFF;
    padding-bottom: 25px;
}
.header a.logo {
    display: block;
    color: #FFF;
    width: 380px;
    background-color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    padding-bottom: 2px;
    
}
.header a.logo:hover {
    color: yellow;    
}
.contacts .if_you_know{
    font-size: 14px;     
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 5px;
}
.contacts p{    
    font-weight: bold;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding-bottom: 90px;
    background: #FFF;
}

.info h2:first-child{
    margin-bottom: 10px;
    margin-top: 0;
}
.info h2{
    margin-bottom: 10px;
    margin-top: 25px;
}
.info_tag {
    line-height: 25px;
}
.info_text {
    font-weight: bold;
}
.info_text span{
    font-size: 12px;
}
.info_text a{
    font-size: 12px;
    font-weight: bold;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}


/* Footer
-----------------------------------------------------------------------------*/

.footer {
    position: relative;
    width: 100%;
    height: 90px;
    margin-top: -90px;
    background: #FFF;
}

.copyright {
    
}
