body {
	margin:0px;
	background:#DCD3C8;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#898989;
}
input, form, h1, h2, p {margin:0px} img {border:none; margin:0px} .blocks {display:block}


h1 {
	font-size:28px;
	color:#735E43;
	font-weight:normal;
	border-bottom:1px dotted #404E70;
	margin-bottom:8px;
	padding-bottom:5px;
}
h2 {
	font-weight:normal;
	font-size:18px;
	color:#C0AA91;
	margin-bottom:8px;

}
p {
	margin-bottom:10px;
}
a {
	color:#111111;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#111111;
}


.container {
	display:block;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	background:url(/images/top-bg.jpg) repeat-y;

}




.logo {
	display:block;
	position:absolute;
	height:46px;
	margin:20px 0px 0px 36px;
}
.header {
	display:block;
	clear:both;
	background:url(/images/header-bg.jpg) no-repeat top left ;
	width:960px;
	height:107px;
	padding-top:25px;
}


.nav {
	position:absolute;
	display:inline;
	width:900px;
	margin-top:83px;
	margin-left:8px;

}

.nav a {
	display:inline;
	padding:0px 14px 0px 14px;
	color:#4B3315;
	font-weight:normal;
	border-right:1px dotted #D2CAC1;
	margin-left:2px;
	text-decoration:none;
}
.nav a:hover	{
	text-decoration:none;
	color:#FFFFFF;
}


.main	{
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}







.content	{
	display:table;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	margin-top:-4px;
	padding:24px 0px 0px 0px;
	clear:both;
	background:url(/images/r-bg.jpg) repeat-y;
}
.left	{
	clear:left;
	float:left;
	display:inline;
	width:543px;
	margin-left:41px;
	padding-right:30px;
}
.left ol li, .left ul li	{
	margin-bottom:10px;
}
.right	{
	clear:right;
	float:right;
	display:inline;
	width:302px;
	margin-right:41px;
}

/*css form start*/

.form	{
	background:url(/images/form-bg.jpg) no-repeat top;
	height:188px;
	width:282px;
	padding:62px 0px 0px 20px;
}
.labels {
   font-size:13px;
   color:#000000;
   position:absolute;
}
.last-name .labels	{
	margin-top:34px;
	margin-left:1px;
}
.email .labels	{
	margin-top:62px;
	margin-left:26px;
}
.select-amount	{
	display:none;
}
.first-name, .last-name, .email  {
   margin:0px;
   padding:0px;
   
}
.first-name input, .last-name input, .email input  {
   width:172px;
   position:absolute;
   font-size:14px;
   margin-left:72px;
   padding-left:3px;
   border:1px solid #D2B688 !important;
}
.last-name input	{
	margin-top:29px
}
.email input	{
	margin-top:57px;
}

.check-01, .check-02, .check-03 {
   display:none;
}
.check-04	{
	position:absolute;
	margin-top:99px;
	color:#735E43;
	width:248px;
}
.check-04 .labels	{
	color:#735E43;
	margin-left:8px;
}
.check-04 a	{
	text-decoration:underline;
	font-weight:bold;
}
.check-04 a:hover	{
	text-decoration:none;
}
.continue-button input {
	position:absolute;
	margin-top:155px;
	margin-left:70px;
}
/*end form*/




.btm {
	vertical-align:top;
}
.disclosures {
	display:block;
	clear:both;
	width:955px;
	background-color:#958571;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 10px 5px;
	margin-bottom:40px;
	text-align:center;
}
.disclosures ul {
	margin:0px;
	padding:0px;
}
.disclosures ul li {
	display:inline;
	margin-right:10px;
	color:#FFFFFF;
}
.disclosures ul li a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.disclosures ul li a:hover	{
	text-decoration:underline;
	color:#FFFFFF;
}
