/* @override http://pwpsales/preview/css/early-bird.css */

a:hover {
	color: #009;
	text-decoration: none;
}

p, label {
	font-size: 1.33em;
}
div.success, div.error {
	font-size: 1em;
	text-align: left;
}
label {
	display: block;
}
.container {
	width: 760px;
}
#container {
	text-align: center;
	padding-top: 24px;
}
#logo {
	margin-bottom: 24px;
}
h1 {
	font-weight: bold;
	text-align: center;
	margin: 0
}
h1#coming-soon {
	margin-top: 0;
	font-size: 4em;
	margin-bottom: 6px;
}
h2 {
	text-align: center;
	margin: 24px 0 24px;
}

/* @group Opt-In Form */

#early-bird-form {
	width: 300px;
	margin: 24px auto 0;
}
#early-bird-form form {
	text-align: left;
}
label.formerror {
	font-size: 0.875em;
	color: #c00;
	margin-bottom: 12px;
}

/* @end */

/* @group Early Purchase offer */

#early-purchase {
	text-align: left;
}
#early-purchase h2 {
	font-weight: bold;
	font-size: 3em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#early-purchase h3 {
	font-weight: bold;
	font-size: 1.75em;
	text-align: center;
}
#bundle-list ol {
	margin-top: 1em;
	margin-bottom: 0;
}
#bundle-list li#performance {
	color: #fff;
	margin-top: 1em;
}
#bundle-list h3 {
	color: #fff;
	text-shadow: #111 1px 1px 4px;
	font-size: 2.5em;
}
#bundle-list a, #bundle-list a:hover {
	color: #ffb42a;
	font-weight: bold;
}
.ordernow {
	text-align: center;
	padding: 12px 0;
}
#bundle-list {
	padding: 24px;
	background: #113d6a;
	margin: 48px 0;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	-khtml-border-radius: 24px;
}
#bundle-list ul {
	margin-top: 2em;
}
#bundle-list li {
	color: #ccc;
	font-size: 1.5em;
}
#bundle-list h3 {
	margin: 0 0 6px;
}
#bundle-list p {
	color: #ccc;
	margin: 0;
	text-align: center;
	font-size: 1.125em;
}

/* @end */
/* @group Sticky Footer */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#container {overflow:auto;
	padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/* @end */

/* @group Footer Settings */

#container {
	padding-bottom: 80px;
}
#footer {
	/*padding-top: 80px;*/
	margin-top: -50px;
	height: 50px;
	color: #888;
}
#footer p {
	font-size: 1em;
	text-align: center;
	margin: 0;
}

/* @end */

#disclaimer {
	color: #666;
	text-align: left;
	margin: 3em 0 0;
}