* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

html {
	
}

body {
	background-color: #505050;
}

#wrap {
	margin: 50px 0px 0px;
	background-color: #505050;
}

.fullcontent {
	width: 980px;
	margin: 0px auto;
}

#header {
	position: relative;
	top: -25px;
	height: 125px;
	background-image: url(images/header.gif);
	background-color: #FFFFFF;
}

#logoLink {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#logoLink a {
	height: 55px;
	width: 225px;
	display: block;
}

#headerLinks {
	color: #FF9213;
	margin-top: 9px;
	position: absolute;
	right: 10px;
	font-size: 110%;
}

#headerLinks a:link, #headerLinks a:active, #headerLinks a:visited{
	color: #707070;
	font-size: 13.2px;
	text-decoration: none;
	text-transform: uppercase;
}

#headerLinks a:hover {
	color: #555555;
	text-decoration: none;
}

#appstore {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#appstore a {
	display: block;
	width: 162px;
	height: 56px;
	background-image: url(images/appstore.gif);
}

#content {
	height: 598px;
	background-image: url(images/content_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#iphone {
	float: left;
	width: 267px;
	height: 598px;
	position: relative;
	left: 210px;
	background-image: url(images/iphone.gif);
}

#links {
	float: right;
	width: 295px;
	height: 598px;
	position: relative;
	right: 150px;
	background-image: url(images/links.gif);
}

#download {
	width: 162px;
	height: 111px;
	margin: 0px;
	background-image: url(images/appstore_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}


#links a:link, #links a:active, #links a:visited, #links a:hover {
	color: #EE8D13;
	font-size: 28px;
	text-decoration: none;
}

#v2 {
	margin: 46px 0px 44px -9px; !important;
	padding: 0px;
}

#moreInfo, #reviews, #mobileBlog {
	margin: 40px 0px 40px 1px;
	padding: 0px;
}

#bottomContentBg {
	width: 980px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	background-color: #FFFFFF;
}

#bottomContent {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0;
	width: 980px;
	height: 50px;
	color: #555555;
	background-color: #E9E9E9;
}

#bottomContent p {
	margin: 0px;
	font-size: 12px;
	padding: 15px 0 0 20px !important;
}


#footerBg {
	background-color: #505050;
}

#footerTop {
	height: 47px;
	background-color: #FFFFFF;
}

#footerLogos {
	background-color: #505050; 
	height: 75px;
}

#trlogo {
	width: 199px;
	height: 65px;
	background-image: url(images/logosmall.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	display: block;
}

a:link, a:active, a:visited {
	color: #505050;
	text-decoration: none !important;
	font-size: 12px;
}

a:hover {
	color: #FF9100;
	text-decoration: none !important;
	font-size: 12px;
}



