#noshow {
  display: none;
}

body, html {
  padding: 0;
  margin: 0;
  font-family: verdana, arial, sans serif;
  font-size: 11px;
  line-height: 150%;
}

#header {
  background-color: #ce0000;
  height: 101px;
  overflow: hidden;
  min-width: 870px;
}

.rollover img {
  border: none 0 black;
}

p {
  margin: 0.5em 0 1em 0;
}

#tabs {
  background-color: #ce0000;
  background-image: url(/images/tab-bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 28px;
  overflow: hidden;
}

#content {
  width: 800px;
  padding-left: 5px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

#box {
  width: 280px;
  background-image: url(/images/box-sides.gif);
}
#box .box-content {
  padding: 0 10px 0 22px;
}

.box-content p {
  margin: 0 0 1em 0;
}

.box-content ul {
  margin-top: 0;
}

#right-box {
  float: right;
  width: 280px;
}

a img {
  border-width: 0;
}

#footer {
  background-image: url(/images/footer-bar.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 20px;
  text-align: center;
  width: 801px;
  margin-top: 0px;
}

h1, h2, h3 {
  font-weight: normal;
  line-height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: Garrison Light Sans, Tempus Sans ITC, Papyrus, Viner Hand ITC;
}

h1 {
  padding-top: 0.5em;
}

h1 {
  font-size: 24px;
  color: #656565;
}

h2 {
  font-size: 21px;
  color: #ad0211;
}

h3 {
  font-size: 18px;
  color: gray;
}

.padded-box {
  margin-left: 10px;
}

a.link-to-site {
  background-image: url(/images/fireball-small.gif);
  background-position: top left;
  background-repeat: no-repeat;
  height: 17px;
  display: block;
  padding-top: 15px;
  padding-left: 32px;
}

table#portfolio img {
  margin-left: 10px;
}

#subnav {
  border-bottom: solid 1px #d1d1d1;
  border-right: solid 1px #d1d1d1;
  width: 800px;
}

#subnav a {
  padding: 10px;
  color: black;
  text-decoration: none;
  display: block;
  float: left;
}

#subnav a:hover {
  background-color: gray;
  color: white;
}

#subnav .selected {
  border-bottom: solid 3px #ce0000;
  padding: 10px 10px 7px 10px;
}

#extra-info {
  background-color: #e8e8e8; border-top: solid 1px silver; border-bottom: solid 1px silver; padding: 5px 10px; margin-top: 20px;
}

#extra-info h2 {
  margin-top: 0;
  padding-top: 0;
  line-height: 100%;
}

table.prices {
  border-collapse: collapse; 
  width: 60%; 
  margin: 0 20%;
  border: solid 1px black;
}

table.prices td {
  border: solid 1px black;
}

.screenshots {
  text-align: center;
}

.screenshots img {
  border: solid 1px #CCC;
  margin-right: 20px;
}