@import url(http://fonts.googleapis.com/css?family=Roboto);

/* HEADER */
header{
    width:100%;
    height:165px;
    display:block;
}
#content_header{
    margin:0 auto;
    width:900px; /* modelo */
    height:165px; /* modelo */
    display:block;
}

#logo{
    float:left;
    width:263px;
    height:76px;
    margin-top:50px;
    margin-left:0px;
}

nav#menu{
    float:right;
    margin-top:75px;
}
nav#menu ul li{
    float:left;
    background:url("../img/dots_menu.png") no-repeat left center;
    padding-left:25px;
    padding-right:15px;
    font:normal 14px 'Roboto','Arial',sans-serif;
}

nav#menu ul li.first{
    background:none;
}
nav#menu ul li.last{
    padding-right:0px;
}

nav#menu ul li a{
    color:#444243;
}
nav#menu ul li a:hover{
    color:#1a6bad;
}

/* FOOTER */
footer{
    width:100%;
    display:block;
    height:157px;
    background:url("../img/bg_footer.jpg") repeat-x center bottom;
}
#content_footer{
    margin:0 auto;
    display:block;
    width:900px;
    height:156px;
}

#content_footer figure{
    float:left;
    margin-top:48px;
    width:128px;
    height:40px;
}
.logo_m{
    float:left;
    margin-top:49px;
    width:120px;
    height:38px;
    margin-left:40px;
}
.logo_bf{
    float:left;
    margin-top:62px;
    width:120px;
    height:19px;
    margin-left:40px;
}

#endereco_site{
    float:right;
    margin-top:22px;
    text-align:right;
    font:normal 15px 'Roboto','Arial',sans-serif;
    color:#bfbfbf;
    line-height:22px;
}
.face_ar{
    float:left;
    margin-top:50px;
    margin-left:85px;
    width:36px;
    height:36px;
}
#data_site{
    display:table;
    width:900px;
    height:125px;
}

.direitos{
    float:left;
    margin-top:5px;
    padding:10px 0px;
    font:normal 11px 'Roboto','Arial',sans-serif;
    color:#888;
}
.direitos a{
    color:#888;
}

a.vale{
    float:right;
    width:49px;
    height:13px;
    margin-top:15px;
}

/* CONTEUDO CENTRAL  */
#wrap{
    width:100%;
    height:auto;
    background:url("../img/bg_content.jpg") no-repeat center top;
    display:table;
}
#content_middle{
    margin:0 auto;
    margin-top:30px;
    display:table;
    height:auto;
    width:950px;
    background:#FFF;
    
}

#banner{
    margin:0 auto;
    width:900px;
    border:0px solid gray;
    height:325px;
    display:table;
    position:relative;
}


.pics { height: 323px; width: 405px; padding:0; margin:0; overflow: hidden }
.pics img { height: 325px; width: 405px;}

#featured {
    width:900px;
    height:325px;

    overflow: hidden; }

#featured a{
    width:900px;
    height:325px;
    display:block;
}

#prev{
    width:20px;
    height:28px;
    text-indent: -9999px;
    position: absolute;
    z-index: 222;
    cursor: pointer;
    background: url(../img/arrow_esquerda.png) no-repeat;
    left:-25px;
    top:110px; 
}

#next{
    width:20px;
    height:28px;
    text-indent: -9999px;
    position: absolute;
    z-index: 222;
    cursor: pointer;
    background: url(../img/arrow_direita.png) no-repeat;
    right:480px;
    top:110px;
}

.legend{
    float:right;
    width:390px;
    height:auto;
    text-align: left;
    margin-right:15px;
    margin-top:30px;
    font:bold italic 38px 'Roboto','Arial',sans-serif;
    color:#FFF;
    line-height:42px;
}

.vermais{
    float:left;
    margin-top:0px;
    color:#ccc;
    font-size:15px;
}

#secao_busca{
    float:right;
    position:relative;
    z-index:333;
    margin-top:-135px;
    border:0px solid red;
    width:387px;
    padding:15px 0px 15px 15px;
    height:85px;
    display:table;
}
#secao_busca h6{
    float:left;
    width:370px;
    font:italic 18px 'Roboto','Arial',sans-serif;
    color:#134160;
}
#secao_busca #product{
    background:#ddd;
    float:left;
    margin-top:15px;
    width:295px;
    padding:14px;
    font:normal 15px 'Roboto','Arial',sans-serif;
    color:#888;
}
#secao_busca .bt_search{
    float:right;
    margin-top:15px;
}




h1{
    width:100%;
    display:table;
    margin-top:15px;
    margin-bottom:10px;
    font:bold italic 20px 'Roboto','Arial',sans-serif;
    color:#0b3b5c;
}
p{
    font:normal 16px 'Roboto','Arial',sans-serif;
    color:#646464;
    margin-bottom:10px;
    line-height:24px;
}