/* Colors ******************/
body {
    background: #fff url("../img/fon_body.jpg") no-repeat 50% 0;
}

#navigation ul li a {
    background: #706f6f url("../img/fon_navigation.png") no-repeat 50% 0;
}
#navigation ul li a:hover,
#navigation ul li a.active {
    background: #cf291f url("../img/fon_navigation.png") no-repeat 50% -30px;
}

#portfolio {
    background: #d1dde9 url("../img/fon_portfolio.png") no-repeat 0 0;
}
#portfolio div.projectCarousel img {
    border: none;
}
#portfolio a.btn_prev {
    background: url("../img/fon_carousel_btn_prev.png") no-repeat 0 0;
}
#portfolio a.btn_next {
    background: url("../img/fon_carousel_btn_next.png") no-repeat 0 0;
}


#section h1 {
    background: #dd0101 url("../img/fon_section_h1.png") no-repeat 0 0;
}
#section div.blockquote {
    background: #fff url("../img/fon_klyaksa.png") no-repeat 0 0;
}
#section div.blockquote blockquote {
    background-color: #e2ecf6;
    border-left: 6px solid #7895af;
}

#section div.blockquote_1 blockquote {
    background-color: #e2ecf6;
    border-left: 6px solid #7895af;
}

#section div.form {
    background-color: #e2ecf6;
    border-left: 6px solid #7895af;
}
#section div.form input,
#section div.form textarea {
    background-color: #fff;
    border: 1px solid #afb0b1;
}
#section div.form input.button {
    background-color: #5d5c5c;
}


#aside div.products h2 {
    background: #97a9bd url("../img/fon_aside_products_h2.png") no-repeat 0 0;
}
#aside div.products div.item {
    background: #fff url("../img/fon_klyaksa.png") no-repeat 0 0;
}

#aside div.lastProjects h2 {
    background: #737272 url("../img/fon_aside_feedback_h2.png") no-repeat 0 0;
}
#aside div.lastProjects ul {
    background: #fff url("../img/fon_klyaksa.png") no-repeat 0 0;
}
#aside div.lastProjects ul li {
    background: #fff url("../img/fon_strelka.png") no-repeat 0 0;
}

#aside div.feedback h2 {
    background: #737272 url("../img/fon_aside_feedback_h2.png") no-repeat 0 0;
}
#aside div.feedback ul {
    background: #fff url("../img/fon_klyaksa.png") no-repeat 0 0;
}
#aside div.feedback ul li {
    background: #fff url("../img/fon_karandash.png") no-repeat 0 0;
}


#footer {
    background: #fff url("../img/fon_footer.png") no-repeat 0 0;
}
#footer a.company {
    background: #706f6f url("../img/fon_logofooter.png") no-repeat 0 0;
}