@charset "utf-8";
/* CSS Document */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top:24px;
	width: 740px;
	border:2px solid #666;
	background-color:white;
}

.mainhead {
	font-family: 'Lato', Arial, serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 38px;
	text-align: center;
	margin-top:12px;
}

#maincontent {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

.testimonial-left {
    border-style: solid;
    border-width: 1px;
    float: left;
    padding: 7px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 155px;
    font-size: 14px;
	/*background-color: #87CEFA;*/
}

.testimonial-right {
    border-style: solid;
    border-width: 1px;
    float: right;
    padding: 7px;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 155px;
    font-size: 14px;
	/*background-color: #87CEFA;*/
}

.testimonial-center {
    border-style: solid;
    border-width: 1px;
    padding: 7px;
    margin-bottom: 10px;
    width: 650px;
	background-color: #EBEBEB;

}
	
/*.subhead {
	font-family: 'Lato', Arial, serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	text-align: left;
	margin-top:12px;
}*/

.subhead {
	font-family: 'Lato', Arial, serif;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	line-height: normal;
	text-align: center;
	color:red
}

.subhead-ital {
	font-family: 'Lato', Arial, serif;
	font-size: 24px;
	font-weight: 600;
	font-style: italic;
	line-height: normal;
	text-align: center;
	color:red
}

.copy-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-align: left;
}

.copy-text-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	background-color: #FF0;

}

.quote-copy-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	text-align: left;
	margin-left: 35px;

}

.spancopy-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #FF0;
}

.spancopy-subhead {
	font-family: 'Lato', Arial, serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #FF0;
}

.ordernow {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.sig {
	height:40px;
}
	
.offercoupon { /* the offercoupon is the box with the red dotted line around it */
	padding: 10px;
	background-color: #FEFCD8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	}

.offercouponoutline {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 4px dashed #CC0000;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.copy-text-indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-indent: 35px;
}

.copy-text-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

img.floatleft { 
    float: left; 
    margin: 10px; 
}

img.floatright { 
    float: right; 
    margin: 4px; 
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 24px;
}