body {
	background: #ececec;
	font: 12px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	line-height: 16px;
	/*text-rendering: optimizeLegibility; Doesn't work on webOS */
}

table {
	font: 12px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}

a {
	color: #06C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin: 0px auto;
	width: 800px;
}

#header {
	background: url("/images/header.png") no-repeat #1356b1;
	width: 800px;
	height: 85px;
	/*margin-right: auto;
	margin-left: auto;*/
	overflow: hidden;
	position: relative;
}

#header h1 {
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 300px;
	height: 70px;
	cursor:  pointer;
}

#header a:hover {
	text-decoration: none;
}

.topbutton {
	background: url("/images/btn_top.gif") no-repeat;
	width: 113px;
	height: 25px;
	text-align: center;
}

.topbutton a {
	color: #333;
	display: block;
	height: 100%;
	padding-top: 5px;
	text-decoration: none;
}

#btndownload {
	position: absolute;
	top: 10px;
	right: 20px;
}

#btnbuy {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

/* Navigation  */

#nav {
	background: #242424;
	margin: 0;
	padding: 0.5em 0;
	width: 100%;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0 0 0 25px;
}

#nav li a {
	color: #777;
	text-decoration: none;
}

#index			#nav_index			a,
#screenshots	#nav_screenshots	a,
#blog			#nav_blog			a,
#docs			#nav_docs			a,
#support		#nav_support		a,
#contact		#nav_contact		a,

#nav li a:hover {
	color: #ffffff;
}

#content {
	background: #ffffff;
	padding: 25px;
	margin: 0px;
	height: auto;
	min-height: 590px;
}

#content h1,h2,h3 {
	font-size: 14px;
}

#centered {
	text-align: center;
}

#section {
	border-bottom: 1px solid gray;
}

#footer {
	background: #fff;
	color: #5b5b5b;
	padding: 10px;
	padding-left: 25px;
}

/* ------------ */

#content img#ppc {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

#content img#players {
	float: left;
	margin-right: 10px;
}

.release_header {
	background: #eee;
	font-size: 12px;
	width: 100%;
	padding: 8px;
}

.release_header h1 {
	margin: 0;
}

.release_header h2 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

#releasenotes #content ul,
#rti-release-notes #content ul {
	margin-bottom: 2.0em;
}

/* Support */

#group_topics {
	width: 550px;
	margin-bottom: 10px;
}

#group_topics table {
	width: 100%;
	margin-top: 4px;
	border-spacing: 0;
}

#group_topics tr {
	background: #f7f7f7;
}

#group_topics tr.alt {
	background: #fff;
}

#group_topics td {
	padding: 4px;
	vertical-align: top;
}

#loading_icon {
	margin-right: 4px;
}

/* Buy */

#inner_content {
	width: 80%;
	margin: 0px auto;
}

#total {
	padding: 25px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid gray;
}

#upgradeEmailRow {
	visibility: hidden;
}

.label {
	text-align: right;
}

.discount {
	color: #5b5b5b;
	text-decoration: line-through;
}

#discountmsg {
	font-size: 14px;
	font-weight: normal;
	color: #5b5b5b;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* Blog */

.date {
	color: #999;
	font-size: 0.8em;
	margin-bottom: 16px;
}

.post {
	line-height: 18px;
	margin-bottom: 40px;
	color: #222;
}

.post h2 {
	font-size: 18px;
	margin-bottom: 4px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}

.post h2 a {
	color: #000;
	text-decoration: none;
}

.post_footer {
	clear: both;
	margin-bottom: 15px;
}

.archive-header {
	margin-bottom: 4px;
}

.archive-list {
	list-style: none;
	line-height: 1.75em;
	padding-left: 0;
	margin-left: 1.5em;
}

.archive-list code {
	color: #999;
}

