body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: white;
  font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  background-color: #000;
  background-image: url(../images_public/Background.gif);
}
#main_header {
  width: 800px;
  margin: 40px auto 20px auto;
}
#main_navigation {
  width: 780px;
  margin: 0 auto 0 auto;
  padding: 0 25px 0 25px;

  color: #999;
  font-size: 14px;
}
#main_navigation a {
  color: #999;
  text-decoration: none;
}
#main_navigation a:hover {
  color: #99CCFF;
}

.bold {
  font-weight:bold;
}

div.public_heading {
  text-align:center;
  margin:0px 2px 20px 2px;
  padding-bottom:10px;
  border-top:    1px solid #292b3b;
  background:              #323442;
  border-bottom: 1px solid #383b50;
}

div.public_heading h1 {
    line-height: 1.2em;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 37px;
    color: #fff;
    font-weight: normal;
    font-family: verdana;
}

div.public_heading h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    font-size: 25px;
    color: #93aacf;
    font-weight: normal;
}

#main_navigation a.current_page {
  color: #99CCFF;
  font-weight: bold;
}
#main_navigation #pricing_and_signup_main_nav_link {
    color: yellow;
}

#main_content {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 2em;
  background-image: url(../images_public/BodyBorder.gif);
  min-height: 600px;
}
#inner_content {
  padding: 0 25px;
  margin: 0;
}
#main_content_top_border {
  width: 800px;
  height: 15px;
  margin: 0 auto;      
  background-image: url(../images_public/TopBorder.gif)
}
#main_footer {
  margin: 0 auto;      
  text-align: center;
  font-size: 10px;
  height: 20px;
  background-image: url(../images_public/FooterBackground.gif);
  color: white;
  
  border-top: 1px solid black;
}
#main_footer a {
  color: #eee;
  text-decoration: none;
}
#main_footer a:hover {
  color: yellow;
}
#keep_me_informed_form {
  border: 2px solid #90b0e0;
  background-color: #4a4a4a;
  width: 50%;
  margin: 25px auto 0 auto;
  padding: 0 10px;
}
#sign_up_teaser {
  display: none;
}
a {
  color: white;
  text-decoration: underline;  
}
a:hover {
  color: yellow;  
}
a img {
  border: 0;
}

h1 {
  margin: 0;
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 1.8em;
  font-weight:normal;
}

h3 {
 margin-top:2em;
 font-size: 1.3em;
 font-weigth:normal;
}

h1, h2, h3 {
 color: #93aacf;
}

ul li {
  margin: 1em 0;
  line-height: 1.5em;
  font-size: 1.1em;
}

#screenshots {
  position: absolute;
  left: -25px;
  top: 0;
}

#screenshot_count {
  position: absolute;
  top: 270px;
  left: -25px;
}
#screenshot_count li {
  color: gray;
  font-weight: bold;
  font-size: 1.5em;
  float: left;
  margin-right: 15px;
}
#screenshot_count li.active {
  color: white;
}

#featurelist {
  margin:0; 
  padding:0;
  padding-left:10px;
  float: right;
  text-align: left;
  width: 385px;
  min-height: 323px;
}

#featurelist li {
  line-height: 1.2em;
  padding:0;
  margin:0;
  margin-bottom:10px;
}

p {
  font-size: 1.1em;
}

p.caption, p.quote {
  text-align: center !important;
  text-indent: 0 !important;
}
cite {
  font-size:0.9em;
  color: gray;
}
cite a {
  color: gray;
}
.divider {
  color: #444;
  margin: 0 5px;
}
.hint {
  color: gray;
  font-size: 9px;
}
.highlight {
  background-color: #552;
}

.screenshot {
  font-size: 1.4em;
  color:  #93aacf;
  text-align:center;
  line-height: 2em;
  padding-top: 0em;
  padding-bottom:25px;
  margin-bottom: 2em;
  background-image: url(../images_public/TopScreenshotBorder.gif);
  background-repeat: repeat-x;
  border-bottom: 4px solid #aaa;
  background-color:#000;
  width:696px;
}
