@charset "utf-8";

html, body {
    font-family: Impact;
    font-weight: normal;
    background: url("/pic/blueprint_bg.jpg") repeat scroll 0 0 #5EC8DF;
    margin: 0;
    padding: 0;
    color: #20304d;
    height: 100%;
}
a {
    color: #20304d;
}
#hello {
    background: url("/pic/blueprint_bg.jpg") repeat scroll 0 0 #5EC8DF;
    margin-top: -10px;
    padding: 80px 10px 10px 10px;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 1px 1px 2px #080F1E;
}
#hello h4{
    padding-top: 16px;
}
#container {
    background: url("/pic/blueprint_bg.jpg") repeat scroll 0 0 #5EC8DF;
    height: 400px;
}
#clouds {
    background-image: url("/pic/sky.png");
    background-repeat: repeat-x;
    height: 365px;
    z-index: 40;
}
#background-buildings {
    background: url("/pic/background-buildings.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 365px;
    z-index: 10;
    top: 51px;
    position: relative;
}
#background-small-cranes {
    background: url("/pic/small-cranes.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 365px;
    z-index: 20;
}
#background-vehicles {
    background: url("/pic/vehicles.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 365px;
    z-index: 30;
}
#background-road-seal {
    background: url("/pic/road-seal.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 365px;
    z-index: 50;
}
#lorries {
    background: url("/pic/lorries.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 365px;
    z-index: 100;
}
#foreground-ground {
    background: url("/pic/ground.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 365px;
    z-index: 210;
}
#container-counter {
    height: 365px;
    padding-top: 0;
}
#defaultCountdown {
    background: url("/pic/background-text.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto;
    padding: 0px;
    width: 312px;
    height: 312px;
}
.countdown_row {
    clear: both;
    padding: 0 2px;
    text-align: center;
}
.countdown_row h2 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 4px;
    /*text-shadow: 1px 1px 2px #080F1E;*/
}
.countdown_row p {
    font-family: Arial;
    font-size: 12px;
    padding-top: 10px;
}
#menu_container {
    /*margin: -16px auto 0;*/
    height: 75px;
    background: #e9bb4c;
}
.div_menu {
    margin: 0 auto;
    width: 780px;
    padding-top: 15px;
    font-size: 19px;
}
/*.ul_menu {
    height: 45px;
}*/
.li_menu {
    float:left;
    list-style-type: none;
    width: 156px;
    height: 47px;
    text-align: center;
    background: none;
}
.li_menu a {
    padding: 12px 0;
    display: block;
}
.ul_menu .mjs-active {
    background: url("/pic/button.png") no-repeat scroll 8px 0 rgba(0, 0, 0, 0);
    color: #080F1E;
    cursor: pointer;
}
.ul_menu .li_menu:hover {
    background: url("/pic/button_01.png") no-repeat scroll 8px 0 rgba(0, 0, 0, 0);
    color: #080F1E;
    cursor: pointer;
}
.black_line {
    margin: 0 auto;
    height: 10px;
    background: black;
    border-bottom: 1px solid white;
}
.white_line {
    margin: 0 auto;
    height: 1px;
    background: white;
}
.gray_line {
    background: url("/pic/page_footer_bg.jpg") repeat scroll 0 0 #5EC8DF;
    margin: 0 auto;
    height: 135px;
    /*background: #222222;*/
}
/***************************************************************************/
/*
 * 080f1e самый темный
[22.25.31] Денис: 20304d
[22.25.56] Денис: 20304d цвец шрифтов
[22.27.01] Денис: dee8fc   светлоголубой (сверху основного блога)
 */
.topLine {height:5px; width: 10000;margin: 0 auto; background-color: #080f1e;}
#blueClouds {background: url("/pic/sky_blue.png") repeat-x scroll 0 75px;min-height:100%;/*height:100%;*/}
.whiteClouds {background: url("/pic/sky_white.png") repeat-x scroll 0 375px;min-height:100%;}
#mainContainer {width: 860px; margin: 0 auto; background: url("/pic/pix_diagonal03.png") rgba(255,255,255,0.6);}
#mainContent {width: 800px; margin-left: 30px;padding-bottom: 35px;}
#headerInner {height: 135px; border-radius: 0 0 10px 10px; background-color: white;}
.logoInner {background: url("/pic/logo_02.png") no-repeat 0 0;height: 75px; width: 400px; 
  margin: 25px 0 0 50px;float:left;padding: 35px 0 0 0; font-size:20px;}
.headerInnerRight {height: 75px; width:300px; float: right;margin: 25px 50px 0 0;font-family: Arial; font-weight: bold; font-size: 16px; text-align: right;}
#mainContent #menu_container {background: none;}
#mainContent .ul_menu .li_menu:hover {background: url("/pic/button_02.png") no-repeat scroll 8px 0 rgba(0, 0, 0, 0);}
.contentInner {background-color: #dde8fc;border-radius: 10px;}
.breadcrumbs {font-family: Arial; font-weight: bold; font-size: 12px;text-align: right;margin-right: 50px;color:black;height: 10px;padding-top:5px;}
#content {padding: 25px 50px 50px;background-color: white;border-radius: 10px;position: relative; top: 10px;min-height: 320px;}
#content h1 {font-family: Arial; font-weight: bold; font-size: 16px;padding-bottom: 15px;}
#content {font-size: 12px;font-family: Arial;color: #374F7A;}
.clearMain {height: 75px;}
.contentBottomLine {border-radius: 10px; height: 15px;background-color: #080f1e;}
footer {height: 75px;margin-top: -75px;background: url("/pic/page_footer_bg.jpg") repeat scroll 0 0;}
.footerDiv {height: 55px;padding: 20px 0 0 80px;width: 780px;margin: 0 auto; background: url("/pic/pix_diagonal03.png") rgba(255,255,255,0.6);font-size: 12px;font-family: Arial;}


FIELDSET {
    border: 1px solid #DDE8FC;
    margin: 0.5em 0;
    padding: 0.5em;
}
label.inputLabel {
    float: left;
    padding-left: 10px;
    width: 11em;
}
input, select, textarea {
    color: #010101;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: normal;
    border: 1px solid #C0C0C0;
}
span.buttonGreen a {
    background: #dee8fc;
    border-radius: 17px;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 15px;
    padding: 5px 15px;
    text-decoration: none;
}





