body
{
	font-family:Lucida Grande, Verdana, sans-serif;
	font-size:12px;
	background-color:rgb(17,17,17);
	color:white;
	margin:10px 10px 50px 10px;
}

div#header 
{
	height:30px;
	margin-bottom:50px;
}

div#header h1#logo a
{
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	width:274px;
	height:30px;
	background:url(../images/logo.png) no-repeat;
	margin:0;
}

div#header h2
{
	float:right;
	font-size:1.2em;
	line-height:30px;
	margin:0;
	text-transform:uppercase;
}

div#header a
{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:rgb(64,64,64);
	color:black;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:3px;
}
div#header a:hover
{
	background-color:white;
}

div#content
{
	/*width:720px;*/
	margin:0 auto;
	color:rgb(192,192,192);
}
div#content h3 { text-transform:uppercase; font-size:1.1em; line-height:2em; border-bottom:1px solid; margin-top:50px; }
div#content p { line-height:1.5em; }
div#content a { color:white; text-decoration:none; border-bottom:1px solid rgb(192,192,192); }
div#content a:hover { border-color:white; }

div#footer 
{ 
	position:fixed; 
	left:0;
	bottom:0;
	color:rgb(128,128,128); 
	font-size:11px; 
	border-top:1px solid;
	padding:10px;
	line-height:1.5em;
	background-color:rgba(17,17,17,0.75);
}
div#footer a
{
	color:white;
	text-decoration:none;
	border-bottom:1px solid rgb(128,128,128);
}
div#footer a:hover
{
	border-bottom:1px solid white;
}
div#footer.support 
{ 
	font-size:13px; 
	color:rgb(192,192,192);
}
div#footer.support a
{
	color:#ED1C24;
	border:0;
	font-weight:bold;
	padding:3px;
}
div#footer.support a:hover
{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:#ED1C24;
	color:black;
}
div#footer strong 
{ 
	text-transform:uppercase;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:rgb(128,128,128);
	color:black;
	padding:3px;
}

div.qa {
  width:720px;
  background: #333;
  border: 1px solid #666;
  color: #999;
  margin: 0 auto 10px; 
}
div.qa h2, div.qa h3 {
  padding: 10px;
  margin: 0 0 10px !important;
  background: #111;
  border-bottom: 1px solid #666;
  text-transform: uppercase;
}
div.qa p {
  margin: 0 10px 10px;
  line-height: 1.6em !important;
}
div.qa.next-step {
  margin-bottom: 100px;
  background: maroon;
  border-color: white;
}
div.qa.next-step a {
  display: block;
  padding: 10px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font-size: 1.5em;
}
div.qa ul, div.qa ol {
  margin-bottom: 0;
}
div.qa li {
  margin-bottom: 10px;
}

div.player
{
	clear:both;
	background: #000;
	border:1px solid #1A1A1A;
	border-bottom: none;
	width:720px;
	height:438px;
	/*background:rgb(32,32,32) url(../images/playbutton.png) no-repeat center center;*/
	margin:0 auto 50px;
}

div.player.sizeFMSTest {
	height: 731px;
	width: 971px;
}

div.player.size720p
{
	height: 485px;
	width: 800px;
}

div.player.size720
{
	height: 407px;
	width: 720px;
}

div.player.size640
{
	height: 409px;
	width: 962px;
}

div.player.size960p
{
	height: 630px;
	width: 960px;
}

div.player.size1024p
{
	height: 670px;
	width: 1024px;
}

div.player.size1080p
{
	height: 425px;
	width: 1000px;
}

ul.collection {
	
}

div#content ul.collection li {
	border: none;
	list-style: none;
	display: block;
	margin: 45px 0px 0px;
}

div#content ul.collection li.head {
	
}

div#content ul.collection li.head a {
	background-color: inherit;
	color: #FFFFFF;
}

div#content ul.collection li.head a:hover {
	color: #000000;
}

div#content ul.collection li a
{
	border-bottom: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:rgb(64,64,64);
	color:black;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0px 5px 0px 10px;
	text-decoration:none;
	padding:3px;
	display: inline;
}

div#content ul.collection li:hover img {
	border-color: #FFF;
	background: #FFF;
}

div#content ul.collection li:hover span.mark {
	color: #909090;
}

div#content ul.collection li span.mark {
	color: #404040;
	text-transform: uppercase;
}

div#content ul.collection li img {
	border: solid 1px rgb(64,64,64);
	display: block;	
	float: left;
	padding: 2px;
	height: 33px;
	margin: -12px 0px;
	width: 60px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

div#content ul.collection li:hover a
{
	background-color:white;
}

div#content pre,
div#content code { font-family:Andale Mono, Monaco, monospace; }
div#content pre { border:1px solid; background-color:rgb(50,50,50); padding:2px; }
div#content code { background-color:rgb(50,50,50); }

div#content dl { width:450px; }
div#content dl dt { text-transform:uppercase; font-weight:bold; line-height:2em; }
div#content dl dd { text-align:right; line-height:2em; margin-top:-2em; margin-left:0; border-bottom:1px solid rgba(128,128,128,0.25); }
div#content dl dd.browser { padding-left:70px;}

nav { margin: 0px auto; text-align: center; }
