/* ===========================
	DEFAULTS
=========================== */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #aaadaf;
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #262626;
}
a {
	color: #0033cb;
	text-decoration: underline;
}
a:hover {
	color: #262626;
}
a img {
	border: none;
}

/* ===========================
	PAGE OUTLINE
=========================== */
#pagewrapper {
	width: 988px;
	margin: 0 auto;
	background: url(../images/webinar/page-bg.gif);
}
#page {
	width: 960px;
	padding: 0 14px 14px 14px;
	background: url(../images/webinar/page-bg-end.gif) no-repeat bottom left;
}

/* ===========================
	HEADER
=========================== */
#header {
	height: 30px;
	background: url(../images/webinar/header-bg.gif) repeat-x;
	border-bottom: 2px #00667f solid;
}
#header h1 {
	float: left;
	margin: 0 22px 0 0;
	width: 183px;
	height: 30px;
	background: url(../images/webinar/logo.gif);
	overflow: hidden;
	text-indent: -9999px;
}
#header h3 {
	float: left;
	width: 241px;
	height: 30px;
	background: url(../images/webinar/tagline.gif);
	overflow: hidden;
	text-indent: -9999px;
}

/* ===========================
	CONTENT
=========================== */
#content {
	padding: 7px 30px 0;
}
/* === left === */
#leftcol {
	float: left;
	width: 440px;
	padding: 7px 0 15px;
}
#leftcol p.featured {
	margin: 10px 0 14px;
	font-size: 12px;
	text-align: center;
}
#leftcol p.logos {
	text-align: center;
}
#leftcol p.quote {
	margin: 20px 0 5px 0;
	background: url(../images/webinar/quoteleft.gif) no-repeat top left;
}
#leftcol p.quote span {
	display: block;
	padding: 5px 0 5px 38px;
	line-height: 20px;
	background: url(../images/webinar/quoteright.gif) no-repeat bottom left;
}
#leftcol p.quoteby {
	font-weight: bold;
	padding-left: 38px;
}

/* === right === */
#rightcol {
	width: 415px;
	float: right;
	position: relative;
}
#rightcol h2 {
	color: #ba2905;
	font-size: 22px;
}
#rightcol h3 {
	margin: 2px 0 7px;
	font-size: 17px;
	color: #004455;
	font-weight: normal;
}
#rightcol p, #rightcol ul {
	font: 14px  Arial, Helvetica, sans-serif;
}
#rightcol ul {
	margin: 7px 0;
	list-style: none;
}
#rightcol ul li {
	padding: 0 0 0 25px;
	margin: 2px 0;
	background: url(../images/webinar/check.gif) no-repeat 0 0;
}
#rightcol .value {
	position: absolute;
	top: 100px;
	right: -16px;
}
#rightcol p.limited {
	color: #ba2905;
	font-weight: bold;
}
#rightcol form {
	margin: 7px 20px 0;
	padding: 13px 0 13px 9px;
	background: #e8eef0;
	position: relative;
}
#rightcol form input.textbox {
	margin: 0 0 9px 4px;
	width: 338px;
	padding: 5px;
	font: 15px Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: 1px #aaadaf solid;
}
#rightcol form .arrow {
	position: absolute;
	top: -13px;
	left: -53px;
}
#rightcol form label.error {
	display: block;
	margin: 0 14px 7px 7px;
	padding: 5px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #db0000;
	background: #f1e4e4;
	border: 1px #db0000 solid;
}
#rightcol p.security {
	margin: 15px 0 0 0;
	text-align: center;
}
#rightcol p.security img {
	margin: 0 8px;
}

/* === single === */
#onecol {
	padding: 15px 100px;
}
#onecol h2 {
	margin: 0 0 22px;
	color: #ba2905;
	font-size: 22px;
	text-align: center;
}
#onecol p, #onecol ul {
	margin: 14px 0;
	font-size: 14px;
	line-height: 18px;
}
#onecol ul {
	padding-left: 28px;
}

/* ===========================
	FOOTER
=========================== */
#footer {
	clear: both;
	margin: 0 30px;
	padding: 10px 0;
	border-top: 2px #d9dcde solid;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #595959;
}
#footer p {
	margin: 11px 0;
}
