/* @override http://localhost/tm/css/styles.css */

body {
	background: #040404 url(../images/background.jpg) no-repeat;
	color: #ffffff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
}

ul li {
	margin: 20px 0px 0px 0px;
	list-style-image: url(../images/bullet_check_green.png);
	list-style-position: outside;
}

div #hd {
	position: relative;
}

div #bd {
	position: relative;
}

div.wrapper {
	position: relative;
}

div #ft {
	position: relative;
	height: 40px;
	margin: 100px 0px 0px 0px;
}

div#footer_bg {
	background: #020202;
	display: block;
	height: 100px;
}

div#header #tm_header {
	background: url(../images/trainerMobile.png) 0px 0px no-repeat;
	height: 120px;
	text-indent: -5000px;	
}

div#header #tm_powered {
	height: 100px;
	width: 234px;
	position: absolute;
	right: 0px;
	top: 30px;	
}

div#header #statement {
	background: url(../images/statement.png) 0px 0px no-repeat;
	height: 85px;
	position: relative;
	left: 150px;
	text-indent: -5000px;
	margin: 30px 0px 60px 0px;
		
}

div#header {
	margin: 0px 0px 30px 0px;
}

div#bd div#features_list{
	display: inline;
	width: 425px;
	float: right;
}



div#bd h2#tm_features{
	background: transparent url(../images/features.png) no-repeat;
	text-indent: -5000px;
	
}

div #download_button {
	float: right;
	margin: 30px 0px 80px 0px;
}

div#iphone_image {
	background: transparent url(../images/iphone.png) no-repeat;
	width: 270px;
	height: 550px;
	display: inline;
	position: absolute;
}

div#quote {
	clear: right;
	background: transparent url(../images/quote.png) no-repeat;
	text-indent: -5000px;
	height: 55px;
	margin: 40px 0px 70px 0px;
}


div #video_wrapper {
	clear: right;
}

div#iphone_horz {
	background: transparent url(../images/iphone_horz.png) no-repeat;
	width: 550px;
	height: 350px;
	display: inline;
	position: absolute;
	
}


div#bd div#features_narrow{
	display: inline;
	width: 220px;
	float: right;
}


p#copywrite {
	position: absolute;
	bottom: 5px;
	right: 0px;
	display: inline;
	float: left;
	color: #1c1d1d;
}

a#twitter_link {
	position: absolute;
	right: 0px;
	bottom: 40px;
	color: #fff;
	text-decoration: none;
}

a#twitter_link:hover {
	color: #26d6ff;
}

img#twitter_image {
	width: 100px;
	margin: 10px 0px -5px 10px;
}