* {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
}

html, body {
    background: #ffffff url(images/header-bg.jpg) no-repeat center top;
    font: 13px Arial;
    color: #666666;
}

p {
    font: 13px 'Arial Narrow', Arial, sans-serif;
    font-stretch: condensed;
    margin-bottom: 13px;
}

.b-will-be p {
    font: 23px 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

.b-old-web p {
    text-align: center;
}

.b-old-web p a:link {
    font: 23px 'Arial Narrow', Arial, sans-serif;
}

.b-will-be-email p {
    font: 23px 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

p a:link {
    font: 13px 'Arial Narrow', Arial, sans-serif;
    font-stretch: condensed;
    color: #666666;
    text-decoration: none;
}


/********** BEGIN LAYOUT **********/

.l-header {
    width: 930px;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
}

.l-content {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.l-footer {
    background: url(images/footer_bg.jpg) repeat-y bottom center;
    width: 100%;
    height: 100px;
}

/********** END LAYOUT **********/

/********** BEGIN HEADER **********/

/********** BEGIN MENU **********/

.b-menu {
    list-style: none;
    background: url(images/menu_bg.png) no-repeat;
    width: 432px;
    height: 32px;
    position: relative;
    top: 30px;
    left: 60px;
    float: left;
}

.b-menu li {
    float: left;
    padding: 3px 0 0 27px;
}

.b-menu a {
    color: #999999;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
}

.b-menu .active {
    color: #000000;
}

/********** END MENU **********/

/********** BEGIN LANGUAGES **********/

.b-languages {
    list-style: none;
    width: 150px;
    height: 33px;
    position: relative;
    top: 30px;
    float: right;
}

.b-languages li {
    padding: 0 3px 0;
    float: left;
}

.b-languages a {
    display: block;
    width: 30px;
    height: 33px;
}

.en {
    background: url(images/languages.png) no-repeat 0 0;
}

.ru {
    background: url(images/languages.png) no-repeat -40px 0;
}

.de {
    background: url(images/languages.png) no-repeat -80px 0;
}

.cz {
    background: url(images/languages.png) no-repeat -120px 0;
}

/********** END LANGUAGES **********/

.b-logo {
    background: url(images/logo.png) no-repeat;
    width: 280px;
    height: 55px;
    position: relative;
    top: 65px;
    float: left;
}

.b-logo-recruitment {
    background: url(images/logo_recruitment.png) no-repeat;
    width: 280px;
    height: 75px;
    position: relative;
    top: 65px;
    float: left;
}

.b-logo-legal {
    background: url(images/logo_legal.png) no-repeat;
    width: 280px;
    height: 77px;
    position: relative;
    top: 65px;
    float: left;
}

.b-logo-consulting {
    background: url(images/logo_consulting.png) no-repeat;
    width: 280px;
    height: 75px;
    position: relative;
    top: 65px;
    float: left;
}

/********** END HEADER **********/

/********** BEGIN CONTENT **********/

/********** BEGIN SECTIONS **********/

.b-sections {
    width: 960px;
    list-style: none;
    position: relative;
    top: -10px;
    overflow: hidden;
}

.b-sections li {
    float: left;
    height: 50px;
    margin-right: 30px;

}

.b-sections a {
    font-size: 23px;
    text-transform: uppercase;
    background: #ffffff;
    border-bottom: 1px solid #c2c2c2;
    display: block;
    width: 205px;
    height: 34px;
    padding-left: 5px;
    padding-top: 8px;
}

.b-sections a:hover, .b-sections .active {
    color: #ffffff;
    border: none;
    height: 47px;
}

.recruitment {
    border-top: #66aef3 10px solid;
}

.recruitment a {
    color: #66aef3;
}

.recruitment a:hover, .recruitment .active {
    background: #66aef3;
}

.legal {
    border-top: #ee1c24 10px solid;
}

.legal a {
    color: #ee1c24;
}

.legal a:hover, .legal .active {
    background: #ee1c24;
}

.consulting {
    border-top: #53277c 10px solid;
}

.consulting a {
    color: #53277c;
}

.consulting a:hover, .consulting .active {
    background: #53277c;
}

.management {
    border-top: #555555 10px solid;
}

.management a {
    color: #555555;
}

.management a:hover, .management .active {
    background: #555555;
}

/********** END SECTIONS **********/

/********** BEGIN INDEX **********/

/********** BEGIN DESCRIPTIONS **********/
.b-descriptions {
    width: 960px;
    overflow: hidden;
}

.b-desc {
    width: 210px;
    margin-right: 30px;
    margin-bottom: 18px;
    float: left;
}

/********** END DESCRIPTIONS **********/

/********** BEGIN QUOTES **********/

.b-quotes {
    width: 960px;
    min-height: 270px;
    margin-bottom: 37px;
    overflow: hidden;
}

.b-quotes h3 {
    color: #666666;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
}

#slide {
    min-height: 150px;
}

.b-quotes p {
    font: 13px 'Arial Narrow', Arial, sans-serif;
    background: url(images/quotes.png) no-repeat 0 10px;
    text-indent: 24px;
    border-top: 1px solid #c2c2c2;
    padding-top: 10px;
    margin-top: 7px;
}

.b-day {
    padding-top: 10px;
    margin-right: 30px;
    width: 450px;
    float: left;
    border-top: #c2c2c2 solid 10px;
    position: relative;
}

.b-day img {
    top: 7px;
    float: left;
    height: 230px;
    display: inline;
}

.b-day p {
    margin-left: 170px;
    margin-bottom: 0;
}

.b-day .author {
    margin-top: 0;
    padding-top: 0;
    border: none;
    background: none;
    text-indent: 0;
    margin-left: 170px;
    color: #999999;
    position:relative;
}

.b-about {
    padding-top: 10px;
    margin-right: 30px;
    width: 450px;
    float: left;
    border-top: #c2c2c2 solid 10px;
    font: 13px 'Arial Narrow',Arial,sans-serif;
}

.b-slidesSelector {
    border-top: 1px solid #C2C2C2;
    bottom: 0;
    margin-bottom: 0;
    margin-left: 170px;
    padding-left: 8px;
    padding-top: 5px;
    position: absolute;
}

.b-slidesSelector a {
    display: block;
    float: left;
    margin-left: 5px;
}

/********** END QUOTES **********/

/********** END INDEX **********/

/********** BEGIN SUBPAGE **********/

/********** BEGIN INFO **********/
.b-info-text {
    font-size: 18px;
}

.b-recruitment-info {
    color: #66aef3;
    border-bottom: #66aef3 solid 10px;
    text-align: left;
    padding-left: 0px;
    padding-right: 240px;
    margin-bottom: 9px;
}

.b-legal-info {
    color: #ee1c24;
    border-bottom: #ee1c24 solid 10px;
    text-align: left;
    padding-left: 240px;
    margin-bottom: 9px;

}

.b-consulting-info {
    color: #53277c;
    border-bottom: #53277c solid 10px;
    text-align: right;
    padding-right: 240px;
    margin-bottom: 9px;

}

.b-management-info {
    color: #555555;
    border-bottom: #555555 solid 10px;
    text-align: right;
    padding-left: 240px;
    padding-right: 0px;
    margin-bottom: 9px;

}

/********** END INFO **********/

/********** BEGIN INNER CONTENT **********/

.b-inner-content {
    width: 930px;
    overflow: hidden;
    margin-bottom: 18px;
}

/********** BEGIN INNER MENU **********/

.b-inner-menu {
    list-style: none;
    width: 210px;
    float: left;
    overflow: hidden;
    margin-top: 17px;
    margin-right: 30px;
}

.b-inner-menu li {
    border-bottom: #c2c2c2 solid 1px;
}

.b-inner-menu a {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    height: 40px;
    width: 210px;
    position: relative;
    top: 5px;
}

.b-inner-menu a.rec {
    color: #66aef3;
}

.b-inner-menu a.cons {
    color: #53277c;
}

.b-inner-menu a.leg {
    color: #ee1c24;
}

.b-inner-menu a.mgmt {
    color: #555555;
}

/********** END INNER MENU **********/

/********** BEGIN ARTICLE **********/

.b-article {
    float: left;
    overflow: hidden;
    width: 690px;
}

.short {
    width: 450px;
    margin-right: 30px;
}

.b-article h1 {
    font-size: 48px;
    text-transform: uppercase;
    border-bottom: #c2c2c2 solid 1px;
    margin-bottom: 5px;
}

.b-article p.quotes {
    background: url(images/quotes.png) no-repeat 0 10px;
    text-indent: 24px;
    padding-top: 10px;
}

.b-article h3 {
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 13px;
}

/********** END ARTICLE **********/

/********** BEGIN CONTACT **********/

.b-contact {
    float: left;
    overflow: hidden;
    width: 210px;
}

.b-contact h2 {
    font-size: 24px;
    color: #666666;
    text-transform: uppercase;
    border-bottom: #c2c2c2 solid 1px;
    margin-top: 28px;
    margin-bottom: 15px;

}
.b-contact h2.red {
    color: #ee1c24;
    border-bottom: #ee1c24 solid 1px;
}

.b-contact p.mobile {
    background: url(images/contact_sprite.png) no-repeat 0 2px;
    height: 14px;
    text-indent: 15px;
}

.b-contact p.phone {
    background: url(images/contact_sprite.png) no-repeat 0 -28px;
    height: 14px;
    text-indent: 15px;
}

.b-contact p.email {
    background: url(images/contact_sprite.png) no-repeat 0 -57px;
    height: 14px;
    text-indent: 15px;
}

/********** END CONTACT **********/

/********** END INNER CONTENT **********/

/********** END SUBPAGE **********/

/********** BEGIN CONTACT PAGE **********/

.b-contacts-header {
    overflow: hidden;
}

.b-contact-title {
    color: #000000;
    font-size: 48px;
    border-bottom: #c2c2c2 solid 10px;
    text-align: left;
    margin-bottom: 4px;
    overflow: hidden;
    width: 690px;
    float: left;
    margin-right: 30px;
}


.b-contact-legal-title {
    border-bottom: #c2c2c2 solid 10px;
    margin-bottom: 4px;
    width: 210px;
    float: left;
    height: 57px;
}


.b-contacts-content {
    overflow: hidden;

}



.b-branches {
    width: 720px;
    list-style: none;
    overflow: hidden;
    margin-bottom: 43px;
    float: left;
}

.b-branches li {
    float: left;
    margin-right: 30px;
}

/********** END CONTACT PAGE **********/

/********** END CONTENT **********/

/********** BEGIN FOOTER **********/

/********** BEGIN CITIES **********/

.b-cities {
    height: 60px;
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}

.b-cities li {
    float: left;
    margin: 20px 60px 0 20px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

.b-cities .b-service {
    margin-left: 14px;
    margin-right: 0px;
    margin-top: 12px;
}

.b-service .service {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: -7px;
    display: block;
}

.b-service .number {
    margin-top: -22px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

/********** END CITIES **********/

/********** END FOOTER **********/