body {
   background: #555;
	color: #fff;
	font-family: "Proxima Nova Regular","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
}

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

* focus, object, player, embed {
	outline:none
}  

strong {
	font-weight: normal;
	color: #fff;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #00174D;
	margin: 0;
	padding-bottom: 10px;
	line-height: 1.1;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #00174D;
	margin: 0;
	border-bottom: 1px solid #111;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color: #00174D;
	margin: 0;
}

.bold {
   font-weight: bold;
   color: #c2eeff;
   letter-spacing: 1px;
}

/* page */
#content_center {
	position: relative;
	width: 960px;
	margin: auto;
	text-align: left;
}

#maincontent {
   
	float: left;
	padding-top: 20px;
}

#header {
   background: #fff;
   overflow: auto;
   padding-bottom: 15px;
   width: 960px;
}

#header h1 {
   color: #318cff;
   float: left;
   font-size: 30px;
   line-height: 47px; /* Same as appstore badge height */
   padding-left: 15px;
}

#header h1.price {
   color: #555;
   float: right;
   font-size: 13px;
   font-weight: normal;
   line-height: 40px; /* Same as appstore badge height */
   padding-right: 15px;
}

.appstore-badge {
   float: right;
   padding-right: 20px;
   padding-top: 10px;
}

.sharing {
   float: right;
   padding-right: 5px;
   padding-top: 10px;
}

.features,
.summary,
.reviews  {
   color: #ddd;
   background: #555;
   line-height: 1.5em;
   letter-spacing: 0.7;
   padding: 20px 0px 10px 20px;
}

.features,
.summary {
   padding-bottom: 20px;
}

.summary p {
   padding-top: 15px;
}

.features h1,
.reviews h1 {
   color: #C2EEFF;
   font-size: 20px;
   font-weight: normal;
   padding-left: 0px;
}

.features ul {
   list-style-type: square;
}

.features li.padded {
   list-style-type: none;
   padding-left: 0px;
}

.moto {
   background: #555;
   overflow: auto;
}

.moto img {
   float: right;
   padding-right: 20px;
}

.reviews a {
   color: #9abdf9;
   text-decoration: underline;
   font-style: italic;
}

/* footer */
#footer {
   background: #555;
	padding: 25px 0;
	text-align: center;
	font-size: 13px;
	width: 100%;
	margin: 15px auto 0 auto;
	color: #aaa;	
}

#footer ul li {
   border-right: 1px solid #aaa;
   display: inline;
   padding: 0 10px;
}

#footer ul li.last {
   border: none;
}  

#footer a {
	color: #eee;
}

#footer a:hover {
	text-decoration: underline;
}
