body {
  background: #E1EBF6 url(images/background.gif) repeat-x;
  font-family: Arial;
}
      
a {
  color: #a00101;
  font-size: 12px;
}  

a img {
  border: 0;
}  

h1 {
  color: #225287;
  font-size: 24px;
  padding: 2px;
  margin: 2px;
}

h1 a{
  color: #738845;
  font-size: 18px;
  font-weight: normal;
}

h2 {
  color: #738845;
  font-size: 18px;
  font-weight: normal;
}

#alignContainer {
  margin: 0 auto;
  width: 890px;
}

#container {
  float: left;
  background-color: #fff;
  border: 1px solid #424242;
  width: 890px;
}

#header {
  //background: url(images/header_animated.gif) no-repeat;
  width: 100%;
  height: 100px;
  margin-bottom: 5px;
}

#footer {
  background: url(images/footer-bg.gif) repeat-x;
  height: 16px;
  width: 860px;
  float: left;
  color: #ffffff;
  font-size: 12px;
  padding: 17px 15px 17px 15px;
  margin-top: 10px;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
} 

#navigation {
  margin: 0px;
  padding: 0px;
  padding-top:25px;
}

#navigation li {
  list-style: none;
  background: url(images/navigation-button-bg.gif) repeat-x;
  height: 28px;
  width: 200px;
  border: 1px solid #2e2e2e;
  margin-bottom: 3px;
  padding-top: 4px;
  padding-left: 4px;
}

#navigation li:hover {
  background: url(images/navigation-button-bg_on.gif) repeat-x;
}

#navigation a {
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  text-decoration: none;  
}

#leftCol {
  float: left;
  width: 210px;
}

#rightCol {
  float: right;
  margin-right: 5px;
}
/* End Layout Styles */

/* Login Box */
#login {
  font-size: 12px;
  padding: 5px;
}

#login label {
  width: 65px;
  display: block;
  float: left;
  padding: 3px 5px;
}
/* End Login Box */

/* Testimonials Box */ 
#testimonials {
  background: url(images/testimonials-bg.gif) repeat-y;
  width: 200px;
  margin: 15px 6px;
}

#testimonials .top {
  background: url(images/testimonials.gif) no-repeat;
  height: 30px;
  line-height: 0px;
}

#testimonials .bottom {
  background: url(images/testimonials-footer.gif) no-repeat;
  height: 5px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}

#testimonials .name {
  padding-left: 30px;
}

#testimonials p {
  padding: 0px 5px;
  margin: 5px 5px;
}
/* End Testimonials Box */

/* Round blue box */
.blue-box {
  background: url(images/blue-box-background.gif) repeat-y;
  width: 667px;
  font-size: 14px;
  color: #2e2e2e;
}

.blue-box .top {
  background: url(images/blue-box-top.gif) no-repeat; 
  height: 7px;
}

.blue-box .bottom {
  background: url(images/blue-box-bottom.gif) no-repeat;
  height: 6px;
  line-height: 0px;
}

.blue-box p {
  font-size: 14px;
  color: #2e2e2e;
  margin: 5px 8px 25px;
  padding-right: 5px;
}

/* Apply a padding to the calendars in the box       */
.blue-box img {
  padding: 10px;
}      
/* End round blue box */

/* Screenshots Section */
#screenshots {
  width: 475px;
  height: 167px;
  float: left;
  clear: both;
  text-align:center;
}

#screenshots ul {
  display: inline;
  margin: 0px;
  padding: 0px;
}
      
#screenshots li {
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#screenshots img {
  border: 1px solid #2e2e2e;
}   
/* End Screenshots Section */

#buttons {
  float: left;
  margin: 0px;
  padding: 0px;
}

#buttons li {
  list-style: none;
  padding-bottom: 5px;
}

input.disabled {
  filter: alpha(opacity=50); 
  -moz-opacity: .50; 
  opacity: .50;
}

input.enabled {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}