body {
	background: #ececec;
	font: 12px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
}

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

a {
	color: blue;
}

#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;
}

.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;
}

#releasenotes h2 {
/*    background: #eee;*/
    font-size: 12px;
    width: 100%;
    padding: 4px;
}

/* 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;
}
