@media screen {
  html,body {
    padding:0;
    margin: 2px;
    color: navy;
    background: white;
    background-repeat: repeat;
    background-image: url("images/bkg.gif"); 
    font-family: Verdana,Arial,Helvetica,sans-serif;
  }
  body {
    overflow: -moz-scrollbars-vertical;
  }
  table {
    background: #ff6600;
  }
  a:link,a:visited,a:active {
    border: 0; 
    padding: 1px;
    color: navy;
    text-decoration: none;
    font-family: "Verdana","Arial","Helvetica","sans-serif";
    font-size:12px;
  }
  a:hover {
    border: 1px solid; 
    padding: 0; 
    border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
    background: pink;
  }
  #link {
    color: yellow;
    color-weight: bold;
    font-size: 120%;
    font-family: "Jokerman","Lucida Handwriting","Century Gothic","Comic Sans MS","Calibri","Calligraph421 BT","Bradley Hand ITC","Verdana","Arial","Helvetica","sans-serif";
  }
  #link2 {
    font-family: verdana,arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
  }
  #link3 {
    font-size:11px;
  }
  #slide,#logo,#logo2,#left {
    position: relative; 
  }
  #slide {
    width: 66px; 
    height: 92px; 
    border: outset 1px;
    top: 3px;
    left: 2px;
  } 
  #logo {
    left: 3px; top:3px;
  } 
  #logo2 {
    top: -44px;
    left: -97px  
  }
  #menu_top {
    margin-left: 2px; 
    margin-right: 4px; 
    text-align: left;  
  }
  #left {
    top: 1px; 
    _top: 1px; 
    left: 2px;
  }
  #content,#content2 {
    display: visible;
    margin-top: 10px;
  }
  #image,#image2 {
    cursor: pointer;
    vertical-align: middle;
  }
  #image2 {
    width: 74px;
    height: 55px; 
    border-top: solid 1px;
    border-bottom: solid 1px;
  }
  #destaque {
    background: yellow;
    border: solid 2px;
  }
  #temporada {
    background: pink;
    border: solid 4px;
  }
  #table {
    border: groove 1px;
    border-right: solid 4px;
    border-bottom: groove 4px;
    border-color: purple;
    width: 778px;
  }
  #table2 {
    margin-left: 26px;
    margin-bottom: 64px;
  }
  #header {
    text-align:center;
    font-size: 120%;
    border: solid 2px;
    background: #ff0066;
  }
  #header2 {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 10px 12px;
  }
  #tagline {
    margin-top: 4px;
    margin-left: 8px;
  }
  #link_bottom {
    margin-right: 6px;
  }
  #lista1,#lista2 {
    text-align: center;
  }  
  #lista1 {
    width: 608px;
  }  
  #lista2 {
    width: 624px;
    padding-top: 10px;
  }
  #rodape,#rodape2 {
    color: purple;
    font-size:86%;
    font-weight:bold;
    text-align: center;
    margin-top: 6px;
  }
  #rodape2 {
    color: blue;
    margin-top: 4px;
  }
  .apontador {
    float: left;
    position: relative;
    top: 10px;
    left: 11px;
    cursor: pointer;  
    font-weight: bold;
  }
  .mostrar {
    width: 608px;
    color: pink;
    border-style: outset;
    border-width: 2px;
    margin: 2px 0 4px 0;
    font-family: "Jokerman","Lucida Handwriting","Century Gothic","Comic Sans MS","Verdana";
  }
  .foto {
    width: 198px;
    height: 265px;
    border: outset 2px;
  }
  .foto_div,.foto_div_m {
    float: left;
    margin: 2px 1px 2px 1px;
  }
  .foto_texto {
    font-size: 12px;
    vertical-align: top;
  }
  .lista {
    color: purple;
  }
  .lista_m {
    color: black;
  }
}

@media print {
}
