html, body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

img {
	border: none;
}

.hidden {
	display: none;
}

.outer {
	height: 100%;
	width: 800px;
	margin: 0 auto;
}

.header {
	height: 75px;
	margin: 30px 0 20px  0;
	padding: 0;
	background-color: #000;
	text-align: right;
}

.header a {
	float: left;
	clear: none;
}

.header a:focus {
	outline: none;
}

.header .menu {
	padding-top: 60px;
}

.menu {
	margin-left: 300px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.menu ul {
	margin: 0;
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	color: #eee;
	padding-left: 15px;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.menu ul li a:focus {
	outline: none;
}

.menu-platform {
	color: #777;
}

.footer {
}

.footer .menu {
	margin-top: 21px;
}

.content {
	font-family: Verdana, sans-serif;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 15px;
	background-color: #000;
	color: #333;
}

.title {
	height: 73px;
	padding-top: 10px;
	margin-bottom: 1px;
	background: transparent url(/images/title-bg.png) repeat-x;
}

.title h1 {
	margin: 5px 0 0 20px;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
}

.title h2 {
	margin: 15px 0 0 20px;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
}

.title h3 {
	margin: 0 0 0 20px;
	color: #aaa;
	font-size: 16px;
	font-weight: normal;
}

.title .text {
	float: left;
	clear: none;
}

.title img {
	float: right;
	clear: none;
	margin-right: 20px;
}

.content a {
	color: #111;
	text-decoration: underline;
}

.products,
.support,
.contact {
	color: #555;
	background-color: #fff;
	padding: 20px;
}

span.hilighted {
	font-size: larger;
	color: #0099ff;
}

.products ul {
	margin: 0 0;
	padding-left: 16px;
	list-style-image: url(/images/li.gif);
	list-style-position: outside;
	list-style-type: none;
}

*+html .products ul {
	/* IE7 only */
	list-style-image: url(/images/li-ie.gif);
}

.products ul li {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 8px;
}

.products p {
	margin: 0 0 20px 0;
	line-height: 19px;
}

.products h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.products h4 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

img.screenshot {
	float:left;
	margin-right: 14px;
}

.download {
	font-family: Arial, sans-serif;
	float: right;
	padding: 10px;
	background-color: #efefef;
	background: transparent url(/images/download-bg.png) repeat-x ;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.download .app {
	margin: 0 0 10px 0px;
}

.download .appname {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
}

.download .appinfo {
	font-size: 12px;
	line-height: 14px;
}

.download img {
}

.appstore {
	float: right;
	text-align: center;
	margin: 0 0 10px 10px;
}

span.note {
	font-size: smaller;
	color: #e00;
}

p.note {
	font-size: 11px;
	border-top: 1px solid #aaa;
}

.right {
	text-align: right;
}

.errorExplanation {
	float: right;
	font-size: 12px;
	padding: 5px 0 15px 15px;
	margin-top: 3px;
	width: 300px;
	color: red;
	background-color: #fdf9e4;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.errorExplanation ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.fieldWithErrors {
}

.support td:first-child {
	padding: 0 10px 0 0;;
}
.support td {
	padding: 2px 4px;
}

.support input {
	width: 304px;
}
.support textarea {
	width: 308px;
}
.support select {
	width: 310px;
}
.support input.submit {
	width: 100px;
	margin-top: 10px;
}

noscript {
	color: red;
	background-color: #fdf9e4;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 3px 0 3px;
}

.admin {
	background-color: #fff;
	padding: 20px;
}

.admin fieldset {
	border: 1px dotted #000;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
