body {
  background: #fff url(../img/background.gif) 0 0 repeat-x;
  font-family: verdana, helvetica, arial;
  padding: 0 44px 44px 44px;
}

#content {
  background: #fff;
}

#header h1 {
  margin-top: 10px;
  padding: 0;
  width: 251px;
  height: 101px;
}

#header h1 a {
  display: block;
  width: 251px;
  height: 101px;
  text-indent: -999em;
  background: url(../img/logo_small.gif) 0 0 no-repeat;
}

#navi {
  height: 32px;
  margin-top: 24px;
  background: #fff url(../img/navi_bg.gif) 0 0 repeat-x;
}

#navi li {
  float: right;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px #c2c9c5 solid;
}

#navi li a {
  display: block;
  color: #092956;
  padding: 8px 20px;
  text-decoration: none;
}

#navi li a:hover {
  background-image: url(../img/navi_hover.gif);
}

#navi li a.active {
  background-image: url(../img/navi_active.gif);
  color: #fff;
}

#navi li a.active:hover {
  background-image: url(../img/navi_active.gif);
}

#content {
  border-top: 16px #FD8711 solid;
  padding: 20px;
  border-left: 1px #E6E6E6 solid;
  border-right: 1px #E6E6E6 solid;
  border-bottom: 1px #E6E6E6 solid;
}

#content h2 {
  font-size: 18px;
  color: #153562;
  margin-bottom: 12px;
  padding-top: 12px;
}

#content h2.first {
  padding-top: 0;
}

#content p {
  margin-bottom: 12px;
  margin-left: 25px;
  font-size: 13px;
}

#content code {
  display: block;
  font-family: courier, courier new;
  margin-bottom: 12px;
  font-size: 13px;
}

ul.screens {
  margin: 25px 0 12px 25px;
}

ul.screens li {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}


div.features p {
  padding-left: 120px;
}
p.opensoruce {
  background: url(../img/icon-pfeat-opensource.gif) no-repeat;
		height: 80px;
}
p.architecture {
  background: url(../img/icon-pfeat-architecture.gif) no-repeat;
		height: 100px;
}
p.auth {
  background: url(../img/icon-pfeat-auth.gif) no-repeat;
		height: 100px;
}
p.design {
  background: url(../img/icon-pfeat-design.gif) no-repeat;
		height: 80px;
}
p.ajax {
  background: url(../img/icon-pfeat-ajax.gif) no-repeat;
		height: 80px;
}
p.language {
  background: url(../img/icon-pfeat-lang.gif) no-repeat;
		height: 100px;
}
p.xsl {
  background: url(../img/icon-pfeat-xsl.gif) no-repeat;
		height: 100px;
}
p.mvc {
  background: url(../img/icon-pfeat-mvc.gif) no-repeat;
		height: 90px;
}
