/* The Basics
===================================================================== */
body {
    background: #EDFFED;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #11203F;
    line-height: 14px;
}

#cima{
    background: url(images/bgtopo.jpg) repeat-x center top;
    min-height: 589px;
}

.wrap{
    margin: 0px auto;
    width: 956px;
}

.half{
    float: left;
    width: 50%;
}
.half .interno{
    margin: 0 20px 0 0;
}

a{
    text-decoration:none;
}


/* Topo
===================================================================== */
#topo{
    height: 152px;
    zzzposition: relative;
}
/* Logo
------------------ */
h1{
    float: left;
    width: 331px;
    height: 152px;
}
h1 a{
    background: url(images/logo.png) no-repeat center center;
    display: block;
    width: 290px;
    height: 121px;
    text-indent: -99999px;
}

/* Menu
------------------ */


/* Botão Recarga
------------------ */
#btnrecarga{
    background: url(images/btnrecarga.png) no-repeat center center;
    clear: right;
    float: right;
    width: 220px;
    height: 88px;
    text-indent: -99999px;
}

/* Miolo
===================================================================== */
#miolo{
    background: #BFF2FF;
    min-height: 500px;
    padding: 0 0 5px 0;

    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

/* Cycle
------------------ */
#cyclecontainer{
	padding: 11px 0 0 10px;
	position: relative;
	left: 10px;

}
#cycle{
    height: 260px;
}
#cycle img{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#navcycle{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    z-index: 20;
}
#navcycle a{
    display: block;
    text-align: center;
    line-height: 23px;
    height: 25px;
    margin: 0 0 10px 0;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bolder;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: #33548f; /* Old browsers */
    background: -moz-linear-gradient(top, #33548f 0%, #1a3057 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33548f), color-stop(100%,#1a3057)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #33548f 0%,#1a3057 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #33548f 0%,#1a3057 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #33548f 0%,#1a3057 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33548f', endColorstr='#1a3057',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #33548f 0%,#1a3057 100%); /* W3C */
}
#navcycle a:hover{
    background: #1a3057;
    filter: none;
}
#navcycle a.activeSlide{
    background: #ffd014;
    filter: none;
}

.categorias{
    
    width: 180px;

}

.categorias li{
    float: left;
    margin: 5px 0 0 30px;
    width: 180px
}

.categorias li a{
    margin: 5px;
    float: left;
}

.categorias li h2{
    float: left;
    font-size: 15px;
}

.categorias li p{
    float: left;
    width: 180px;
}

.categorias li img{
    float: left;
}
.produtos{

}

.produtos li{
    float:left;
    width: 300px;
}

.produtos li a{
    margin: 5px;
    float: left;
}

.produtos li h3{
    float: left;
    font-size: 16px;
}

.produtos li h2{
    float: left;
    font-size: 16px;
    margin-top: 10px;
}

.produtos li p{
    float: left;
    width: 140px;
}


/* Coluna Conteudo
------------------ */
#colunaconteudo{
    float: left;
    padding: 10px;
    width: 636px;
}

/* Chamada Home Grande */
.chamadahomegrande{
    padding: 20px;
}
.chamadahomegrande img{
    float: left;
    margin: 0 30px 0 0;
}
.chamadahomegrande p{
    margin: 0 0 10px 0;
}
.chamadahomegrande a{
}

/* Chamada Home Pequena */
.chamadahomepequena{
    float: left;
    padding: 20px;
    width: 278px;
}
.chamadahomepequena img{
    float: left;
    margin: 0 15px 0 0;
}
.chamadahomepequena p{
    margin: 0 0 10px 0;
}
.chamadahomepequena a{
}

/* Cycle de Produtos */
#containercycleprodutos{
    background: url(images/bgcycleprod.jpg) no-repeat left top;
    width: 582px;
    height: 126px;
    margin: 0 0 0 20px;
    position: relative;
    padding: 16px 0 0 40px
}
#cycleprodutos{
}
#cycleprodutos img{
    float: left;
    margin: 0 30px 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#navleft{
    background: url(images/navleft.png) no-repeat center center;
    position: absolute;
    width: 27px;
    height: 27px;
    text-indent: -99999px;
    top: 60px;
    left: -15px;
}
#navright{
    background: url(images/navright.png) no-repeat center center;
    position: absolute;
    width: 27px;
    height: 27px;
    text-indent: -99999px;
    top: 60px;
    right: -15px;
}

/* Titulos internos */
.containertitulo{
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin: 0 0 20px 0;
}
.containertitulo .titinterno{
    font-size: 24px;
    color: #006633;
    font-weight: normal;
    float: left;
}
.containertitulo .voltar{
    float: right;
    color: #006633;
    font-size: 12px;
}

.link-produto{
    color: #000;
    text-decoration:none;
}

.link-produto:hover{
    text-decoration:underline;
}

.lista-categoria{
    display:block;
    width: 190px;
    background: #ADDBBC url(images/arrow.jpg)no-repeat left center;
    font-size: 16px;
    color: #004724;
    margin: 5px 0px 5px 12px;
    padding: 7px 5px 7px 29px;
    border-radius: 5px;
    text-decoration:none;
}
.lista-categoria:hover, .ativo-categoria{
    display:block;
    width: 190px;
    font-size: 16px;
    margin: 5px 0px 5px 12px;
    padding: 7px 5px 7px 29px;
    border-radius: 5px;
    text-decoration:none;
    background: #004724 url(images/arrow_hover.jpg) no-repeat left center;
    color: #ADDBBC;
}

.lista-sub{
    display: none;
}

.lista-subcategoria{
    display:block;
    width: 170px;
    background: #cfd6f2 url(images/arrow-sub.jpg)no-repeat left center;
    font-size: 14px;
    color: #1a386c;
    margin: 5px 0px 5px 32px;
    padding: 7px 5px 7px 29px;
    border-radius: 5px;
    text-decoration:none;
}
.lista-subcategoria:hover, .ativo-subcategoria{
    display:block;
    width: 170px;
    font-size: 14px;
    margin: 5px 0px 5px 32px;
    padding: 7px 5px 7px 29px;
    border-radius: 5px;
    text-decoration:none;
    background: #1a386c url(images/arrow_hover-sub.jpg) no-repeat left center;
    color: #cfd6f2;
}

.lista-net{
    display: none;
}

.lista-neta{
    display:block;
    width: 148px;
    background: #cfd6f2 url(images/arrow-sub.jpg)no-repeat left center;
    font-size: 12px;
    color: #1a386c;
    margin: 5px 0px 5px 55px;
    padding: 7px 5px 7px 29px;
    border-radius: 5px;
    text-decoration:none;
}
.lista-neta:hover, .ativo-neta{
    display:block;
    width: 148px;
    font-size: 12px;
    margin: 5px 0px 5px 55px;
    padding: 7px 5px 7px 29px;
    border-radius: 5px;
    text-decoration:none;
    background: #1a386c url(images/arrow_hover-sub.jpg) no-repeat left center;
    color: #cfd6f2;
}
/* Resumo Conteudo
------------------ */
.resumoconteudo{
    padding: 20px 0 10px 0;
    background: url(images/separadorhoriz.jpg) no-repeat center bottom;
}
.resumoconteudo img{
    float: left;
    margin: 0 20px 20px 0;
    border: 5px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.resumoconteudo h3{
    font-size: 13px;
    color: #111F3F;
    padding: 10px 0;
}
.resumoconteudo p{
    margin: 0 0 20px 0;
}

.data{
    zcolor: #FF3399;
    font-size: 11px;
    display: inline-block;
    line-height: 18px;
}
.data.color1{
    color: #FF3399;
}
.data.color2{
    color: #00CCFF;
}
.data.color3{
    color: #FFF11E;
}
.data.color4{
    color: #262424;
}
.tag{
    display: inline-block;
    font-size: 11px;	
    line-height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 4px;
}
.cor1{
    background: #FF3399;
    color: #111F3F;
}
.cor2{
    background: #00CCFF;
    color: #111F3F;
}
.cor3{
    background: #FFF11E;
    color: #111F3F;
}
.cor4{
    background: #262424;
    color: #E3EBF8;
}
.saibamais2{
}

/* Detalhe Conteudo
------------------ */
.detalheconteudo{
    padding: 0 15px 15px 15px;
}
.detalheconteudo h3{
    font-size: 25px;
    font-weight: normal;
    line-height: 50px;
}
.detalheconteudo p{
    margin: 0 0 15px;
}

.detalheconteudo ol li{
    margin: 0 0 15px 30px;
    list-style:decimal;
}

#colunaconteudo .img{
    border: solid #fff 3px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* Contato
------------------ */
.containercontato{
    padding: 0 15px 15px 15px;
}
.containercontato p{
    margin: 0 0 15px;
}
.form{
}
.form li{
    margin: 0 0 10px 0;
}
.form label{
    display: block;
    font-weight: bolder;
    margin: 0 0 3px;
}
.form input[type="text"]{
    background: #FFFFFF;
    border: 1px solid #20B2AA;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 250px;
}

.form1 input[type="text"]{
    background: #FFFFFF;
    border: 1px solid #20B2AA;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 180px;
}

.form select{
    background: #FFFFFF;
    border: 1px solid #20B2AA;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 260px;
}
.form textarea{
    background: #FFFFFF;
    border: 1px solid #20B2AA;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 250px;
    height: 100px;
}
.form input[type="submit"]{
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 7px;
    text-transform: capitalize;
    position: relative;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: #3CB371; /* Old browsers */
    background: -moz-linear-gradient(top, #3D557B 0%, #4A6797 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3D557B), color-stop(100%,#4A6797)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3D557B 0%,#4A6797 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3D557B 0%,#4A6797 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #3D557B 0%,#4A6797 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D557B', endColorstr='#4A6797',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #3D557B 0%,#4A6797 100%); /* W3C */
}
.form input[type="submit"]:hover{
    background: #4A6797;
    filter: none;
}
.form input[type="submit"]:active{
    top: 2px;
}

.form1 input[type="submit"]{
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 7px;
    text-transform: capitalize;
    position: relative;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: #3CB371; /* Old browsers */
    background: -moz-linear-gradient(top, #3D557B 0%, #4A6797 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3D557B), color-stop(100%,#4A6797)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3D557B 0%,#4A6797 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3D557B 0%,#4A6797 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #3D557B 0%,#4A6797 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D557B', endColorstr='#4A6797',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #3D557B 0%,#4A6797 100%); /* W3C */
}
.form1 input[type="submit"]:hover{
    background: #4A6797;
    filter: none;
}
.form1 input[type="submit"]:active{
    top: 2px;
}


/* Paginação */
.paginacao{
    text-align: center;
    padding: 10px 0;

}
.paginacao li{
    display: inline-block;
    zoom: 1;
    *display: inline;

}
.paginacao li a{
    display: inline-block;
    line-height: 23px;
    height: 25px;
    margin: 0 3px 10px 3px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bolder;
    padding: 0 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: #33548f; /* Old browsers */
    background: -moz-linear-gradient(top, #33548f 0%, #1a3057 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33548f), color-stop(100%,#1a3057)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #33548f 0%,#1a3057 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #33548f 0%,#1a3057 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #33548f 0%,#1a3057 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33548f', endColorstr='#1a3057',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #33548f 0%,#1a3057 100%); /* W3C */
}
.paginacao a:hover{
    background: #1a3057;
    filter: none;
}
.paginacao a.ativo{
    background: #fff;
    filter: none;
    color: #33548f;
}

/* Coluna Auxiliar (lateral)
------------------ */
#colunaaux{
    float: right;
    margin: 10px 11px 10px 10px;
    width: 248px;
    
    padding: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#colunaaux .box{
    margin: 0 0 10px 0;
    padding: 10px 0;
}
#colunaaux .box > p{
    margin: 0 10px 10px;
}
#colunaaux .box > h3{
    margin: 0 10px 10px;
}

/* Formulário de Newsletter */
.formnews{
    background: url(images/bgformnews.jpg) no-repeat left top;
    height: 40px;
}
.formnews input[type="text"]{
    background: none;
    border: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #305AB1;
    margin: 11px 10px 0 14px;
    width: 175px;
}
.formnews .inputsubmit{
    border-radius:6px;
    background:#fff;
    color:#305AB1;
    border:none;
    padding:3px 8px;
    cursor:pointer;
}
.errocampo span{
    line-height: 18px;
    position: absolute;
    margin: -25px 0 0 110px;
    background: #16478C;
    float: left;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    z-index: 100;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

/* Social */
#social{
    height: 44px;
    margin: 0 0 0 12px;
}
#social li{
    float: left;
    height: 44px;
}
#social li a{
    display: block;
    height: 44px;
    width: 44px;
    background-image: url(images/iconessocial.jpg);
    margin: 0 15px 0 0;
    text-indent: -99999px;
}
#twitter{
    background-position: 0 0;
}
#youtube{
    background-position: -55px 0;
}
#facebook{
    background-position: -111px 0;
}
#linkedin{
    background-position: -171px 0;
}

/* Receba ligação
===================================================================== */

.abrirmodal{
    display: none;

    position: absolute;
    top: 130px;
    margin-left:680px;
    *margin-left:350px;
    width: 300px;
    z-index: 30;

    background-color: #fff;
    color: #1D386B;
    border: 1px solid #C4C4C4;
    padding: 8px;

    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 10px #ccc;
}
#formligacao{
    background: #66CDAA;
    padding: 10px 20px;
}
#formligacao h2{
    font-size:12px;
    text-align:center;
}


/* Fontes, Textos e Títulos
===================================================================== */
.titconhecaaexp{
    background: url(images/titconhecaaexp.jpg) no-repeat left top;
    width: 278px;
    height: 28px;
    margin: 0 0 15px 0;
    text-indent: -99999px;
}
.titprojeto3r{
    background: url(images/titprojeto3r.jpg) no-repeat left top;
    width: 250px;
    height: 26px;
    margin: 0 0 15px 0;
    text-indent: -99999px;
}
.titrevendedor{
    background: url(images/titrevendedor.jpg) no-repeat left top;
    width: 199px;
    height: 26px;
    margin: 0 0 15px 0;
    text-indent: -99999px;
}
.titfretegratis{
    background: url(images/titfretegratis.jpg) no-repeat left top;
    width: 233px;
    height: 22px;
    margin: 0 0 15px 0;
    text-indent: -99999px;
}
.titboletim{
    background: url(images/titboletim.jpg) no-repeat left top;
    width: 233px;
    height: 22px;
    margin: 0 0 15px 0;
    text-indent: -99999px;
}

.lista{
    padding: 17px 0 0 0;
}
.lista li{
    background: url(images/setinha.jpg) no-repeat left top;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
}
.lista li strong{
    font-size: 18px;
    display: block;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.lista li.categoria{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background:url(images/arrow.jpg) no-repeat left center #CCD8F1;
    padding:8px 25px;
    margin: 0 0 5px 0;
}
.lista li.categoria a{
    color: #1a386c;
}
.lista li.categoria:hover, .lista li.categoria.ativo{
    background:url(images/arrow_hover.jpg) no-repeat left center #1a386c;
    color: #CCD8F1;	
}


.saibamais{
    display: inline-block;
    background: #0D9639;
    color: #fff;
    text-decoration: none;
    line-height: 26px;
    height: 28px;
    padding: 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bolder;
}

.saibamais:hover{
    background: #098231;
}

.saibamais2{
    font-weight: bolder;
    color: #11203F;
    text-decoration: none;
}
.saibamais2:hover{
    text-decoration: underline;
}

.separador{
    height: 3px;
    display: block;
    background: url(images/separadorhoriz.jpg) no-repeat center top;
}



/* Rodapé
===================================================================== */
#rodape{
    background: url(images/bgrodape.png) no-repeat center top;
    height: 101px;
    margin: -10px 0 0 0;
}
#endjf{
    background: url(images/endcl.jpg) no-repeat left center;
    float: left;
    height: 18px;
    width: 201px;
    margin: 27px 30px 20px 77px;
    text-indent: -99999px;
}
#endleo{
    background: url(images/endleo.jpg) no-repeat left center;
    float: left;
    height: 18px;
    width: 195px;
    margin: 27px 30px 0 0;
    text-indent: -99999px;
}
#enduba{
    background: url(images/enduba.jpg) no-repeat left center;
    float: left;
    height: 18px;
    width: 153px;
    margin: 27px 30px 0 0;
    text-indent: -99999px;
}
#aprimorar{
    background:url(images/aprimorar.jpg) no-repeat;
    width:119px;
    height:27px;
    position:absolute;
    text-indent:-9999px;
    margin:20px 0 0 100px;
    *margin:-20px 0 0 340px;
}

/* Miscellaneous
===================================================================== */
.clear{
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left{
    float: left;
}
.right{
    float: right;
}

.cat {
    float: left; 
    width: 200px; 
    margin: 0pt 5px; 
    height: auto;
}

.cat h2{
    font-size: 15px;
    text-align: center;
}
