@charset "utf-8";
/* CSS Document */

* { margin: 0; font-family: Arial, Helvetica, sans-serif }

body { background: #e7e6dd }
a { text-decoration: none; color:#060 }
a:hover { text-decoration: underline; color:#060 }

#header { width: 100%; height: 150px; background: url(imgs/bg_header.gif) repeat-x }
#header #bgcarrinho { width:100%; background: url(imgs/bg_carrinho.gif) no-repeat right; height: 150px } 
#header #bgcarrinho #top { width: 1000px; margin: 0 auto; color: #fff; font-size: 12px; padding-top: 33px }
#header #bgcarrinho #top h1 { font-size: 44px; }

#site { width: 1000px; margin: 20px auto 0px auto }

#site #lado1 { float: left; width: 424px }
#site #lado1 #caixa_top { background:url(imgs/top_caixa_branco.gif) no-repeat; width: 424px; height: 6px }
#site #lado1 #caixa_base { background:url(imgs/base_caixa_branco.gif) no-repeat; width: 424px; height: 6px }

#site #lado1 #caixa { width: 424px; height: 350px; background: #fff }
#site #lado1 #caixa #tit { background:url(imgs/barra_tit.gif) no-repeat; width: 400px; height: 53px; margin: 0 auto; color: #666; font-size: 22px; font-weight: bold; padding: 20px 0px 0px 12px }
#site #lado1 #caixa p { font-size: 12px; margin: 10px 8px 0px 8px; color: #666 }


#site #lado2 { float: left; margin-left: 8px }
#site #lado2 #caixa_top { background:url(imgs/top_caixa_branco2.gif) no-repeat; width: 565px; height: 6px }
#site #lado2 #caixa_base { background:url(imgs/base_caixa_branco2.gif) no-repeat; width: 565px; height: 6px }

#site #lado2 #tit { width: 565px; height: 68px; background: #fff }
#site #lado2 #tit #cadeado { float: left; padding: 15px 15px 0px 10px }
#site #lado2 #tit #tx { color: #666; font-size: 22px; font-weight: bold; line-height: 22px; padding: 10px 20px 0px 5px }

#site #lado2 #caixadicas { width: 565px; margin-top: 8px; height: 400px; background: #fff } 

#site #lado2 #caixadicas #dica { height: 45px; margin: 10px 0px 0px 6px }
#site #lado2 #caixadicas #dica #numero { background: url(imgs/bg_numero.gif) no-repeat; height: 37px; width: 27px; float: left; color: #fff; font-size: 28px; font-weight: bold; padding: 2px 0px 0px 12px }
#site #lado2 #caixadicas #dica #tx { font-size: 12px; color: #666; float: left; padding: 6px 0px 0px 15px; width: 480px }

#linharodape { width: 1000px; height: 1px; margin: 0 auto; background: #699c19; margin-top: 20px }
#rodape { width: 1000px; margin: 0 auto;  margin-top: 5px; font-size: 12px; color: #666 }
