html, body{
	margin:0;
	padding:0;
	height:100%;
	background:#f3f3f3 url(img/header_gradient.png) repeat-x;
	font:18px/1.3 "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	color:#333;
}
a:link, a:visited{
	color:#044296;
	text-decoration:none;
	border-bottom:solid 1px #769fd5;
}
a img{
	border:none !important;
}
#container {
   min-height:100%;
   position:relative;
}
#header{
	padding:12px;
	background:url(img/topstripe.png) repeat-x;
}
#appstoreDiv{
	float:right;
	padding:10px;
}
#header a:link, #header a:visited{
	border-bottom:none;
}
#content{
	padding-bottom:30px;
}
#contentContainer{
	background:url(img/body_bg.png) no-repeat;
	width:750px;
	margin:20px auto;
}
#menuBar{
	display:block;
	list-style:none;
	margin:0 1px 20px 1px;
	padding:0 12px;
	position:relative;
	top:1px;
	background:url(img/menubar_bg.png) repeat-x;
}
#menuBar li{
	list-style:none;
	display:block;
	float:left;
	font: 18px/50px "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	color:#1b1b1b;
	margin:0;
}
.activeTab{
	background: #fff url(img/menubar_active_l.png) no-repeat top left;
}
#menuBar li a{
	padding:0 24px;
	color:#1b1b1b;
	border:none;
}
#menuBar li.buyNow a{
	color:#00990d;
	padding-right:0;
}
.buyNow span{
	color:#666;
}
.buyNow em {
	background:#ffff99;
}
#menuBar li.buyNow em a{
	padding-left:0;
	color:#666;
	text-decoration:none;
}
#menuBar li a:hover{
	text-decoration:underline;
}
.activeTab a{
	display:block;
	background:url(img/menubar_active_r.png) no-repeat top right;
}
h1{
	font-size:28px;
	font-weight:normal;
	color:#000;
	margin-bottom:0;
	padding-bottom:0;
	line-height:1;
}
h2{
	font-size:21px;
	font-weight:normal;
	color:#000;
	margin-bottom:0;
	padding-bottom:0;
	line-height:1;
}
#copy{
	float:right;
	width:412px;
	margin-right:24px;
	padding-top:12px;
	color:#4c4c4c;
}
p.twitterLink{
	text-align:center;
}
p.twitterLink a{
	border:none;
}
#feedback{
	margin:20px;
}
#feedback h1{
	margin-bottom:20px;
}
#footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;   /* Height of the footer */
	background:#000;
	font-size:14px;
	color:#666;		
}
#footer p{
	padding:6px 12px;
	margin:0;
}
#footer a:link, #footer a:visited{
	color:#999;
	border-bottom:solid 1px #333;
}
#footer a:hover{
	color:#fff;
	border-bottom:solid 1px #fff;
}
#footer span{
	padding:0 6px;
	color:#333;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
