
#main
{
    
    background-color:#ede8e8;

}
.banner_container
{
    
    border-top: 3px solid #c18b99;
    border-bottom: 3px solid #c18b99;
    
background: #9f6263; /* Old browsers */
background: -moz-linear-gradient(top,  #9f6263 0%, #c18b99 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f6263), color-stop(100%,#c18b99)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9f6263 0%,#c18b99 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9f6263 0%,#c18b99 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9f6263 0%,#c18b99 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9f6263 0%,#c18b99 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f6263', endColorstr='#c18b99',GradientType=0 ); /* IE6-9 */


    }	

.banner_center
{
    
    background-image: url("../design/bannerconsultation.jpg");
    border-left: 3px solid #c18b99;
    border-right: 3px solid #c18b99;
    }
    
    
    
.banner_box
{   

background: #9f6263; /* Old browsers */
background: -moz-linear-gradient(left,  #9f6263 0%, #c18b99 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9f6263), color-stop(100%,#c18b99)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #9f6263 0%,#c18b99 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #9f6263 0%,#c18b99 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #9f6263 0%,#c18b99 100%); /* IE10+ */
background: linear-gradient(to right,  #9f6263 0%,#c18b99 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f6263', endColorstr='#c18b99',GradientType=1 ); /* IE6-9 */


border-bottom: 5px solid #c18b99;
}

.main_center
{
    
    border-left: 3px solid #c18b99;
    border-right: 3px solid #c18b99;
    
}
   
.breakspace_line
{
border-bottom:3px solid #c18b99;
}   
    
.footer_top
{
    
    background-color:#c18b99;
    }    
      
    
p.footer_email
{

    color:#71535c;

}    
p.footer_phone
{

    color:#71535c;

} 
  

#IT_consultation_left
{
    float: left;
    margin: 0;
    padding-right: 30px;
    width: 513px;
}
     #IT_consultation_left_content
{
        margin:0px;
    padding: 0px;
}  

#IT_consultation_right
{
float:left;    
    
}   
 #IT_consultation_right_content
{
    
    background-color: red;
    height: 650px;
    margin-top: 0;
    width: 400px;
}

 .IT_consultation_2up_L
{
    
    float:left;
 
    display:inline;
    padding-right: 30px;
    width: 430px;
    margin:0px;
}     
 .IT_consultation_2up_R
{
    
    float:left;
    border-left:3px solid #d0d2d3;
    display:inline;
        padding: 0px 0px 0px 50px;
    width: 430px;
    margin:0px;
}  


 .link_email
{
    float:left;
    color: #b0bfc8;
    text-decoration: none; 
    
    padding-left: 5px;
    padding-right: 5px;
} 
      
 .link_email:hover
{
    border-bottom: 3px solid #71535c;
    padding-bottom: 2px;
} 
   
    
    .link_phone
{
    float:right;
    color: #b0bfc8;
    text-decoration: none; 
    
    padding-left: 5px;
    padding-right: 5px;
} 
      
 .link_phone:hover
{
    border-bottom: 3px solid #71535c;
    padding-bottom: 2px;
} 
    