﻿@import url("TitleBox.css");
#content_wrapper 
{
    width:964px;
    height:445px;
    margin: 20px auto 20px auto;
    padding:0;
}
#content_wrapper .left
{
    width:626px;
    float:left;
    border-right:1px solid #d9d9d9;
}
#content_wrapper .right
{
    width:300px;
    padding-bottom:20px;
    float:left;
}
#content_wrapper p
{
    font-family:Arial;
    font-size:12px;
    color: #6a6a6a;
    line-height:18px;
    padding-right:10px;
}
#services
{
    margin:0 15px;
    width:964px;
    height: 50px;
    border-top:1px solid #d9d9d9;
    border-bottom: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 ul 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;
}
.block_right
{
    margin: 0 10px 10px 10px;
    width:300px;
    height:250px;
    float:left;
}
.block_right h1
{
    padding-left:12px;
    color: #384a5b;
    font-family:Georgia;
    font-size:18px;
    font-weight:normal;
}

#service_block_design
{
    padding:0 0 0 105px;
    margin:0px 5px 0px 10px;
    width:200px;
    height:120px;
    background: url("/Content/Images/service_block_design.png") no-repeat;
    background-position:0 10px;
}
#service_block_development
{
    padding:0 0 0 105px;
    margin:0px 5px 0px 10px;
    width:200px;
    height:120px;
    background: url("/Content/Images/service_block_development.png") no-repeat;
    background-position:0 10px;
}
#service_block_seooptimization
{
    padding:0 0 0 105px;
    margin:0px 5px 0px 10px;
    width:200px;
    height:120px;
    background: url("/Content/Images/service_block_seooptimization.png") no-repeat;
    background-position:0 10px;
}
#service_block_maintenance
{
    padding:0 0 0 105px;
    margin:0px 5px 0px 10px;
    width:200px;
    height:120px;
    background: url("/Content/Images/service_block_maintenance.png") no-repeat;
    background-position:0 10px;
}

#service_block_design h1, #service_block_development h1, #service_block_seooptimization h1, #service_block_maintenance h1
{
    color: #384a5b;
    font-family:Georgia;
    font-size:18px;
    font-weight:normal;
}

#service_block_design p, #service_block_development p, #service_block_seooptimization p, #service_block_maintenance 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;
}

#content_wrapper li a
{
    color: #6a6a6a;
    line-height:20px;
    text-decoration: none;
}
#content_wrapper li a:hover
{
    text-decoration: underline;
}
