@charset "UTF-8";
/* CSS Document */

h3{
padding: 5px 0 5px 0;
font-weight: bold;
font-size: 14px;
}

ul.contact, h3{
margin: 0 0 00;
}

ul.contact li{
color: #333;
padding: 2px 0 3px 0;
font-size: 12px;
line-height: 13px;
}


ul.contact li a{
color: #333;
}

#main{
position: relative;
}

#about{
position: absolute;
width: 400px;
font-size: 12px;
color: #000;
padding: 20px 30px 30px 30px;
height: 359px;
background: url('../images/bg-white-half.png');
left: 40px;
top: 50px;
overflow: hidden;
z-index: 100;
}

#clients{
height: 330px;
}

#clients li{
width: 50%;
float: left;
}

#about p{
margin: 0 0 10px 0;
}