/* CSS Document */

* {
  padding:0px;
  margin:0px;
  font-size:12px;
  color:#FFF;
  font-family:verdana, arial, times;
}

div#geral {
  background: url(images/fundo.jpg) no-repeat top center;
  display:block;
  height:600px;
}

div#logo h1 {
  background: url(images/logo.jpg) no-repeat top left;
  text-indent:-9999px;
  width:393px;
  height:138px;
  float:left;
  position:relative;
  top:20px;
  left:30px;
}

div#corpo {
  width:916px;
  margin:0 auto;
}

div#topo {
  float:right;
  position:relative;
  left:-400px;
  *left:100px;
  _left:100px;
  top:3px;
  *top:-30px;
  _top:-30px;
  display:block;
}

div#corpo .fundo1 {
  background: url(images/fundo1.jpg) no-repeat top left;
  width:916px;
  height:160px;  
  float:left;
  margin-top:5px;
  margin-top:30px;
  *margin-top:130px;
  _margin-top:130px;
}

div#corpo .fundo2 {
  background: url(images/fundo2.jpg) no-repeat top left;
  width:916px;
  height:150px;  
  float:left;
}

div#corpo .fundo3 {
  background: url(images/fundo3.jpg) no-repeat top left;
  width:916px;
  height:174px;  
  float:left;
}

div#conteudo { 
  float:left;
  width:595px;
  height:445px;
  margin:-470px 0 0 304px;
  _margin:-470px 0 0 150px;
}

div#representacoes {
  width:275px;
  height:440px;
  float:left;
  margin:-470px 0 0 20px;
  _margin:-470px 0 0 10px;
}

div#representacoes h3 {
  background: url(images/representacoes.gif) no-repeat;
  width:179px;
  height:26px;
  text-indent:-9999px;
  margin:2px 0 8px 6px;
}

p.logo {
  text-indent:0px;
  margin:0 0 0 95px;
  padding-top:4px;
  font-size:10px;
  font-weight: lighter;
  text-decoration:none;   
}

img.logo {
  display:block;
  float:left;
  margin:1px 0 0 1px;
  border: 0px;
}

a.logo {
  background: url(images/fundologo.png) no-repeat;
  display:block;
  width:241px;
  height:55px;
  margin:3px 0 0 4px;
  text-decoration:none;  
}

div#empresa  { 
  float:left;
  width:595px;
  height:140px;
}

div#empresa h3.empresa { 
  background: url(images/aempresa.gif) no-repeat;
  width:116px;
  height:17px;
  text-indent:-9999px;
  margin:6px 0 8px 6px;
}

div#empresa p { 
  text-indent:0px;
  width:595px;
  line-height:18px;
  font-weight: lighter;
}

div#contato  { 
  float:left;
  width:330px;
  height:290px;
  margin:15px 0 0 0;
  *margin:10px 0 0 0;
}

div#contato h3.contato { 
  background: url(images/contato.gif) no-repeat;
  width:205px;
  height:17px;
  text-indent:-9999px;
  margin:6px 0 8px 6px;
}

div#contato form input {  
  width:246px;
  height:17px;
  border:1px solid #00841E;
  background:#1F9B3B;
}

div#contato form p {  
  font-weight: lighter;
  float:right;
  text-indent:0px;
  margin: 10px 0 0 0;
}

div#contato form textarea {  
  width:246px;
  height:100px;
  background:#1F9B3B;
  border:1px solid #00841E;
}

div#contato form label {  
  float:left;
  margin: 2px 5px 0 0;
}

div#contato form input.botao {  
  display: block;
  float: right;
  margin: 5px 0 0 0 ;
  background: url(images/enviar.gif) no-repeat top left;
  width: 75px;
  height: 24px;
  border: none;
  cursor: pointer;  
  text-indent: -9999px;
}

div#endereco { 
  float:left;
  width:180px;
  height:285px;
  margin:10px 0 0 50px;
}

div#endereco h4 { 
  text-indent:0px;
  font-size:16px;
  color:#9AED67;
  margin:01px 0 0 0;
}

div#endereco p { 
  display: block;
  font-weight: lighter;
  text-indent:0px;
  line-height: 17px;
  padding-left: 20px;
}

div#endereco p.casa {
  background: url(images/endereco.gif) no-repeat top left;  
}

div#endereco p.telefone {
  background: url(images/telefone.gif) no-repeat top left;
}

div#endereco p.email {
  background: url(images/email.gif) no-repeat top left;
  margin-bottom: 10px;
}

span {
  margin:5px 0 0 15px;
}

div#rodape {
  float:left;
  text-indent:0px;
  display: block;
  height: 15px;
  width:845px;
  margin:-15px 0 0 41px;
  _margin:-15px 0 0 21px;
}

div#rodape p {
  color:#515151;
  float:right;  
  font-size:10px;
  font-weight: lighter;
}

div#rodape a {
  color:#515151;
  float:left;
  font-size:10px;
  font-weight: lighter;
}

