/*
		MAIN STYLING
		''''''''''''''''''''''
*/

html, body, form, fieldset, h1, h2, h2, h4, h5, h6, p, pre, blockquote, ul, ol, dl, li, a, address, div {
	margin:0;
	padding:0;
}

/*ul {
	list-style: none outside;
}

ul ul {
	list-style: disc;
	margin-left: 3em;
}*/

ul.list
{
  font-size: 30px;
  color: #ff0000;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 220px;
  /*margin-bottom: 20px;*/
  float: left;
}

.others {
	list-style: disc;
	margin-left: 3em;
	padding: 0px 0px 6px;
}

.date {
	text-align: right;
	margin: 10px;
}

body {
	background: #c0c0c0;
	color: #888888;
	text-align: center;
	font-family: "Arial Rounded MT Bold", Helvetica, Arial, Sans-Serif;
	font-size: 80%;
}

a:link, a:visited {
	color: #000cff;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #000cff;
	font-size: 2em;
	font-weight: normal;
	font-family: "Arial Rounded MT Bold", Helvetica, Arial, Sans-Serif;
	/*text-align: center;*/
	letter-spacing: -1px;
	margin-bottom: 1em;
}

h2 {
	/*font-size: 1em;
	font-weight: 700;*/
	margin-bottom: 0.5em;
	color: #000cff;
	font-weight: normal;
	font-size: 21px;
}

#wrapper {
	width: 1000px;
	margin: 2em auto;
	text-align: left;
	background-color: #ffffff;
}

div.settings
{
  width: 438px;
  height: 299px;
  float: left;
  margin-top: 20px;
  margin-right: 80px;
  margin-bottom: 20px;
  color: #ffff00;
  font-size: 18px;
  background: #000cff url("images/settings-bottom.gif") no-repeat bottom;
}

.settings strong
{
  color: #ffffff;
  font-weight: normal;
  padding-right: 5px;
}

.settings h2
{
  color: #ffff00;
  padding-top: 30px;
  padding-left: 30px;
  width: 408px;
  background: url("images/settings-top.gif") no-repeat;
}

.settings table
{
  margin-top: 20px;
  margin-left: 30px;
}

.settings a
{
  color: #ffffff;
  display: block;
  width: 271px;
  height: 50px;
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 13px;
  text-align: center;
  font-size: 26px;
  background: #ff0000 url("images/installbutton.gif") no-repeat;
  text-decoration: none;
}

/*
		HEADER STYLING
		'''''''''''''''''''''''''
*/

#header {
	padding: 1em;
	position: relative;
	/*background: #2222ff url(images/header-fill.gif) top left repeat-x;*/
	width: 100%;
	height: 206px;
	padding: 0;
}

#header img {
	float: right;
	border: none;
	margin-top: -30px;
	margin-right: 20px;
	margin-bottom: 0.5em;
}


#header h1
{
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 60px;
  color: #0000ff;
  margin-top: 70px;
  float: left;
  margin-left: 50px;
}

#header h1 strong
{
  font-weight: normal;
  color: #ff0000;
}


/*
		NAVIGATION STYLING
		'''''''''''''''''''''''''''''''''
*/

#nav
{
	width: 100%;
	height: 50px;
	background-color: #ff0000;
	margin: 0;
	float: left;
}

#nav ul
{
	margin-left: 50px;
	margin-top: 15px;
}

#nav li {
	display: inline;
}

#nav li a {
	font-size: 1.25em;
	text-decoration: none;
	display: inline;
	font-family: "Arial Rounded MT Bold", Helvetica, Arial, Sans-Serif;
	padding: 0 5px;
	color: #ffffff;
}

#nav li a:hover
{
  color: #000cff;
}

/*
		MAIN CONTENT STYLING
		''''''''''''''''''''''''''''''''''''
*/

#content {
	clear: left;
	margin-top: 3.5em;
	font-family: "Arial Rounded MT Bold", Helvetica, Arial, Sans-Serif;
	padding: 0 50px;
	font-size: 15px;
}

#content p {
	margin-bottom: 1.7em;
	line-height: 1.4em;
}

#content img {
	margin-left: 2em;
}

#content a:hover {
	color: #000;
}

.imageRight {
	margin: 0;
	margin-right: 4em;
	float: right;
}

.imageLeft {
	margin: 0;
	margin-right: 4em;
	float: left;
}

/*table {
	display: block;
	width: 350px;
	border-spacing: 0;
	margin: 0 -1em;
	margin-bottom: 1.7em;
	padding: 0.5em 1em;
	background-color: #fff9d8;
	border: 1px solid #ffe8cd;
}

td {
	border-bottom: 1px #ffe8cd solid;
	padding: 4px 12px;
	padding-left: 0;
	width: 175px;
}

th {
	text-align: left;
	border-bottom: 2px #ffe8cd solid;
	padding: 4px 12px;
	padding-left: 0;
	width: 175px;
}

.lastRow td {
	border: none;
}*/

#install {
	display: block;
	height: 38px;
	width: 116px;
	margin: 0 auto;
	position: relative;
}

#install span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: transparent url(images/install.gif) no-repeat;
}

ul#oslist {
	display: block;
	width: 364px;
	height: 325px;
	margin: 0 auto 1em;
}

#oslist li {
	display: inline;
}

#oslist a {
	display: block;
	float: left;
	width: 150px;
	padding: 20px 10px;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	background-color: #fff9d8;
	border: 1px solid #ffe8cd;
}

#oslist a:hover {
	background-color: #ffe8cd;
}

#footer {
	clear: both;
	font-size: 75%;
	text-align: center;
	/*background: #76b7d7 url(images/bottomBorder.png) no-repeat bottom left;*/
	background-color: #000cff;
	padding: 3px 0;
	/*padding-right: 6px;*/
	margin: 0;
	margin-top: 5px;
	/*position: relative;
	bottom: -13px;
	left: -3px;*/
	width: 100%;
}

#footer p {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #aaaaaa;
}

#footer a:link, #footer a:visited {
	color: #aaaaaa;
}

.footnote {
	font-size: 75%;
	text-align: center;
}

/*
		FORM STYLING
		''''''''''''''''''''''
*/

form {
	display: block;
	width: 310px;
	height: 230px;
	margin: 1em auto 2em auto;
}

fieldset {
	border: none;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 110px;
	padding-right: 20px;
}

br {
	clear: left;
}

.error {
	font-weight: bold;
	border: 1px solid red;
	padding: 2em;
	padding-left: 80px;
	background: transparent url(images/warning.png) no-repeat 12px 50%;
}

.thanks {
	font-weight: bold;
	border: 1px solid #ffe8cd;
	padding: 2em;
	padding-left: 90px;
	background: #fff9d8 url(images/thanks.png) no-repeat 12px 50%;
}

/*
		SUPPORT PAGES STYLING
		''''''''''''''''''''''''''''''''''''
*/


ol {
	list-style: decimal outside;
	margin-left: 3em;
}

ol li {
	margin-bottom: 0.8em;
	font-weight: bold;
}

#content ol img {
	display: block;
	margin: 2em auto;
}

ol li span {
	font-weight: normal;
}

/*
		EXTRAS
		'''''''''''
*/

.pdflink {
	background: transparent url(images/pdficon_small.gif) no-repeat top right;
	padding-right: 20px;
	padding-bottom: 1px;
}

.stars {
	background: transparent url(images/fivestars.gif) no-repeat top right;
	padding-right: 85px;
}

ul#faq {
	list-style-type: square;
	margin-left: 2em;
}

ul#faq li {
	line-height: 1.5em;
	margin-bottom: 0.8em;
}

#fresh {
	margin: 0 -1em;
	margin-bottom: 0.8em;
	padding: 1em;
	background-color: #fff9d8;
	border: 1px solid #ffe8cd;
}

#fresh p {
	margin: 0;
}

#fresh a {
	line-height: 1.7em;
}

.smallcaps {
	/*font-size: 88%;*/
	text-transform: lowercase;
}

.center {
	text-align: center;
}

#ratings li {
	margin: 0 3em 2.2em 2em;
	padding: 1em;
	border: 1px solid #ffe8cd;
}

#game {
	text-align: center;
	margin-bottom: 1em;
}

.date {
	color: #999;
	font-weight: normal;
}