﻿@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Sintony', sans-serif;
    font-size: 0.75em;
}

a img {
    border: none;
}

#head {
    width: 960px;
    height: 400px;
    margin: auto;
}

/*MENU*/
#menu, #menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #menu li {
        float: left;
        position: relative;
        line-height: 4.5em;
        width: 10em;
    }

        #menu li ul {
            position: absolute;
            margin-top: -1em;
            margin-left: .5em;
            display: none;
        }

    #menu ul li ul {
        margin-top: -3em;
        margin-left: 7em;
    }

    #menu a {
        display: block;
        border-right: 1px solid #fff;
        background: #e41533;
        color: #e41533;
        text-decoration: none;
        padding: 0 10px;
    }

        #menu a:hover {
            background-color: #e41533;
            color: #fff;
        }

    #menu ul {
        border-top: 1px solid #fff;
    }

        #menu ul a {
            border-right: none;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            background: #e41533;
        }

    /* SHOW SUBMENU 1 */
    #menu li:hover ul, #menu li.over ul {
        display: block;
    }

        #menu li:hover ul ul, #menu li.over ul ul {
            display: none;
        }
    /* SHOW SUBMENU 2 */
    #menu ul li:hover ul, #menu ul li.over ul {
        display: block;
    }

/*WRAP*/

#wrap {
    width: 960px;
    height: auto;
    padding-bottom: 50px;
    margin: auto;
}

#txtabre {
    width: 90%;
    margin: auto;
    text-align: center;
	padding: 20px;
    color: #000;
}


/*EMPRESA*/

#txtempresa {
    width: 960px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    color: #000;
}

#col1 {
    width: 280px;
    height: 280px;
    float: left;
    padding: 10px;
    border: solid 1px #000;
    text-align: left;
    border-radius: 20px;
}

#col2 {
    width: 280px;
    height: 280px;
    float: left;
    padding: 10px;
    border: solid 1px #000;
    text-align: left;
    margin-left: 25px;
    border-radius: 20px;
}

#col3 {
    width: 280px;
    height: 280px;
    float: right;
    padding: 10px;
    border: solid 1px #000;
    text-align: left;
    border-radius: 20px;
}


/*EVENTOS*/


#col1evento {
    width: 280px;
    height: 380px;
    float: left;
    padding: 10px;
    border: solid 1px #000;
    text-align: left;
    border-radius: 20px;
    text-align: justify;
}

#col2evento {
    width: 280px;
    height: 380px;
    float: left;
    padding: 10px;
    border: solid 1px #000;
    text-align: left;
    margin-left: 25px;
    border-radius: 20px;
    text-align: justify;
}

#col3evento {
    width: 280px;
    height: 380px;
    float: right;
    padding: 10px;
    border: solid 1px #000;
    text-align: left;
    border-radius: 20px;
    text-align: justify;
}





/*PRODUTOS*/

#area, .area {
    width: 775px;
    height: auto;
    float: left;
    padding: 8px;
    padding-left: 24px;
    border: solid 1px #000;
    text-align: left;
    border: 1px solid #999;
    border-radius: 20px;
}

#areaProduto {
    width: 775px;
    height: auto;
    float: left;
    padding: 8px;
    border: solid 1px #000;
    text-align: left;
    border: 1px solid #999;
    border-radius: 20px;
}

#areaProduto2 {
    width: 775px;
    height: 570px;
    float: left;
    padding: 8px;
    border: solid 1px #000;
    text-align: left;
    border: 1px solid #999;
    border-radius: 20px;
}

#areaMaisProduto {
    width: 775px;
    height: auto;
    float: left;
    margin-top: 30px;
    padding: 8px;
    border: solid 1px #000;
    text-align: left;
    border: 1px solid #999;
    border-radius: 20px;
}


#areaMaisProduto2 {
    width: 775px;
    height: auto;
    float: left;
    clear: left;
    padding: 8px;
    border: solid 1px #000;
    text-align: left;
    border: 1px solid #999;
    border-radius: 20px;
}

#menuproduto {
    width: 110px;
    height: auto;
    float: right;
    padding: 10px;
    border: solid 1px #000;
    text-align: left;
    border: 1px solid #999;
    border-radius: 20px;
    font-size: 0.9em;
}

#sidebar {
    width: 130px;
    height: 550px;
    float: right;
    padding: 10px;
    text-align: left;
    border-radius: 20px;
    font-size: 0.9em;
    margin-top: -10px;
}

    #sidebar #widget {
        width: 110px;
        height: 580px;
        padding: 10px;
        text-align: left;
        border: 1px solid #999;
        border-radius: 20px;
        font-size: 0.9em;
    }

.fotoproduto {
    width: 100%;
    background-color: #FFF;
    text-align: center;
}

.thumbino {
    float: left;
    background-color: #FFF;
    width: 120px;
    height: 150px;
    border: 1px solid #000;
    margin: 20px 21px 0 0;
    padding: 6px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    line-height: 10px;
    border-radius: 20px;
}

    .thumbino a {
        padding-bottom: 5px;
    }

    .thumbino p {
        display: block;
        text-transform: uppercase;
    }

        .thumbino p.codigo {
            display: block;
            margin-top: 5px;
        }
/*TABELA*/





/*FOOTER*/

#footer {
    width: 940px;
    height: 220px;
    padding: 20px;
    color: #000;
    margin: auto;
    background-color: #fff;
    position: relative;
    bottom: 0;
    border-radius: 20px 20px 0 0;
}


.thumbinoFooter {
    float: left;
    background-color: #FFF;
    width: 150px;
    height: 80px;
    margin: 0 0 15px 15px;
    padding: 5px;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 11px;
    color: #000;
}


.limpa {
    clear: both;
}


/*CONTATO*/

#contactForm {
    position: relative;
    width: 700px;
    float: left;
    margin-right: 20px;
}

#contact-sidebar {
    position: relative;
    width: 200px; /* 220 - 20 padding */
    float: left;
    padding: 20px 10px 20px 10px;
    -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
    -o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
    /*box-shadow: 2ptable.gridtable {*/
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}


/*BUSCA*/

.campo-texto {
    background: #fff;
    border: 1px solid #cccccc;
    padding: 5px;
}


.box-produtos {
    width: 775px;
    height: auto;
    float: left;
    padding: 8px;
    padding-left: 24px;
    border: solid 1px #000;
    text-align: left;
    border: 1px solid #999;
    border-radius: 20px;
    margin-bottom: 10px;
}

.box-produto-destaque {
    border-bottom: 1px dashed #000000;
    text-align: left;
    margin-bottom: 10px;
    padding: 20px 0;
}

.produto {
    float: left;
    background-color: #FFF;
    width: 120px;
    height: 150px;
    border: 1px solid #000;
    margin: 20px 21px 0 0;
    padding: 6px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    line-height: 10px;
    border-radius: 20px;
}

    .produto a {
        padding-bottom: 5px;
    }

    .produto p {
        display: block;
        text-transform: uppercase;
    }

        .produto p.codigo {
            display: block;
            margin-top: 5px;
        }


.box-produto-linha {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 20px;
    text-transform: uppercase;
}

.box-divisoria {
    clear: both;
    /*border-bottom:1px dashed #000000;*/
    height: 2px;
    padding: 10px 0;
}

#caixa-pesquisa {
   /* border: 1px solid #5b5c5e;
    background: #ffffff; */
	width:380px;
    padding: 10px;
    margin: 10px 0;
    text-align: left;
	float:right; 
	margin-top: -40px;
}

    #caixa-pesquisa label {
        color: #000000;
        font: 12px Verdana, Geneva, sans-serif;
        line-height: 30px;
        margin-right: 10px;
    }

#busca {
    position: absolute;
    background: #ffffff;
    border: 1px solid #5b5c5e;
    border-top-width: 2px;
    padding: 10px;
    width: 938px;
    text-align: left;
    top: 170px;
    margin: 0 auto;
    display: none;
}

    #busca ul {
        list-style: none;
        display: block;
    }

        #busca ul li {
            display: block;
            margin-bottom: 5px;
        }

            #busca ul li img {
                border: 1px solid #5b5c5e;
                padding: 5px;
                vertical-align: middle;
                margin-right: 5px;
            }

            #busca ul li a {
                vertical-align: middle;
                text-decoration: none;
            }

span#tipo, span#descricao {
    padding-right: 5px;
}

span#linha, #referencia {
    padding-left: 5px;
}
