body {
  background: #000;
  color: #444;
  text-align: center;
  font-family: verdana, sans-serif;
  font-size: 90%;
}

div {
  margin-bottom: 20px;
}

#header img, #logo img {
  border: 0;
}

img.snapshot {
  border: 6px solid white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  color: #ccc;
}

h1 {
  font-size: 300%;
}

h2 {
  font-size: 250%;
}

h3 {
  font-size: 200%;
}

h4 {
  font-size: 150%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 75%;
}

a, a:visited {
  text-decoration: none;
  color: #444;
}

a:active, a:hover {
  text-decoration: underline;
  color: #444;
}

#nav {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 20px;
  border-top: 1px solid #333;
  z-index: 1;
}

#nav ul {
  list-style-type: none;
  text-align: center;
  margin-top: -10px;
  padding: 0;
  position: relative;
  z-index: 2;
}

#nav li {
  display: inline;
  text-align: center;
  margin: 0 5px;
  color: #ccc;
  background-color: #000;
}

#nav li a {
  padding: 1px 7px;
  color: #555;
  background-color: #000;
  border: 1px solid #000;
  text-decoration: none;
}

#nav li a:hover {
  color: #fff;
  background-color: #555;
  border: 1px solid #8cca1e;
}

#candy {
  border: 1px solid #333;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  background-image: url("bg_gradient.png");
  background-repeat: repeat-x;
}

#candy img {
  border: 2px solid #ddd;
  margin: 10px 5px 1px 5px;
}

#candy a:hover img {
  border: 2px solid #8cca1e;
}

#ribbon {
  width: 100%;
  background-color: #222;
  display: table;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  text-align: center;
  color: #bbb;
  padding-top: 3px;
  padding-bottom: 3px;
}

#ribbon span {
  display: table-cell !important;
  display: inline-block;
  text-align: center;
  width: 200px;
  margin: 1px 5px;
}

#ribbon a, #ribbon a:visited, #text a, #text a:visited {
  color: #bbb;
  text-decoration: none;
}

#ribbon a:active, #ribbon a:hover, #text a:active, #text a:hover {
  color: #8cca1e;
  text-decoration: none;
}

#text {
  margin: 10px auto 20px auto;
  padding-left: 20px;
  padding-right: 20px;
}

#text p {
  color: #777;
}

#pricing {
  margin: auto;
  width: 500px;
}

#pricing div.section {
  border: 1px solid #333;
  background-color: #000;
  background-image: url("bg_gradient.png");
  background-repeat: repeat-x;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

#pricing p {
  color: #777;
}

#pricing ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  color: #777;
}

#pricing table {
  margin: auto;
}

#pricing table td {
  color: #777;
}

#pricing table th {
  text-decoration: underline;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #111;
  display: block;
  text-align: center;
  color: #333;
  clear: both;
}

#footer a, #transtrum_footer a:link, #transtrum_footer a:visited {
  color: #333;
}

#footer a:hover, #transtrum_footer a:active {
  color: #666;
}

