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

#mainPromo {
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
	overflow: hidden;
}

@media screen and (orientation:portrait) {
#coupon {
	width: 300px;
	height: 50px;
	background: url(../images/120828_20Percent-Coupon-300x50.jpg) no-repeat;
	margin: 10px 10px;
	display: none;
}
}

@media screen and (orientation:landscape) {
#coupon {
	width: 460px;
	height: 50px;
	background: url(../images/120828_20Percent-Coupon-460x50.jpg) no-repeat;
	margin: 10px 10px;
	display: none;
}
}

h1 {
	font-size: 1.2em;
	color: #900;
	font-style:italic;
	margin-top: 0;
}

.content-wrapper { padding-bottom: 20px; }
.footer {
	font-size: .7em;
	color: #666;
	border-top: 1px solid #454545;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: normal;
}


#testimonials {
	width: 93%;
	height: auto;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 10px;
	background: #fff;
	line-height: 20px;
	font-size: .9em;
}

#map {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-bottom: 2px solid #ccc;	
}

#hours-of-operation {
	background: #fff;
	margin-top: 20px;
	padding: 1px 10px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}


.header-member {
	font-size: .9em;
	line-height: 18px;
}

.header-license {
	color: #666;
	font-size: .9em;
	line-height: 18px;
}

a:link {text-decoration: none; }