#cortina {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 20px;
    background-image: url('/imagem/passapassara/cortina.jpg');
    background-repeat: repeat-x;
}
#logo {
    position: absolute;
    text-align: center;
    top: 50px;
    width: 25%;
    font-family: 'Arial';
    z-index: 2;
}
#linkDicas {
    position: absolute;
    top: 0px;
    left: 10%;
    display: none;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    background-image: url('/imagem/passapassara/dicas.gif');
    background-repeat: no-repeat;
}
#cabides {
    position: absolute;
    top: 28px;
    left: 25%;
    width: 75%;
    height: 150px;
    overflow: hidden;  /* barra de rolatem na página no ie */
}
#bastao {
    position: absolute;
    top: 17px;
    width: 100%;
    height: 7px;  /* altura no ff */
    background-image: url('/imagem/passapassara/bastao.gif');
    background-repeat: repeat-x;
}
#cabideConceito, #cabideProduto, #cabideCompra, #cabideCha, #cabideCheque {
    position: absolute;
    cursor: pointer;
    top: 0px;
}
#cabideConceito {
    left: 0%;
}
#cabideProduto {
    left: 20%;
}
#cabideCompra {
    left: 40%;
}
#cabideCha {
    left: 60%;
}
#cabideCheque {
    left: 80%;
}
#corpo {
    position: absolute;
    top: 170px;
    left: 25%;
    right: 2%;
    bottom: 170px;
    _width: expression('73%');
    _height: expression(this.parentNode.clientHeight-170-170);
    overflow: hidden;
    font-size: 11pt;
}
#inicio, #conceito, #produto, #compra, #cha, #cheque, #dicas, #mapa {
    height: 100%;
    overflow: auto;
    padding-left: 5%;
    padding-right: 4%;
    font-weight: bold;
    background-attachment: fixed;
}
#inicio {
    color: #8D1C78;
    text-align: center;
    overflow: hidden; /* barra de rolatem no ie */
}
#conceito {
    background-image: url('/imagem/passapassara/fundoConceito.jpg');
    color: #830C35;
}
#produto {
    background-image: url('/imagem/passapassara/fundoProduto.jpg');
    color: #0852A1;
}
#compra {
    background-image: url('/imagem/passapassara/fundoCompra.jpg');
    color: #0C580D;
}
#cha {
    background-image: url('/imagem/passapassara/fundoCha.jpg');
    color: #F34009;
}
#cheque {
    background-image: url('/imagem/passapassara/fundoCheque.jpg');
    color: #A00909;
}
#dicas {
    color: #8D1C78;
}
#mapa {
    color: #8D1C78;
    font-size: 15pt;
    text-align: center;
}
#flores {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 146px;
    background-image: url('/imagem/passapassara/flores.gif');
    background-repeat: repeat-x;
    z-index: 0;
}
#voltar {
    position: absolute;
    bottom: 140px;
    right: 0px;
    height: 12pt;
    right: 2%;
    text-align: right;
}
.letra {
    color: #8D1C78;
}
.media {
    font-weight: bold;
    margin-bottom: 10px;
}
.pequena {
    font-size: 10pt;
}
.titulo {
    font-size: 12pt;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10pt;
}
a {
    color: #03A8D3;
}
a:hover {
    color: #8D1C78;
}
img {
    border: none;
    behavior: url(iepngfix.htc);
}
table {
    color: inherit;
}
#wait {
    display: none;
}
