body {
  margin: auto;
  background-color: #f3f7f2;
  font-family: verdana, sans-serif;
  text-align: center;
  color: #3c4538;
}

* {
  outline: none;
}

a {
  color: #3c4538;
}

ul {
  list-style:none;
  margin: 0;
  padding: 0;
}
  ul li {
    margin: 0;
    padding: 0;
  }
  
a {
  text-decoration: none;
}
  a img {
    border: 0;
  }


.menuFixed {
  position: fixed;
  left: 0;
  top: 1em;
  text-align: left;
}
  .menuFixed li {
    display:block;
    padding: 0;
    margin: 1em 0 0 0;        
  }
    .menuFixed li a {
      padding: 0.3em 0 0.3em 0.5em;
      width: 5em;
      display: block;  
      border:1px solid #bbb;
      color:white;
      background-color: #c8cac6; /*#724E4E;*/ /*#3C4538;*/
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;        
      -moz-border-radius-topright: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-box-shadow: 0 5px 0.4em #ddd; 
    }
    .menuFixed li a:hover {
      color: white;
      border:1px solid black;
      background-color: #3C4538;
    }
.menu {
  padding: 2em;
}
  .menu li {
    border-right: 1px solid #FFF;
    border-left: 1px solid #CCC;
    display: inline;
    margin: 0;
    padding: 0;
  }
  .menu li a {
    padding: 0.5em 1em;
  }
  .menu li:first-child {
    border-left: 0;
  }
  .menu li.last-child {
    border-right: 0;
  }
    .menu li:hover, .menu li:hover a {
      background-color: #3C4538;
      color: white;
    }
      .menu li:first-child:hover, .menu li:first-child:hover a {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;        
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;        
      }
      .menu li.last-child:hover, .menu li.last-child:hover a {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;        
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;        
      }
      
#productHeader {
  font-size: 70%;
  padding-bottom: 0;
  margin-bottom: 0;
  display: none;
}
.standOut {
  background-color:white;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 0.5em 0;
}
  ul.products li {
    padding-bottom: 0.5em;
    width: 10em;
    margin: auto;
  }
    ul.products h2, ul.products h3 {
      margin: 0;
      padding: 0;
    }
      ul.products h2, ul.products h3 {
        font-weight: normal;
      }
  ul.products li:hover {
    cursor: hand;
    cursor: pointer;
  }
  ul.products li:hover .name {
    background-color: #929391;
    color: white;
    text-shadow: 0.1em 0.1em 0.05em #333;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
  }

ul.features {
  margin: 1em auto;
  overflow:hidden;
  zoom:1;
  width: 500px;
}
  ul.features li {
    width: 25%;
    float:left;
  }

  ul.features li h2 {
    overflow: visible; 
    text-shadow: 0 1px 2px white;
  }
  ul.features li p {
    padding: 0.5em;
  }

#downloadLink a {
  color: white;
}
#downloadLink {
  background-color: #929391;
  color: white;
  cursor: hand;
  cursor: pointer;
  padding: 0 0.5em .07em 0.5em;
  text-shadow: 0.1em 0.1em 0.05em #333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.name {
  font-size: 180%;
}
.caption {
  font-size: 90%;
  opacity: 0.5;
}

#footer a {
  color: #888;
  xtext-decoration: underline;
}

p.description a {
  text-decoration: underline;
  color: #999;  
}

p.description {
  font-size: 80%;
  color: #999;
  margin:-0.5em 0pt 1.5em;
}

#footer {
  font-size: 80%;
  color: #aaa;
  margin-top: 2em;
  margin-bottom: 0.5em; 
  clear:left;
}

.screenshot {
  cursor: hand;
  cursor: pointer;
  border: 0;
}

.title {
  text-shadow: 0 -1px 1px black;
}

.title span {
  font-size: 50%;
  font-style: italic;
}

h1 {
  margin: -0.5em 0 0.25em 0;
  padding: 0;
  font-size: 350%;
}

.features h2 {
  font-size: 100%;
  margin: 0.5em;
}

.features {
  font-size: 80%;
}

.expand {
  position: relative;
  top: 0.5em;
  padding: 0 10px;
  cursor: hand;
  cursor: pointer;
}
.hidden a {
  text-decoration: underline;
}
.hidden {
  font-size: 80%;
  line-height: 1.5em;
}

.hidden h2 {
  font-size: 90%;
}

.hidden dl {
  margin: auto;
  width: 500px;
  text-align: left;
}

.hidden dt {
  xfont-weight: bold;
  color: #555;
  font-style: italic;
  padding: 0.25em 0 0.1em 0;
}
.hidden dd, .hidden dd a {
  color: #777;
  font-size: 95%;
}
