html, body
{
	margin: 0;
	padding: 0;
	font: normal 25px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p, li, td
{
	font-size: .45em;
	line-height: 15px;
}

a
{
	color: #069;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

.home
{
	background: #e7e7e7 url(/images/home/bg.png) repeat-x scroll 0 0;
}

.header,
.body,
.footer
{
	width: 950px;
	margin: 0 auto;
}

.header
{
	height: 120px;
}

.header .logo
{
	margin-top: 20px;
	margin-left: 55px;
	position: absolute;
}

.header .links
{
	font-size: .40em;
	float: right;
	margin-top: 10px;
	color: #ccc;
}

.body
{
	height: 300px;
}

.body .headline
{
	position: absolute;
	margin-top: 25px;
	margin-left: 65px;
}

.body .download
{
	position: absolute;
	margin-top: 180px;
	margin-left: 145px;
}

.body .options
{
	position: absolute;
	margin-top: 35px;
	margin-left: 55px;		
}

.phone
{
	position: absolute;
	margin-left: 570px;
	margin-top: -45px;
}

.footer
{
	background: transparent url(/images/home/body-shadow.png) no-repeat scroll top center;
	height: 200px;
}

.footer .box
{
	position: absolute;
	width: 150px;
	height: 120px;
	margin-top: 45px;
	color: #666;
}

.footer .box h1
{
	font-size: .45em;
	font-family: arial;
	margin: 0;
	color: #c00;
}

.footer .box p
{
	font-size: .35em;
	line-height: 13px;
	margin-top: 5px;
}

.footer .mobile
{
	width: 170px;
	margin-left: 55px;
}

.footer .web
{
	margin-left: 245px;
}

.footer .links
{
	margin-left: 190px;
}

.footer .links ul
{
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.footer .links li
{
	margin: 0;
	padding: 0;
	margin-top: 3px;
	line-height: 13px;
}

.footer .links a
{
	color: #069;
}

.footer .copyright
{
	font-size: .35em;
	color: #ccc;
	
	position: absolute;
	margin-left: 650px;
	margin-top: 175px;
}

.footer .wp7
{
	position: absolute;
	margin-top: 45px;
	color: #666;
}

.footer .wp7 h1
{
	font-size: .45em;
	font-family: arial;
	margin: 0;
	color: #c00;
}

.footer .wp7 p
{
	margin-left: 100px;
	margin-top: 80px;
	text-align: center;
	font-size: .45em;
}

.download-options
{
	height: 180px;
	width: 540px;
	padding: 5px;
	background: #fff url(/images/home/download-options-bg2.gif) no-repeat scroll top left;
}

.yomo-options
{
	position: absolute;
	margin-top: 40px;
	margin-left: 30px;
}

.yomo-options h1
{
	text-transform: uppercase;
	font-size: .5em;
	color: #fff;
	margin: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}

.login-status
{
	position: absolute;
	margin-top: 47px;
	margin-left: 470px;
}

.login-form
{
	margin: 0;
	padding: 0;
	
	position: absolute;
	z-index: 100;

	margin-left: 460px;
	
	
	height: 40px;
	width: 320px;
	background: transparent url(/images/home/login-bg.gif) no-repeat scroll center bottom;
	display:inline; /* ie fix */
}

.login-form input
{
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#login-user,
#login-pass
{
	border: 1px solid #ccc;
	background: #f9f9f9 url() no-repeat scroll 4px 3px;
	padding: 2px;
	font-size: .40em;
	float: left;
}

#login-user
{
	width: 150px;
}

#login-user.on
{
	background-image: url(/images/home/login-user-bg.gif);
}

#login-pass
{
	width: 100px;
}

#login-pass.on
{
	background-image: url(/images/home/login-pass-bg.gif);
}

.success-message
{
	color: green;
}

.error-message
{
	color: red;
}

.login-close
{
	position: absolute;
	margin-top: 32px;
}

.sms-status { margin-left: 5px; margin-top: 5px; }

.twitter { position:absolute; z-index:1; margin-left:790px; margin-top:56px; }

/* honeypot captcha http://haacked.com/archive/2007/09/11/honeypot-captcha.aspx */
.hpc { display:none; visibility:hidden; }
