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

body, th, h2 {
	color: gray;
	font: 12px Arial, Helvetica, Geneva, sans-serif;

}

h4 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0;
}

td {
	font-size: 11px;
}
h1 {
	text-align: right;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	background-color: #EDEDED;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
h1, h2 {
	font-weight: bold;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 0;
}

.rule {
	border-top: 1px solid #999;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
}

.disclaimer {
	font-size: 10px;
	text-align: left;
	padding-right: 0;
	clear: both;
}

#print-coupon{
	width: 115px;
	font-weight: bold;
	font-size: 12px;
	color: gray;
	float: right;
	position: relative;
	text-align: right;
	padding-top: 5px;
	height: 20px;
	margin-bottom: 40px;
	background: url(../images/print-coupon-blank.png) no-repeat 0 center;
	margin-top: 45px;
	margin-right: 5px;
}

#print-coupon:hover, #print-coupon a:hover{
	color: #d47033;
	background-image: url(../images/print-coupon-over.png);
	text-decoration: none;
}

.FREE {
	font-size: 22px;
	margin-top: 0;
}

.float-left {
	float: left;
}

#coupons {
	height: 100%;
	float: left;
	position: relative;
	clear: left;
	margin-left: 0;
	margin-top: 75px;
}

#coupons li {
	width: 265px;
	margin: 10px 10px 10px -25px;
	background-color: #e1e1e1;
	list-style-type: none;
	border: 1px solid gray;
	display: block;
	left: 0;
	text-align: center;
	padding: 10px;
}

#coupon-1 {
	height: 100%;
}

#coupon-2 {
	height: 100%;
}

#coupon-3 {
	height: 100%;
}

#coupon-4 {
	height: 100%;
}

#coupons li h3 {
	color: #d47033;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
}

#copy {
	position: relative;
	width: 350px;
	float: left;
	margin-top: 80px;
}
#copy p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
	margin-right: 75px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: white url(../images/content-background.jpg) no-repeat center top;
	border-style: solid;
	border-width: 1px;
}

.footer {
	margin: 0;
	padding-top: 135px;
	padding-bottom: 10px;
}

#footer {
	background: white url(../images/footer.png) no-repeat center top;
	font-size: 10px;
	width: 1000px;
	height: 125px;
	color: gray;
	text-align: center;
	clear: both;
}

#header {
	padding-top: 20px;
	padding-right: 20px;
}

#table {
	float: right;
	border: 1px solid gray;
	margin-top: -200px;
	margin-bottom: 10px;
	position: static;
	margin-right: 15px;
}
.tableheader {
	font-weight: bold;
	text-align: center;
	color: white;
	font-size: 12px;
}

#servicebutton {
	width: 210px;
	height: 25px;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: gray;
	background: url(../images/button-background.png) no-repeat center top;
	padding-top: 7px;
}

#directionsbutton {
	width: 210px;
	height: 25px;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: gray;
	background: url(../images/button-background.png) no-repeat center top;
	padding-top: 7px;
}

#fullsitebutton {
	width: 210px;
	height: 25px;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: gray;
	background: url(../images/button-background.png) no-repeat center top;
	padding-top: 7px;
}

#servicebutton:hover, #directionsbutton:hover, #fullsitebutton:hover {
	background: url(../images/button-background-over.png) no-repeat center top;
}

#preloaded-image {
   position: absolute;
   overflow: hidden;
   left: -9999px;
   top: -9999px;
   height: 1px;
   width: 1px;
background-image: url(../images/button-background-over.png);
}

#coupons img {
	margin-right: 15px;
}