html, body { margin: 0; padding: 0; height: 100%;}

body { 
  text-align: center; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  line-height: 150%; 
  color: #333;
  background: #E4F2FA url(../images/fundo_header.png) repeat-x;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

dl dt span {
	display: none;
}

img {
	border: none;
}

form, form p {
	margin: 0;
	padding: 0;
	display: block;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
	color: #333;
}

a span,h5 span,h6 span,h1 span,h2 span { display: none; }

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

.hideThis { display: none; }

div#master {
  position: relative;
  width: 988px;
  margin: 0 auto;
  text-align: left;
}

  div#header {
    position: relative;
    height: 111px;
    background: url(../images/fundo_menu.gif) no-repeat 342px 34px;
  }
    div#header a.logo {
      position: absolute;
      display: block;
      width: 171px;
      height: 74px;
      top: 17px;
      left: 20px;
      background: url(../images/logo.gif) no-repeat;
    }

    div#header form#searchform {
      position: absolute; 
      width: 260px;
      height: 30px;
      top: 35px;
      right: 80px;
    }
      div#header form#searchform input { float: left; }
      div#header form#searchform input#s { 
        width: 230px; 
        height: 20px; 
        border: 1px solid #7EBDE2; 
        background-color: #DDEDF7;
        background-image: url(../images/boxTit_buscar_no_site.gif);
        background-position: 5px 5px;
        background-repeat: no-repeat;
        padding: 2px 0 0 3px;
        margin-right: 3px;
        font-size: 10px;
      	voice-family: "\"}\"";
      	voice-family: inherit;
      	width: 225px;
      	height: 16px;
      }
    
    div#header div.menu {
      position: absolute;
      width: 540px;
      height: 34px;
      top: 78px;
      left: 360px;
    }
      div#header div.menu a {
        display: block;
        float: left;
        width: 90px;
        height: 33px;
        background-repeat: no-repeat;
      }
        div#header div.menu a:hover, div#header div.menu a.sel { background-position: 0 -40px;}
          div#header div.menu a.projetos { background-image: url(../images/bot_projetos.gif); }
          div#header div.menu a.catalogo { background-image: url(../images/bot_catalogo.gif); }
          div#header div.menu a.sugestoes { background-image: url(../images/bot_sugestoes.gif); }
          div#header div.menu a.acerbi { background-image: url(../images/bot_acerbi.gif); }
          div#header div.menu a.noticias { background-image: url(../images/bot_noticias.gif); }
          div#header div.menu a.artigos { background-image: url(../images/bot_artigos.gif); }
          div#header div.menu a.contato { background-image: url(../images/bot_contato.gif); }

    div#header div.recursos {
      position: absolute;
      width: 240px;
      height: 20px;
      top: 40px;
      left: 365px;
    }
      div#header div.recursos a {
        display: block;
        float: left;
        height: 12px;
        background-repeat: no-repeat;
      }
        div#header div.recursos a.indique { 
          width: 47px;
          background-image: url(../images/bot_recurso_indique.gif);
          border-right: 1px solid #216792; 
        	voice-family: "\"}\"";
        	voice-family: inherit;
        	width: 46px;
        }
        div#header div.recursos a.favoritos { 
          width: 65px;
          background-image: url(../images/bot_recurso_favorito.gif);
          background-position: center 0px;
          border-right: 1px solid #216792; 
        	voice-family: "\"}\"";
        	voice-family: inherit;
        	width: 64px;
        }
        div#header div.recursos a.mapa { 
          width: 73px;
          background-image: url(../images/bot_recurso_mapa_do_site.gif);
          background-position: right 0px;
        }
          div#header div.recursos a.indique:hover { background-position: left -20px; }
          div#header div.recursos a.favoritos:hover { background-position: center -20px; }
          div#header div.recursos a.mapa:hover { background-position: right -20px; }
        
      
  dl#rodape {
    height: 100px;
    border-top: 1px solid #7EBDE2;
    padding-top: 10px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 89px;
  }

  dl#rodape dd { float: left; background: url(../images/dot_blue.gif) repeat-y right; height: 69px;}
    dl#rodape dd a { text-decoration: underline; }
  
    dl#rodape dd.logo { width: 150px; background: none; }
    dl#rodape dd.endereco { width: 250px; }
    dl#rodape dd.telefone,dl#rodape dd.extras { 
      width: 230px;
      padding: 0 30px; 
    	voice-family: "\"}\"";
    	voice-family: inherit;
    	width: 170px;
    }
    dl#rodape dd.citrus7 { width: 120px; background: none; }
    
      dl#rodape dd.logo a {
        display: block; 
        width: 94px;
        height: 43px;
        background: url(../images/logo_rodape.gif) no-repeat;
      }
      
    dl#rodape dd.extras { background: none; }
      dl#rodape dd.extras a { display: block; text-decoration: none; }
      dl#rodape dd.extras a:hover { text-decoration: underline; }

      dl#rodape dd.citrus7 a {
        display: block; 
        width: 68px;
        height: 59px;
        background: url(../images/logo_citrus7_rodape.gif) no-repeat;
        margin: 0 auto;
      }

#modalOverlay {
  background-color:#000;
  cursor:wait;
}

#modalContainer {
  width:600px;
  height:450px;
  left:50%;
  top:50%;
  margin-top: -225px;
  margin-left:-300px; /* half the width, to center */
  background-color:#fff;
}

#modalContainer a.modalCloseImg {
  background:url(../images/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

div#popup { display: none; width: 600px; height: 450px;}

span.clearFull { display: block; clear: both;}
span.clearFull.divider20 { height: 20px; }

