html {
	font-size: 100%;
}

img {
	border:none;
}

body {
	background: #002157 url(/images/background.jpg) no-repeat scroll center top;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.6em;
	margin:0;
	padding:0;
}

#header {
	padding-top: 20px;
	margin-bottom: 20px;
}

#wrapper {
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	width: 1001px;
	margin-bottom: 50px;
}
#content {
	margin-top: 10px;
	padding:10px;
	background: #fff;
	border: 1px solid #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header h1 {
	font-family: Arial;
	 color: #ffffff;
	 font-size: 40px;
}

#header ul {
float: right;
list-style-type: none;
padding-top: 20px;
margin-right: 10px;
}

#header ul li {
display: inline;
margin: 10px;
}


#header a {
color: #fff;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}


#mainContent {
	padding:20px;
}

#footer {
	margin-top: 20px;
	font-size: 10px;
	color: #666;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	color: #be0c0c;
}


#topBar{
    height: 24px;
    background:url("/images/bar.png") no-repeat scroll 0 0;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
}

#topBar ul{
	margin-left: 20px;
	list-style-type:none;
}

#topBar li {
	float:left;
	height: 32px;
	font-size: 16px;
	font-weight:bold;
	margin-left:10px;
	margin-right: 10px;
}

#topBar li a {
	color: #fff;
	text-decoration:none;
}

#topBar li a:hover {
	color: #00ccff;
}

p {
	margin-bottom: 10px;
}


ul.starList {
	margin-top: 10px;
	list-style-type:none;
}

ul.starList li {
	background: transparent url("/images/star.png") no-repeat scroll 0 0;
	margin-bottom: 10px;
}

ul.starList li p {
	margin-left: 25px;
}

h4 {
	font-size: 18px;
}

#download-badge {
	background: #e0ecff;
	border: 1px solid #ccc;
	padding:5px;
	width: 300px;
}

#download-badge img {
	margin-left: 10px;
	margin-right: 10px;
}

#download-badge b {
	color:#04f;
}

.iphone-shot {
	border: 1px solid #ccc;
}

.clear {
	clear:both;
}


/* Help styles */
.info {
    background: #fcfcfc;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
}

.info-header {
    font-size: 1.2em;
    font-weight: bold;
}