﻿@import url("Slider.css");

#services
{
    margin:0 15px;
    width:964px;
    height: 50px;
    border-top:1px solid #d9d9d9;
}
#services p
{
    margin-top:7px;
    width:130px;
    height:30px;
    float:left;
    color:#6a6a6a;
    font-family:Arial;
    font-size:12px;
    line-height:18px;
}
#services ul
{
    float:left;
    height:26px;
    width:780px;
    margin-top:11px;
    padding-left:10px;
}
#services li
{
    font-family:Georgia;
    font-size:17px;
    padding:4px 20px 0 30px;
    float:left;
    height:26px;
    text-transform:uppercase;
    list-style:none;
    background: url("/Content/Images/services_bullet.png") no-repeat;
}
#services ul li a
{
    color: #646f78;
    text-decoration:none;
}
#services ul li a:hover
{
    color:#587388;
}
#services_block
{
    margin:0 15px;
    width:964px;
    height:190px;
    border-top:1px solid #d9d9d9;
}

#service_block_design
{
    padding:0 0 0 105px;
    margin:30px 5px 20px 10px;
    width:200px;
    height:140px;
    float:left;
    border-right:1px solid #d9d9d9;
    background: url("/Content/Images/service_block_design.png") no-repeat;
    background-position:0 10px;
}
#service_block_development
{
    padding:0 0 0 105px;
    margin:30px 5px 20px 10px;
    width:200px;
    height:140px;
    float:left;
    border-right:1px solid #d9d9d9;
    background: url("/Content/Images/service_block_development.png") no-repeat;
    background-position:0 10px;
}
#service_block_seooptimization
{
    padding:0 0 0 105px;
    margin:30px 5px 20px 10px;
    width:200px;
    height:140px;
    float:left;
    background: url("/Content/Images/service_block_seooptimization.png") no-repeat;
    background-position:0 10px;
}

#service_block_design h1, #service_block_development h1, #service_block_seooptimization h1
{
    color: #384a5b;
    font-family:Georgia;
    font-size:18px;
    font-weight:normal;
}

#service_block_design p, #service_block_development p, #service_block_seooptimization p
{
    color: #6a6a6a;
    font-family:Arial;
    font-size:12px;
    line-height:18px;
}

.block_more_button
{
    display:block;
    width:50px;
    height:23px;
    margin-left:135px;
    background: url("/Content/Images/more_button.png") no-repeat;
}

#bottom_blocks
{
    margin:0 15px;
    width:964px;
    height:250px;
    border-top:1px solid #d9d9d9;
}

#bottom_block_howitworks
{
    margin:10px 5px 20px 10px;
    width:626px;
    height:250px;
    float:left;
    background: url("/Content/Images/bottom_block_howitworks.png") no-repeat;
    background-position:0 40px;
    border-right:1px solid #d9d9d9;
}
#bottom_block_howitworks h1
{
    padding-left:5px;
    color: #384a5b;
    font-family:Georgia;
    font-size:18px;
    font-weight:normal;
}
#bottom_block_howitworks p
{
    margin:15px;
    padding:0 0 0 215px;
    color: #6a6a6a;
    font-family:Arial;
    font-size:12px;
    line-height:18px;
}

#bottom_block_recentprojects
{
    margin:10px;
    width:300px;
    height:250px;
    float:left;
}

#recentprojects_slider_left
{
    position:absolute;
    margin:72px 0 0 0;
    display:block;
    width:27px;
    height:27px;
    background: url("/Content/Images/recentprojects_slider_left.png") no-repeat;
    cursor:pointer;
    z-index:99;
}
#recentprojects_slider_right
{
    position:absolute;
    margin:72px 0 0 276px;
    display:block;
    width:27px;
    height:27px;
    background: url("/Content/Images/recentprojects_slider_right.png") no-repeat;
    cursor:pointer;
    cursor:pointer;
    z-index:99;
}
#recentprojects_slider
{
    left:12px;
    width:276px;
    height:172px;
    border:1px solid #d9d9d9;
}
#bottom_block_recentprojects h1
{
    padding-left:12px;
    color: #384a5b;
    font-family:Georgia;
    font-size:18px;
    font-weight:normal;
}
.recentprojects_slider_image
{
    display:none;
}
.howitworks_block_more_button
{
    display:block;
    width:50px;
    height:23px;
    margin-left:560px;
    background: url("/Content/Images/more_button.png") no-repeat;
}
.recentprojects_slider_link
{
    color: #6a6a6a;
    padding-left:12px;
    display:none;
}
.recentprojects_slider_link a
{
    color: #6a6a6a;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
}
.recentprojects_slider_link a:hover
{
    color: #3d80b4;
}
