/*YUI CSS Reset*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	font-family: helvetica, arial, sans-serif;
	color: #454545;
}

h1 {
	width: 140px;
	height: 32px;
	background: url('../images/logo.png') no-repeat;
	text-indent: -999em;
	margin: 20px 0 0 30px;
	float: left;
}

#header {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: url('../images/header-bg.png') repeat-x;
}

#header ul {
	float: right;
	margin-right: 20px;
	margin-top: 28px;
}

#header ul li {
	float: right;
	margin-right: 20px;
}

#header ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#header ul li a:hover {
	text-decoration: underline;
	color: #EEE;
}


#content {
	width: 960px;
	margin: 0 auto;
}

#content .threeColumns {
	width: 100%;
	margin-top: 15px;
}

#content .threeColumns .column {
	float: left;
	width: 290px;
	padding: 30px 15px;
}

#content .threeColumns .column.double {
	width: 610px;
}


#content .intro {
}

#content .intro h2 {
	margin: 0 0 22px 0;
	font-size: 58px;
	text-transform: uppercase;
}

#content .intro h3 {
	margin: 28px 0 6px 0;
	font-size: 20px;
	color: #252525;
}

#content .intro p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.8em;
	color: #444;
}

#content .intro p.pitch {
	font-size: 16px;
}

#content .intro p strong {
	/*color: #111;*/
}

#content .screenShot img {
	margin: 0 auto;
}

#content .features li {
	background: #777;
	padding: 0px 6px;
	font-size: 18px;
	color: #FFF;
	margin: 20px 0;
	line-height: 1.4em;
}

#content .features li.red {
	background: #FF1155;
}

#content .features li.blue {
	background: #94D7F1;
	color: #156C8A;
}

#content .features li.green {
	background: #D6EC8A;
	color: #56681C;
}

#content .features li:hover {
	color: #000;
}

#appstore {
	display: block;
	width: 270px;
	height: 60px;
	text-indent: -999em;
	background: url('../images/appstore.png') no-repeat;
}

#twitterlink {
	padding: 20px 0 0 0;
}














/*YUI CSS Reset*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	font-family: helvetica, arial, sans-serif;
	color: #454545;
}

h1 {
	width: 140px;
	height: 32px;
	background: url('../images/logo.png') no-repeat;
	text-indent: -999em;
	margin: 20px 0 0 30px;
	float: left;
}

#header {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: url('../images/header-bg.png') repeat-x;
}

#header ul {
	float: right;
	margin-right: 20px;
	margin-top: 28px;
}

#header ul li {
	float: right;
	margin-right: 20px;
}

#header ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#header ul li a:hover {
	text-decoration: underline;
	color: #EEE;
}


#content {
	width: 960px;
	margin: 0 auto;
}

#content .threeColumns {
	width: 100%;
	margin-top: 15px;
}

#content .threeColumns .column {
	float: left;
	width: 290px;
	padding: 30px 15px;
}

#content .threeColumns .column.double {
	width: 610px;
}


#content .intro {
}

#content .intro h2 {
	margin: 0 0 22px 0;
	font-size: 58px;
	text-transform: uppercase;
}

#content .intro h3 {
	margin: 28px 0 6px 0;
	font-size: 20px;
	color: #252525;
}

#content .intro p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.8em;
	color: #444;
}

#content .intro p.pitch {
	font-size: 16px;
}

#content .intro p strong {
	/*color: #111;*/
}

#content .screenShot img {
	margin: 0 auto;
}

#content .features li {
	background: #777;
	padding: 0px 6px;
	font-size: 18px;
	color: #FFF;
	margin: 20px 0;
	line-height: 1.4em;
}

#content .features li.red {
	background: #FF1155;
}

#content .features li.blue {
	background: #94D7F1;
	color: #156C8A;
}

#content .features li.green {
	background: #D6EC8A;
	color: #56681C;
}

#content .features li:hover {
	color: #000;
}

#appstore {
	display: block;
	width: 270px;
	height: 60px;
	text-indent: -999em;
	background: url('../images/appstore.png') no-repeat;
}

#twitterlink {
	padding: 20px 0 0 0;
}














