@import "reset.css";

body {
    background: #FFF;
    color: #000;
    font: 12px/18px Arial, Verdana, sans-serif;
}

a {color: #FF7000;}

.container {
    width: 950px;
    margin: 0 auto;
}

/* @group Header */
.header {
    height: 99px;
    padding: 0 3px;
    position: relative;
    z-index: 999;
}
.header .logo {
    float: left;
    padding: 32px 0 0;
}
.header .phone {
    float: right;
    font-size: 14px;
    line-height: 24px;
    padding: 28px 0 0;
}
.header .phone span {
    display: block;
    font-size: 28px;
}
.header .service-nav {
    float: left;
    padding: 36px 0 0 76px;
}
.header .service-nav li {
    float: left;
    display: inline;
    margin-right: 15px;
}
.header .service-nav .sn-home a,
.header .service-nav .sn-contacts a {
    display: block;
    overflow: hidden;
    width: 27px;
    height: 0;
    padding-top: 27px;
    background: url("/i/service-nav-bg.gif") no-repeat 0 0;
}
.header .service-nav .sn-home.cur a {
    background-position: 0 -27px;
}
.header .service-nav .sn-contacts {
    margin-right: 165px;
}
.header .service-nav .sn-contacts a {
    background-position: -27px 0;
}
.header .service-nav .sn-howtobuy {
    font-size: 18px;
    position: absolute;
    top: 36px;
    left: 600px;
    line-height: 27px;
}
.header .service-nav .sn-order {
    font-size: 18px;
    line-height: 27px;
    position: absolute;
    top: 36px;
    left: 430px;
}
.header .service-nav .sn-order span {
    text-decoration: none;
    color: #FF7000;
    border-bottom: 1px dashed #FF7000;
    position: relative;
    z-index: 100;
    cursor: pointer;
}
.header .service-nav .sn-order ul {
    display: none;
    position: relative;
    z-index: 100;
    margin-top: 5px;
}
.header .service-nav .sn-order ul li {
    font-size: 12px;
    display: list-item;
    float: none !important;
    margin: 0 0 5px 18px;
    list-style: square;
    line-height: 18px;
    color: #FFF;
}
.header .service-nav .sn-order a {color: #FFF;}
.header .service-nav .sn-order.act ul {display: block;}
.header .service-nav .sn-order.act span {
    color: #FFF;
    border-color: #FFF;
}
.header .service-nav .sn-order.act i {
    position: absolute;
    width: 186px;
    height: 105px;
    background: url("/i/sn-order-bg.png") no-repeat;
    top: -11px;
    left: -18px;
    z-index: 1;
}
/* @end */

/* @group Navigation */
.nav {
    height: 49px;
    margin-bottom: 25px;
    background: #E3E1E1 url("/i/nav-bg.png") no-repeat;
    position: relative;
    z-index: 998;
}
.nav ul {
    padding: 2px 0 0 41px;
}
.nav ul li {
    float: left;
    display: inline-block;
    height: 43px;
    background: url("/i/nav-items-bg.png") no-repeat -673px 6px;
    margin: 0 0 0 -12px;
    position: relative;
    z-index: 4;
/*     padding: 0 11px 0 14px; */
}
.nav ul li:first-child,
.nav ul li.first-child {
    padding-left: 0;
    background: none;
}
.nav ul li a {
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 12px;
    position: relative;
    top: 18px;
    background-image: url("/i/nav-items-bg.png");
    background-repeat: no-repeat;
}
.nav ul li span {
    display: block;
    float: left;
    padding: 0 12px 0 0;
    height: 43px;
    position: relative;
    z-index: 5;
}
.nav ul li span span {
    padding-left: 13px;
}
.nav ul li .act,
.nav ul li .act span {
    background: url("/i/nav-sub-bg-tl.png");
    background-repeat: no-repeat;
}
.nav ul li .act {
    background-position: 100% 0;
}
.nav ul li .act span {
    padding-left: 13px;
}
.nav ul li ul {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    width: 180px;
    background: url("/i/nav-sub-bg-t.png");
    padding: 0;
    z-index: 1;
}
.nav ul li ul li {
    display: list-item !important;
    background: none !important;
    float: none !important;
    height: auto !important;
    margin: 10px 0 0 33px !important;
    font-size: 10px;
    text-transform: uppercase;
    list-style-type: square;
    color: #FFF;
}
.nav ul li ul a {
    display: inline !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    background: none !important;
    text-decoration: none;
    color: #FFF;
}
.nav ul li ul .sn-bot {
    position: absolute;
    bottom: -15px;
    height: 15px !important;
    padding: 0 !important;
    width: 180px;
    margin: 0 !important;
    overflow: hidden;
    left: 0;
    background: url("/i/sn-bot-bg.png") no-repeat !important;
}
.nav ul li ul a:hover {color: #FF7000;}
.nav ul .n-0 a {background-position: 0 0; width: 64px;}
.nav ul .n-0 a.cur {background-position: 0 -12px;}
.nav ul .n-0 .act a {background-position: 0 -24px;}
.nav ul .n-1 a {background-position: -64px 0; width: 130px;}
.nav ul .n-1 a.cur {background-position: -64px -12px;}
.nav ul .n-1 .act a {background-position: -64px -24px;}
.nav ul .n-2 a {background-position: -194px 0; width: 110px;}
.nav ul .n-2 a.cur {background-position: -194px -12px;}
.nav ul .n-2 .act a {background-position: -194px -24px;}
.nav ul .n-3 a {background-position: -304px 0; width: 85px;}
.nav ul .n-3 a.cur {background-position: -304px -12px;}
.nav ul .n-3 .act a {background-position: -304px -24px;}
.nav ul .n-4 a {background-position: -389px 0; width: 70px;}
.nav ul .n-4 a.cur {background-position: -389px -12px;}
.nav ul .n-4 .act a {background-position: -389px -24px;}
.nav ul .n-5 a {background-position: -459px 0; width: 86px;}
.nav ul .n-5 a.cur {background-position: -459px -12px;}
.nav ul .n-5 .act a {background-position: -459px -24px;}
.nav ul .n-6 a {background-position: -545px 0; width: 72px;}
.nav ul .n-6 a.cur {background-position: -545px -12px;}
.nav ul .n-6 .act a {background-position: -545px -24px;}
.nav ul .n-7 a {background-position: -617px 0; width: 56px;}
.nav ul .n-7 a.cur {background-position: -617px -12px;}
.nav ul .n-7 .act a {background-position: -617px -24px;}
/* @end */

/* @group Footer */
.footer {
    margin: 25px 0;
    font-family: Tahoma, Verdana, sans-serif;
    padding: 0 3px;
}
.footer .f-price {
    float: left;
    width: 135px;
}
.footer .f-price a {
    color: #292B43;
}
.footer .copyright {
    float: left;
    display: inline;
    margin-left: 93px;
}
.footer .counters {
    float: right;
}
.footer .counters img {
    float: left;
    display: block;
    margin-left: 15px;
}
/* @end */

/* @group Main */
.main {
    margin: 0 3px;
    border: 4px solid #FFB77F;
    z-index: 1;
}
.main .ct {
    padding: 0 33px 22px;
}
.content h1,
.content h2,
.content h3 {
    font-weight: normal;
    font-family: Tahoma, Verdana, sans-serif;
    margin: 25px 0 10px;
    color: #292B43;
}
.content h1 {
    font-size: 36px;
    line-height: 42px;
}
.content h2 {
    font-size: 28px;
    line-height: 34px;
}
.content h2.hl {color: #FF7000;}
.content h3 {
    font-size: 18px;
    line-height: 24px;
}
.content h4 {
    font-family: Tahoma, Verdana, sans-serif;
}
.content p,
.content h4,
.content ul,
.content ol {
    margin: 0 0 10px;
}
.content ul {
    list-style: square;
}
.content ul li {
    margin-left: 18px;
}
.content table {
    margin: 0 0 10px;
}
.content table th,
.content table td {
    padding: 8px 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #D8D8D8;
}
.content table th {vertical-align: middle;}
.content .small {
    font-size: 11px;
}
.content .small td,
.content .small th {
    padding-left: 10px;
    padding-right: 10px;
}
.content .g-img-left {
    float: left;
    margin: 0 20px 10px 0;
}
.content .g-img-right {
    float: right;
    margin: 0 0 10px 20px;
}
/* @end */

/* @group Sidebar */
.content.sb {
    float: right;
    width: 683px;
}
.sidebar {
    float: left;
    width: 150px;
    padding-top: 30px;
}
.sidebar ul {
    overflow: hidden;
    position: relative;
}
.sidebar ul li {
    padding: 8px 20px 9px 0;
    background: url("/i/bullet-bg.png") no-repeat 100% 50%;
    border-top: 1px solid #D8D8D8;
    margin: -1px 0 0;
}
.sidebar ul li a {
    text-decoration: none;
    color: #292B43;
}
.sidebar .sub {
    font-size: 18px;
    line-height: 24px;
}
.sidebar .cur {
    background-image: url("/i/bullet-active-bg.png");
    font-weight: bold;
}
.sidebar .cur a {color: #FF7000;}
/* @end */

/* @group Products */
.p-products {
    padding: 25px 0;
}
.p-products h2 {
    margin: 0 0 15px;
}
.p-products table {table-layout: fixed; margin: 0;}
.p-item {
    border: 1px solid #D8D8D8;
    border-width: 1px 0 !important;
    padding: 15px 0 !important;
}
html>/**/body .p-item {border-width: 0 0 1px !important;}
html>/**/body tr:first-child .p-item {border-width: 1px 0 !important;}
.p-sep {
    width: 30px;
    padding: 0 !important;
    border: none !important;
}
.p-item-right {float: right;}
.p-img {
    float: left;
    width: 100px;
}
.p-desc {
    overflow: hidden;
}
.p-desc p {margin-bottom: 0;}
.p-sub h3 {
    margin-top: 0;
}
.p-sub h3,
.p-sub p {
    overflow: hidden;
}
.p-sub h3 a {
    color: #292B43;
    padding-right: 20px;
    background: url("/i/bullet-active-bg.png") no-repeat 100% 50%;
}
.p-products-more {padding-bottom: 0;}
.p-products-more a {color: #292B43;}
.p-products-more p {margin-bottom: 10px;}
.p-products-more .p-item-cost {
    margin-bottom: 0;
    color: #FF7000;
    font-weight: bold;
}
.p-full-img {
    float: left;
}
.p-full-img img {
    margin-bottom: 20px;
    display: block;
}
.p-full-img ul {margin: 0 !important; float: left;}
.p-full-img ul li {
    float: left;
    list-style: none;
    margin-left: 22px;
}
.p-full-img ul li:first-child,
.p-full-img ul li.first-child {margin-left: 0;}
.p-full-desc {
    overflow: hidden;
    padding: 30px 0 0 27px;
}
.p-full-id {font-weight: bold;}
.p-full-cost {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}
.p-full-cost p {float: left;}
.p-full-cost ul {
    overflow: hidden;
    padding-left: 7px;
}
.p-full-cost ul li {
    margin: 0;
    list-style: none;
    color: #292B43;
}
.p-full-cost ul li.low {
    font-size: 12px;
    color: #25BA1D;
}
.p-full-details {
    float: right;
}
.p-full-details li {
    list-style: none;
    margin: 0;
}
.p-full-order {
    float: left;
    display: block;
    border: 4px solid #FF7000;
    background: #FF7000;
    margin-top: 3px;
}
.p-full-order .ct {
    width: 126px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    padding: 0;
}
.p-full-order a {
    color: #FFF;
    text-decoration: none;
}


.p-tabs {
    margin: 0 !important;
}
.p-tabs li {
    list-style: none;
    margin: 0 30px 0 0 !important;
    float: left;
    display: inline;
    height: 35px;
    border: 4px solid #FFF;
    border-width: 4px 0;
}
.p-tabs li a {
    text-decoration: none;
    border-bottom: 1px dashed #292B43;
    color: #292B43;
    position: relative;
    top: 11px;
}
.p-tabs li .cn {display: none;}
.p-tabs li.cur {
    background: #E0E1E5;
    border-color: #E0E1E5;
    border-width: 4px;
    padding: 0 30px;
}
.p-tabs li.cur .cn {display: block;}
.p-tabs li.cur a {
    border: none;
    font-weight: bold;
    cursor: text;
}
.p-tabs li.cur:first-child .cn.bl,
.p-tabs li.cur.first-child .cn.bl,
#p-information .cn.tl {display: none;}
.p-block {
    display: none;
    border: 4px solid #E0E1E5;
}
.p-block.cur {display: block;}
.p-block .ct {
    padding: 25px 30px 15px;
}
#p-examples .ct {padding-bottom: 10px !important; padding-top: 15px !important;}
/* @end */

/* @group Examples */
.g-examples td,
.g-examples th {
    border: none !important;
}
.g-examples td {
    padding: 15px 0 5px 30px !important;
}
.g-examples td:first-child,
.g-examples td.first-child {
    padding-left: 0 !important;
}
.g-examples td img {
    display: block;
    margin-bottom: 12px;
}
.g-examples a {
    display: block;
    width: 189px;
  /*  background: url("/i/example-bg.png") no-repeat;*/
}
/* @end */

/* @group Accessories */
.a-click span {
    padding-right: 20px;
    background: url("/i/bullet-bg.png") no-repeat 100% 50%;
}
.a-click span b {
    cursor: pointer;
    font-weight: normal;
    color: #FF7000;
    border-bottom: 1px dashed #FF7000;
}
.a-click.cur span {
    background-image: url("/i/bullet-current-bg.png");
}
.a-click.cur span b {
    color: #292B43;
    border: none;
}
.a-block {display: none;}
/* @end */

/* @group Solutions */
.s-solutions {
    margin: 0 3px;
    position: relative;
    z-index: 1;
}
.s-solutions .row:first-child .s-block,
.s-solutions .row.first-child .s-block {margin-top: 0;}
.s-block {
    float: left;
    width: 449px;
    border: 4px solid #E0E1E5;
    margin-top: 25px;
}
.s-block .ct {
    padding: 24px 30px;
}
.s-block h2 {
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    font-family: Tahoma, Verdana, sans-serif;
    margin-bottom: 10px;
}
.s-right {
    float: right !important;
}
.s-cols {
    margin: 25px 0 10px;
}
.s-item {
    float: left;
    width: 326px;
}
/* @end */

/* @group Info */
.i-info .i-item {
    margin-top: 25px;
}
.i-info h3 {
    margin-top: 0;
}
.i-info h3 a {color: #292B43;}
.i-info h3,
.i-info p {
    overflow: hidden;
}
/* @end */

/* @group Clients */
.c-clients .row {
    margin: 25px 0;
    background: url("/i/c-items-bg-tiley.gif") repeat-y 50% 0;
}
.c-item {
    float: left;
    width: 50%;
    margin-right: -50%;
}
.c-logo {
    float: left;
    width: 149px;
    text-align: center;
}
.c-desc {
    overflow: hidden;
    padding-right: 30px;
}
.c-desc h3 {
    font-size: 12px;
    font-weight: bold;
    color: #FF7000;
    margin-top: 0;
    line-height: 18px;
}
.c-desc p {margin-bottom: 0;}
.c-right {
    float: right !important;
    margin-right: 0 !important;
}
.c-right .c-logo {width: 190px;}
.c-right .c-desc {padding-right: 0;}
/* @end */

/* @group Offers */
.o-offers {margin: 0 3px;}
.o-offers .row {margin-bottom: 30px;}
.o-offers .o-item {
    float: left;
    width: 457px;
}
.o-offers .o-item img {display: block;}
.o-offers .o-right {
    float: right !important;
}
.o-offers .ct {
    padding: 24px 20px;
}
.o-border .o-item {
    border: 4px solid #FF7000;
    width: 449px;
}
.o-border {
    margin-bottom: 0 !important;
}
.o-offers p {
    font-size: 14px;
    color: #FF7000;
    line-height: 24px;
}
.o-offers p {
    position: relative;
    z-index: 5;
}
.o-offers h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: normal;
    padding-right: 40px;
    position: relative;
    z-index: 10;
}
.o-offers h2 a {color: #292B43;}
/* @end */

/* @group Order, Question */
.o-star {
    font-weight: bold;
    color: #FF7000;
}

.o-form td,
.o-form th {
    border: none !important;
    padding: 4px 0 !important;
    font-weight: normal;
    vertical-align: top !important;
}
.o-form th {
    width: 1%;
    white-space: nowrap;
}
.o-form .o-sep {width: 30px;}
.o-form label {
    display: block;
    padding-right: 15px;
}
.o-form .inp {
    width: 99%;
    position: relative;
}
.o-form textarea {
    width: 99%;
    position: relative;
    font: 12px Arial, Verdana, sans-serif;
}
.o-note {font-weight: bold;}
.g-button {
    margin-top: 5px;
    font-size: 18px;
    display: block;
    float: left;
    height: 39px;
    padding-right: 23px;
    line-height: 39px;
    text-decoration: none;
    color: #FFF;
    background: #FF7000 url("/i/button-bg.png") no-repeat 100% 0;
}
.g-button span {
    display: block;
    height: 39px;
    padding-left: 23px;
    background: url("/i/button-bg.png") no-repeat;
}
/* @end */

/* @group Frontpage */
.f-features {margin-bottom: 30px;}
.f-features td {
    padding: 5px 15px 5px 75px;
    border-left: 1px solid #D8D8D8;
    width: 25%;
    background: url("/i/features-bg-blt.gif") no-repeat 0 50%;
    vertical-align: middle;
}
.f-features td:first-child,
.f-features td.first-child {
    padding-left: 40px;
    background-position: -35px 50%;
    border: none;
}
.f-features .ct {padding-top: 24px; padding-right: 10px;}
.fe-item {
    float: left;
    width: 410px;
}
.fe-item ul {
    margin-bottom: 15px;
    padding-left: 198px;
    position: relative;
    min-height: 110px;
}
.fe-item ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 5px;
}
.fe-item ul li.cur img {z-index: 5;}
.fe-item ul li img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.fe-right {
    width: 400px;
    float: right;
}
.f-examples {margin-bottom: 30px;}
.f-examples .row {
    background: url("/i/frontpage-examples-bg.gif") no-repeat 50% 0;
}

.f-splash {
    margin: 0 3px 30px;
}
.fs-tabs table {
    width: 100%;
    table-layout: fixed;
}
.fs-tabs td {
    width: 228px;
    height: 76px;
    background: url("/i/frontpage-splash-tabs-bg.png") no-repeat;
    vertical-align: middle;
}
.fs-tabs .fs-sep {
    width: auto !important;
    background: none;
}
.fs-tabs div {
    padding: 0 32px;
}
.fs-tabs a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dashed #FFF;
    position: relative;
    top: -4px;
}
.fs-tabs .cur {background-position: 0 -76px;}
.fs-tabs .cur a {
    border: none;
    cursor: text;
}
.fs-block {
    position: relative;
    height: 295px;
    background: url("/i/frontpage-splash-bg.jpg") no-repeat;
}
.fs-block-inner {
    padding: 25px 35px;
    color: #FFF;
    display: none;
}
.fs-block-inner.cur {display: block;}
.fs-block h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    font-family: Tahoma, Verdana, sans-serif;
    margin-bottom: 45px;
}
.fs-block .fs-txt {margin-bottom: 35px;}
.fs-block p {
    font-size: 14px;
}
.fs-details {
    position: absolute;
    top: 34px;
    left: 525px;
    width: 150px;
}
.fs-block a {color: #FFF;}
.fs-block h3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}
#fs-1 {background: url("/i/fs-1_img.jpg") no-repeat 100% 0;}
#fs-2 {background: url("/i/fs-2_img.jpg") no-repeat 100% 0;}
#fs-3 {background: url("/i/fs-3_img.jpg") no-repeat 100% 0;}
#fs-4 {background: url("/i/fs-4_img.jpg") no-repeat 100% 0;}

.f-clients {
    border-color: #E0E1E5;
}
.fc-control {
    float: left;
    width: 12px;
    height: 141px;
    overflow: hidden;
    background: url("/i/fc-controls-bg.gif") no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 6;
}
.fc-control.next {background-position: -12px 0 !important;}
.fc-scroller {
    float: left;
    margin-left: -1px;
    position: relative;
    z-index: 5;
    width: 852px;
}
.fc-scroller li {
    margin: 0 !important;
    list-style: none;
    float: left;
    width: 140px;
}
.fc-scroller .fc-img {
/*     padding: 0 30px; */
    text-align: center;
    border-left: 1px solid #D8D8D8;
}
.fc-scroller .fc-img img {
    display: block;
    margin: 0 auto;
}
.fc-scroller .fc-desc {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 0;
}
/* @end */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.block_tx p{
    text-align: justify;
}