* {
    margin:0;
    padding:0;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #1b1b1b;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
}
input, select, textarea {
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    font-size:12px;
}
img {
    border:0;
}
a {
    color:#1b1b1b;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
h1 {
    font-size:48px;
    color:#ce0000;
    font-weight:normal;
    margin-bottom:10px;
}
h1 span {
    display:block;
    font-size:24px;
    line-height:normal;
}
h2 {
    font-size:20px;
    color:#237a00;
    margin-bottom:17px;
    font-weight:normal;
}
h2 span {
    display:block;
}
h3 {
    font-size:18px;
    /*color:#DF00DF;*/
    color: #CC9900;
    margin-bottom:17px;
    font-weight:normal;
}
h3 a{
    color: #CC9900;
}

p {
    margin-bottom:21px;
}
.white-block-additional-padding li {
    margin-bottom:21px;
    margin-left:21px;
}

table {
    border-collapse:collapse;
}

#bg-right {
    width:100%;
    background: url(/images/bg-right.png) top right repeat-y;
    min-width: 950px;
}

#bg-left {
    width:100%;
    background: url(/images/bg-left.png) top left repeat-y;
    min-width: 950px;
}

#container {
    width: 722px;
    margin: 0 auto;
    text-align: left;
}
#header {
    height:117px;
    margin-bottom:22px;
    position:relative;
}
#header .logo {
    position:absolute;
    top:17px;
    left:0;
}
#header .phones {
    position: absolute;
    top: 120px;
    right: 9px;
    font-size: 11px;
}
#header .info {
    position:absolute;
    left:241px;
    top:18px;
    color:#777;
}
#header .menu {
    height:49px;
    line-height:45px;
    position:absolute;
    right:0;
    bottom:0;
    overflow:hidden;
    list-style:none;
}
#header .menu li {
    float:left;
}
#header .menu li a {
    display:block;
    height:45px;
    font-size:18px;
    color:#303030;
    _display:inline-block;
    background:url(/images/button-left.png) no-repeat;
}
#header .menu .active a {
    text-decoration:none;
    color:#8e8e8e;
    cursor:default;
}
#header .menu .first a {
    background:url(/images/button-first.png) no-repeat;
}
#header .menu li span {
    display:block;
    height:45px;
    _display:inline-block;
    padding:0 23px;
    background:url(/images/button-right.png) no-repeat 100% 0;
    cursor:pointer;
}
#header .menu .last a span {
    background:url(/images/button-right-right.png) no-repeat 100% 0;
}
#header .menu li a:hover {
    background-position:0 100%!important;
    color:#fff;
}
#header .menu li a:hover span {
    background-position:100% 100%!important;
}
#header .menu .active span {
    background:url(/images/button-left.png) no-repeat;
    display:block;
    height:45px;
    font-size:18px;
    _display:inline-block;
    padding:0;

    color:#8e8e8e;
    cursor:default;
}
#header .menu .first.active span {
    background:url(/images/button-first.png) no-repeat;

}
#header .menu .active span span{
    background:url(/images/button-right.png) no-repeat 100% 0!important;
    padding:0 23px;
}
#header .menu .active.last span span{
    background:url(/images/button-right-right.png) no-repeat 100% 0!important;
}
.white-block-top {
    background:url(/images/white-block-top.png) no-repeat;
    height:12px;
    overflow:hidden;
}
.white-block {
    border-left:2px solid #eaeaea;
    border-right:2px solid #eaeaea;
    padding:0 25px 0 25px;
    text-align:justify;
    overflow:hidden;
    background:white;
}

.white-block-small-padding {
  padding:0 13px;
}

.white-block-additional-padding{
    padding: 0 12px;
}

.info-container {
    float: left;

}

.white-block .info {
    padding:12px 95px 0 55px;
    height:100%;
    overflow:hidden;
}
.white-block .info h2 {
    padding-left:11px;
}
.white-block .info .right {
    float:right;
}
.white-block .start {
    display:block;
    background:url(/images/button1.jpg) no-repeat;
    height:45px;
    line-height:45px;
    width:172px;
    text-align:center;
    font-size:19px;
    border:0;
    cursor:pointer;
}
.white-block .info .start {
    margin-left:91px;
}
.white-block .online {
    display:block;
    line-height:34px;
    width:210px;
    text-align:center;
    margin-left:72px;
}
.white-block .start.small {
    background:url(/images/button2.jpg) no-repeat;
    width:122px;
}
.white-block .start:hover {
    background-position:100% 0;
}
.white-block .text {
    background:url(/images/info.png) no-repeat;
    width:292px;
    height:100px;
    padding:18px 32px 0 24px;
    margin-bottom:7px;
}
.white-block-bottom {
    background:url(/images/white-block-bottom.png) no-repeat;
    height:11px;
    overflow:hidden;
    margin-bottom:11px;
    clear:both;
}

.white-block-info {
    padding: 18px 0 0 0;
    width:326px;
}

.white-block-info-right {
    margin-left: 16px;
}

.info-text-bg {
    background: #f0f4ef url(/images/info-bg.png) top left repeat-y;
}

.info-text-bg-top {
    background: url(/images/info-bg-top.png) top left no-repeat;
}

.info-text-bg-bottom {
    background: url(/images/info-bg-bottom.png) bottom left no-repeat;
    padding: 20px 23px 24px 25px;
    font-size: 13px;
    min-height: 81px;
}

.white-block-info h2 span{
    display: block;
}

.info-nav {
    margin: 7px 0px 0 39px;
}

.info-nav a {

}

.info-nav .info-nav-right {
   margin-left: 50px;
}

.info-nav-middle {
    float:none;
    clear:both;
    margin: 15px auto 0 auto;
    width: 215px;
}
.spacer {
    clear:both;
    width:100%;
}

.info-nav-arrow {
    display: block;
    float:left;
    
}

.down {
    margin: 16px 0px 0 15px;
    width: 27px;
    height: 23px;
    background: url(/images/info-nav-down-arrow.png) top  left no-repeat;
}

.left {
    margin: 11px 0px 0 15px;
    width: 19px;
    height: 26px;
    background: url(/images/info-nav-up-arrow.png) top  left no-repeat;
}

.info-nav-button {
    background: url(/images/info-nav-button.png) top left no-repeat;
    width: 166px;
    height: 48px;
    display:block;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

.info-nav-button span{
    display: block;
    padding:11px 0 0 20px;
    font-size: 19px;
}


.grey-block {
    background:#f6f6f6 url(/images/grey-block-top.png) no-repeat;
    margin-bottom:11px;
    height:100%;
    text-align:justify;
    clear:both;
}
.grey-block .bg {
    background:url(/images/grey-block-bottom.png) no-repeat 0 100%;
    padding:27px 25px 5px 27px;
    height:100%;
}
#footer {
    height:42px;
    padding-top:19px;
    text-align:center;
    font-size:11px;
    color:#777;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.f_m {
    margin-bottom:0px;
    margin-top: 0px;
    margin-right: 8px;
    margin-left: 12px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#message_text {
    /*background: #b0e0e6;*/
    text-transform: uppercase;
    letter-spacing:1px;
    word-spacing:3px;
}

#shortcode {
    /*background: #90ee90;*/
    letter-spacing:1px;
    word-spacing:3px;
}

.new {
    background: #CE0000;
    color: #FFFFFF;
    display: inline;
    padding: 0 1px 0 1px;
}

.phone-link {
    font-weight: bold;
    margin-bottom:6px;
}

.application-top {
    background: #f0f4ef url(/images/application-top.png) top left no-repeat;
    clear:both;
    margin-bottom: 5px;
}

.application-bottom {
    background: url(/images/application-bottom.png) bottom left no-repeat;
    padding: 14px 20px 8px 15px;
}

.application-bottom img{
    float: left;
}

.appliacation-description {
    min-height: 180px;
    margin-left: 150px;
}

.appliacation-description h2{
    margin-bottom: 28px;
}

.appliacation-description h3{
    margin-bottom: 32px;
}

.appliacation-description p {
    margin-bottom: 0px;
}

.appliacation-description .bold {
    font-weight: bold;
    margin-bottom: 13px;   
}

.application-p {
    height : 95px;
}

.download-link {
    background: white url(/images/download-link-bg.png) top left repeat-x;
    padding: 0px;
    width:auto;
    float: left;
    margin-left: -7px;
}

.download-link-arrow {
    background: url(/images/download-link-arrow.png) top left no-repeat;
}

.download-link-left {
    background: url(/images/download-link-left.png) top left no-repeat;
}

.download-link-right {
    background: url(/images/download-link-right.png) top right no-repeat;
}


.download-link-earth {
    padding: 2px 18px 6px 56px;
    display:block;
    background: url(/images/download-link.png) 16px -1px no-repeat;
    color: #1a3dc1;
    font-size: 18px;
    /*font-weight: bold;*/
    height:20px;
}

.download-link-earth span {
    color: #929292;
}

.padding-div{
    padding: 0 1px;
}

.additional {
    float: right;
    margin-top: 8px;
    text-align: right;
}

.warning {
    background-color:#ffdddd;
    border:2px dashed red;
    margin:5px 0;
    padding:5px;
}

.warning table {
    margin: 0 10px;
}

.sub-menu {
    position: absolute;
    right: 0px;
    bottom: -15px;
    font-size: 11px;
}

.wap {
    position: absolute;
    left: 0px;
    bottom: -15px;
    padding: 0 7px;
    font-size: 11px;
}

.sub-menu li {
    float: left;
    list-style: none outside none;
    padding: 0pt 11px;
}

.screenshot {
    background:url("/images/screenshot.gif") no-repeat scroll 4px 50% #FFFFFF;   /* вместо 50% был center */
    float:none;
    height:11px;
    margin:0 0 -4px;
    padding-bottom:4px;
    width:15px;
}

/*order form*/

.application-send {
    float: left;
    /*width: 95px;
    height: 33px;*/
    margin: -2px 0 0 14px; 
    /*background: url(/images/send-icon.png) top left no-repeat;*/
    cursor: pointer;
    display: block;
}

#order-form-container {
    position: absolute;
    width: 408px;
    text-align: left;
    display: none;
}
#order-form-container #order-form-close-link {
    position: absolute;
    display: block;
    top: -3px;
    right: -4px;
    width: 25px;
    height: 23px;
    cursor: pointer;
}
#order-form-container h4 {
    font: 16px/13px Tahoma, sans-serif;
    color: #008000;
    padding-bottom: 21px;
    text-align: center;
	margin: 0 7px;
	background: #f7f7f7;
}
#order-form-container .order-form-top {
    height: 18px;
    background: url(/images/order-form-bg.png) 0 0 no-repeat;
    overflow: hidden;
}
#order-form-container .order-form-bottom {
    height: 18px;
    background: url(/images/order-form-bg.png) -408px 0 no-repeat;
    overflow: hidden;
}
#order-form-container .order-form-midle {
    background: url(/images/order-form-bg.png) -816px 0 repeat-y;
}
#order-form-container .order-form label {
    padding: 0 15px 0 0;
    font:  25px "Trebuchet MS", sans-serif;
    color: #000;
    vertical-align: middle;
}
#order-form-container .order-form {
    padding-left: 17px;
	margin: 0 7px;
	background: #f7f7f7;
}
#order-form-container .order-form #wap-push-number {
    width: 257px;
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
    font:  16px "Trebuchet MS", sans-serif;
    color: #cccccc;
    vertical-align: middle;
}
#order-form-container .order-form #wap-push-subbmit {
	position: absolute;
	top: 49px;
	right: 25px;
    width: 40px;
    height: 40px;
    border: none;
    background: url(/images/order-form-buttons.png) 0 0 no-repeat;
    vertical-align: middle;
    cursor: pointer;
	z-index: 999;
}
#order-form-container .order-form  .wap-push-subbmit-ok {
	padding: 0pt 0pt 0pt 30px;
	font-weight: bold;
}
#order-form-container .order-form.disable #wap-push-subbmit {
    background-position: 0 -40px;
    cursor: default;
}
#order-form-container .order-form.disable  .wap-push-subbmit-ok {
	font-weight: normal;
}
#order-form-container .order-form-terms {
    padding-left: 57px;
    font: 12px/12px "Trebuchet MS", sans-serif;
    color: #898989;
	margin: 0 7px;
	background: #f7f7f7;
}
#order-form-container .order-form-result {
    padding: 5px 23px 0 57px;
    font: 14px Tahoma, sans-serif;
    margin: 0 7px;
	background: #f7f7f7;
    display: none;
}
#order-form-container .order-form-result.success {
    color: #008000;
}
#order-form-container .order-form-result.fail {
    color: #800000;
}

.jar_jad_switch {
    border-bottom: 1px dotted;
    cursor: pointer;
}
#jad_switch, #jar_switch {
    /*padding: 0 1px;*/
    font-weight: normal;
}
