/** Generic **/
body
{
  font-family: sans-serif;
  color: white;
  background-color: black;
  background-image: url(body-bg.png), url(body-bottom-bg.png);
  background-position: left top, left bottom;
  background-repeat: repeat-x;
}

img { border-style: none; }
a:link, a:visited { color: #f9d648; }
a:hover { color: #ffffaa; }
.hidden { display: none; }
.yellow { color: ffffaa; }
.red { color: #be0909; }
#totlogo a:hover, #mslogo a:hover, nav a:hover { opacity: 0.5; }
#trybuy a:hover { opacity: 0.8; }
iframe { z-index: -1; }
li b { color: #ffffbb; }
#screenshotcounter { clear: both; display: inline; background-color: #2C2C2C; padding: 0 5px; border: 3px solid #2C2C2C; border-radius: 4px; }

/** Positioning **/
#wrapper
{
  top: 30px;
  width: 880px;
  margin: 0 auto;
  border: 3px solid #2C2C2C;
  border-radius: 3px;
  padding: 25px;
  background: black;
}

#totlogo
{
  z-index: 1;
  position: relative;
  width: 210px;
  height: 140px;
  float: left;
  margin-left: 20px;
  margin-top: -10px;
}

#mslogo
{
  position: relative;
  width: 316px;
  height: 80px;
  margin-top: -20px;
  float: right;
}

nav
{
  z-index: 0;
  display: block;
  float: left;
  position: relative;
  height: 30px;
  width: 650px;
  margin-left: 218px;
  top: -70px;
  background: #5e5e5e url(nav-bg.png) no-repeat right;
}

nav ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 30px;
}

nav li
{
  float: left;
  display: block;
  margin: 0;
  padding-right: 30px;
  min-width: 20px;
  height: 30px;
  margin-top: 4px;
}

#maincontent
{
  clear: both;
}

#topblock
{
  z-index: 0;
  position: relative;
  top: -50px;
  height: 570px;
}

#videoblock
{
  z-index: 0;
  /*border: 8px solid #2c2c2c;*/
  width: 856px;
  margin: 0 auto;
  height: 540px;
  text-align: center;
}

#videoborder /* Adjust the picture */
{
  position: absolute;
  top: -24px;
  left: -2px;
  z-index: -1;
}

#trybuy
{
  position: relative;
  margin-top: -80px;
  height: 90px;
  left: 5px;
}

#trybuy ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#trybuy li
{
  float: left;
  margin: 0;
}

#trybuy img
{
  width: 290px;
  height: 90px;
}


.textsection
{
  clear: both;
  background: #131313;
  padding: 10px;
  margin: 40px 0;
  border-radius: 3px;
}


/** Section header. Includes the background pic. **/
.sectionheader
{
  height: 47px;
  background: url("h1-bg.png") no-repeat;
  margin: -47px 0 30px 0;
}
.sectionheader h1
{
  position: relative;
  left: 50px;
  top: 20px;
  font-family: 'Volkhov', serif;
}

.textsection .headerimg
{
  display: block;
  position: relative;
  top: -33px;
}

.textsection ul, .textsection p
{
  list-style-image: url(bullet-skull.png);
  padding: 0 10px 0 30px;
  margin: 0 0 20px 0;
}

.textsection li
{
  margin: 0 0 20px 20px;
}

.screenshotsection
{
  width: 730px;
  height: 425px;
  margin: 0 auto;
}

.screenshotnav
{
  float: left;
  height: 430px;
  width: 95px;
}

.screenshotnav.left
{
  padding-right: 15px;
  background: url(images/offarrow-l.png) no-repeat center;
}
.screenshotnav.left.highlighted { background: url(images/onarrow-l.png) no-repeat center; }

.screenshotnav.right
{
  margin-top: -28px;
  padding-left: 15px;
  background: url(images/offarrow-r.png) no-repeat center;
}
.screenshotnav.right.highlighted { background: url(images/onarrow-r.png) no-repeat center; }


#screenshotframe
{
  float: left;
  width: 480px;
  height: 360px;
  border: 15px solid #2c2c2c;
  border-radius: 3px;
}

#screenshotframe img
{
  width: 480px;
  height: 360px;
  max-width: 480px;
  max-height: 360px;
}

#sysrectable
{
  border: none;
  padding: 5px;
}

footer
{
  display: block;
  width: 930px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}