html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #212731;
  color: #949CA5;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
  font-size: 0.9em;
}

h3, h4, h5 {
  text-transform: uppercase;
  font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
}

h1, h2 {
  color: #FEFEFE;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 16px;
  margin: 1em 0 0.5em 0;
}

a {
  color: #FF7C00;
}

img {
  border: 0;
}

pre {
  color: #000;
  background: #fff;
  padding: 10px 0 0 10px;
  font-size: 14px;
}

#footer {
  display: none;
}

#outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(radial, 50% 50%, 100, 50% 20%, 1000, from(#46546D), to(#212731));
  background: -moz-radial-gradient(center 45deg, circle farthest-corner, #46546D 0%, #212731 100%);
}

#inner {
  width: 960px;
  
  position: absolute;
  top: 50px;
  left: 50%;
  
  margin-left: -480px;
  
  background: #111317;
  
  -webkit-border-radius: 9px; 
  -moz-border-radius: 9px;
/*  -webkit-box-shadow: 0 2px 3px #000;*/  
}

#header {
  height: 60px;
  margin: 0 20px;
}

#header #title,
#header #title a {
  text-transform: none;
  text-decoration: none;
  color: #FEFEFE;
  float: left;
  line-height: 60px;
  padding: 0;
  margin: 0;
}

#header ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  float: right;  
}

#header ul,
#header ul a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}

#header ul li {
  padding: 0px 13px;
  float: left;
  
  border-left: 4px solid #6F6E6E;
}

#header ul li.current {
  border-left-color: #FF7C00;
}

#content {
  padding: 0 20px 20px 20px;
  overflow: none;
}

#content .supertabs .supertab {
  width: 920px;
}

#content .lhc {
  width: 600px;
  float: left;
  margin-right: 10px;
}

#content .rhc {
  width: 300px;
  float: right;
}

/* Page specific */

#content .cta {
  display: inline-block;
  margin: 0.5em 0;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 10px;
  color: #000;
  
  -webkit-transition: -webkit-box-shadow 0.5s linear;
  -moz-transition: -moz-box-shadow 0.5s linear;
  
  background: #FF7C00;
}

#content .cta:hover {
  -webkit-box-shadow: 0 0 12px #7E98C6;
  -moz-box-shadow: 0 0 12px #7E98C6;
}

#content .cta.white {
  background: #FFFFFD;
}
