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

@import url("colunas.css");

/** Estilos do site
*/

body { margin:0; padding:0; background:url(../img/bg_site.jpg) center top no-repeat; font: 80% Trebuchet MS, Lucida Grande, Arial, Tahoma, sans-serif; }
td img {display: block;}
#geral { width:900px; margin:0 auto; }
#topo, #rodape { width:100%; }
#topo { height:100px; }
#rodape { clear:both; background:url(../img/footer.png) center top no-repeat; height:90px; width:900px; }
#topo-logo { float:left; width:350px; }

#menu { float:right; height:40px; padding:0; line-height:40px; width:auto; margin: 35px 30px 0 0;}
#menu ul { margin:0; padding:0; }
#menu ul li { float:left; list-style:none; padding:0 15px; background:url(../img/bg_menu.png) top left repeat-x; }
#menu ul li a { font-size: 1.0em; color: #486E88; text-transform: uppercase; text-decoration:none; }
#menu ul li a:hover { text-decoration:underline; }

#colunaE{float:left; width:385px; text-align:left; padding:0 10px 10px 10px; }
#colunaD{float:right; width:385px; text-align:left; padding:0 10px 10px 10px; }

.tHome{font-size:16px; font-weight:bold; line-height:42px;}

#area{padding:0 20px 20px 20px; text-align:left;}
ul#release{line-height:20px; padding:9px; margin:9px;}
ul#release li{ list-style:url(../img/arrow.png); }

li { list-style:none; }
li.endereco { width:280px; margin:10px 25px; padding:10px; border:1px dashed #999; background-color:#EEE; font-size:10px; color:#333; }