body, html {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	color: #626262;
	font-family: Calibri, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.left { float: left; }
.right { float: right; }

img {
	border: 0px;
}

a:link, a:visited {
	color: #626262;
	text-decoration: none;
}

a:hover, a:active {
	color: #626262;
}
	
#container {
	width: 100%;
	padding-top: 2%;
	min-height: 574px;
}
	
#header-container {
	height: 75px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	border-top: solid #BFBFBF 3px;
	border-bottom: solid #BFBFBF 3px;
	background: #F8F8F8;
}

#header {
	height: 75px;
	width: 1010px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#content-container {
	width: 100%;
	height: 300px;
	min-height: 300px;
	text-align: center;
	margin: 0px;
}

#content {
	width: 950px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#next {
	//position: absolute;
	cursor: pointer;
	bottom: 50px;
	//right: 10px;
	width: 32px;
	height: 32px;
	float: right;
}

.next-on {
	background: transparent url(../images/next-on.png) no-repeat;
}

.next-off {
	background: transparent url(../images/next-off.png) no-repeat;
}

.card {
	width: 100%;
	height: 200px;
	padding-top: 40px;
}

.card h2 {
	margin: 0px;
}

.card .copy {
	padding: 10px 10px 0px 10px;
	background-color: #FFF;
}

#footer-container {
	clear: both;
	width: 100%;
	border-top: solid #BFBFBF 3px;
	border-bottom: solid #BFBFBF 3px;
	background: #F8F8F8;
}

#nav-container {
	height: 125px;
	text-align: center;
	padding-top: 10px;
}

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

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav ul li {
	display: inline;
	padding: 0px 6px 0px 6px;
}

#footer {
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

#download-container {
	padding-top: 20px;
}

#download {
	padding-top: 12px;
}

#badge-left {
	margin-right: 40px;
	float: left;
}

#badge-right {
	margin-right: 20px;
	float: right;
}

.download-column {
	padding-right: 50px;
	float: left;
}

.download-platform {
	margin-top: 15px;
}

.download-option {
	padding-left: 24px;
	background: transparent url(../images/arrow.png) no-repeat;
}

.platform-name {
	display: block;
	margin-top: 5px;
	color: #c0c0c0;
	font-size: 20px;
	font-weight: bold;
}

#sponsors-container {
	padding-top: 20px;
}

#sponsors {
	padding: 10px 0px 0px 20px;
}

#sponsors ul {
	margin: 8px 0px 15px 0px;
}

#sponsors ul li {
	margin: 0px 0px 3px 20px;
}

#store-container {
	padding-top: 20px;
}

#store-headers {
	margin: 15px 30px 0px 0px;
	float: left;
}

#store-headers ul {
	margin: 0px;
	list-style-type: none;
}

#store-headers ul li {
	margin: 0px;
	padding: 0px;
}

#store-groups {
	margin-top: 16px;
}

.group-selector {
	cursor: pointer;
}

a.product-link:link, a.product-link:visited {
	color: #ccc;
	text-decoration: none;
}

a.product-link:hover, a.product-link:active {
	color: #ccc;
	text-decoration: none;
}

.product-group ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.product-group ul li {
	display: block;
	float: left;
	width: 145px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	margin-right: 10px;
}

.product-group ul li.product {
	background-color: #222;
	border: 2px solid #666;
}

.product-group ul li.product-on {
	background-color: #444;
	border: 2px solid #fff;
}

img.product-image {
	border: 1px solid #999;
}

.product-group ul li span.product-caption {
	display: block;
	font-size: 16px;
}

#donate-container {
	padding-top: 20px;
}

#donate {
	padding-top: 12px;
}

#donate h2 {
	color: #fff;
}