body {
  background-position: center top;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21px;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  color: #191919;
  font-size: 14px;
  background-image: url('/images/bg.jpg');
  background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6, div, p, blockquote, img, a { margin: 0; padding: 0; border: none; }

h2 { font-size: 1.75em }

#container {
  width: 100%;
}

#content {
  background-image: url('/images/background_shadow.png');
  background-repeat: repeat-y;

  width: 883px;
  margin: 0 auto;
  padding: 0;
}

#footer {
  background-image: url('/images/footer_background.png');
  background-repeat: repeat-y;

  width: 883px;
  margin: 0 auto;
  padding: 20px 0;
}

.screenshot {
  margin: 0 0 0 40px;
  padding: 2px;
  border: 1px solid #e0e0e0;
}

.inner-content {
  width: 800px;
  padding: 0 40px;
}

.inner-content p {
  line-height: 1.8em;
}

#banner {
  background-image: url('/images/banner_background.png');
  background-repeat: repeat-y;

  width: 883px;
  margin: 0 auto;

  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

#banner p {
  font-size: 1.5em;
  padding: 6px 0;
}

#banner .text { 
  width: 527px;
  text-align: left;
  margin-left: 40px;
}

#banner .image {
  width: 272px;
  text-align: right;
}

.inner-content h1 {
  padding: 8px 0 0 0;
}

.inner-content h2 {
  margin: 20px 0;
}

#header, #header_blank {
  background-image: url('/images/header.png');
  background-repeat: repeat-y;
  width: 883px;
  height: 166px;
  margin: 0 auto;
}

#header_blank {
  height: 197px;
  background-image: url('/images/header_diy.png');
}

#testimonials {
  clear: both;
  padding-top: 30px;
  padding-bottom: 20px;
}

#testimonials table {
  width: 800px;
  margin: 0;
}

#testimonials td {
  width: 28%;
  vertical-align: top;
}

#testimonials td.centre { padding: 0 3%; width: 33%; }

ul.big {
  font-size: 1.5em;
  margin: 10px 0 10px 34px;
  padding: 0;
  background-color: transparent;
  list-style-image: url('/images/tick.png');
}

li {
  margin: 1em 0;
  padding: 0;
}

.columns .left {
  width: 390px;
  float: left;
  margin-right: 20px;
}

.left img.screenshot {
  margin: 0;
}

.columns .right {
  width: 390px;
  float: left;
}

.rounded_corner_box {
   background: #f4f2f4 url('/images/rounded_corner_grad.gif') repeat-x top left;
   margin-bottom: 20px;
}
.rounded_corner_top div {
   background: url('/images/rounded_corner_tl.gif') no-repeat top left;
}
.rounded_corner_top {
   background: transparent url('/images/rounded_corner_tr.gif') no-repeat top right;
}
.rounded_corner_bottom div {
   background: url('/images/rounded_corner_bl.gif') no-repeat bottom left;
}
.rounded_corner_bottom {
   background: transparent url('/images/rounded_corner_br.gif') no-repeat bottom right;
}

.rounded_corner_top div, .rounded_corner_top,
.rounded_corner_bottom div, .rounded_corner_bottom {
   width: 100%;
   height: 8px;
   font-size: 1px;
}

.rounded_corner_content {
  padding: 0;
}

.rounded_corner_inner {
  padding: 0 0 10px 22px;
}

.download_form form {
  margin: 0 0 10px 32px;
}

.download_form form div {
  margin: 10px 0;
}

.download_form label {
  width: 10em;
  display: block;
  float: left;
}

.download_form input[type="text"], .download_form input[type="password"] {
  width: 12em;
  border: 2px solid #aaa;
}

.download_form .submit {
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  width: 90%;
  border-top: 2px solid #aaa;
}

.networking {
  margin-top: 10px;
}

.networking a {
  margin: 0 20px 0 0;
}

#navigation {
  list-style-type: none;
  margin: 10px 20px 0 0;
  padding: 0;
  float: right;
}

#navigation li {
  margin: 0;
  padding: 0;
}

#navigation a {
  color: #fff;
  text-decoration: none;
  padding: 2px 4px;
}

.white_content {
  padding-right: 30px;
}

.screenshots {
  padding-left: 30px;
}

.screenshots img {
  margin: 10px 10px 0 0;
}

.screenshots img:hover {
  cursor: pointer;
}

.register_note {
  padding: 5px 0 8px 0;
  clear: both;
  display: block;
}

/* Unique to this site */
.download_form form div {
  margin: 10px 0 0 0;
  float: left;
  clear: both;
}

.download_form div.fieldWithErrors {
  float: left;
  clear: none;
  margin: 0 0 10px 0;
  padding: 0;
  background-color: transparent;
}

.fieldWithErrors label {
  color: red;
  font-weight: bold;
}

#errorExplanation {
  width: 782px !important
}

#errorExplanation p {
  margin-top: 10px
}

#errorExplanation li, #errorExplanation ul {
  margin: 0;
}

.small { font-size: small }
