/* Tarsís Gomes - Designer - tarsisgomes@gmail.com */

/* Estrutura do Layout na página principal */


* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  border: none;
}

a {color: #08587D; text-decoration: none }
a:hover { text-decoration: none; color: #CC0000 }
.img_left { float: left; margin-right: 8px; border: solid 1px #333333 }

body {
  background: #0B5E86 url(../images/bg.jpg) repeat-x;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
}


#central {
  margin: 0px auto; 
  padding: 0px;
  width: 755px;
  display: table;
  background: #FFFFFF;
  margin-top: 20px;
}

#topo {
  width: 755px;
  height: 117px;
}

#menu {
  width: 161px;
  height: 227px;
  position: absolute
}

#produtos {
  width: 594px;
  height: 227px;
  margin-left: 161px;
}

#novidades {
  width: 393px;
  height: 232px;
  float: left;
  background: #FFFFFF;
}

#novidades h1 { color: #CC0000; font-size: 16px; margin-left: 25px; margin-top: 10px; }
#novidades ul { margin-left: 25px }
#novidades li { padding-top: 3px; padding-bottom: 3px; border-bottom: dotted 1px #DDDDDD; width: 340px}

#empresa {
  width: 180px;
  height: 232px;
  float: left;
}

#newsletter {
 width: 277px;
 height: 114px;
 background: url(../images/bg_newsletter.jpg) no-repeat;
 margin-left: 430px;
 margin-top: 40px;
 position: absolute;
}

#rodape {
 height: 82px;
}

/* internas */

#interna {
  width: 500px;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#interna h1 { color: #CC0000; font-size: 16px; margin-left: 25px; margin-top: 10px; }
#interna ul { margin-left: 25px }
#interna li { padding-top: 3px; padding-bottom: 3px; border-bottom: dotted 1px #DDDDDD; width: 340px}


.right_input { width: 115px; font-size: 12px; border: solid 1px #75C2E8;color:#006699 }
.right_ok { width: 70px; background:#0099CC; color:#FFFFFF; font-size: 12px; margin-top: 8px;  }
#newsletter form { margin-top: 50px; margin-left: 20px; }
