﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    Services

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#services_left_split
{
    background:url(../../images/bg-home-three-column-main.png) repeat-y right;
    width:50%;
    float: left;
    height: 40px;
    overflow: auto;   
}

#services_right_split
{
	width:50%;
	float: right;
	height: 40px;
    overflow: auto;
    padding: 0;
}

.services_main
{
    width: 100%;
}

.services_main ul
{
    list-style-type: none;
    margin: 0;
    padding:0;
}

.services_main ul li
{
    float: left;
    width: 50%;    
    background:url(../../images/services/service_main_back.png);
    background-repeat: no-repeat;
    height: 255px;
}

.services_main_content
{
    width: 360px;
    padding-top: 45px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.services_main_img
{
    float: left;
    margin-right: 5px;
}