html {
  color: black;
  background: white; }

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: black; }

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: #555555;
  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; }

.highlighted {
  background-color: #ffffe0; }

p.highlighted {
  padding: 0.25em 0.5em; }

div.clear {
  clear: both; }

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

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

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

div#footer {
  border-bottom: 4px solid #678fa5;
  padding: 10px;
  margin-bottom: 2em;
  text-align: center;
  background-color: white;
  color: #222222;
  font-size: 0.875em;
  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; }

a#trial-offer {
  display: block;
  margin-bottom: 1.5em;
  padding: 1em;
  font-size: 1.125em;
  text-align: center;
  text-decoration: none;
  background: #fefcea;
  background: -moz-linear-gradient(top, #fefcea 0%, #fff7b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefcea), color-stop(100%, #fff7b2));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#FFF7B2',GradientType=0 );
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  a#trial-offer:hover {
    background: #f9f6d9;
    background: -moz-linear-gradient(top, #f9f6d9 0%, #f2e9a7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f6d9), color-stop(100%, #f2e9a7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F6D9', endColorstr='#F2E9A7',GradientType=0 ); }
  a#trial-offer em {
    white-space: nowrap;
    font-size: 1.1em;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase; }

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; }

.faq h2 {
  margin-top: 1em;
  margin-bottom: 0.25em; }
.faq h3 {
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.5em; }
.faq p {
  margin-bottom: 0.5em; }

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; }

#faq_link {
  clear: both;
  text-align: center; }
  #faq_link h2 a {
    text-decoration: none; }

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

table.plans {
  margin-bottom: 1.5em;
  width: 100%;
  font-size: 0.875em; }
  table.plans td.price span {
    font-weight: bold; }
  table.plans td.price.old {
    text-decoration: line-through;
    color: #aaaaaa; }
    table.plans td.price.old span {
      color: #666666; }
  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, table.plans td.price, table.plans th.price {
    text-align: right; }
  table.plans th.bw, table.plans td.bw, table.plans th.disk, table.plans td.disk, table.plans th.price {
    text-align: center; }
  table.plans td.price.discount {
    color: #333333; }
  table.plans td strike {
    font-size: 0.875em; }

table {
  border-collapse: separate; }
  table thead th {
    background-color: #e23000;
    background-color: #02232c;
    color: white; }
  table th, table td {
    padding: 0.313em; }
  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; }

