li#home
{
  color: white;
  font-weight: bold;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 11px;
}
li#home .navigationTopShadow
{
  background-image: none;
}
li#faq
{
  color: #E6F3FF;
  background-image: none;
}
li#faq .navigationTopShadow
{
  background-repeat: repeat-x;
  background-position: top;
}
li#forums
{
  color: #E6F3FF;
  background-image: none;
}
li#forums .navigationTopShadow
{
  background-repeat: repeat-x;
  background-position: top;
}
div#intro
{
  float: left;
  text-align: left;
  display: inline;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
div#whatIsPanel
{
  float: left;
}
div#whatIsPanel h3
{
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #D7DFE1;
  font-size: 1.0em;
  font-weight: bold;
}
div#whatIsPanel h1
{
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  color: black;
  font-size: 0.8em;
  font-weight: normal;
}
div#whatIsPanel p
{
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  color: black;
  font-size: 0.8em;
  font-weight: normal;
}
div#screenshot
{
  float: right;
  width: 325px; /* shadow = 25px */
}
div#screenshot .imageLeftShadow
{
  width: 325px; /* shadow = 25px */
}
div#screenshot img
{
  display: block; /* http://www.quirksmode.org/css/quirksmode.html */
  border-width: 0;
}
div#downloadBox
{
  text-align: left;
  background: #E6EEFF;
  color: #3B4D75;
  border-top: 4px solid #6786CB;
  font-size: 0.6em;
  padding: 10px;
}
div#downloadImage
{
  text-align: center;
}
div#downloadBox a img,
div#downloadBox a:link img,
div#downloadBox a:visited img
{
  display: inline;
  border-width: 0;
  text-decoration: none;
}
div#samples ul
{
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  margin-left: 2px;
  margin-right: 0;
  margin-bottom: 0;
}
div#samples h1
{
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
div#samples ul li
{
  padding-bottom: 5px;
}
div#samples ul li a
{
  border-width: 0;
  text-decoration: none;
}
div#samples ul li a:link
{
  color: black;
}
div#samples ul li a:visited
{
  color: black;
}
div#samples ul li a:hover
{
  color: #FFFFFF;
}
div#samples ul li img
{
  display: block; /* http://www.quirksmode.org/css/quirksmode.html */
  border-width: 0;
}
.thumbnails .imageLeftShadow
{
  float: left;
  width: 125px; /* shadow = 25px */
}
.nextButton
{
  text-align: right;
  font-size: 0.6em
}
div#copyright
{
  text-align: center;
  font-size: 0.8em;
}