html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal; }

pre {
  margin: 0;
  padding: 0; }

code {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal; }

form {
  margin: 0;
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  margin: 0;
  padding: 0;
  color: #000; }

input, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

p, blockquote {
  margin: 0;
  padding: 0; }

th {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  text-align: left; }

td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0; }

address {
  font-style: normal;
  font-weight: normal; }

caption {
  font-style: normal;
  font-weight: normal;
  text-align: left; }

cite, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

body {
  font: 13px/1.231 helvetica,arial,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

html {
  background: #cbeaf7 url(/images/blue_screen_bg.png) repeat top left; }

body {
  font-size: 100%;
  color: #4a4a4a; }

p {
  color: #555;
  line-height: 1.5em;
  margin-bottom: 1.125em; }

h1, h2, h3, h4, h5 {
  font-family: HelveticaNeue-CondensedBold,Helvetica, Arial, sans-serif;
  font-weight: bold; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.875em;
  font-size: 1.5em; }

strong {
  font-weight: bold; }

ol li {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 1.25em;
  margin-bottom: 1em;
  line-height: 1.4em; }

div.clear {
  clear: both; }

a {
  color: #003663; }
  a:hover {
    text-decoration: underline; }
  a:visited {
    color: #003663; }

img#logo {
  float: left;
  margin-top: 0.25em; }

div#header {
  height: 3.125em;
  border-bottom: 4px solid #678fa5; }

div#footer {
  border-top: 4px solid #678fa5;
  padding: 10px;
  margin-bottom: 2em;
  text-align: center;
  color: #222;
  font-size: 0.75em;
  font-weight: bold; }
  div#footer a {
    text-decoration: none; }

div#container {
  background-color: white; }

div#content {
  width: 50em;
  padding: 1.25em;
  margin: 0 auto; }
  div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html div#content {
    height: 1px; }

div#signup {
  margin-left: 25em; }
  div#signup:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html div#signup {
    height: 1px; }
  div#signup h1 {
    line-height: 1em;
    margin-bottom: 0.5em; }

p#beta_test {
  margin-top: 2em;
  background-color: #FFFFE0;
  padding: 0.25em 1em;
  margin-bottom: 1em; }

div#blurbs_left, div#blurbs_right {
  width: 23.125em;
  float: left; }

div#blurbs_right {
  margin-left: 2em; }

img#logo_small {
  float: left; }

div.infopage {
  margin-left: 180px; }

span.signup_button {
  display: block;
  text-align: center; }

a.signup {
  font-size: 1.875em;
  padding: 0.25em 0.5em;
  background-color: #DB511A;
  border-color: #DDDDDD #33414F #33414F #DDDDDD;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -moz-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: white;
  cursor: pointer;
  text-shadow: 1px 1px #00253a;
  text-align: center;
  text-decoration: none; }
  a.signup:hover {
    color: white;
    text-decoration: none;
    background-color: #00253a;
    background-color: #678fa5;
    background-color: #EC4801; }

p.login {
  margin-top: 1.25em;
  font-size: 0.75em; }

table.plans {
  margin-bottom: 1.5em;
  width: 100%; }
  table.plans span.price {
    font-weight: bold; }
  table.plans th:first-child, table.plans td:first-child {
    padding-left: 0.25em; }
  table.plans th:last-child, table.plans td:last-child {
    padding-right: 0.25em; }
  table.plans th.ram, table.plans td.ram {
    text-align: right; }
  table.plans th.bw, table.plans td.bw, table.plans th.disk, table.plans td.disk, table.plans th.price, table.plans td.price {
    text-align: center; }

table {
  border-collapse: separate; }
  table thead th {
    background-color: #e23000;
    background-color: #02232c;
    color: #fff; }
  table th, table td {
    padding: 0.3125em; }
  table th+th, table td+td {
    padding-left: 1em; }
  table th:first-child, table td:first-child {
    padding-left: 1.5em; }
  table th:last-child, table td:last-child {
    padding-right: 1.5em; }
  table tr.odd {
    background-color: #f2f2f2; }
  table td {
    border-bottom: 2px solid #dedede; }
  table tr:last-child td {
    border-bottom: 1px solid #cccccc; }
