html, body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: Arial, sans-serif;
    color: #000;
}
body {
    background-color: #e0e0e0;
}
img {
    border: none;
}
a {
    color: #08628c;
}
h1 {
    font-family: Georgia;
    color: #f22000;
    line-height:1;    
}

h2 {
    color: #f22000;
    line-height:1;
}
ul {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
#body {
    width: 990px;
    margin: 10px auto;
    border: 1px solid #6f6f6f;
    border-top-width: 3px;
    background-color: #10a500;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#header {
    height: 315px;
}
#logo2 {
    float: right;
    margin: 57px 47px 0 0;
}
#header .left {
    width: 481px;
    float: left;
    margin: 27px 0 0 70px;
    color: #fff;
}
#slogan {
    font-family: Trebuchet MS;
    font-size: 2em;
    margin-bottom: 5px;
}
#slogan2 {
    margin-top: 15px;
    width: 210px;
    float: left;
    padding-left: 20px;
    font-family: Trebuchet MS;
    font-size: 1.5em;
}
#slogan2 span {
    font-size: 0.8em;
}
#pricetop {
    width: 230px;
    float: right;
    background-color: #ea1f00;
    font-family: Myriad Pro;
    font-size: 2em;
    text-align: center;
    padding: 5px 0;
    margin-top: 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#topmenu {
    clear:both;
    overflow:hidden;
    display:block;
    width:990px;
}
#topmenu li {
    display: inline;
    list-style: none;
}
#topmenu li.delimiter {
    display: block;
    background: url(../i/menu-delimiter.png) no-repeat;
    width: 4px;
    height: 45px;
    float: left;
}
#topmenu li a {
    display: block;
    background: url(../i/menu-bg.png) repeat-x;
    width: auto;
    height: 30px;
    float: left;
    color: #000;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    padding-top: 15px;
    text-align: right;
}
#topmenu li a img {
    float: left;
    position: relative;
    top: -10px;
    margin-left: 6px;
}
#topmenu li a#menu1 {
    width: 110px;
    padding-right: 20px;
}
#topmenu li a#menu2 {
    width: 101px;
    padding-right: 25px;
}
#topmenu li a#menu3 {
    width: 117px;
    padding-right: 30px;
}
#topmenu li a#menu4 {
    width: 132px;
    padding-right: 20px;
}
#topmenu li a#menu5 {
    width: 122px;
    padding-right: 15px;
}
#topmenu li a#menu6 {
    width: 109px;
    padding-right: 30px;
}
#topmenu li a#menu7 {
    width: 105px;
    padding-right: 30px;
}

#topmenu li a#menu8 {
    width: 81px;
    padding-right: 25px;
}
#topmenu li a:hover, #topmenu li a.active {
    background: url(../i/menu-bga.png) repeat-x;
}

#footer {
    width: 992px;
    height: 75px;
    background: #10a500;
    border: 1px solid #6f6f6f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    margin: 10px auto;
    padding: 0 0 5px 0;
    clear: both;
}

.copyright {
    text-align:center;
    font-size:12px;
    color: #fff;
}
.copyright a {
	color: #fff;
}
.counter {
    width: 90px;
    height: 35px;
    position: relative;
    top: 10px;
    left: 20px;
}

#bottommenu {
    width: auto;
    float: right;
    margin-right: 25px;
    margin-top: 5px;
    color: #fff;
    font-size: 0.8em;
}
#bottommenu li {
    display: inline;
    list-style: none;
    text-transform: lowercase;
}
#bottommenu li a {
    color: #fff;
}
#main {
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
}
#left {
    width: 195px;
    float: left;
    font-size: 0.8em;
}
#left .block {
    background-color: #f5f5f5;
    padding: 15px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    width:156px;
}

#left .block h2, div.h2 {
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    color: #f22000;
    font-family: Georgia;
    font-style: italic;
}

div.h2d {
    font-size: 22px;
    font-weight: bold;
    color: #f22000;
    line-height:1;
}

.menu li {
    list-style: none;
    line-height: 23px;
}
.menu li.active {
    font-weight: bold;
} 
.menu li.haschild {
    background: url(../img/bullet01.png) no-repeat 100% 50%;
}
.menu ul.submenu {
    position: absolute;
    background-color: whiteSmoke;
    margin-left: 40px;
    border: 1px dashed #AAA;
    width: 166px;
    padding: 10px 0 10px 20px;
}
.menu ul.submenu li {
    font-weight: normal;
}
.menu ul.submenu li.active a {
    cursor: default; 
    text-decoration: none;
}
#right {
    width: 170px;
    float: right;
    font-size: 0.8em;
}
#right .block {
    background-color: #f5f5f5;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
    height: 145px;
    vertical-align: middle;
    font-size: 120px;
}
#content {
    width: 727px;
    float: left;
    background-color: #f5f5f5;
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 0 10px 10px 15px;
    text-align: left;
    margin-left: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#content p {
    /*text-indent: 30px;*/
}

#content span {
	font-weight:bold;
}

#content ul {
	padding: 0 0 0 15px;
	}

div.banner {
    margin:0px 30px 0 0;
    float:right
}

.left-img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:180px;
}

.loader {
    background: url("../img/loader.gif") no-repeat scroll center center #FFFFFF;
}
.imgCaption {
    background: none repeat scroll 0 0 #333333;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    opacity: 0.6;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 1px 0 #111111;
    text-transform: uppercase;
    width: 690px;
}
.bubble .close {
    background: url("../img/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 16px;
    outline: medium none;
    position: absolute;
    right: -6px;
    text-indent: -9999px;
    top: -6px;
    width: 16px;
}
.mapNav {
    height: 84px;
    width: 84px;
}
.navBtn {
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    outline: medium none;
    position: absolute;
    text-indent: -9999px;
    width: 32px;
}
.navBtn0 {
    background-image: url("../img/navtop.png");
    left: 26px;
    top: 0;
}
.navBtn1 {
    background-image: url("../img/navright.png");
    right: 0;
    top: 26px;
}
.navBtn2 {
    background-image: url("../img/navbottom.png");
    bottom: 0;
    left: 26px;
}
.navBtn3 {
    background-image: url("../img/navleft.png");
    left: 0;
    top: 26px;
}
.europe_map {
    height: 490px;
    margin: 10px 0;
    width: 690px;
}
    .europe_map__main {
        margin: 0 auto;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

.point {
    background: url("../img/marker.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 44px;
    outline: medium none;
    text-indent: -9999px;
    width: 32px;
}
.bubble {
    background: none repeat scroll 0 0 #333333;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 7px 10px;
    width: 240px;
}
.bubble p {
    margin: 5px 0;
}
.bubble span {
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.bubble img {
    vertical-align: bottom;
}
ul.map_buttons, ul.map_buttons li {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.map_buttons li {
    float: left;
}

.map_buttons a {
    background: none repeat scroll 0 0 #EDEDED;
    border-radius: 8px 8px 8px 8px;
    color: #111111;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 28px;
    margin-bottom: 6px;
    margin-right: 6px;
    outline: medium none;
    padding: 0 10px;
    text-decoration: none;
}
.map_buttons a:hover {
    background: none repeat scroll 0 0 #AAAAAA;
    color: #FFFFFF;
}
.europe_map a, .europe_map a:hover {
    color: #FFFFFF !important;
}
#home .green-btn {
    margin-left: 45px;
    margin-top: 20px;
}
.green-btn a {
    background: url("../img/green-btn.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    display: block;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

.divh2 {
	font-size:22px;
	color:#F22000;
	font-weight:bold;
	padding-bottom: 15px;
}

.mainul {
	list-style: none;
}

.letter {
    font-size: 20px;
    font-weight: bold;
}

    .ws-calc {
        width: 510px;
        color: #333;
        margin-left: 15px;
		border: 1px solid black;
padding: 0px 20px;
    }
    .ws-title {
        color: #fff;
        font-size: 16px;
        margin:0 0 15px;
        text-align: left;
        font-weight: normal;
    }

    .ws-row {
        width: 100%;
        margin-top: 15px;
        clear: both;
        display: table;
    }

    .ws-label {
        width: 100%;
        display: block;
        margin-bottom: 3px;

    }

    .ws-input {
        width: 15%;
        float: left;

    }

    .ws-select {
        clear: both;

    }

    .ws-input-up, .ws-input-dwn {
        display: inline-block;
        width: 10px;
        height: 10px;
        float: left;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        margin-left: 5px;
        margin-top: -5px;

    }

    .ws-input-box span {
        display: inline-block;
        float: left;
        margin-top: 1px;

    }

    .ws-input-up span, .ws-input-dwn span {
        width: 100%;
        height: 100%;
        display:inline-block;
        margin: 0;
        float: none;
    }

    .ws-input-up span {
        background: url('../img/ws-input-up.gif') no-repeat top center;
    }
    .ws-input-dwn span {
        background: url('../img/ws-input-dwn.gif') no-repeat top center;
    }

    .ws-input-dwn {
        position: relative;
        left: -15px;
        top: 13px;

    }

    .ws-result {
        text-align: center;
	margin-top: 25px;
    }

    .ws-result-value {
        text-align: center;
        width: 100%;
        font-size: 20px;
        display: inline-block;
        font-weight: bold;
	margin: 15px 0;
	color:red;
    }
	
	.ws-inline {
	    float: left;
		width: 67%;
		margin-top:-15px;
	}
	.ws-result-p{
	font-weight:bold;
	}
	.ws-input-box {
		margin-top:5px;
	}

.periodichnost td {padding:0 10px;}
.bold {font-weight:bold;}

.top-phone {
	font-weight:bold;
	font-size:36px;
	margin-left:15px;
}
.bot-phone {
	text-align: center;
	margin-top: 6px;
	color: #fff;
}
.top-phone a,
.bot-phone a {
	text-decoration: none;
	color: #fff;
}
.bot-phone a {
	font-weight: bold;
}
.top-phone span {
	font-size:70px;
	color:#dc1d00;
}


.s-title {
    overflow: hidden;
}
.s-title h1 {
    float: left;
    margin-right: 10px;
}
.s-title span {
    display: block;
    padding: 23px 0 0 0;
}
.s-title span a {
    float: left;
    font-size: 13px;
    font-weight: normal;
}


.path {
    margin: 10px 0 0 20px;
    color: #E7E7E7;
}
.path a {
    color: #E7E7E7;
}
.path a:hover {
    text-decoration: none;
}




/* new styles */
.post-li {
    list-style: none;
}
.post-li li {
    background: url('../img/list-li.png') no-repeat scroll 0 6px;
    margin: 0 0 5px;
    padding: 0 0 0 15px;
}

.top-list {
    font-family: Trebuchet MS;
    list-style: none;
    color: #fff;
    font-weight: bold;
    margin-left: 30px;
}
.top-list li {
    line-height: 25px;
}


.price-tbl {
    width: 100%;
    background: #2cb91c;
    color: #fff;
    text-shadow: 0 2px 1px #666;
}
.price-tbl td {
    border: solid 1px #fff;
    padding: 5px 5px 5px 5px;
}
.price-tbl td:hover {
    background: #4acd3c;
}

.footer__link {
    color: #fff;
}


.block .feedback_form input {
    width: 150px;
    margin: 5px 0;
}

.or_call {
	color: #f22000;
	text-align: center;
	font-size: 18px;
	padding-top: 10px
}
#left .block .or_call {
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
}
#left .block .or_call a {
	display: block;
	font-style: normal;
	font-family: arial;
	padding-top: 5px;
}