.content {
	position:relative;
	text-align:left;
}

h1, h2 {
	text-align:center;
	
}

h1 {
	margin-bottom:0px;
	border:none;
}

h2 {
	margin-top:5px;
	color:#959595;
}

h1 img {
	vertical-align:middle;
}

.special {
	/*background-color:#002300;*/
	border-bottom: 1px solid #202020;
	border-top: 1px solid #202020;
	text-align:center;
	padding:10px 0px 10px 0px;
}

.special img {
	vertical-align:middle;
	margin:0px 20px 0px 20px;
}

.topImage {
	margin:32px 0px 0px 0px;
	padding:0px;
	/*padding:10px 0px 10px 0px;*/
	/*border-bottom: 1px dashed #555555;*/
}

.spot {
	font-size:1.2em;
	
	overflow:hidden;
	clear:both;
	
	margin-top:0px;
	padding:10px 0px 10px 0px;
	border-bottom: 1px solid #202020;
}

.spot p {
	margin-top:16px;
}

.video_link {
	float:right;
	width:128px;
	height:96px;
	margin-left:32px;
	
	background-image:url(/images/video_1_button.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.video_link:hover {
	background-position:-128px 0px;
}

.mainBox {
	position:relative;
	clear:both;
	overflow:hidden;
	
	padding:10px 0px 10px 0px;
	border-bottom: 1px solid #202020;
}

.mainBox ul {
	padding:0px;
	list-style:none;
}

.mainBox ul li {
	display:inline;
}

.mainBox ul a {
	text-align:center;
	display:block;
	width:200px;
	float:left;
}

.mainBox ul a .featureImage {
	display:block;
	position:relative;
	width:200px;
	height:370px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.mainBox ul a:hover .featureImage {
	background-position:-200px 0px;
}

.mainBox ul a span {
	text-align:center;
	text-decoration:none;
	color:#555555;
}

.mainBox ul a:hover span {
	text-decoration:none;
	color:#dadada;
}

.content .available_on_appstore {
	position:relative;
	overflow:hidden;
	clear:both;
	margin:0px;
	padding:0px;
	right:0px;
	top:0px;
	height:auto;
	width:100%;
	text-align:center;
	
	padding:10px 0px 10px 0px;
	border-bottom: 1px solid #202020;
}

.features {
	clear:both;
	overflow:hidden;
	
	margin-top:16px;
	padding:10px 0px 10px 0px;
	border-bottom: 1px solid #202020;
}

.features .description {
	margin-top:16px;
	float:left;
}

.features img {
	float:right;
}

.boxContainer {
	margin-top:16px;
	overflow:hidden;
	clear:both;
	padding:10px 0px 10px 0px;
}

.box {
	background-position:0px 0px;
	background-image:url(images/box_background.png);
	display:block;
	float:left;
	margin-right:25px;
	width:250px;
	height:150px;
}

.box:hover {
	background-position:-250px 0px;
}

.box span {
	font-size:1.1em;
	display:block;
	text-align:center;
	border:none;
	color:#555555;
	margin-top:12px;
	margin-bottom:0px;
}

.box:hover span {
	color:#f0f0f0;
}

.box img {
	display:block;
	text-align:center;
	margin:0px auto 0px auto;
	clear:both;
}
