html, body {
    height: 100%;
}

html {
   background: url('../images/top_body_bg.png') fixed repeat-x 0 top transparent;
}

body {
   background: url('../images/bottom_body_bg.png') fixed repeat-x 0 bottom transparent;
}

span,
th,
tr
td,
h1, h2, h3, h3, h5, h6 {
   color: white;
   font-family: Open Sans, Tahoma, sans-serif;
}

p, li {
   color: #333333;
   font-family: Open Sans, Tahoma,sans-serif;
   font-size: 13px;
   line-height: 16px;
   margin: 0 0 5px;
   text-align: justify;
}

/* --- HEADER ---------------------------------------------------------------------------------- */
#header-wrapper {
   background: url("../images/header_bg.png") scroll no-repeat left 10px transparent;
   margin-top: 10px;
}

#header-logo {
   background: url("../images/header_logo.png") scroll no-repeat 0 0 transparent;
   display: block;
   float: left;
   height: 155px;
   margin: 0 0 0 15px;
   width: 382px;
}

#header-contacts {
   margin-top: 25px;
}

#header-contacts p,
#header-contacts a {
   color: white;
   font-size: 14px;
}

#header-contacts a {
   text-decoration: underline;
}

/* --- FOOTER ----------------------------------------------------------------- */
.wrap {
   height: auto !important;
   margin: 0 auto -75px;
   min-height: 100%;
}

#push, #footer {
   background-color: transparent;
   height: 60px;
}

#footer {
   background: url("../images/footer_bg.png") scroll no-repeat left bottom transparent;
   height: 60px;
}

#footer p {
   color: white;
   margin-top: 42px;
}

/* --- INDEX ----------------------------------------------------------------------------------- */
#main-content {
   margin-top: 25px;
}

#main-content ul {
   padding-left: 24px;
}

#main-content li {
   line-height: 13px;
}

/* --- SIDEBAR --------------------------------------------------------------------------------- */
#type-list {
   background: none white;
   box-shadow: 0 0 4px #666;
   margin: 25px 5px 0 0;
   padding: 15px 8px 8px;
}

#type-list .circle {
   background: none #b23434;
   border-radius: 6px;
   box-shadow: -1px -1px 2px #666 inset;
   display: block;
   margin: 0 auto;
   height: 12px;
   width: 12px;
}

#type-list h2 {
   font-size: 16px;
   font-weight: bold;
   line-height: 16px;
}

#type-list ul {
   padding: 10px 5px 0 30px;
}

#type-list li {
   font-size: 11px;
   line-height: 12px;
}

/* --- MAIN CONTENT ---------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
   color: #333;
   margin: 10px 0 0;
   text-align: center;
}

h1, h2 {
   font-size: 22px;
   line-height: 32px;
}

h3, h4, h5, h6 {
   font-size: 14px;
   font-weight: normal;
   line-height: 16px;
   margin: 0;
}

/* --- BOOTSTRAP OVERRIDE ---------------------------------------------------------------------- */

