body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #990000;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	margin: 7px 0;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}
p {
	margin: 2px 0;
}
.heading {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	margin: 20px 0 7px;
}
.subheading {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin: 5px 0 8px;
}
#wrapper {
	text-align: left;
	width: 770px;
	margin: 0 auto;
}
#topnav {
	width: 770px;
	height: 20px;
	float: left;
}
#topnav ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topnav li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#home a {
	width: 90px;
	height: 20px;
	text-indent: -9999px;
	display: block;
	background: url(images/home_nav_btn.jpg) no-repeat;
}
#coupons a {
	width: 90px;
	height: 20px;
	text-indent: -9999px;
	display: block;
	background: url(images/coupons_nav_btn.jpg) no-repeat;
}

#home a:hover {background: url(images/home_nav_over_btn.jpg) no-repeat;}
#coupons a:hover {background: url(images/coupons_nav_over_btn.jpg) no-repeat;}

#header {
	width: 770px;
	height: 206px;
	float: left;
	background: url(images/header_bg.jpg);
}
.logo {
	width: 220px;
	height: 105px;
	margin: 2px 0 0 273px;
}
.call_for_estimate {
	width: 276px;
	height: 70px;
	margin: 13px 0 0 247px;
}
#contentblock {
	width: 750px;
	float: left;
	padding: 10px;
	background: #FFFFFF;
}
.bodytext {
	width: 563px;
	padding: 0 6px;
	float: left;
}
.rcol {
	width: 170px;
	float: right;
}
#footer {
	width: 750px;
	height: 30px;
	clear: left;
	padding: 10px 10px 0;
}
.lfoot {
	width: 375px;
	float: left;
}
.rfoot {
	width: 375px;
	float: right;
	text-align: right;
}
.lrtop {
	background: url(images/lrtop.jpg);
	width: 100%;
	height: 15px;
	float: left;
}
.lrbtm {
	background: url(images/lrbtm.jpg);
	width: 100%;
	height: 15px;
	clear: left;
	margin: 0 0 10px;
}
.text {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #370000;
	border-left-color: #370000;
	background: #F4ECE1;
	padding: 5px 6px;
}
.ltc, .lbc, .rtc, .rbc {
	width: 15px;
	height: 15px;
}
.ltc, .lbc {
	float: left;
}
.rtc, .rbc {
	float: right;
}
.ltc {
	background: url(images/ltc.jpg);
}
.lbc {
	background: url(images/lbc.jpg);
}
.rtc {
	background: url(images/rtc.jpg);
}
.rbc {
	background: url(images/rbc.jpg);
}
.services_box {
	width: 550px;
	padding: 1px 1px 1px 2px;
	float: left;
}
.residential_window_cleaning_box {
	width: 245px;
	padding: 5px 15px;
	float: left;
}
.storefront_window_cleaning_box {
	width: 245px;
	padding: 5px 15px;
	float: left;
}
.label {
	margin: 3px 0;
	font-weight: bold;
}
.input {
	margin: 3px 0;
}
.input_box {
	border: 1px solid #370000;
}
input:focus {
	background-color: #B7CEFF;
}
.submit_box {
	text-align: center;
	padding: 5px 0;
}
.submit_btn {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #370000;
	border-right-color: #370000;
	border-bottom-color: #370000;
	border-left-color: #370000;
}

