body, html {
	font-size: 10pt;
	font-family: Lucida Grande, Tahoma, Helvetica, sans-serif;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	background: #2d2e2d url('/img/background.png') repeat-x;
	color: #999;
}

/*
	Typography
*/

h1, h2, h3, h4, h5 {
	margin: 1em 0 .4em 0;
	padding: 0;
	color: #ddd;
}
h3 {
	font-size: 140%;
}
p {
	margin: 0;
	padding: 0;
}

/* Links */

a {
	color: #bbb;
}
a:hover {
	text-decoration: none;
	color: #eee;
}

/*
	Structure
*/

#wrap {
	margin: 0 auto;
	width: 800px;
}
#content {
	padding: 0 1em;
}

/*
	Header
*/

#header h2 {
	width: 800px;
	height: 175px;
	margin: 1.8em 0 0 0;
	padding: 0;
}

/* Header Navigation */

#header-nav {
	background: #313131 url('/img/nav-bg.png') repeat-x;
}
#header-nav-inner {
	background: transparent url('/img/nav-bg-l.png') no-repeat left;
	padding-left: 22px; 
}
#header-nav ul {
	list-style: none outside none;
	height: 30px;
	margin: 0;
	padding: 0;
	background: transparent url('/img/nav-bg-r.png') no-repeat right;
}
#header-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#header-nav a {
	display: block;
	padding: 5px 8px 6px 8px;
	text-decoration: none;
	color: #999;
}
#header-nav a:hover {
	background: #363636 url('/img/nav-bg-h.png') repeat-x;
	color: #ccc;
}
#header-nav span {
	display: block;
	padding: 5px 8px 6px 8px;
	color: #666;
}

/*
	Content
*/

/* Description */

#description {
	width: 509px;
	float: left;
	margin: 14px 0;
	background: #313231 url('/img/description-bg.png') no-repeat;
}
#description-inner {
	padding: 1.2em 1em .6em 1em;
	background: url('/img/description-bg-b.png') no-repeat bottom;
}
#description h2 {
	text-indent: -100em;
	display: block;
	margin: 0;
}
#description h2.phrase-1 {
	width: 198px; height: 25px;
	background: url('/img/desc-phrase-1.png') no-repeat top left;
}
#description h2.phrase-2 {
	width: 159px; height: 25px;
	background: url('/img/desc-phrase-2.png') no-repeat top left;
}
#description h2.phrase-3 {
	width: 206px; height: 25px;
	background: url('/img/desc-phrase-3.png') no-repeat top left;
}
#description h2.phrase-4 {
	width: 206px; height: 25px;
	background: url('/img/desc-phrase-4.png') no-repeat top left;
}
#description h2.phrase-5 {
	width: 206px; height: 25px;
	background: url('/img/desc-phrase-5.png') no-repeat top left;
}
#description p {
	margin: .4em 0 .6em 0;
}

/* Download */

#download {
	float: right;
}
#download-button {
	font-size: 16pt;
	width: 280px;
	height: 80px;
	margin: 12px 0;
}
#download-other, #download-changes {
	padding: 0 0 1em 1em;
}
#download-other {
	margin-top: -10px;
}
#download-other a {
	color: #444;
}
#download-other a:hover {
	text-decoration: none;
	color: #999;
}
#download-changes h4 {
	font-size: 90%;
	margin: -3px 0 .1em 0;
	color: #999;
}
#download-changes ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#download-changes ul li {
	font-size: 80%;
	margin: 0;
	padding: 0 0 0 1em;
	color: #777;
}
#download-changes ul li.more {
	text-align: right;
	padding-right: 4px;
}

/* Overview */

#main #overview {
	float: left;
	width: 600;
}
#main #overview h2 {
	text-indent: -100em;
	display: block;
	width: 277px; height: 24px;
	margin: .4em 0 0 0;
	background: url('/img/h-overview.png') no-repeat top left;
}
#main #overview dl.feature {
	font-size: 90%;
	width: 187px;
	float: left;
	margin-bottom: 1em;
	margin-right: 8px;
}
#main #overview dl.fourth {
	margin-right: 0;
}
#main #overview dl.feature dt {
	float: left;
}
#main #overview dl.feature dd.title {
	font-size: 9pt;
	font-weight: bold;
	padding: 8px 0 10px 7px;
	width: 136px;
	text-shadow: #111 0 1px 1px;
	color: #ddd;
}
#main #overview dl.feature dd.multiline {
	padding-top: 0;
	padding-bottom: 2px;
}
#main #overview dl.feature dd {
	float: left;
	margin-left: 0px;
	color: #999;
}
#main #overview dd.description {
	margin-top: .8em;
	line-height: 1.6;
}

/* Screenshots */

#main #screenshots {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#main #screenshots li h2 {
	text-indent: -100em;
	display: block;
	width: 277px; height: 24px;
	margin: .4em 0 0 0;
	background: url('/img/h-screenshots.png') no-repeat top left;
}
#main #screenshots img {
	vertical-align: top;
}
#main #screenshots li.image {
	float: left;
	margin-right: 12px;
	margin-top: 10px;
	padding: 10px 10px 20px 10px;
	background: url('/img/screenshot-bg.png') no-repeat;
}
#main #screenshots li.image:hover {
	background: url('/img/screenshot-bg-h.png') no-repeat;
}
#main #screenshots li.fourth {
	margin-right: 0;
}
#main #screenshots li.more {
	text-align: right;
	padding-right: 4px;
	clear: both;
}

/* Info */

#main #info h2 {
	text-indent: -100em;
	display: block;
	width: 126px; height: 24px;
	margin: .4em 0 0 0;
	background: url('/img/h-info.png') no-repeat top left;
}

/* Misc */

.ad {
	font-size: 75%;
	clear: both;
	color: #444;
}
.ad a {
	color: #666;
}
.ya-ad {
	margin: .6em 0 1em 0;
}

/*
	Pages
*/

/* Downloads */

body#downloads #content h2 {
	text-indent: -100em;
	display: block;
	width: 188px; height: 30px;
	margin: 1em 0 .6em 0;
	background: url('/img/page-h-downloads.png') no-repeat top left;
}
body#downloads #download-button {
	margin-left: -3px;
}
body#downloads .date {
	font-size: 85%;
	margin-top: -3px;
	color: #666;
}
body#downloads dl.latest dt {
	font-size: 120%;
}
body#downloads dl dt {
	margin-bottom: .6em;
	float: left;
	clear: both;
}
body#downloads dl dt.en {
	margin-bottom: 2em;
}
body#downloads dl dd {
	text-align: center;
	width: 6em;
	float: left;
	clear: right;
}
body#downloads dl dd a {
	text-decoration: none;
	display: block;
	padding: 3px 0 0px 0;
	width: 80px;
	height: 23px;
	background: url('/img/download-minibutton.png') no-repeat;	
}
body#downloads dl dd a:hover {
	background: url('/img/download-minibutton-h.png') no-repeat;	
}

/* Composition */

body#composition #content h2 {
	text-indent: -100em;
	display: block;
	width: 174px; height: 30px;
	margin: 1em 0 .6em 0;
	background: url('/img/page-h-composition.png') no-repeat top left;
}

/* FAQ */

body#faq #content h2 {
	text-indent: -100em;
	display: block;
	width: 333px; height: 28px;
	margin: 1em 0 .6em 0;
	background: url('/img/page-h-faq.png') no-repeat top left;
}
body#faq dl dt {
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	color: #777;
}
body#faq dl dd {
	margin: .4em 0 2em 0em;
	color: #ddd;
}

/* Screenshots */

body#screenshots #content h2 {
	text-indent: -100em;
	display: block;
	width: 143px; height: 28px;
	margin: 1em 0 .6em 0;
	background: url('/img/page-h-screenshots.png') no-repeat top left;
}
body#screenshots ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
body#screenshots li.image {
	float: left;
	margin-right: 12px;
	margin-top: 10px;
	padding: 10px 10px 20px 10px;
	background: url('/img/screenshot-bg.png') no-repeat;
}
body#screenshots li.image:hover {
	background: url('/img/screenshot-bg-h.png') no-repeat;
}
body#screenshots li.fourth {
	margin-right: 0;
}

/*
	Footer
*/

#footer {
	text-align: center;
	margin: 3em 0 0 0;
	padding: .2em 0 .8em 0;
	clear: both;
	background: url('/img/footer-bg.png') repeat-x;
}
#footer p {
	margin: 0;
}
p#footer-authors {
	margin-top: .6em;
	margin-bottom: .6em;
}
p#footer-copyright {
	color: #666;
	margin-bottom: 1.2em;
	font-size: 80%;
}
p#footer-disclaimer {
	margin: 0 auto .6em auto;
	width: 65%;
	font-size: 85%;
	color: #666;
}
#footer #counters {
	width: 0; height: 0; overflow: hidden;
}

/*
	Misc
*/

.clear {
	clear: both;
}

img {
	border-width: 0;
}