@charset "utf-8";


body  { margin:0; font:11px verdana; }
div   { float:left; position:relative; }
h1    { font:bold 15px verdana; color:#336600; }
h2    { font:bold 12px verdana; color:#336600; text-align:center; }
a img { border:0; }

/*Estrutura do Site*/

#base                    { width:1000px; margin:auto; float:none; }
#geral                   { background:#E0E7DF; }
#topo                    { width:1000px; height:115px; background:url(img-layout/bkg-topo.jpg) 160px 1px no-repeat; margin-bottom:5px; }
#conteudo                { width:1000px; height:auto; background:url(img-layout/bkg-menu-left.jpg) repeat-y; } 
#left                    { width:165px; }
#center                  { width:605px; padding:20px 0 30px 45px; }
#right                   { width:180px; padding-right:5px; }
#footer                  { width:800px; height:17px; background:#336600; padding: 3px 0 0 200px}

/*Menu Topo*/

.menu-topo               { width:1000px; height:24px; background:#336600; margin:0; padding:0; border-top:solid 1px #fff; }
.menu-topo li            { height:24px; display:inline; list-style:none; padding: 0 34px; border-right:solid 2px #E0E7DF; float:left; position:relative; }
.menu-topo li a          { font:bold 11px verdana; color:#fff; text-decoration:none; line-height: 23px; }
.menu-topo li a:hover    { color:#CF9B47; }

/*Menu Left*/

.menu-left               { margin:0; padding:5px 0 0 0; text-align:center; float:left; position:relative; }
.menu-left li            { display:block; list-style:none; float:left; position:relative; padding: 0 0 2px 9px;}
.menu-left li a          { width:140px; height:25px; text-decoration:none; background:#fff; float:left; position:relative; font:bold 11px verdana; color:#0B6037; line-height:25px; }
.menu-left li a:hover    { background:#0B6037; color:#fff; }
.titulo-menu             { width:140px; height:25px; text-decoration:none; background:#fff; font:bold 11px verdana; color:#000; line-height:25px; padding:0; margin:0; float:left; }

/*Caixa Right*/

.caixa-right             { width:166px; height:auto; background:url(img-layout/bkg-caixa-right.jpg) repeat-y; float:right; }
.caixa-right-compl       { background:url(img-layout/img-caixa-right-bottom.jpg) no-repeat; width:166px; height:18px; float:right; }
.caixa-right .titulo     { width:105px; height:17px; border:solid 2px #E0E7DF; background:#fff; margin:0 0 0 18px; padding:3px 0 0 15px; font-size:11px; }
.caixa-right img         { margin:10px 0 0  20px; border:0; }

/*Caixas Categorias*/

.produtos                { width:580px; margin:0; padding:5px 0 0 0; text-align:center; }
.produtos li             { width:184px; margin:0 6px 6px 0; padding-bottom:6px; float:left; position:relative; border:solid 1px #336600; background:#fff; list-style:none; display:inline; }
.produtos li p           { margin:0; padding:7px 0 0 0; color:#003300; } 
.produtos li img         { border:0; }
.produtos li a           { text-decoration:none; color:#003300;}
.produtos li a:hover     { color:#CF9B47; } 

/*Center Categorias*/

.categorias              { text-align:center; }
.categorias h1           { font-size:14px; }

/*Caixa Detalhes*/

.detalhes                { width:565px; height:auto; padding-bottom:30px; margin-top:10px; background:#fff url(img-layout/bkg-detalhes-bot.jpg) bottom no-repeat; }
.detalhes h1             { width:540px; height:20px; margin:0; padding:15px 0 0 25px; background:#fff url(img-layout/bkg-detalhes-top.jpg) no-repeat; }
.detalhes img            { border:0; }
.detalhes p              { padding:30px 0 0 30px; clear:both; }
.detalhes div            { width:320px; height:auto; text-align:center; padding:30px 0 0 25px; margin-right:5px; }

/*Caixa center*/

.cx-center               { width:565px; height:auto; padding-bottom:30px; margin-top:10px; background:#fff url(img-layout/bkg-detalhes-bot.jpg) bottom no-repeat; }
.cx-center h1            { width:540px; height:20px; margin:0; padding:15px 0 5px 25px; background:#fff url(img-layout/bkg-detalhes-top.jpg) no-repeat; text-align:center; text-decoration:underline; }
.cx-center img           { border:0; }
.cx-center p             { padding:0 20px 0 20px; font:12px arial; color:#222; text-align:justify; }
.cx-center a             { text-decoration:none; color:#336600; }
.cx-center a:hover       { text-decoration:underline; }
.cx-center b             { color:#336600; }

/* Form Contato */

.contato                 { padding:20px 0 0 30px; }
.contato td              { padding:3px; }
.contato input           { border:1px solid #aaa; font:11px verdana; }
.contato textarea        { border:1px solid #aaa; font:11px verdana; }
.contato input.botao     { background:#0B6037; color:#fff; border:0; }

/* Breadcrumbs */

.breadcrumbs             { width:600px; color:#002200; font-size:10px; float:none; text-align:left; padding-bottom:5px; }
.breadcrumbs a           { color:#336600;    }