/*
Project:	mgpdirect.com landing page makeover
Author:		Chris Pearson
Author URI:	http://pearsonified.com
*/

body { background: #9bb5ba; color: #222; font: 62.5% Verdana, sans-serif; }

* { padding: 0; margin: 0; }


/*---:[ general layout ]:---*/

#container { width: 584px; margin: 30px auto; padding: 8px; background: #fff; }

	#page { width: 552px; padding: 15px 15px 10px 15px; border: 1px solid #d5d5d5; }
	
		#prehead { width: 520px; margin: 0 0 20px 0; padding: 15px; background: #ffc; border: 1px solid #dddd7d; }
		
		#copy_area { padding: 0 15px; }
	

/*---:[ headlines ]:---*/

h1, h2 { font: normal 1.0em Georgia, "Times New Roman", Times, serif; }

h1 { font-size: 3.2em; margin: 0 0 20px 0; color: #ba611a; text-align: center; }

h2 { font-size: 2.0em; margin: 25px 0 10px 0; padding: 0 0 5px 0; color: #2f8a23; border-bottom: 1px solid #e5e5e5; }

h3 { font-weight: normal; font-size: 1.1em; margin: 45px 0 10px 0; padding: 0 0 5px 0; text-transform: uppercase; letter-spacing: 1px; color: #999; border-bottom: 1px solid #e5e5e5; }


/*---:[ general typography ]:---*/

a, a:visited { color: #00c; text-decoration: underline; }

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


/*---:[ #prehead ]:---*/

#prehead p { font-size: 1.3em; line-height: 1.53846em; text-align: center; }


/*---:[ typography and presentation ]:---*/

.format_text { font-size: 1.3em; line-height: 1.53846em; }
	
	.format_text p { margin: 0 0 1.53846em 0; }
	
	.format_text .step { color: #d00; text-transform: uppercase; letter-spacing: 1px; }
	
	.format_text .note { padding: 10px; background: #ffc; border: 1px solid #dddd7d; }
	
	.format_text ul { list-style: disc; margin: 0 0 1.53846em 20px; }
	
	.format_text ol { margin: 0 0 1.53846em 25px; }
	
		.format_text li { }
		
.fine_print { font-size: 1.1em; line-height: 1.81818em; color: #999; }

	.fine_print ul { list-style: disc; margin: 0 0 1.81818em 20px; }
