/* main.css - Shane Beliveau */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #000000 url(../images/main_bg.jpg) repeat-x;
	font-family: Georgia, Arial, sans-serif;
	color: #222222;
	text-align: left;
	font-size: 11pt;
	line-height: 1.25em;
}

img {
	border: none;
}

select {
	width: 60px;
}

fieldset {
	border: none;
}

a:link, a:visited, a:active {
	color: #02729e;
	text-decoration: none;
}

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

#main_container {
	height: auto;
	width: 960px;
	margin: 0px auto;
}

#float_container {
	float: left;
	width: 960px;
	background: #EFEFEF;
}

#shadow_container {
	width: 400px;
	height: 500px;
	margin: 0 auto;
	background: #EFEFEF;
}

#header {
	height: 255px;
	width: 100%;
	position: relative;
	background: transparent url(../images/header.jpg) no-repeat;
}

#shadow_header {
	height: 106px;
	width: 400px;
	position: relative;
}

#footer {
	float: left;
	background: #666;
	width: 960px;
	height: 60px;
	position: relative;
}

#book_form {
	margin-left: -15px;
	position: relative;
	padding: 20px 0px;
}

#thanks_container {
	width: 760px;
	margin: 20px auto;
	position: relative;
}

#left_container {
	float: left;
	width: 560px;
	padding-left: 20px;
	margin-top: 20px;
	position: relative;
}

#left_rounded_top {
	float: left;
	width: 550px;
	height: 14px;
}

#left_rounded {
	float: left;
	background: #FFF;
	width: 510px;
	padding: 0px 25px 20px 15px;
}

#right_container {
	float: right;
	width: 330px;
	padding-right: 30px;
	padding-top: 20px;
}

#five_reasons {
	float: left;
	padding-left: 50px;
	list-style-type: square;
}

#five_reasons li {
	padding-top: 10px;
}

#popunder_container {
	width: 590px;
	height: 390px;
	padding-top: 10px;
	padding-left: 10px;
}

#popunder_left {
	float: left;
	width: 250px;
	padding-left: 10px;
}

#popunder_right {
	position: relative;
	float: left;
	width: 330px;
	height: 390px;
	background: transparent url(../images/popunder/right_bg.png) no-repeat;
}

#slideshow {
	float: right;
	margin: 8px 0px;
}

#slideshow ul {
	list-style-type: none;
}

#slideshow li {
	display: inline;
	margin-right: 5px;
}

#slideshow li a {
	color: #222;
	border:1px solid #999999;
	padding:4px;
	text-decoration:none;
	font-family: "Lucida Console";
}

.copyright {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #FFF;
}

.button_padding {
	padding: 20px 0px;
}

.form_left {
	float: left;
	width: 235px;
	padding-bottom: 20px;
}

.form_right {
	float: left;
	width: 260px;
	padding-left: 25px;
	position: relative;
}

.form_checkbox {
	bottom:-20px;
	left:25px;
	position:absolute;
}

.form_agree {
	height: 50px;
	bottom:-55px;
	font-size:7pt;
	left:45px;
	line-height:1em;
	position:absolute;
	text-align:justify;
	width:115px;
}

.form_input {
	margin-bottom: 5px;
	width: 250px;
}

.popunder_form_input {
	margin-bottom: 5px;
	width: 230px;
}

.headline {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	font-size: 13pt;
}

.layover_form {
	width: 240px;
	position: relative;
}

.layover_form_input {
	margin-bottom: 3px;
	width: 230px;
}

.layover_form label {
	font-size: 9pt;
}

.layover_position {
	position: absolute;
	top: 140px;
	left: 30px;
}

.popunder_left_white {
	float: left;
	width: 250px;
	height: 313px;
	background: transparent url(../images/popunder/left_bg.png) no-repeat;
}

.popunder_form {
	float: left;
	width: 240px;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
}

.popunder_form label {
	font-size: 9pt;
}

.popunder_headline_left {
	float: left;
	height: 78px;
	width: 250px;
}

.popunder_sticker {
	position: absolute;
	top: -10px;
	left: -70px;
}

.popunder_text1 {
	padding-right: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 10pt;
}

.popunder_text2 {
	width: 170px;
	margin-top: 10px;
	font-size: 9pt;
}

.popunder_windowman {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

.shadow_form {
	width: 260px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

.shadow_headline {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	font-size: 9pt;
}

.submit_button {
	position: absolute;
	bottom: -35px;
	right: 6px;
}

.close_layover {
	position: absolute;
	bottom: -55px;
	right: -5px;
	font-size: 8pt;
}

.windowman_title {
	color: #006699;
	font-size: 18pt;
	margin-bottom: 0.5em;
}

.windowman_text1 {
	color: #222222;
	font-size: 12pt;
	height:67px;
	line-height: 1.05em;
	width: 300px;
}

.windowman_text2 {
	color: #222222;
	font-size: 12pt;
	height: 55px;
	line-height: 1.05em;
	width: 275px;
}

.windowman {
	position: absolute;
	top: -40px;
	right: 30px;
}

.tax_sticker {
	position: absolute;
	bottom: -103px;
	right: 25px;
}

.sticker_wrap1 {
	width: 135px;
	margin-bottom: 0.15em;
}