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

body{
    background:url(../images/bg_site.jpg);
}
#header {
    height: 172px;
    background: url(../images/structure.jpg) repeat-x;
    position: relative;
    z-index: 100;
}
#header .headerContainer {
    width: 940px;
    margin: 0 auto;
    position: relative;
    font: normal 14px 'Source Sans Pro', Arial, sans-serif;
}
#header .headerContainer ul{
    float:left;
    margin-bottom:0;	
}
#header .headerContainer ul li{
    list-style:none;
    float: left;
    margin: 8px 7px 0;
}
#header .headerContainer ul li a {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-decoration:none;
}
#header .headerContainer ul .marista{
    display: block;
    overflow: hidden;
    background: url(../images/marista.jpg);
    width: 33px;
    height: 37px;
    margin: 0 7px 0 0;
}
#header .headerContainer .phone{
    float: right;
    position: relative;	
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 39px 0px 0px;
}
#header .headerContainer .logo {
    background: url(https://s3-us-west-2.amazonaws.com/logos.ftd.com.br/sprite_structure_new.png) 0 -342px no-repeat;
    width: 166px;
    height: 90px;
    position: absolute;
    top: 61px;
    left: 20px;
}
.borda{
    display: inline-block;
    width: 100%;
    border-bottom: solid 3px #054b91;
    height: 131px;	
}