body{
  text-align: center;
	font: 13px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #d8c788;
	background: black url(../images/headerbg.jpg) repeat-x top left;
}

h1{
  color: #dbf769;
	font-size: 21px;
	font-weight: normal;
}

h2{
  font-size: 14px;
  font-weight: bold;
	color: white;
	padding-top: 20px;
	margin-top: 20px;
}

a{
  color: #ffcd45;
}

a img{
  border: 0;
}

p, div#content li{
  line-height: 1.7em;
	color: #d8c788 !important;
}

.clear{
  clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#header,
#content,
#footer ul{
  width: 785px;
	margin: 0 auto;
	clear: both;
	text-align: left;
}

#header{
  background: url(../images/logo.jpg) no-repeat top left;
	text-align: left;
	margin: 0 auto;
	height: 150px;
	position: relative;
}

#header img{
  float: left;
}

#header ul#nav{
  position: absolute;
	bottom: 61px;
	right: 0;
}

#header ul#nav,
#header ul#nav li{
  margin: 0;
	padding: 0;
	height: 26px;
	list-style: none;
}

#header ul#nav li{
  float: left;
}

#header ul#nav li a{
  display: block;
	padding: 12px 16px;
	color: #f3ff8c;
	font-size: 16px;
	text-decoration: none;
}

#header ul#nav li a:hover{
  text-decoration: underline;
}

#header ul#nav li a.selected{
  background:url(../images/header_nav_highlight.jpg) no-repeat bottom center;
}

#header ul#subnav{
  position: absolute;
	top: 0;
	right: 0;
}

#header ul#subnav,
#header ul#subnav li{
  margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
}

#header ul#subnav li{
  float: left;
}

#header ul#subnav li form{
  margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	
}

#header ul#subnav li a,
#header ul#subnav li input{
  display: block;
	padding: 8px;
	color: #f3ff8c;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background: none;
	margin: 0;
	border: 0;
	cursor: pointer;
}

#header ul#subnav li a{
  padding-top: 9px;
}

#header ul#subnav li input:hover,
#header ul#subnav li a:hover{
  text-decoration: underline;
}

#header ul#subnav li a.selected{
  background:url(../images/header_nav_highlight.jpg) no-repeat bottom center;
}

#content{
  clear: both;
	margin-top: 0;
}

#screenshots #content{
  min-height: 500px;
}

#content #maincol{
  width: 400px;
	float: left;
}

#content #secondarycol{
  width: 330px;
	margin-left: 40px;
	float: left;
}

#content ol li{
  font-size: 14px;
	color: white;
	margin: 0;
	padding: 0;
}

#content ol li ul,
#content ol li ul li{
  font-size: 12px;
	color: #d8c788;
  list-style:url(../images/checkmark.jpg);
	line-height: 1.7em;
	margin: 0;
}

#content ol li ul{
  margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
}

#content .version{
  font-size: 12px;
  color: #a1a1a1;
	margin-bottom: 20px;
}

#content .infobox{
  background:url(../images/about_leftbg.jpg) no-repeat top left;
	height: 128px;
	width: 400px;
}

#content .infobox h2{
	margin: 0;
	padding: 16px 0 0 20px;
}
#content .infobox p{
  margin: 0 0 10px 20px;
}

#content .img_caption{
  width: 312px;
}

#content .img_caption img{
  display: block;
}

#content .img_caption div{
  background: url(../images/captionbg.jpg) no-repeat bottom left;
	margin: 0 0 20px 0;
}

#content .img_caption div h2{
  margin: 0;
	padding: 8px 0 0 10px;
}

#content .img_caption div p{
  margin: 0;
	padding: 0 0 10px 10px;
}

#content ul.lyte{
  margin-bottom: 80px;
}

#content ul.lyte,
#content ul.lyte li{
  margin: 0;
	padding: 0;
	list-style: none;
}

#content ul.lyte li{
  float: left;
}

#content ul.lyte li a{
  margin: 0 10px 10px 0;
	display: block
}

#footer{
  text-align: center;
  width: 100%;
	margin-top: 40px;
	padding-top: 30px;
	height: 50px;
	border-top: 1px solid #666666;
	background-color:#333333;
}

#footer ul{
  margin: 0;
	padding: 0;
	list-style: none;
	height: 50px;
}

#footer ul{
  margin: 0 auto;
}

#footer ul li{
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
}

#footer ul li a:hover{
  text-decoration: none;
	color: white;
}

#footer ul li.copyright{
  float: right;
	color:#999;
}

ul#screens{
  margin: 0;
	padding: 0;
	list-style: none;
}

ul#screens li{
  margin: 0;
	padding: 0;
	float: left;
	vertical-align:middle;
}

ul#screens li a{
	margin: 5px;
	padding: 5px;
	height: 130px;
	display: block;
}

ul#screens li a img{
  border: 5px solid #222;
	border-bottom-width: 10px;
}
