@media print {
	
html{
	font-size: 60%;
	margin: 0 auto;
	padding: 0;
}
	
body {
	font-family: "Open Sans", Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	color: #000;
	background-color: #fff;
	background-image: none;
}

a{
	color: #0072c6;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active{
	color: #0072c6;
	text-decoration: none;
}

.wrapper{
	max-width: 992px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.clearFloat{
	clear: both;
}

#header{
	padding: 25px 0 25px 0;
}

#header .row {
	margin: 0;
}

#logo{
	display: inline-block;
	float: left;
}

#tagline{
	display: inline-block;
	font-size: 20px;
	color: #0072c6;
	font-weight: bold;
	float: left;
	margin-top: 65px;
	text-align: center;
}

#franchiseTagline{
	display: inline-block;
	font-size: 20px;
	color: #0072c6;
	font-weight: bold;
	margin-top: 15px;
	text-align: left;
	width: 100%;
}
.title{
	font-size: 16px;
	color: #0072c6;
	font-weight: bold;
	line-height: 1;
}

#navMenu,
#franchiseMenu,
#slideshowWrapper,
#cleanerImg,
#headerRightMain,
#franchiseHeaderRight,
#footerWrapper,
#franchiseFooterWrapper,
.pageImg,
#locationMessage,
#locationPhoto,
#locationMenu,
#micrositeSidebar{
	display: none;
}

#copyContent,
#pageContent,
#rightMenu,
#logoMicrosite,
#micrositeWrapper,
#locationContact,
#locationAbout,
#locationPayment,
#locationLinks{
	width: 100%;
	padding-top: 15px;
}

#locationAwards{
	width: 100%;
	padding-top: 15px;
}

#locationPage{
	padding-top: 25px;
}

.coupon{
	border: dashed 5px #0072c6;
	text-align: center;
	margin-top: 10px;
	padding: 0;
	width: 80%;
	display: block;
	margin-bottom: 25px;
	page-break-after: always;
}

.couponAmount{
	color: #0072c6;
	font-size: 24px;
	font-weight: bold;
	padding: 15px;
	margin: 0;
	border-bottom: dashed 5px #0072c6;
}

.couponFranchise,
.couponInfo{
	width: 49%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}

.couponLogoImg{
	width: 80%;
}

.couponLogo{
	display: inline-block;
	padding: 5px;
	margin-left: 5%;
	text-align: center;
}

.couponShortDescription{
	color: #0072c6;
	padding: 15px 15px 5px 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.couponDisclaimer{
	padding: 5px 15px 10px 15px;
	line-height: 1.1;
}

.couponExpiration{
	font-weight: bold;
	padding: 0 15px 10px 15px;
}

.couponPrint {
    display:none;
}

.testQuote{
	font-style: italic;
}

.testAuthor{
	text-align: right;
	font-weight: bold;
	padding-bottom: 15px;
}

}