/* Main structure */
body{
    background: url(/images/circlesBg.png) center top no-repeat, url(/images/mainBg.png) repeat-x #48722f;
}
strong, b {font-weight: bold;}
.mainStructure {
    width: 1000px;
    margin: 0 auto;
}
.clearBoth{
    clear: both;
    width: 1px;
    height: 1px;
    line-height: 1px;
}

/* Head */
#head{
    height: 103px;
}
#head > tbody > tr > td{
    vertical-align: middle;
}
#logo{
    width: 420px;
    padding: 10px 0;
}
#logo a{
    display: block;
    height: 100%;
    min-height: 89px;
    background: url(/images/logo.png) no-repeat;
    padding-left: 100px;

    font-family: 'blogger_sansbold' !important;
    color: #FFF;
    text-decoration: none;

}
#logo .mainText{
    font-size: 50px;
}
#logo .slogan{
    font-size: 18px;
}
#headContacts{
    text-align: right;
    font-family: "blogger_sansbold" !important;
    font-size: 16px;
    font-weight: normal;
    color: #5b5148;
}
#headBnr img{
    float: right;
}


/* Menu slider */
#menuSlider{
    background-color: #FFF;
}
#menuSlider td {
    border: 8px solid #FFF;
    vertical-align: top;
}
#menu_vTd{
    width: 240px;
}
#sliderTd{
    /*width: 614px;*/
}
#coin-slider div, #coin-slider div{
    margin: 0;
    padding: 0;
}


#leftSecretBlock{
    padding: 0;
}
#leftSecretBlock img{
    margin-top: 8px;
}


/* Latest news */
#latestNews{
    width: 100%;
    background-color: #e2ebda;
    font-family: 'PragmaticaMedium';
}
#latestNews td{
    border: 0;
    padding-top: 25px;
}
#latestNews #latestNewsHeader{
    border-top: 8px solid #FFF;
    padding: 30px 10px 0;
    color: #62833c;
    font-size: 18px;
}
#latestNews td.image{
    padding-left: 10px;
    padding-right: 8px;
    text-align: center;
}
#latestNews td.image img{
    border: 3px solid #FFF;
}
#latestNews td.text{
    padding-left: 10px;
    padding-right: 10px;
}
#latestNews td.text .date{
    font-size: 10px;
    color: #718e4b;

}
#latestNews td.text .title a{
    font-size: 12px;
    color: #7c6762;
    text-decoration: none;
}
#latestNews #latestNewsFooter{
    padding: 15px 10px;
}
#latestNews #latestNewsFooter a{
    color: #527e2f;
    font-size: 12px;
    text-decoration: underline;
}


/* Subscribe block */
#subscribeBlock{
    height: 73px;
    padding: 24px 25px 0;
    background: url(/images/subscribeBlockBg.jpg) no-repeat;
}
#subscribeBlock .title{
    font-size: 20px;
    color: #FFF;
    font-family: 'PragmaticaMedium';
}
#subscribeBlock .form{
    margin-top: 5px;
}
#subscribeEmail{
    float: left;
    display: block;
    padding: 0 0 0 10px;
    margin: 0;
    border: 0;
    height: 26px;
    width: 150px;
    line-height: 26px;
}
#subscribeSubmit{
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    height: 26px;
    width: 26px;
    line-height: 26px;
}



/* Menu 3 */
#menu_3{
    display: block;
    height: 48px;
    margin-top: 8px;
}

#menu_3 li{
    float: left;
    width: 32%;
    margin-left: 1%;
    text-align: center;
}
#menu_3 li:first-child{
    width: 34%;
    margin-left: 0;
}
#menu_3 li a{
    display: block;
    height: 48px;
    padding-top: 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'PragmaticaMedium';
    font-size: 14px;
    line-height: 20px;


    background-color: #574a41;
    /* FF3.6+ */
    background: -moz-linear-gradient(left, #574a41 0%, #84685a 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#574a41), color-stop(100%,#84685a));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(left, #574a41 0%,#84685a 100%);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #574a41 0%,#84685a 100%);
    /* IE10+ */
    background: -ms-linear-gradient(left, #574a41 0%,#84685a 100%);
    /* W3C */
    background: linear-gradient(to right, #574a41 0%,#84685a 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#574a41', endColorstr='#84685a',GradientType=1 );
}
#menu_3 li a:hover, #menu_3 li a.active{
    color: #574a41 !important;
    background: #FFFFFF !important;
}




/* Main content */
#mainHeader {
    margin-top: 20px;
    padding: 4px 0 0 45px;
    min-height: 28px;
    background: url(/images/headerGreenBegin.jpg) no-repeat;
    font-family: 'PragmaticaMedium';
    font-size: 23px;
    color: #5b5148;
}
#mainContent {
    margin-top: 20px;
    padding: 0 10px 0 45px;
    /*font-family: 'PragmaticaCTT-Regular';*/
    font-family: 'Verdana';
    font-size: 12px;
    color: #84685a;
}
#mainContent ul {
    list-style-type: disc;
}
#mainContent ol {
    list-style-type: decimal;
}
#mainContent ul, #mainContent ul {
    padding: 10px 0 10px 20px;
}
#mainContent ul li, #mainContent ul li{
    padding-top: 10px;
}
#mainContent p{
    padding-top: 10px;
}




/* Footer */
#footer{
    height: 50px;
    margin-bottom: 20px;
    background-color: #FFF;
    text-align: center;

    font-family: 'PragmaticaMedium';
    font-size: 10px;
    color: #84685a;
}




/* Call-back order*/
#callBackOrderButton{
    display: block;
    width: 49px;
    height: 313px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -157px;
    background: url(/images/callBackOrderButtonText.png) no-repeat center center, url(/images/logo_30.png) no-repeat 10px 272px, url(/images/callBackOrderButtonBg.png) -49px 0 no-repeat;

    font-family: Arial;
    color: #fefefe;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
}
#callBackOrderButton:hover{
    background: url(/images/callBackOrderButtonText.png) no-repeat center center, url(/images/logo_30.png) no-repeat 10px 272px, url(/images/callBackOrderButtonBg.png) no-repeat;
}
#callBackOrderWindow{
    display: none;
    position: fixed;
    bottom: 0;
    right: 100px;
    width: 282px;
    min-height: 250px;
    z-index: 200;

    padding: 8px 20px 10px 10px;
    border-top: 2px solid #ff552d;
    border-right: 2px solid #ff552d;
    border-left: 2px solid #ff552d;
    background: #db6527 url(/images/callBackOrderWindowBg.png) no-repeat center top;
    color: #FFFFFF;
    font-family: Arial;
}
#callBackOrderWindowCloseButton{
    position: absolute;
    right: 20px;
    top: -20px;
    width: 30px;
    height: 30px;
    display: block;


    background: url(/images/callBackOrderWindowCloseButtonBg.png) no-repeat center center #9c3600;
    border: 2px solid #ff552d;
}
#callBackOrderWindowCloseButton:hover{
    background-color: #7c2b00;

}
#callBackOrderWindow h2{
    font-size: 17px;
    padding: 7px 0 0 40px;
    background: url(/images/logo_30.png) no-repeat;
    height: 31px;
}
#callBackOrderWindow .row{
    margin-top: 10px;
    font-size: 13px;
}
#callBackOrderWindow .row input[type=text]{
    height: 26px;
}
#callBackOrderWindow .row input[type=text], #callBackOrderWindow .row textarea{
    padding-left: 10px;
    border: 1px solid #b6c661;
    width: 100%;
}
#callBackOrderWindow .row textarea{
    height: 50px;
}
#callBackOrderWindow .copy{
    text-align: right;
    color: #e7fcbe;
    font-size: 11px;
}
#callBackOrderWindow .row input[type=button]{
    border: 2px solid #ffed3c;
    height: 26px;

    background: url(/images/callBackOrderWindowSubmit.png) repeat-x 0 0;
    font-family: Arial;
    fint-size: 13px;
    color: #704f00;


}
#callBackOrderWindow .row input[type=button]:hover{
    background: url(/images/callBackOrderWindowSubmit.png) repeat-x 0 -26px;
}


#notifyAgree{
    display: none;
    min-height: 61px;
    margin-top: 80px;
    padding-left: 80px;
    background: url(/images/callBackOrderWindowNotifyAgree.png) no-repeat left center;
}





/* Subscribe panel */
#subscribeButton{
    display: block;
    position: fixed;
    width: 33px;
    height: 32px;
    background-image: url(/images/subscribeButton.png);
    background-repeat: no-repeat;


    bottom: 0px;
    left: 50%;
    margin-left: -17px;
    cursor: pointer;
    z-index: 100;
    border-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
}
.subscribeButtonClose{
    background-position: center -31px;
    background-color: #d75600;
    border-color: #ffed3c;
}
.subscribeButtonClose:hover{
    background-color: #ff8939;
    border-color: #fff37c;
}

.subscribeButtonOpen{
    background-position: center 12px;
    background-color: #ff8939;
    border-color: #fff37c;
}

.subscribeButtonOpen:hover{
    background-color: #d75600;
    border-color: #ffed3c;
}










#subscribePanel{
    display: none;
    position: fixed;
    bottom: 0;
    height: 118px;
    left: 50%;
    margin-left: -500px;

    background: url(/images/subscribePanelBg.png) no-repeat center center #d75600;

    font-size: 17px;
    font-family: Arial,Helvetica,sans-serif;
    color: #FFFFFF;
}
#subscribePanel table{
    height: 100%;
    margin: 0 10px 0 33px;
}
#subscribePanel table td{
    vertical-align: middle;
}
#subscribePanel table td.text{
    width: 375px;
}
#subscribePanel h2{
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 15px;
}
#subscribePanel input{
    width: 181px;
    height: 30px;
    border: 2px solid #ecdb39;
    padding: 0 5px;
}
#subscribePanel input[type=text], #subscribePanel input[type=email], #subscribePanel input[type="password"]{
    background: url(/images/inputShadowTop.png) repeat-x scroll #fff;
    vertical-align: middle;
}
#isSubscribe{
    background: url(/images/subscribePanelSubmitBg.png) repeat-x scroll 0 -30px;
    height: 34px;
    font-family: Arial, helvetica, sans-serif;
    color: #402d00;
    font-size: 15px;

    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
#subscribePanel input[type=submit]:hover{
    background-position: 0 0 ;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0px 4px 8px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         0px 4px 8px 0px rgba(0, 0, 0, 0.6);
}


