/* navbar CSS Document for non-iProducts */

@media handheld, screen, tv {
#wrapper {
  position: fixed;
  top: 31px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

#navbar {
  overflow: hidden;
  background-image: url(http://www.sjgames.com/navbar/navback.gif);
/*  background-image: url(http://sphynx.sjgames.com/navbar/navback.gif); */
  background-repeat: repeat-x;
  background-color: #000000;
  min-width: 705px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 31px;
}

#navbar img {
   border: none;
}
}

/* Hide the navbar on printouts */

@media print {
  #wrapper { top: 0px; padding-top: 0px; }
  #navbar { display: none; }
}

