@charset "utf-8";
/* CSS Document */

body {
	background: url(images/background.png) repeat top center;
}

.header .banner {
	
	width: 1020px;
	height: 166px;
	margin: 0 auto;
	
	/*background: url(images/headerBanner.png) no-repeat top center;*/
}

.container {
	width: 860px;
	margin: -5px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
}

.content {
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 30px 50px;

	background-color: #fff;
	
	/*border: 2px solid #557;*/
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.topNavigation {
	text-align:center;
	margin-bottom: 30px;
}

.topNavigation ul {
	list-style: none;
}

.topNavigation ul li {
	display: inline;
	font-weight:bold;
	padding: 0px 2px;
}

.content .section {
	padding: 10px 0px;
}

.content .section ul {
	list-style-type: square;
}

.content .section ul li {
    margin-left:1.5em;
}

.introduction {
}

.introduction .icon {
	float:right;
	display:inline; /* IE float double margin fix */
	width: 140px;
	height: 140px;
	
	margin-left: 10px;
}

.introduction .text {
	margin-top: 5px;
}

.primaryScreenshot {
	width: 760px;
	height: 480px;
	margin: 10px auto 0 auto;
}

.screenshots {
	height: 108px;	
	margin: 0 auto;
	width: 540px;
}

.screenshots a {
	
	float: left;
	display:inline; /* IE float double margin fix */

	margin: 3px;

	width: 102px;
	height: 102px;
	
	background-color: #ccc;
}

.screenshots a:hover {
	background-color: #F88;
}

.screenshots a img {
	margin: 4px;
}

.quote {
	font-style: italic;
}

.movie {
	width: 570px;
	margin: 0px auto 15px auto;
}


.footer {
	margin: 10px 0;
	height: 20px;
	
	font-size: 10pt;
}

.copyright {
	float:left;
	margin-left: 30px;
	
	color: #ccc;
		
	display:inline; /* IE float double margin fix */
}

.footer ul {
	float: right;
	list-style: none;
	margin: 0 25px 0 0;
		
	display:inline; /* IE float double margin fix */
}

.footer ul li {
	display: inline;
	padding: 0;
	margin: 0 5px 0 5px;
}

.footer ul li a {
	text-decoration:none;
	font-weight:bold;
	color: #ccc;
}

.footer ul li a:hover {
	color: #fff;
}