/* Type CSS rules here and they will be applied
to pages from 'www.rs.sucesu.org.br'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet styles.css ****/

body{
  font: 69% "Luxi Sans", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  padding: 0px;
  margin:0px;
}

p{
  margin: 0px;
  padding: 0px;
}

#geral-padding{
  background: white;
  border: 3px solid #9f9f9f;
  padding: 0.8em;
}

#geral { 
  width: 615px; 
  background-image:url(http://www.rs.sucesu.org.br/images/fundo_esquerda.jpg);
  background-repeat: repeat-y;
  margin: 0;
}

#top{
  width: 615px; 
  height: 253px;
  background-image:url(http://www.rs.sucesu.org.br/images/fundo_header.jpg);
}

#esquerda { 
  float:left;
  width:150px; 
}

#menu {
  font-size: 12px;
  color: #58890c;
  font-weight: bold;
  width:150px;
  padding: 0px 0px 0px 0px;
}

#menu a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  padding: 32px 0 0 0;
  height: 0px !important;
  height /**/: 32px;
  width: 150px; 
  cursor: pointer;
}

#menu .apresentacao a {
  background: url(http://www.rs.sucesu.org.br/images/apresentacao.jpg) top left no-repeat;
}

#menu .chamadas a {
  background: url(http://www.rs.sucesu.org.br/images/chamadas.jpg) top left no-repeat;
}

#menu .programa a {
  background: url(http://www.rs.sucesu.org.br/images/programa.jpg) top left no-repeat;
}

#menu .inscricoes a {
  background: url(http://www.rs.sucesu.org.br/images/inscricoes.jpg) top left no-repeat;
}

#menu .faleconosco a {
  background: url(http://www.rs.sucesu.org.br/images/faleconosco.jpg) top left no-repeat;
}
#menu a:hover {
  background-position: 0 -32px;
  display: block;
}

#menu a.current {
  background-position: 0 -32px;
  display: block;
}

#chamadas{
  min-height: 170px;
  padding: 10px 10px 30px 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  background-image: url(http://www.rs.sucesu.org.br/images/fundo_lateral.jpg);
}

#chamadas h1{
  padding-bottom: 5px;
  font-size: 12px;
  color: #405029;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}

#chamadas a, #chamadas a:hover{
  color: #7d7b91;
  padding-bottom: 2px;
}

#chamadas a{
  text-decoration: underline;
}

#chamadas a:hover{
  text-decoration: none;
}

#conteudo { 
  background: url(http://www.rs.sucesu.org.br/images/conteudo_top.jpg) top right no-repeat;
  padding: 134px 0px 0px 160px;
}

#conteudo .titulo{
  width: 300px;
  font-size: 14px;
  color: #415607;
  font-weight: 900;
  text-transform: uppercase;
  margin: -100px 0px 0px 200px;
  background: transparent;
  position:absolute;
  border: none;
  text-align: left;
}

#conteudo .subtitulo{
  font-size: 12px;
  color: #4d60a5;
  font-weight: 900;
  text-transform: uppercase;
}

#bottom{
/*  height: 140px; */
  background: white url(http://www.rs.sucesu.org.br/images/fundo_rodape.jpg);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  clear: both;
}

#bottom .apoiadores, #bottom .patrocinadores, #bottom .realizacao{
  margin: 0px;
  padding: 0px;
}

#bottom .apoiadores img, #bottom .patrocinadores img, #bottom .realizacao img{
  margin-left: 1em;
}

#bottom .apoiadores{
  float: left;
  width: 20%;
}

#bottom .patrocinadores{
  margin-left: 21%;
  margin-right: 21%;
}

#bottom .realizacao{
   float: right;
   width: 20%;
}

.grade .th1{
  background-image: url(http://www.rs.sucesu.org.br/images/fundo_tabela_th.jpg);
  height: 30px;
  text-align: center;
}

.grade th{
  background-image: url(http://www.rs.sucesu.org.br/images/fundo_tabela_th2.jpg);
  height: 30px;
  text-align: center;
}

.grade td{
  background-image: url(http://www.rs.sucesu.org.br/images/fundo_tabela.jpg);
  height: 30px;
  text-align: center;
}

.atalhos {
  margin: 20px;
}

.atalhos img{
  margin: 2px;
}