@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%; /* Do not delete, this is for the footer */
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f3f3f2 url(/assets/bg_global.gif) repeat-y top center;		
}

#wrap { /* Keeps the width, wraps and centers */
	width: 939px;
	margin: 0 auto;
	min-height: 100%; /* Do not delete, for footer */
	margin-bottom: -50px; /* Do not delete, for footer  This must match the height of the footer*/
	position: relative; /* Do not delete, for footer */	
	background-color: #fff6e9;
}


/* START LANDING PAGE STYLES */
#lp_masthead {
	height: 458px;
	background: url(/assets/lp_masthead.jpg) no-repeat top left;	
}

#lp_masthead #lp_mastheadwrap {
	width: 570px;
	padding-left: 352px;
	padding-top: 129px;
}

#lp_mastheadwrap h1 {
	margin-bottom: 10px;
	color: #561c79;
	font-size: 14px;
	font-weight: bold;
}

#lp_mastheadwrap p {
	xmargin-bottom: 10px;
}
#lp_mastheadwrap h1 {
	margin-left: 100px;
	font-size: 24px;
}
#lp_mastheadwrap h2 {
	font-size: 22px;
	margin-left: 85px;
	margin-top: 10px;
}
#lp_mastheadwrap ul {
	line-height: 140%;
	font-size: 16px;
	margin: 6px 6px 6px 121px;
	padding-left: 6px;
	list-style-type: disc;
}  

#lp_masthead a {
	color: #b60002;
}

#lp_content {
	height: 397px;
	overflow: hidden;
	background: url(/assets/lp_content.jpg) no-repeat top left;
}

.message {
	float: right;
	height: 275px;
	width: 309px;
	padding-left: 27px;
	margin-top: -85px;
	font-size: 14px;	
	line-height; 130%:
}
.message em{
	font-weight: bold;
	font-style: normal;
	color: #95020C;
}

#lp_dreamboardlink a{
	float: left;
	width: 159px;
	height: 47px;
	cursor: pointer;
	margin: 330px 0px 0px 65px;
}

#lp_marketplacelink a{
	float: left;
	width: 296px;
	height: 44px;
	cursor: pointer;
	margin: 332px 0px 0px 45px;
}
#lp_buybook a{
	float: left;
	width: 159px;
	height: 47px;
	cursor: pointer;
	margin: 330px 0px 0px 96px;
}

/* EMAIL FORM START */

#emailform {
	width: 188px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 18px;
	background-color: #fde8c7;
	padding: 30px;
	border: 1px solid #cfac76;
}
span.label,span.spacer,span.multiple span {
	width:120px;
	float:left; 
	color: #000;
	font-weight: bold;
	} 
span.multiple {float:left;} 
span.button { } 
div.clear {clear:both;padding-top:5px;} 

/* EMAIL FORM END */



/* END LANDING PAGE STYLES */


/* START SUB PAGE STYLES */
#masthead {
	height: 148px;
	background: url(/assets/masthead.jpg) no-repeat top left;	
}

#content {
	padding: 50px;
	background-color: #fff6e9;
	overflow: hidden;
}

#content a {
	color: #561c79;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #FA7C16;
	font-weight: bold;
	text-decoration: underline;
}

#content h1 {
	color: #561c79;
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#content p{
	margin: 10px 0px 10px 0px;
}

#content ul {
	line-height: 2.0em;
	margin: 6px 6px 6px 20px;
	padding-left: 6px;
	list-style-type: circle;
}

/* END SUB PAGE STYLES */

/* START FOOTER */

#footer {
	position: relative;
	width: 939px;
	height: 50px;	
	margin: 0px auto;	
	background: #521c73 url(/assets/bg_footer.gif) repeat-x top left;			
	font-size: 10px;
	color: #ccc;
	text-align: center;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #FDD494;
	text-decoration: underline;
}

#footer p {
	padding-top: 15px;
}

.clearfooter { /* FOOTER FIX */
	height: 50px;/* This must match the height of the footer*/
	clear: both;
}

/* END FOOTER */

