

/* <style> */



/* <style> */

/* RESET *************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, i, b, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
small {
	font-size:.9em;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;
}

/* GENERALLY USEFUL STYLES *********************************************/

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.block {
	display:block;
}

.floatL {
	float:left !important;
}

.floatR {
	float:right !important;
}

.noMargin {
	margin:0 !important;
}

.alignR {
	text-align:right !important;
}

.clear {
	clear:both !important;
}

.clearpad {
	clear:both !important;
	height:20px;
}

.clearer {
	display:block !important;
	float:none !important;
	width:100% !important;
	height:1px !important;
	line-height:0px !important;
	font-size:0px !important;
	border:0px !important;
	clear:both !important;
}

.HIDE {
	display:none;
}

a:active {
	outline:none !important;
}

a:focus {
	-moz-outline-style:none;
}

b {
	font-weight:bold;
}

i {
	font-style:italic;
}
/*************************************** MAIN ************************/

html {-webkit-text-size-adjust:none}

body {
	font-family:verdana;
	background:url("/images/fm_bg.jpg");
}

#wrapper {
	position:relative;
	margin:15px auto;
	width:680px;
}


#topbox {
	width:680px;
	height:265px;
	background:url("/images/fm_topbox.gif");
	font-weight:bold;
	padding-top:1px;
}

#topbox p.one {
	margin:60px 0 0 40px;
	font-size:26px;
}

#topbox p.two {
	margin:30px 0 0 60px;
	font-size:19px;	
}

#topbox p.three {
	margin:30px 0 0 40px;
	font-size:24px;	
}

#topbox p.four {
	font-style:italic;
	margin:25px 0 0 35px;
	font-size:18px;	
}

#logo {
	position:absolute;
	left:680px;
	top:50px;
}

#screenshots {
	margin:20px 0;
}

#screenshots img.sLeft {
	margin:0 40px 0 60px;
}

h1 {
	font-weight:bold;
	font-size:24px;
	text-align:center;
	margin:20px 0;
}

#bottombox {
	width:680px;
	height:285px;
	background:url("/images/fm_bottombox.gif");
	padding-top:1px;
}

#bottombox p {
	font-size:17px;
	line-height:26px;
	margin:22px 40px;
}

a#appStoreButton {
	margin:20px auto 20px auto;
	text-indent:-5000px;
	display:block;
	width:680px;
	height:85px;
	background:url("/images/fm_button.gif") 23px 0px  no-repeat;
}

a#appStoreButton:hover {
	background-position: 23px -85px;
}


#badges {
	margin-bottom:50px;
	text-align:right;
}