/* CSS Document */

#contact_header{
font-size:30px;
color:#8eb0df;
margin-left:120px;
}

#contacts{
margin-left:125px;
margin-top:25px;
}

#contacts ul{
list-style:none;
float:left;
margin-right:1px;
}

#contacts ul li{
background-repeat:no-repeat;
width:284px;
height:140px;
margin-bottom:1px;
}

.contact_info{
line-height:18px;
font-size:11px;
color:#ffffff;
padding-left:160px;
padding-top:20px;
}

.contact_info_header{
color:#8eb0df;
font-size:14px;
}

#contacts_email{
background-image:url(../images/contact_email.gif);
background-repeat:no-repeat;
width:570px;
height:46px;
line-height:46px;
text-align:center;
font-size:14px;
color:#04356c;
margin-left:125px;
margin-top:25px;
}

#contacts_email a{
font-size:14px;
color:#04356c;
text-decoration:none;
}

#contacts_email a:hover{
text-decoration:underline;
}