/* @override http://www.hundred10.com/staging/rxcalc/inc/styles.css */

* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #2f2640 url(../img/bg.jpg) no-repeat;
	font: 300 13px/18px "museo-sans-1","museo-sans-2",sans-serif;
	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
}

table, img {
	border: 0;
}

p {
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #ff9933;
	text-decoration: none;
	font-weight: bold;
}

a:hover,
a.selected {
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

h1 {
	width: 273px;
	line-height: 0;
	height: 0;
	padding-top: 63px;
	display: inline-block;
	background: url(../img/hd-title.png) no-repeat;
	float: left;
}

h1 em {
	display: none;
}

h2 {
	clear: both;
	font: 300 24px/26px "museo-sans-1","museo-sans-2",sans-serif;
	padding-top: 10px;
}

h2 em {
	font-style: normal;
	font-size: 10px;
	vertical-align: super;
	line-height: 10px;
}

h3 {
	font: 300 16px/18px "museo-slab-1","museo-slab-2",sans-serif;
	color: #ff8747;
	margin: 0 0 5px 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	min-height: 100%;
	width: 956px;
	padding: 0 10px;
	position: relative;
}

#main-left {
	width: 494px;
	float: left;
}

#main-right {
	width: 460px;
	float: left;
}

#icon {
	margin: 50px 0 20px -8px;
}

#appstore {
	float: left;
	margin: 22px 0 0 20px;
}

#badge {
	position: absolute;
	margin: 80px 0 0 400px;
}

#iphone {
	background: url(../img/img-iphone.png) no-repeat;
	width: 382px;
	height: 743px;
	margin: 75px 0 0 85px;
	overflow: hidden;
}

#features {
	background-color: #000;
	background: rgba(0,0,0,0.15);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 26px 30px;
	float: left;
}

#features ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#col1 {
	float: left;
	width: 180px;
}

#col2 {
	float: left;
	width: 254px;
}

.items {
	width: 320px;
	height: 480px;
	margin: 130px 0 0 32px;
	float: left;
}

#secondary {
	width: 956px;
	height: 193px;
	background: url(../img/bg-secondary.gif) no-repeat;
	float: left;
	color: #363636;
	text-shadow: none;
	font-size: 12px;
	line-height: 16px;
	margin-top: 50px;
	margin-bottom: 20px;
}

#secondary a {
	color: #6e0063;
}

#secondary-left {
	float: left;
	width: 250px;
	margin: 60px 0 0 30px;
}

#secondary-middle {
	float: left;
	width: 270px;
	margin: 60px 0 0 60px;
}

#secondary-right {
	float: left;
	width: 246px;
	margin: 60px 0 0 60px;
}

#footer {
	width: 956px;
	clear: both;
	margin: 0 auto;
	padding-bottom: 15px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: none;
	color: #999;
}

#footer a {
	color: #ff9933;
	font-weight: bold;
}

#footer em {
	float: right;
}