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

body{
  background: #25120B url(../layout/fundo.jpg) repeat-y scroll;
  font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}

#tudo{
  margin: 0 auto;
  width: 760px;
}

#bodyPrincipal a.mnuPrincipal, #bodyCatalogo a.mnuCatalogo, #bodyRegulamento a.mnuRegulamento, #bodyCredenciadora a.mnuCredenciadora, #bodyPatrocinio a.mnuPatrocinio, #bodyContato a.mnuContato{
  color: #79B724;
  font-weight: bold;
}

/******************************
TOPO
******************************/
#topo{
  background: url(../layout/topo.jpg) no-repeat;
  height: 207px;
  width: 760px;
}
#topo a.marca {
  display: block;
  text-indent: -9999px;
  width: 760px;
}
#topo #banner{
  float: right;
  padding: 25px 20px 0px 0px;
  position: relative;
  _padding: 20px 20px 0px 0px;
}

/******************************
MENU
******************************/
#menu{
  margin-top: 155px;
  padding: 5px;
  width: 750px;
}
#menu ul{
  margin: auto;
}
#menu ul li{
  display: inline;
  padding: 0px 20px;
  _padding: 0px 20px;
}
#menu ul li a{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}
#menu ul li a:hover{
  color: #79B724;
  font-size: 18px;
  font-weight: bold;
}

/******************************
CONTEUDO
******************************/
#wrap{
  background: #fff url(../layout/fundo.gif) repeat-y;
  display: table;
  width: 760px;
}

#conteudo{
  background-color: #FFF;
  float: left;
  padding: 0px 10px 20px;
  width: 560px;
}

#lateral{
  float: left;
  padding: 0px 10px;
  width: 160px;
}
#lateral p.center{
  margin-bottom: 15px;
  text-align: center;
}


/******************************
LINKS
******************************/
a:link{
  color: #205D20;
  font-weight: bold;
}
a:visited{
  color: #205D20;
  font-weight: bold;
}
a:hover{
  color: #003C1F;
  font-weight: bold;
}
a:active{
  color: #205D20;
  font-weight: bold;
}

.pdf{
  background: url(../layout/acrobat.gif) no-repeat 0% 0%;
  padding-left: 25px;
}

a.topo{
  background: url(../layout/up.gif) no-repeat 0% 0%;
  color: #000;
  display: block;
  margin: 10px 0px 20px;
  padding-left: 25px;
}
a.topo:hover{
  background: url(../layout/up.gif) no-repeat 0% 0%;
  color: #003C1F;
  display: block;
  margin: 10px 0px 20px;
  padding-left: 25px;
}


/******************************
TEXTOS
******************************/
h1{
  clear: both;
  color: #003C1F;
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 20px;
  text-transform: uppercase;
}

h2{
  color: #663300;
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 10px;
  text-transform: uppercase;
}

h3{
  color: #000;
  font-size: 13px;
  padding-bottom: 5px;
  padding-top: 10px;
  text-transform: uppercase;
}

p{
  margin-bottom: 5px;
}

.destaca-texto{
  font-size: 14px;
  vertical-align: baseline;
}


.foto{
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.logo-cabanha{
  margin-bottom: 5px;
  margin-top: 25px;
}

.destaca-texto{
  font-size: 16px;
  font-weight: bold;
}

/******************************
PATROCINADORES
******************************/
#patrocinadores{
  height: 128px;
  width: 580px;
}


/******************************
CONTATO
******************************/
form#form1 fieldset {
  margin-bottom: 10px;
}
form#form1 legend {
  padding: 0 2px;
  font-size: 13px;
  font-weight: bold;
}
form#form1 label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form#form1 fieldset ol {
  margin: 0;
  padding: 0;
}
form#form1 fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form#form1 fieldset li input, form#form1 fieldset li select{
  border: 1px solid #ccc;
  width: 230px;
}
form#form1 fieldset li textarea{
  border: 1px solid #ccc;
  width: 230px;
}

form#form1 fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form#form1 fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form#form1 fieldset fieldset label {
  display: block;
  width: auto;
}
form#form1 em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form#form1 label.campo {
  width: 85px; /* Width of labels */
}
form#form1 fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form#form1 .submit{
  background: url(../layout/bt-enviar.gif) repeat-x;
  color: #fff;
  font-weight: bold;
  height: 25px;
  margin-left: 93px;
  padding-bottom: 3px;
  width: 233px;
}
form#form1 {
  color:#333333;
  float: left;
  font-size:13px;
  width:400px;
}
#form-endereco {
  float: left;
  width: 230px;
}
#nome_erro, #email_erro, #mensagem_erro{
  background: url(../layout/cancel.gif) no-repeat scroll left;
  color:#CC0000;
  float: right;
  height: 16px;
  margin-left: 5px;
  width: 16px;
}
#message{
  background: url(../layout/enviada.gif) no-repeat;
  height: 70px;
  padding-left: 70px;
}


/******************************
RODAPE
******************************/
#rodape{
  background-color: #edecec;
  border-top: 1px dashed #CCC;
  clear: both;
  color: #333;
  font: 12px Arial, Helvetica, sans-serif;
  padding: 5px;
  text-align: center;
  width: 750px;
}