html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    position: relative;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
}

/* Не забываем описать стили для :focus! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

body {
    background-color: #fff;
    font-family: Tahoma;
    font-size: 15px;
    max-height: 1003px;
}

h1 {
    font-size: 38px;
    color: #565656;
    padding-bottom: 20px;
    text-shadow: inner rgba(255, 255, 255, 0.3) 0px 2px 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*Chrome CSS here*/

    h1 {
        background-color: #464646;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        color: transparent;
        text-shadow: rgba(255, 255, 255, 0.3) 0px 2px 0px;
        font-size: 45px;
        color: 0;
    }
}
h2 {

}
.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
    font-size: 1px
}
.nopadding {
    padding: 0;
}
strong {
    font-weight: bold;
}
.nomargin{
    margin: 0;
}
#body {
    max-width: 1980px;
    max-height: 1003px;
    /*min-height: 1002px;*/
    height: 100%;
    /*position: relative;*/
    z-index: 99;
}
.title {
    display: block;
    color: #1a5478;
    font-size: 20px;
}
.head-bg {
    height: 180px;
    background: url("../images/head-bg.png") 0 0 repeat;
    position: absolute;
    width: 100%;
    top: 0;

}
.bottom-bg {
    background: url('../images/bottom-bg.png') 0 0 repeat-x;
    height: 116px;
    width: 100%;

    /*position: absolute;*/
    /*bottom: 0;*/
    /*margin-top: 100%;*/
}
.home-page {
    background: url('../images/home-page-bg.jpg') top center no-repeat;
}
.company-page {
    background: url('../images/company-page-bg.jpg') top center no-repeat;
}
.contact-and-forum-page {
    background: url('../images/contact-and-forum-page-bg.jpg') top center no-repeat;
}
.get-certified-page {
    background: url('../images/get-certified-page-bg.jpg') top center no-repeat;
}
.unified-projects-page {
    background: url("../images/unified-projects-page-bg.jpg") top center no-repeat;
}
.integrated-solutions-page {
    background: url("../images/integrated-solutions-page-bg.jpg") top center no-repeat;
}
.careers-page {
    background: url("../images/careers-page-bg.jpg") top center no-repeat;
}
img.bolder {
    border: 3px solid #a2a2a2;
    padding: 1px;
    color: #0669b2;
    background-color: #616161;
}
#body-content {
    margin: 0 auto;
    max-width: 1114px;
    min-width: 990px;
    height: 887px;
    position: relative;
    z-index: 200;
}
#head .logo {
    display: inline-block;
    width: 342px;
    height: 108px;
    position: relative;
    margin-top: 20px;
}
#head .logo span {
    color: #fff;
    position: absolute;
    top: 28px;
    left: 106px;
}
#head .lang {
    float: right;
    padding-top: 10px;
    padding-left: 20px;
    background: url("../images/lang-bg.png") 0 0 repeat;
    height: 33px;
}
#head .lang a {
    color: #fff;
    display: inline-block;
    padding-left: 39px;
    line-height: 19px;
    margin-right: 20px;
    text-decoration: none;
}
#head .lang a.eng {
    background: url('../images/eng-flag.png') 0 0 no-repeat;
}
#head .lang a.rus {
    background: url("../images/rus-lang.png") 0 0 no-repeat;
}
#head .lang a.selected, #head .lang a:hover {
    text-decoration: underline;
}

/* START MENU BLOCK*/
#menu {
    background: url("../images/menu-head-line.png") top center no-repeat;
    /*height: 132px;*/
    padding: 0; margin: 0;
    padding-top: 24px;

}
#menu ul {

    text-align: justify;
    /*height: 132px;*/
    padding: 0; margin: 0;
}
#menu ul li {
    display: inline-block;
    width: 113px;
    height: 115px;
    text-align: center;
    /*background-color: #ff0;*/
    vertical-align: top;
}
#menu ul li a {
    display: inline-block;
    width: 113px;
    height: 72px;
    padding-top: 60px;
    color: #fff;
    position: relative;
    font-family: Arial;
    text-decoration: none;
    font-size: 18px;
}
#menu ul li a:hover,#menu ul li.selected a {
    color: #164361;
}
#menu ul li a.home {
    background: url("../images/menu-home-page.png") -113px 0 no-repeat;
}

#menu ul li a.home:hover, #menu ul li.selected a.home {
    background: url("../images/menu-home-page.png") 0 0 no-repeat;
}
#menu ul li a.company {
    background: url("../images/menu-company-page.png") -113px 0 no-repeat;
}
#menu ul li a.company:hover, #menu ul li.selected a.company {
    background: url("../images/menu-company-page.png") 0 0 no-repeat;
}
#menu ul li a.unified-projects {
    background: url("../images/menu-unified-projects.png") -113px 0 no-repeat;
}
#menu ul li a.unified-projects:hover, #menu ul li.selected a.unified-projects {
    background: url("../images/menu-unified-projects.png") 0 0 no-repeat;
}
#menu ul li a.integrated-solutions {
    background: url("../images/menu-integrated-solutions.png") -113px 0 no-repeat;
}
#menu ul li a.integrated-solutions:hover, #menu ul li.selected a.integrated-solutions {
    background: url("../images/menu-integrated-solutions.png") 0 0 no-repeat;
}
#menu ul li a.get-certified {
     background: url("../images/menu-get-certified.png") -113px 0 no-repeat;
 }
#menu ul li a.get-certified:hover, #menu ul li.selected a.get-certified {
    background: url("../images/menu-get-certified.png") 0 0 no-repeat;
}
#menu ul li a.careers {
    background: url("../images/menu-careers.png") -113px 0 no-repeat;
}
#menu ul li a.careers:hover, #menu ul li.selected a.careers  {
    background: url("../images/menu-careers.png") 0 0 no-repeat;
}
#menu ul li a.contacts-forum {
    background: url("../images/menu-contacts-forum.png") -113px 0 no-repeat;
}
#menu ul li a.contacts-forum:hover, #menu ul li.selected a.contacts-forum {
    background: url("../images/menu-contacts-forum.png") 0 0 no-repeat;
}
#menu ul li.justify {
    display: hone;
    width: 100%;
    height: 1px;
    float: none;

}
/* END MENU BLOCK */
/* START CONTENT BLOCK */
#content {
    background: url("../images/information-content-bg.png") 0 0 repeat;
    padding: 20px 25px 0 25px;
    margin-bottom: 102px;
    max-height: 500px;
    overflow: auto;
    position: relative;
}
#content .line {
    background: url("../images/content-left-block-bg.png") right 0 no-repeat;
    height: 354px;
    width: 1px;
    position: absolute;
    margin-left: 327px;
}
#content .left {
    float: left;
    width: 318px;

}
#content .right {
    float: right;
    width: 720px;
}
.fontsize20 {
    font-size: 20px;
    color: #333333;
    line-height: 27px;
    padding-bottom: 20px;
}
.fontsize15 {
    font-size: 15px;
    color: #2e2e2e;
    line-height: 22px;
    padding-bottom: 20px;
}
.fontsize14 {
    font-size: 14px;
    color: #2e2e2e;
    line-height: 18px;
    padding-bottom: 10px;
}
.fontsize12 {
    font-size: 12px;
    color: #2e2e2e;
    line-height: 16px;
    padding-bottom: 12px;
}
.blue {
    color: #1a5478;
}
.blue2 {
    color: #0669b2;
    font-size: 17px;
}
.underline {
    text-decoration: underline;
}

#content ul.list {margin-left: 20px; margin-top: 10px;}
#content ul.list li {list-style-image: url("../images/ul-li-list-style-image.png"); font-size: 15px; color: #333333; line-height: 22px; margin-bottom: 20px;}
/* END CONTENT BLOCK */
/* START FOOT BLOCK */
#foot {

    margin: 0 auto;
    max-width: 1114px;
    min-width: 990px;
    position: relative;
    top: 30px;
    /*bottom: -110px;*/
}
#foot .logo, #foot .logo img {
    float: left;
}
#foot .logo span {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 65px;
    margin-left: 20px;
}
#foot .contacts {
    float: right;
    text-align: right;
}
#foot .contacts span {
    font-size: 12px;
    line-height: 10px;
    color: #5e5e5e;
}
#foot .contacts span a {
    color: #112d43;
    font-weight: bold;
}
/* END FOOT BLOCK */
/* START FORM BLOCK */
.form {}
.form .row label {
    color: #113048;
    font-size: 16px;
}
.form .row label .required {
    color: red;
    font-weight: bold;
}
.form .row {
    margin-bottom: 10px;
}
.form .row .input {
    width: 250px;
}
.form .row .input, .form .row .textarea {
    border: 1px solid #b0ada4;
    background-color: #e7e7e7;
    -moz-box-shadow: inset 0 2px 2px 1px #d3d3d3;
    -webkit-box-shadow: inset 0 2px 2px 1px #d3d3d3;
    box-shadow: inset 0 2px 2px 1px #d3d3d3;
    padding: 3px 5px 3px 5px;
}
.form .row .textarea {
    width: 380px;
    height: 100px;
}
.form .row .error {
    border: 1px solid #f00;
    background-color: rgba(255, 0, 0, 0.26);
}
.form .row span.error {
    border: none;
    background-color: inherit;
}
.form .row span.error label   {
    /*border: 1px solid #f00;*/
    background-color: rgba(255, 0, 0, 0.26);
}
.form .row .submit, .form .row .reset {
    background: url("../images/submit-button.jpg") 0 0 no-repeat;
    width: 82px;
    height: 40px;
    border: none;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    font-size: 16px;
    cursor: pointer;
}
/* END FORM BLOCK */
/* START CONTACTS BLOCK */
.contacts li {
    padding-right: 15px;
    cursor: pointer;
}
.contacts li span {
    color: #333333;
    display: block;
    height: 29px;
    font-size: 18px;
    line-height: 29px;
    padding: 0 10px 0 15px;
}
.contacts li.selected {
    background: url("../images/contacts-angle.png") right top no-repeat;
}
.contacts li.selected span {
    display: block;
    background-color: #123048;
    color: #fff;
}
.contact-info tr.contact-usa, .contact-info tr.contact-russia, .contact-info tr.contact-afganistan, .contact-info tr.contact-kuwait  {
    display: none;
}
.contact-info tr.selected {
    display: block;
}
.contact-info tr td  {
    width: 207px;
    color: #373737;
    font-size: 16px;
    text-align: center;
}
.contact-info tr td div.phone {
    display: inline-block;
    background: url("../images/contacts-flags.png") 0 0 no-repeat ;
    width: 118px;
    height: 135px;
}
.contact-info tr td div.manager {
    display: inline-block;
    background: url("../images/contacts-flags.png") -118px 0 no-repeat ;
    width: 118px;
    height: 135px;
}
.contact-info tr.contact-usa td div.map {
    display: inline-block;
    background: url("../images/contacts-flags.png") -236px 0 no-repeat ;
    width: 118px;
    height: 135px;
}
.contact-info tr.contact-russia td div.map {
    display: inline-block;
    background: url("../images/contacts-flags.png") -354px 0 no-repeat ;
    width: 117px;
    height: 135px;
}
.contact-info tr.contact-afganistan td div.map {
    display: inline-block;
    background: url("../images/contacts-flags.png") -470px 0 no-repeat ;
    width: 120px;
    height: 135px;
}
.contact-info tr.contact-kuwait td div.map {
    display: inline-block;
    background: url("../images/contacts-flags.png") -590px 0 no-repeat ;
    width: 119px;
    height: 135px;
}
/* END CONTACTS BLOCK*/
.ui-tabs {
    background: none;
    border: none;

}

.ui-widget-header {background: none; border: none; }
.ui-helper-reset {background: none;}
.ui-tabs-nav {background: none;}
.ui-corner-all {background: none;}
.ui-corner-left {background: none; }
.ui-tabs-anchor {background: none;}
.ui-tabs-vertical { width: 100%;  clear: left;}
.ui-tabs-vertical .ui-tabs-nav { padding: 0; float: left; width: 250px; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; padding: 3px 10px 3px 0px; margin: 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; text-decoration: none; color: #1a5478; padding: 3px 10px 3px 5px;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding: 0;  border: none; line-height: 22px; }
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active a {background-color: #123048; margin: 0;  line-height: 18px; color:#fff; }
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active a:hover {background-color: #123048;}
.ui-tabs-vertical .ui-tabs-panel { padding: 0; float: right; width: 830px; }


#banner-fade, #banner-fade2, #banner-fade3,#banner-fade4,
#banner-slide{
    margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
    display:block;
    padding:10px;
    background:#fff;
    color:#000;
    text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
    background:#000;
    color:#fff;
}

ol.bjqs-markers li a{
    padding:5px 10px;
    background:#000;
    color:#fff;
    margin:5px;
    text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
    background: #999;
}

p.bjqs-caption{
    background: rgba(255,255,255,0.5);
}