/******************************************************************************************
CSS 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul { list-style-type: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
textarea { resize: none; }

/**************************************/

html, body {
	height: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	background: #fff;
	color: #333;
	height: 100%;
}
h2.rightNow {
	background: url("../img/h2-revolution.png") no-repeat 0 0;
	width:480px;
	height: 32px;
	text-indent: -9999px;
	margin:0 0 5px 0;
}

h3.signUp {
	background: url("../img/h3-signup.png") no-repeat 0 0;
	width:265px;
	height: 23px;
	text-indent: -9999px;
	margin:0 0 2px 0;
}

/************************************
Layout
***********************************/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -145px;
}
#contentWrapper {
	width:920px;
	margin:0 auto;
	padding:25px 0 0 0;
}
#content {
	width:854px;
	height:354px;
	background:url(../img/bg-box-main.png) no-repeat top left;
	margin:0 auto;
	margin-top:20px;
	padding:48px;
	color:#fff;
	font-size:16px;
	display:block;
	clear:both;
}
#content p {
	/*width:480px;*/
	width:740px;
	line-height:24px;
	float:left;
}
#signup {
	background:url(../img/bg-signup.png) no-repeat top left;
	width:286px;
	height:137px;
	float:right;
	display:block;
	padding:25px;
	margin:-35px 0 0 0;
}
#signup p {
	font-size:14px;
	line-height:20px;
	width:265px;
	margin:0 0 15px 0;
}
#signup input {
	border:none;
	background-color: transparent;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	font-size:11px;
	height:30px;
}
#newsletterSubmit {
	float:left;
	width:47px;
	height:30px;
}
#newsletterInputField {
	background-color: transparent;
	background:url(../img/bg-newsletter-field.gif) repeat-x top left;
	width: 195px;
	display: block;
	float: left;
	height: 30px;
	padding:7px;	
}
#footer {
	clear: both;
	height: 145px;
	width: 100%;
	margin:0 0 -5px 0;
}
#footerBalls {
	float:right;
	clear:both;
	height:125px;
	margin:0;
	padding:0;
	width:245px;
	height:125px;
	background:url(../img/color-balls.jpg) repeat-x top left;
	display:block;
}
#footerInfo {
	background-color:#0184be;
	color:fff;
	font-size:12p;
	width:100%;
	clear:both;
	font-size:12px;
	color:#fff;
	text-align:right;
	line-height:20px;
	height:20px;
}
#footerInfo p {
	margin: 0 5px 0 0;
}
.clearfix { clear: both; height: 0px; }
div.push {
	height: 0px;
}