/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	margin: 30px 0;
	padding: 0;
	color: #575858;
	text-align: left;
	background: #f3802f;
	font: normal 10pt verdana, arial, geneva, helvetica, sans-serif;
	}
	
	

/* HEADER */	
	
	
h1 {	
	}
	
h1 a {
	color: #575858;
	font: normal 13px/110% georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	color: #575858;
	font: normal 22px/110% georgia, "Times New Roman", Times, serif;
	width: 400px;
	float: left;
	padding-top: 20px;
	}
	
	
.plectrum {
	float: right;
	}	
	
/* navigation */
	
#nav, .hide {
	display: none;
	}
	
	
	
/* FUNNEL IMAGES */

#funnels, #funnels a strong {
	display: none;
	}


	
/* CONTENT */

#main {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #9D9C96;
	}

#content {
	text-align: left;
	margin: 0;
	background: #fff;
	line-height: 140%;
	}

#content p {
	margin: 0 0 20px 0;
	}
	
#content a {
	color: #575858;
	text-decoration: none;
	}
	
#content .highlight, #content .highlight a {
	color: #1b4b9a;
	}
	
/* headings */

h3 {
	color: #575858;
	font: normal 18px/110% georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	}
	
/* taters */	
	
.taster {
	margin-bottom: 25px;
	clear: both;
	}
		
.taster img {
	float: left;
	margin: 10px 20px 0 10px;
	}	

.taster p {
	padding: 10px 0 25px 0;
	border-bottom: 1px solid #f0f0f0;
	margin: 0;
	}
	
	
/* QUOTES */

#quotes { 
	text-align: left;
	}
	
.quote01 {
	color: #1b4b9a;
	font: bold 10pt verdana, arial, geneva, helvetica, sans-serif;
	border-top: 1px solid #f0f0f0;
	padding: 15px 0;
	}

.quote01 span, .goto span {
	}
	
.goto {
	display: none;
	}
	
	
/* FOOTER */
	
#footer {
	border-top: 1px solid #9D9C96;
	padding-top: 20px;
	margin-top: 20px;
	}
	
.siteby {
	display: none;
	}
	
/* story */

.storyimage {
	float: left;
	margin: 5px 20px 0 0;
	}
	
.storyimageright {
	float: right;
	margin: 5px 0 0 20px;
	}
		
		
/* Clearfix */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */