﻿html, body{margin:0;padding:0;height:100%;}

body{background:url(../images/bg_pattern.jpg) repeat center top;}

*{outline:none;}

img{border:0;}

p{margin:0;}

ul{margin:0;padding:0;list-style:none;}

.clearboth{clear:both;}

/***************************************************************/

.body_bg{background:url(../images/bg_pattern.jpg) repeat center top;}

.fundo1{
    background:url(../images/background_01.jpg) no-repeat center top;
}
.fundo2{
    background:url(../images/background_02.jpg) no-repeat center top;
}
.fundo3{
    background:url(../images/background_03.jpg) no-repeat center top;
}

.fundo1_header{
    background:url(../images/background_01_header.jpg) no-repeat center top;
}
.fundo2_header{
    background:url(../images/background_02_header.jpg) no-repeat center top;
}
.fundo3_header{
    background:url(../images/background_03_header.jpg) no-repeat center top;
}

.fundo1_conteudo{
    background:url(../images/background_01_conteudo.jpg) no-repeat center top;
}
.fundo2_conteudo{
    background:url(../images/background_02_conteudo.jpg) no-repeat center top;
}
.fundo3_conteudo{
    background:url(../images/background_03_conteudo.jpg) no-repeat center top;
}

/***************************************************************/

#container{
    position:absolute;
    top:0;
    width:100%;
    min-height:100%;
}

/***************************************************************/

    #header{
        position:relative;
        top:0;
        width:100%;
        height:111px;
        margin:0 auto;
        z-index: 10000;
    }
        #header_container{
            width:939px;
            height:111px;
            margin:0 auto;
        }
            #header_logo{
                float:left;
                width:255px;
                height:89px;
                margin-top:22px;
            }
            #header_menu{
                float:right;
                width:663px;
                height:89px;
                margin-top:22px;
            }
                #header_menu_principal{
                    width:663px;
                    height:33px;
                    background:url(../images/menu_principal_bg.png) no-repeat left top;
                }
                    #header_menu_principal div{
                        float:right;
                    }
                #header_menu_encontre{
                    width:663px;
                    height:56px;
                }
                    #header_menu_escolha{
                        float:left;
                        width:292px;
                        height:56px;
                        background:url(../images/menu_escolha_bg.png) no-repeat;
                    }
                        #header_menu_escolha select{
                            margin:27px 0 0 18px;
                            font-family:Arial;
                            font-size:11px;
                            color:#bcb2a7;
                            width:209px;
                            height:18px;
                            background:#4b3a2b url(../images/bg_select.gif) repeat-x;
                            border:none;
                        }
                        #header_menu_escolha select option{
                            background-color:#4b3a2b;
                            border:none;
                        }
                    #header_menu_encontre_tit{
                        float:left;
                        width:371px;
                        height:26px;
                        background:url(../images/menu_encontre.png) no-repeat;
                    }
                    .header_menu_enc_bar{
                        width: 276px;
                        height: 30px;
                        background: url(../images/bg_menu.jpg) repeat-x;
                        float: left;
                    }
                    .header_menu_enc_bt{
                        float:left;
                        cursor:pointer;
                    }
                /* sub menu superficie */
                #dvSuperficie{
                    display:none;
                    position:absolute;
                    z-index:9999;
                }
                .header_sub_menu_superficie{
                    width:663px;
                }
                    #sub_sup_top{
                        float:left;
                        width:663px;
                        height:8px;
                        background:url(../images/sub_menu_top.png) no-repeat;
                    }
                    #sub_sup_conteudo{
                        float:left;
                        width:663px;
                        height:141px;
                        background-color:#433223;
                        font-family:Arial;
                        font-size:12px;
                        color:#d1ccbb;
                        line-height:23px;
                    }
                    #sub_sup_conteudo a{
                        color:#d1ccbb;
                        text-decoration:none;
                    }
                    #sub_sup_conteudo a:hover{
                        color:#e5843d;
                        text-decoration:none;
                    }
                        #sup_cont_1{
                            float:left;
                            width:83px;
                        }
                        #sup_cont_2{
                            float:left;
                            width:2px;
                            height:100%;
                            background:url(../images/linha_vertical.gif) repeat-y;
                        }
                        #sup_cont_3{
                            float:left;
                            width:170px;
                            padding-top:3px;
                            padding-left:15px;
                        }
                        #sup_cont_4{
                            float:left;
                        }
                        #sup_cont_5{
                            float:left;
                            width:2px;
                            height:100%;
                            background:url(../images/linha_vertical.gif) repeat-y;
                        }
                        #sup_cont_6{
                            float:left;
                            width:308px;
                            padding-top:3px;
                            padding-left:15px;
                        }
                            #sup_cont_6 ul li{
                                float:left;
                                width:150px;
                            }
                    #sub_sup_bottom{
                        float:left;
                        width:663px;
                        height:10px;
                        background:url(../images/sub_menu_bottom.png) no-repeat;
                    }
                /* sub menu superficie */
                
                /* sub menu aplicação */
                #dvAplicacao{
                    display:none;
                    position:absolute;
                    z-index:9999;
                }
                .header_sub_menu_aplicacao{
                    width:663px;
                }
                    #sub_apl_top{
                        float:left;
                        width:663px;
                        height:8px;
                        background:url(../images/sub_menu_top.png) no-repeat;
                    }
                    #sub_apl_conteudo{
                        float:left;
                        width:663px;
                        height:167px;
                        background-color:#433223;
                        font-family:Arial;
                        font-size:12px;
                        color:#d1ccbb;
                        line-height:23px;
                    }
                    #sub_apl_conteudo a{
                        color:#d1ccbb;
                        text-decoration:none;
                    }
                    #sub_apl_conteudo a:hover{
                        color:#e5843d;
                        text-decoration:none;
                    }
                        #apl_cont_1{
                            float:left;
                            width:268px;
                            height:100%;
                        }
                        #apl_cont_2{
                            float:left;
                            width:2px;
                            height:100%;
                            background:url(../images/linha_vertical.gif) repeat-y;
                        }
                        #apl_cont_3{
                            float:left;
                            width:350px;
                            padding-top:3px;
                            padding-left:15px;
                        }
                    #sub_apl_bottom{
                        float:left;
                        width:663px;
                        height:10px;
                        background:url(../images/sub_menu_bottom.png) no-repeat;
                    }
                /* sub menu aplicação */
                
                /* sub menu acabamento */
                #dvAcabamento{
                    display:none;
                    position:absolute;
                    z-index:9999;
                }
                .header_sub_menu_acabamento{
                    width:663px;
                }
                    #sub_aca_top{
                        float:left;
                        width:663px;
                        height:8px;
                        background:url(../images/sub_menu_top.png) no-repeat;
                    }
                    #sub_aca_conteudo{
                        float:left;
                        width:663px;
                        height:167px;
                        background-color:#433223;
                        font-family:Arial;
                        font-size:12px;
                        color:#d1ccbb;
                        line-height:23px;
                    }
                    #sub_aca_conteudo a{
                        color:#d1ccbb;
                        text-decoration:none;
                    }
                    #sub_aca_conteudo a:hover{
                        color:#e5843d;
                        text-decoration:none;
                    }
                        #aca_cont_1{
                            float:left;
                            width:268px;
                            height:100%;
                        }
                        #aca_cont_2{
                            float:left;
                            width:2px;
                            height:100%;
                            background:url(../images/linha_vertical.gif) repeat-y;
                        }
                        #aca_cont_3{
                            float:left;
                            width:350px;
                            padding-top:3px;
                            padding-left:15px;
                        }
                    #sub_aca_bottom{
                        float:left;
                        width:663px;
                        height:10px;
                        background:url(../images/sub_menu_bottom.png) no-repeat;
                    }
                /* sub menu acabamento */
                
                /* sub menu cor */
                #dvCor{
                    display:none;
                    position:absolute;
                    z-index:9999;
                }
                .header_sub_menu_cor{
                    width:663px;
                }
                    #sub_cor_top{
                        float:left;
                        width:663px;
                        height:8px;
                        background:url(../images/sub_menu_top.png) no-repeat;
                    }
                    #sub_cor_conteudo{
                        float:left;
                        width:663px;
                        height:165px;
                        background-color:#433223;
                        font-family:Arial;
                        font-size:12px;
                        color:#d1ccbb;
                        line-height:23px;
                    }
                    #sub_cor_conteudo a{
                        color:#d1ccbb;
                        text-decoration:none;
                    }
                    #sub_cor_conteudo a:hover{
                        color:#e5843d;
                        text-decoration:none;
                    }
                        #cor_cont_1{
                            float:left;
                            width:268px;
                            height:100%;
                        }
                        #cor_cont_2{
                            float:left;
                            width:2px;
                            height:100%;
                            background:url(../images/linha_vertical.gif) repeat-y;
                        }
                        #cor_cont_3{
                            float:left;
                            width:350px;
                            padding-top:3px;
                            padding-left:15px;
                        }
                            #cor_cont_3 ul li{
                                float:left;
                                width:175px;
                            }
                    #sub_cor_bottom{
                        float:left;
                        width:663px;
                        height:10px;
                        background:url(../images/sub_menu_bottom.png) no-repeat;
                    }
                /* sub menu cor */ 
                
                /* sub menu filtro */
                #ctl00_dvFiltro{
                    display:none;
                    position:absolute;
                    width: 394px;
                    margin: 0 0 0 269px;
                    /*padding: 14px 0;*/
                    /*background-color: #433223;*/
                    /*-moz-border-radius: 7px;
                    border-radius: 7px;*/
                    z-index:9999;
                } 
                
                #ctl00_dvFiltro #sub_filtro_conteudo
                {
                    padding: 5px 0;
                    background-color: #433223;
                }
                
                #ctl00_dvFiltro div.form
                {
                    padding: 6px 37px;
                    overflow: hidden;
                }
                
                #ctl00_dvFiltro label
                {
                    display: block;
                    font-family: Arial;
                    font-size: 13px;
                    color: #d1ccbb;
                    width: 107px;
                    float: left;
                }
                
                #ctl00_dvFiltro select
                {
                    width: 210px;
                    background: url("../images/bg_select.gif") repeat-x scroll 0 0 #4B3A2B;
                    border: medium none;
                    color: #BCB2A7;
                    font-family: Arial;
                    font-size: 11px;
                    height: 18px;
                    float: left;
                }
                
                #ctl00_dvFiltro input
                {
                    margin: 12px 0 0 0;
                    float: right;
                }
                
                #ctl00_dvFiltro #sub_filtro_top
                {
                    height: 8px;
                    width: 394px;
                    padding: 0;
                    background: url("../images/sub_menu_top_filtro.png") no-repeat;
                }
                
                #ctl00_dvFiltro #sub_filtro_bottom
                {
                    height: 8px;
                    width: 394px;
                    padding: 0;
                    background: url("../images/sub_menu_bottom_filtro.png") no-repeat;
                }
                
                             

/***************************************************************/
    
    #conteudo_home{
        position:relative;
        top:0;
        width:100%;
        height:481px;
        margin:0 auto;
        padding-bottom:76px;
    }
        #home_container{
            width:939px;
            height:481px;
            margin:0 auto;
        }
            #home_box{
                float:left;
                width:939px;
                height:166px;
                margin-top:230px;
            }
                #box_produtos{
                    float:left;
                    width:510px;
                    height:166px;
                }
                     #box_produtos img{
                         margin:125px 0 0 30px;
                     }
                #box_lojas{
                    float:right;
                    width:400px;
                    height:166px;
                    background:url(../images/bg_box_lojas.png) no-repeat;
                }
                    #box_lojas img{
                        margin:117px 0 0 30px;
                    }
                    
/***************************************************************/

    #conteudo_sparlack{
        position:relative;
        top:0;
        width:100%;
        height:938px;
        margin:0 auto;
        padding-bottom:76px;
    }
        #sparlack_container{
            width:939px;
            height:888px;
            margin:0 auto;
            padding-top:50px;
        } 
            #sparlack_titulo{
                width:939px;
                height:44px;
                text-align:right;
            }
            #sparlack_conteudo{
                width:939px;
                height:838px;
                margin-top:8px;
                background-color:#fff;
            }
                #sparlack_banner{
                    float:left;
                    width:929px;
                    height:282px;
                    margin:4px 0 0 5px;
                }
                #sparlack_cont_1{
                    float:left;
                    width:869px;
                    height:229px;
                    margin:40px 0 0 30px;
                }
                    #sparlack_cont_1_img{
                        float:right;
                    }
                #sparlack_cont_2{
                    float:left;
                    width:869px;
                    height:244px;
                    margin:0 0 0 30px;
                }
                    #sparlack_cont_2_esq{
                        float:left;
                        width:465px;
                    }
                        #sparlack_cont_2_div{
                            float:right;
                        }
                    #sparlack_cont_2_dir{
                        float:right;
                        width:368px;
                    }
                        #sparlack_cont_2_txt7{
                            float:right;
                            margin-top:76px;
                        }
                        #sparlack_cont_2_txt8{
                            float:right;
                        }
                        
/***************************************************************/

    #conteudo_produtos{
        position:relative;
        top:0;
        width:100%;
        margin:0 auto;
        padding-bottom:76px;
    }
        #produtos_container{
            width:939px;
            margin:0 auto;
            padding-top:50px;
        } 
            #produtos_titulo{
                width:939px;
                height:44px;
            }
                #produtos_titulo_pag{
                    float:right;
                }
                #produtos_titulo_prod{
                    float:left;
                    padding:23px 0 0 5px;
                }
                    #produtos_titulo_prod p{
                        background-color:#e6a236;
                        font-family:Arial;
                        font-size:15px;
                        color:#fff;
                        padding:2px 11px 2px 11px;
                    }
            #produtos_conteudo{
                float:left;
                width:939px;
                margin-top:8px;
                background-color:#fff;
            }
                #produtos_banner{
                    float:left;
                    width:929px;
                    height:282px;
                    margin:4px 0 0 5px;
                }
                #produtos_margin_top{
                    float:left;
                    width:929px;
                    height:31px;
                    margin-left:5px;
                }
                /* repeat */
                .prod_container{
                    width:788px;
                    margin-left:51px;
                }
                    .prod_img{
                        float:left;
                        width:236px;
                        height:218px;
                    }
                    .prod_tit{
                        float:left;
                        width:532px;
                        height:72px;
                        margin-left:20px;
                    }
                        .prod_tit p{
                            font-family:Arial;
                            font-size:18px;
                            font-weight:bold;
                            color:#4f63a2;
                            padding-top:47px;
                        }
                    .prod_div_azul{
                        float:left;
                        width:532px;
                        height:3px;
                        margin-left:20px;
                    }
                    .prod_desc{
                        float:left;
                        width:532px;
                        margin-left:20px;
                    }
                        .prod_desc p{
                            font-family:Arial;
                            font-size:13px;
                            color:#686766;
                            padding:20px 0 20px 0;
                        }
                    .prod_mais{
                        float:right;
                        width:532px;
                        margin-left:20px;
                        text-align:right;
                    }
                    .prod_margin_bottom{
                        float:left;
                        width:788px;
                        height:15px;
                    }
                    .prod_div_cinza{
                        float:left;
                        width:788px;
                        height:3px;
                    }
                /* repeat */
                #produtos_margin_bottom{
                    float:left;
                    width:929px;
                    height:50px;
                    margin-left:5px;
                }
                
/***************************************************************/

    #modal_certificado{
        width:801px;
        display:none;
    }
        #modal_cert_topo{
            width:801px;
            height:9px;
            background:url(../images/modal_certificado_top.png) no-repeat;
        }
        #modal_cert_middle{
            width:801px;
            background-color:#f8f8f6;
        }
            .modal_cert_fechar{
                text-align:right;
                padding-right:9px;
            }
            .modal_cert_titulo{
	            font-family:Arial;
                    font-size:18px;
                    font-weight:bold;
                    color:#686766;
                    padding:0 0 0 39px;
            }
	            #modal_cert_middle img{
                            padding:0 0 0 39px;
	            }            
            .modal_cert_texto{
                font-family:Arial;
                font-size:13px;
                line-height:17px;
                color:#686766;
                padding:15px 29px 21px 39px;
            }
        #modal_cert_bottom{
            width:801px;
            height:8px;
            background:url(../images/modal_certificado_bottom.png) no-repeat;
        }
    
    #conteudo_prod_det{
        position:relative;
        top:0;
        width:100%;
        margin:0 auto;
        padding-bottom:76px;
    }
        #prod_det_container{
            width:939px;
            margin:0 auto;
            padding-top:50px;
        } 
            #prod_det_titulo{
                width:939px;
                height:44px;
            }
                #prod_det_titulo_pag{
                    float:right;
                }
                #prod_det_titulo_prod{
                    float:left;
                    padding:23px 0 0 5px;
                }
                    #prod_det_titulo_prod p{
                        background-color:#e6a236;
                        font-family:Arial;
                        font-size:15px;
                        color:#fff;
                        padding:2px 11px 2px 11px;
                    }
            #prod_det_conteudo{
                float:left;
                width:939px;
                margin-top:8px;
                background-color:#fff;
            }
                #prod_det_banner{
                    float:left;
                    width:929px;
                    height:282px;
                    margin:4px 0 0 5px;
                }
                
                #prod_det_tit{
                    float:left;
                    width:869px;
                    height:59px;
                    margin-left:35px;
                }
                    #prod_det_tit p{
                        font-family:Arial;
                        font-size:21px;
                        font-weight:bold;
                        color:#4f63a2;
                        padding-top:33px;
                    }
                #prod_det_div_azul{
                    float:left;
                    width:869px;
                    height:19px;
                    margin-left:35px;
                }
                #prod_det_cont{
                    float:left;
                    width:869px;
                }
                    #prod_det_cont_menu{
                        float:left;
                        width:869px;
                        height:40px;
                        margin-left:35px;
                        background:url(../images/prod_int_bg_menu.gif) no-repeat center top;
                    }
                        .prod_det_cont_menu{
                            float:left;
                            cursor:pointer;
                        }
                        .prod_det_cont_menu_compl{
                            float:right;
                            height:40px;
                            width:100px;
                            background:url(../images/prod_int_topo_menu.gif) no-repeat right top;
                        }
                    #prod_det_cont_miolo{
                        float:left;
                        width:869px;
                        /*height:250px;*/
                        margin-left:35px;
                        background-color:#f7f6f5;
                    }
                    /* descrição */
                        #prod_det_des{
                            width:869px;
                            display:block;
                        }
                            #prod_det_des_img{
                                float:left;
                                padding:58px 0 0 43px;
                            }
                            #prod_det_des_div{
                                float:left;
                                padding-left:30px;
                            }
                            #prod_det_des_txt{
                                float:left;
                                width:428px;
                                font-family:Arial;
                                padding:28px 0 0 51px;
                            }
                                .des_txt_tit{
                                    font-size:18px;
                                    color:#504f4e;
                                    padding-bottom:10px;
                                }
                                .des_txt_texto{
                                    font-size:13px;
                                    line-height:16px;
                                    color:#686766;
                                    padding-bottom:25px;
                                }
                                .des_txt_tit2{
                                    font-size:16px;
                                    color:#504f4e;
                                    padding-bottom:2px;
                                }
                                .des_txt_itens{
                                    width:428px;
                                    /*height:24px;*/
                                    background-color:#e7e6e5;
                                    margin-top:5px;
                                }
                                    .des_txt_itens p{
                                        font-size:13px;
                                        color:#686766;
                                        line-height:24px;
                                        padding-left:14px;
                                    }
                    /* informações */
	                    #prod_det_inf{
		                    width:869px;
                                    display:none;
                                    font-family:Arial;
                            }
                                    #prod_det_inf_tit{
                	                    width:769px;
                                            padding:28px 0 18px 50px;
		                    }
                	                    #prod_det_inf_tit p{
                        	                    font-size:18px;
                                                    color:#504f4e;
                                            }
                                    #prod_det_inf_det{
                                        width:769px;
                                        padding:0 0 0 50px;
                                        font-family:Arial;
                                        font-size:13px;
                                        color:#686766;
                                    }
                 	                        #prod_det_inf_det div{
                 	                            background:#fff;
                 	                            border:1px solid #ededec;
                 	                            border-right:none;
                 	                        }
                 	                        .inf_det_tit{
                        	                    font-weight:bold;
                        	                    margin: 0 0 0 46px;
                                                padding:6px 9px 6px 9px;
                                                background-color:#e7e6e5;
                                             }
                                             .inf_det_txt{
                         	                    background:#f7f6f4;
                         	                    border-left:1px solid #ededec;
                         	                    margin: 0 0 0 46px;
                         	                    padding:9px;
                                             }                                             
                                             .inf_det_thumb{
                         	                    background:#fff;
                         	                    float:left;
                         	                    display:block;
                         	                    height:100%;
                         	                    width:46px;
                                             }                                    
                    /* cores disponiveis */
                        #prod_det_cor{
                            width:869px;
                            display:none;
                            font-family:Arial;
                        }
                            #prod_det_cor_tit{
                                width:769px;
                                padding:28px 0 66px 50px;
                            }
                                #prod_det_cor_tit p{
                                    font-size:18px;
                                    color:#504f4e;
                                }
                            #prod_det_cores{
                                float:left;
                                width:769px;
                                padding:0 0 44px 50px;
                                text-align:center;
                            }
                                .prod_det_cores_estilo{
                                    font-size:13px;
                                    color:#686766;
                                    padding:19px 0 19px 0;
                                }
                            #prod_det_cor_instr{
                                clear:both;
                                width:869px;
                                padding-top:20px;
                            }
                                #prod_det_cor_instr p{
                                    font-size:11px;
                                    color:#504f4e;
                                    text-align:center;
                                }
                    /* ficha técnica (fispq's) */
                        #prod_det_fic{
                            width:869px;
                            display:none;
                            font-family:Arial;
                        }
                            #prod_det_fic_tit{
                                width:769px;
                                padding:28px 0 26px 50px;
                            }
                                #prod_det_fic_tit p{
                                    font-size:18px;
                                    color:#504f4e;
                                }
                            #prod_det_fic_desc{
                                width:769px;
                                padding:0 0 25px 50px;
                            }
                                #prod_det_fic_desc p{
                                    font-size:13px;
                                    line-height:16px;
                                    color:#686766;
                                }
                            .prod_det_fic_pdf{
                                /*width:769px;*/
                                padding:3px 0 0 50px;
                                font-size:13px;
                                line-height:16px;
                                color:#686766;
                            }
                                .prod_det_fic_pdf img{
                                    vertical-align:middle;
                                }
                                .prod_det_fic_pdf a{
                                    padding-left:10px;
                                    color:#686766;
                                }
                            #prod_det_fic_div{
                                width:769px;
                                padding:69px 0 0 50px;
                            }
                            #prod_det_fic_adobe{
                                width:769px;
                                padding:15px 0 0 50px;
                                font-size:10px;
                                color:#686766;
                                line-height:13px;
                            }
                                #prod_det_fic_adobe img{
                                    float:left;
                                    vertical-align:middle;
                                }
                                #prod_det_fic_adobe p{
                                    padding:5px 0 0 122px;
                                }
                                #prod_det_fic_adobe a{
                                    color:#686766;
                                }
                    /* fichas técnicas */
                        #prod_det_fic_tec{
                            width:869px;
                            display:none;
                            font-family:Arial;
                        }
                            #prod_det_fic_tec_tit{
                                width:769px;
                                padding:28px 0 26px 50px;
                            }
                                #prod_det_fic_tec_tit p{
                                    font-size:18px;
                                    color:#504f4e;
                                }
                            #prod_det_fic_tec_desc{
                                width:769px;
                                padding:0 0 25px 50px;
                            }
                                #prod_det_fic_tec_desc p{
                                    font-size:13px;
                                    line-height:16px;
                                    color:#686766;
                                }
                            .prod_det_fic_tec_pdf{
                                /*width:769px;*/
                                padding:3px 0 0 50px;
                                font-size:13px;
                                line-height:16px;
                                color:#686766;
                            }
                                .prod_det_fic_tec_pdf img{
                                    vertical-align:middle;
                                }
                                .prod_det_fic_tec_pdf a{
                                    padding-left:10px;
                                    color:#686766;
                                }
                            #prod_det_fic_tec_div{
                                width:769px;
                                padding:69px 0 0 50px;
                            }
                            #prod_det_fic_tec_adobe{
                                width:769px;
                                padding:15px 0 0 50px;
                                font-size:10px;
                                color:#686766;
                                line-height:13px;
                            }
                                #prod_det_fic_tec_adobe img{
                                    float:left;
                                    vertical-align:middle;
                                }
                                #prod_det_fic_tec_adobe p{
                                    padding:5px 0 0 122px;
                                }
                                #prod_det_fic_tec_adobe a{
                                    color:#686766;
                                }
                    /* certificado de garantia */
                         #prod_det_cert{
                            width:869px;
                            display:none;
                            font-family:Arial;
                        }
                            #prod_det_cert_tit{
                                width:769px;
                                padding:28px 0 20px 50px;
                            }
                                #prod_det_cert_tit p{
                                    font-size:18px;
                                    color:#504f4e;
                                }
                            #prod_det_cert_texto{
                                width:769px;
                                padding:0 0 0 50px;
                                line-height:16px;
                                color:#686766;
                            }
                                #prod_det_cert_rec{
                                    font-size:13px;
                                    padding-bottom:10px;
                                }
                                .prod_det_cert_recomend{
                                    width:769px;
                                    /*height:24px;*/
                                    background-color:#e7e6e5;
                                    margin-top:5px;
                                }
                                    .prod_det_cert_recomend p{
                                        padding-left:10px;
                                        font-size:13px;
                                        line-height:24px;
                                    }
                                #prod_det_cert_mais{
                                    width:769px;
                                    margin-top:22px;
                                }
                                    #prod_det_cert_mais a{
                                        text-decoration:underline;
                                        font-size:13px;
                                        color:#686766;
                                        padding:0 0 0 10px;
                                    }
                                    #prod_det_cert_mais img{
                                        vertical-align:middle;
                                    }
                    #prod_det_cont_rodape{
                        float:left;
                        width:869px;
                        height:37px;
                        margin-left:35px;
                        background:url(../images/prod_int_bottom.png) no-repeat;
                    }
                #prod_det_rodape{
                    float:left;
                    width:869px;
                    height:54px;
                    margin:2px 0 0 35px;
                    background:url(../images/prod_int_rodape.png) no-repeat;
                }
                    #prod_det_rodape img{
                        vertical-align:middle;
                    }
                    #prod_det_rodape a{
                        font-family:Arial;
                        font-size:13px;
                        color:#686766;
                        text-decoration:none;
                    }
                    #prod_det_voltar{
                        float:left;
                        padding:19px 0 0 21px;
                    }
                    #prod_det_proximo{
                        float:right;
                        padding:19px 21px 0 0;
                    }
                #prod_det_margin_bottom{
                    float:left;
                    width:929px;
                    height:31px;
                    margin-left:5px;
                }
                
/***************************************************************/

    #conteudo_lojas_busca{
        position:relative;
        top:0;
        width:100%;
        margin:0 auto;
        padding-bottom:76px;
    }
        #lojas_busca_container{
            width:939px;
            margin:0 auto;
            padding-top:50px;
        } 
            #lojas_busca_titulo{
                width:939px;
                height:44px;
            }
                #lojas_busca_titulo_pag{
                    float:right;
                }
            #lojas_busca_conteudo{
                float:left;
                width:939px;
                margin-top:8px;
                background-color:#fff;
            }
                #lojas_busca_banner{
                    float:left;
                    width:929px;
                    height:108px;
                    margin:4px 0 0 5px;
                }
                #lojas_busca_intro{
                    float:left;
                    width:929px;
                    height:79px;
                    margin:0 0 0 5px;
                    background:url(../images/lojas_busca_intro.gif) no-repeat 34px top;
                }
                #lojas_busca{
                    float:left;
                    width:929px;
                    height:209px;
                    margin:0 0 0 5px;
                }
                    #lojas_busca_container_busca{
                        float:left;
                        width:464px;
                        height:209px;
                        margin:0 0 0 34px;
                        background:url(../images/lojas_busca_bg.gif) no-repeat;
                    }
                        #lojas_busca_form{
                            width:310px;
                            height:140px;
                            margin:40px 0 0 65px;
                            font-family:Arial;
                            font-size:13px;
                            color:#686766;
                        }
                        #lojas_busca_form .align_right{
                            text-align:right;
                        }
                        #lojas_busca_form .linha_altura{
                            height:40px;
                        }
                        #lojas_busca_form select{
                            width:240px;
                            height:19px;
                            border:none;
                            background-color:#3d3d3d;
                            font-family:Arial;
                            font-size:11px;
                            color:#b3aaa1;
                        }
                    #lojas_busca_texto{
                        float:left;
                        width:431px;
                        height:209px;
                        background:url(../images/lojas_busca_texto.gif) no-repeat;
                    }
                #lojas_voltar{
	                float:left;
                    width:929px;
                    height:20px;
                    margin:20px 0 0 5px;
                }
	                #lojas_voltar_bt{
        	            padding-left:63px;
	                }
    	                #lojas_voltar_bt img{
        	                vertical-align:middle;
                        }
                        #lojas_voltar_bt a{
        	                font-family:Arial;
                            font-size:13px;
                            color:#686766;
                            text-decoration:none;
                        }
                #lojas_busca_margin_bottom{
                    float:left;
                    width:929px;
                    height:70px;
                    margin-left:5px;
                    text-align: center;
                }
                    #ctl00_ContentPlaceHolder1_UPLoading{
                        padding-top:25px;
                    }
                
/***************************************************************/

    /*#conteudo_lojas{
        position:relative;
        top:0;
        width:100%;
        margin:0 auto;
        padding-bottom:76px;
    }*/
        #lojas_container{
            width:939px;
            margin:0 auto;
            padding-top:50px;
        } 
            #lojas_titulo{
                width:939px;
                height:44px;
            }
                #lojas_titulo_pag{
                    float:right;
                }
            #lojas_conteudo{
                float:left;
                width:939px;
                margin-top:8px;
                background-color:#fff;
            }
                #lojas_banner{
                    float:left;
                    width:929px;
                    height:108px;
                    margin:4px 0 0 5px;
                }
                #lojas_topo{
                    float:left;
                    width:929px;
                    height:37px;
                    margin:26px 0 0 5px;
                }
                    #lojas_topo_titulo{
                        float:left;
                        width:178px;
                        height:37px;
                        margin-left:30px;
                        background:url(../images/lojas_titulo_cidade.gif) no-repeat;
                    }
                    #lojas_topo_cidade{
                        float:left;
                        width:596px;
                        height:37px;
                    }
                        #lojas_topo_cidade p{
                            font-family:Arial;
                            font-size:14px;
                            font-weight:bold;
                            color:#686766;
                            margin-top:13px;
                        }
                    #lojas_topo_imprimir{
                        float:left;
                        width:96px;
                        height:37px;
                    }
                #lojas_divisao{
                    float:left;
                    width:929px;
                    height:14px;
                    margin:0 0 0 5px;
                    background:url(../images/lojas_divisao.gif) no-repeat center top;
                }
                #lojas_enderecos{
                    float:left;
                    width:929px;
                    margin:0 0 0 5px;
                }
                    .end_container{
                        width:869px;
                        margin:2px 0 0 30px;
                    }
                    .end_container p{
                        font-family:Arial;
                        font-size:12px;
                        color:#686766;
                        line-height:16px;
                        padding:18px 34px 18px 34px;
                    }
                    .end_container img{
                        vertical-align:middle;
                    }
                #lojas_paginador{
                    float:left;
                    width:929px;
                    height:60px;
                    margin:0 0 0 5px;
                    text-align:center;
                    font-family:Arial;
                    font-size:12px;
                    color:#686766;
                    line-height:60px;
                }
                    #lojas_paginador a{                                        
                        padding:5px;                                        
                        color:#686766;
                        text-decoration: none;
                    }  
                    .lojas_paginador_selected{                                        
                        padding:5px;
                        font-weight: bold;
                    }                                   
                    #lojas_paginador img{
                        vertical-align:text-bottom;
                    }
                #lojas_nova_busca{
                    float:left;
                    width:929px;
                    margin:0 0 0 5px;
                    text-align:center;
                }
                #lojas_margin_bottom{
                    float:left;
                    width:929px;
                    height:70px;
                    margin-left:5px;
                }

/***************************************************************/

#modal_fale_conosco{
    width:340px;
    height:115px;
    background:url(../images/fale_conosco_modal_bg.png) no-repeat;
    display:none;
}

#modal_fale_conosco_middle{
            width:340px;
}

    .modal_fale_conosco_fechar{
        text-align:right;
        padding:9px 9px 0 0;
    }

    .modal_fale_conosco_texto{
        font-family:Arial;
        font-size:13px;
        color:#686766;
        text-align:center;
        padding-top:15px;
        }

     #conteudo_fale_conosco{
        position:relative;
        top:0;
        width:100%;
        margin:0 auto;
        padding-bottom:76px;
    }
        #fale_conosco_container{
            width:939px;
            margin:0 auto;
            padding-top:50px;
        } 
            #fale_conosco_titulo{
                width:939px;
                height:44px;
            }
                #fale_conosco_titulo_pag{
                    float:right;
                }
            #fale_conosco_conteudo{
                float:left;
                width:939px;
                margin-top:8px;
                background-color:#fff;
            }
                #fale_conosco_banner{
                    float:left;
                    width:929px;
                    height:108px;
                    margin:4px 0 0 5px;
                }
                #fale_conosco_texto{
                    float:left;
                    width:929px;
                    height:108px;
                    margin-left:5px;
                    background:url(../images/fale_conosco_texto.gif) no-repeat center center;
                }
                #fale_conosco_div{
                    float:left;
                    width:929px;
                    height:3px;
                    margin-left:5px;
                    background:url(../images/produtos_divisao_cinza.gif) no-repeat center center;
                }
                #falecon_msg_erro{
	                float:left;
	                width:929px;
	                margin:15px 0 0 8px;
	                font-family:Arial;
	                font-size:11px;
	                color:#e8650d;
                }
                     #falecon_msg_erro div{
                         line-height:16px;
                         padding-left:186px;
                     }
                #falecon_form_container{
                    float:left;
                    width:929px;
                    margin:15px 0 0 5px;
                }
                    #falecon_form_container table tr{
                        height:30px;
                    }
                    #falecon_form_container table tr td{
                        vertical-align:top;
                    }
                    .titulo_campo{
                        text-align:right;
                        font-family:Arial;
                        font-size:13px;
                        color:#686766;
                    }
                    .input_campo{
                        padding-left:10px;
                        width:250px;
                    }
                    .caracter_campo{
                        font-family:Arial;
                        font-size:11px;
                        color:#e8650d;
                    }
                    .position_form{
                        width:103px;
                    }
                    #falecon_form_container input{
                        font-family:Arial;
                        font-size:11px;
                        color:#282626;
                        background-color:#c3bdb7;
                        border:none;
                        padding-left:5px;
                        *padding-top:3px;
                        padding-top /*\**/:3px;
                        height:19px;
                        *height:16px;
                        height /*\**/:16px;
                    }
                    .input_gde{
                        width:235px;
                    }
                    .input_med{
                        width:115px;
                    }
                    .input_peq{
                        width:55px;
                    }
                    #falecon_form_container select{
                        width:240px;
                        height:19px;
                        border:none;
                        background-color:#3d3d3d;
                        font-family:Arial;
                        font-size:11px;
                        color:#b3aaa1;
                    }
                    .textarea_campo{
                        width:230px;
                        height:80px;
                        background-color:#c3bdb7;
                        border:none;
                        padding:5px;
                        overflow:auto;
                    }
                    .obrigatorios_campos{
                        padding:10px 10px 0 0;
                    }
                #falecon_enviar_container{
                    float:left;
                    width:929px;
                    margin:12px 0 0 5px;
                }
                    #falecon_enviar{
	                    float:right;
	                    width:320px;
	                    margin-right:111px;
                    }
                        #falecon_enviar_nov{
                            width:320px;
                            height:52px;
                            background-color:#f8f8f8;
                        }
                            #falecon_enviar_nov_chk{
                                float:left;
                                padding:10px 0 0 16px;
                            }
                            #falecon_enviar_nov_txt{
                                float:right;
                                width:280px;
                                font-family:Arial;
                                font-size:12px;
                                color:#686766;
                                padding-top:11px;
                            }
                        #falecon_enviar_bt{
                            width:320px;
                            margin-top:22px;
                        }
                            #falecon_enviar_bt_loading{
                                float:left;
                            }
                            #falecon_enviar_bt_enviar{
                                float:right;
                            }
                    #falecon_enviar_falecon{
                        float:left;
                        margin-left:208px;
                    }
                #fale_conosco_margin_bottom{
                    float:left;
                    width:929px;
                    height:60px;
                    margin-left:5px;
                }
                
/***************************************************************/
    
    .footer_index{
        position:relative;
        bottom:0;
        width:100%;
        height:77px;
        background:url(../images/background_footer.gif) no-repeat center top;
    }
    .footer{
        position:absolute;
        bottom:0;
        width:100%;
        height:77px;
        background:url(../images/background_footer.gif) repeat center top;
    }
        #footer_container{
            width:939px;
            height:77px;
            margin:0 auto;
        }
            #footer_cont_dir{
                float:left;
                font-family:Arial;
                font-size:11px;
                color:#9a8e88;
                margin-left:315px;
                line-height:74px;
            }
            #footer_cont_pri{
                float:left;
                font-family:Arial;
                font-size:11px;
                color:#907866;
                margin-left:3px;
                line-height:74px;
            }
                #footer_cont_pri a{
                    color:#907866;
                    text-decoration:none;
                }
            #footer_container img{
                float:right;
            }
            
/***************************************************************/

    #conteudo_politica{
        position:relative;
        top:0;
        width:100%;
        margin:0 auto;
        padding-bottom:76px;
    }
        #politica_container{
            width:939px;
            margin:0 auto;
            padding-top:50px;
        } 
            #politica_titulo{
                width:939px;
                height:44px;
            }
                #politica_titulo_pag{
                    float:right;
                }
            #politica_conteudo{
                float:left;
                width:939px;
                margin-top:8px;
                background-color:#fff;
            }
                #politica_banner{
                    float:left;
                    width:929px;
                    height:108px;
                    margin:4px 0 0 5px;
                }
                #politica_texto{
                    float:left;
                    width:869px;
                    margin:36px 0 0 35px;
                    font-family:Arial;
                    font-size:12px;
                    color:#686766;
                    line-height:16px;
                }
                    #politica_texto a{
                        color:#686766;
                    }
                #politica_margin_bottom{
                    float:left;
                    width:929px;
                    height:70px;
                    margin-left:5px;
                }
                
/***************************************************************/

    #conteudo_sustent{
        position:relative;
        top:0;
        width:100%;
        /*height:938px;*/
        margin:0 auto;
        padding-bottom:76px;
    }
        #sustent_container{
            width:939px;
            /*height:888px;*/
            margin:0 auto;
            padding-top:50px;
        } 
            #sustent_titulo{
                width:939px;
                height:44px;
                text-align:right;
            }
            #sustent_conteudo{
                width:939px;
                height:966px;
                margin-top:8px;
                background:#fff none repeat left top;
            }
                #sustent_banner{
                    float:left;
                    width:929px;
                    height:282px;
                    margin:4px 0 0 5px;
                }
                #sustent_img_txt1{
                    float:left;
                    margin:36px 0 0 5px;
                }
                #sustent_txt1{
                    float:left;
                    margin:0 0 0 5px;
                }
                    #sustent_txt1 p{
                        float:left;
                        width:544px;
                        padding:27px 15px 0 30px;
                        font-family:Arial;
                        font-size:13px;
                        color:#686766;
                        line-height:16px;
                    }
                    #sustent_txt1 img{
                        float:right;
                    }
                #sustent_txt2{
                    float:left;
                    margin:0 0 0 5px;
                    font-family:Arial;
                    font-size:13px;
                    color:#686766;
                    line-height:16px;
                }
                    #sustent_txt2 img{
                        float:left;
                    }
                    #sustent_txt2 div{
                        float:left;
                    }
                        #sustent_txt2_p1{
                            padding:61px 0 14px 8px;
                            *padding:45px 0 14px 8px;
                        }
                            #sustent_txt2_p1 a{
                                color:#686766;
                                font-weight:bold;
                            }
                        #sustent_txt2_p2{
                            line-height:38px;
                        }
                        
/***************************************************************/

    #conteudo_faq{
        position:relative;
        top:0;
        width:100%;
        /*height:938px;*/
        margin:0 auto;
        padding-bottom:76px;
    }
        #faq_container{
            width:939px;
            /*height:888px;*/
            margin:0 auto;
            padding-top:50px;
        } 
            #faq_titulo{
                width:939px;
                height:44px;
                text-align:right;
            }
            #faq_conteudo{
                width:939px;
                /*height:466px;*/
                margin-top:8px;
                padding-bottom:40px;
                background:#fff none repeat left top;
            }
                #faq_banner{
                    float:left;
                    width:929px;
                    height:108px;
                    margin:4px 0 0 5px;
                }
                #faq_img_txt1{
                    float:left;
                    margin:25px 0 0 5px;
                }
                #faq_img_txt2{
                    float:left;
                    width:929px;
                    height:101px;
                    margin:0 0 0 5px;
                    background:url(../images/faq_texto2.gif) no-repeat;
                }
                     #faq_img_txt2 div{
                         width:95px;
                         height:20px;
                         margin:55px 0 0 428px;
                     }
                     #faq_img_txt2 div img{
                         width:95px;
                         height:20px;
                         
                     }
                .faq_pergunta{
                    float:left;
                    width:869px;
                    height:24px;
                    margin:4px 0 0 35px;
                }
                    .faq_pergunta p{
                        font-family:Arial;
                        font-weight:bold;
                        font-size:13px;
                        color:#686766;
                        line-height:22px;
                        margin-left:36px;
                    }
                .faq_resposta{
                    float:left;
                    width:869px;
                    margin:4px 0 0 35px;
                    background-color:#f8f8f8;
                }
                    .faq_resposta p{
                        font-family:Arial;
                        font-size:13px;
                        color:#686766;
                        line-height:16px;
                        margin:11px 36px 11px 36px;
                    }
                .faq_pergunta_abrir{
                    background:#efeeee url(../images/faq_abrir.jpg) no-repeat left top;
                }
                .faq_pergunta_fechar{
                    background:#efeeee url(../images/faq_fechar.jpg) no-repeat left top;
                }

#embedded-akzo-logo-link img
{
    margin: 19px 10px 0 0;
}
