input, form {margin:0px} img {border:none; margin:0px} .blocks {display:block}
body {
	margin:0px;
	background:url(/images/top-bg.jpg) repeat-x #FFFFFF;
	font-size:13px;
	font-family:"trebuchet MS", Verdana, Arial, "MS Sans Serif"
}
.container {
	display:block;
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.container input {
	display:block;
	clear:both;
}
.logo {
	display:block;
	float:left;
}
.nav {
	display:block;
	float:right;
	height:47px;
	padding-top:30px;
}
.nav a {
	font-family:"trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size:12px;
	font-weight:normal;
	margin:0px 10px 0px 10px;
	text-decoration:none;
	color:#000000;
}
.nav a:hover {
	color:#7a2b2b;
	text-decoration:none;
}
.main {
	display:block;
	clear:both;
	height:241px;
	width:900px;
}
.main img {
	position:absolute;
}
.form	{
	display:block;
	position:absolute;
	margin:100px 5px 0px 20px;
	width:400px;
	height:150px;
}
.first-name, .last-name, .email  {
   display:block;
   width:130px;
   height:16px;
   font-size:14px;
   background-color:#ffffff !important;
   position:absolute;
}
.first-name {
	margin:20px 0px 0px 0px;
}
.last-name {
	margin:50px 0px 0px 0px;
}
.email	{
	margin:80px 0px 0px 0px;
}
.select-amount	{
	display:none;
}
.check-01, .check-04	{
	display:block;
	position:absolute;	
}
.check-01 {
	margin:15px 0px 0px 150px;
	width:250px;
}
.check-04	{
	margin:37px 0px 0px 150px;
	width:250px;
}
.check-02, .check-03 {
	display:none;
}
.check-01 input, .check-04 input	{
	display:inline;
}
.labels	{
	display:inline;
}
.continue-button {
	position:absolute;
	margin:80px 0px 0px 150px;
}
.content {
	display:block;
	clear:both;
	width:900px;
	margin-top:20px;
}
.left {
	display:block;
	width:594px;
	float:left;
	padding-bottom:10px;
}
.left input {
	margin:40px 0px 40px 0px;
}
.right {
	display:block;
	float:left;
	width:294px;
	margin-left:12px;
}
.right img {
	margin-bottom:15px;
}






h1 {
	display:block;
	height:31px;
	padding:10px 0px 0px 6px;
	width:588px;
	background:	url(/images/hbg.jpg) no-repeat;
	color:#b36161;
	font-size:20px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
h2 {
	color:#9c9675;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-top:20px;
}
p {
	margin:0px;
}
a {
	color:#7a2b2b;
	text-decoration:none;
}
a:hover {
	color:#bd2c2c;
	text-decoration:underline;
}





.footer {
	display:table;
	width:100%;
	background:url(/images/footer-bg.jpg) repeat-x;
	margin-top:40px;
	color:#401F1F;
	clear:both;
}
.footer a {
	font-family:"trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size:12px;
	color:#401F1F;
	text-decoration:none;
	font-weight:normal;
}
.footer a:hover {
	text-decoration:underline;
}
.center {
	display:block;
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.disclosures {
	display:block;
	float:left;
}
.disclosures ul {
	margin:0px;
	padding:0px;
}
.disclosures ul li {
	display:block;
	margin-right:10px;
}
.fnav {
	display:block;
	float:right;
}
.fnav a {
	margin:0px 5px 0px 5px;
}
/* this activates the bottom thingy --------------------------- */

html, body {height: 100%;}

.sticky {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -89px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {height:89px;}
/* end bottom thingy ------------------------------------------ */