/* 
    Document   : services
    Created on : 09-dic-2011, 0:09:10
    Author     : ArielOS
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.content .contentMain .banner{
    margin-top:5px;
}

.content .contentMain .contentDown{
    border-top:4px solid #A1A1A1;
    margin-top:5px;
}

.content .contentMain .contentDown .columnLeft{
    width:230px;
    float:left;
    position:relative;
    display:block;
    padding:10px;
    font-size: 14px;
    background-image: url(../../Resources/Image/Theme/leftSideBackground.png);
    background-repeat: repeat-y;
    background-position: right;
}

.content .contentMain .contentDown .columnRight{
    width:565px;
    float:left;
    position:relative;
    display:block;
    padding:10px;
    font-size: 14px;
    text-align: justify;
    border-left: 0px;
    padding-left: 14px;
    color:#333;
    line-height:18px;
}

.content .contentMain .contentDown .columnLeft .title{
    font-weight: bold;
    color:#333;
    font-size: 17px;
}

.content .contentMain .contentDown .columnLeft .menu{
    float:left;
    position: relative;
    display:block;
    margin:0px 5px;
    padding:10px;
}

.content .contentMain .contentDown .columnLeft .menu ul{
    list-style-type: none;
    margin:0px;
}

.content .contentMain .contentDown .columnLeft .menu ul li{
    display: block;
    float: left;
    clear:both;
    position: relative;
    background-image: url(../../Resources/Image/Theme/liNews.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.content .contentMain .contentDown .columnLeft .menu ul li.selected a{
    color:#00475F;
    font-style: italic;
    font-weight: bold;
}

.content .contentMain .contentDown .columnLeft .menu ul li a{
    text-decoration: none;
    color:#333;
    padding:7px 10px;
    display:block;
    cursor:pointer;
    font-size: 15px;
}
