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

body {
	margin: 0px;
	border: 0px;
	background-color: white;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 13px;
	background-image: url(../../images/bg-top2.png);
}

h1, h2, h3, h4, h5, h6 {
	display: inline;
	margin: 0;
}

img, form {
	display: inline;
	margin: 0;
}

a, a:visited, a:active{
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #009966;
	text-decoration: underline;		
}
ul {
	display: inline;
	list-style: none;
	margin: 0;
	-webkit-padding-start: 0px;
}

li {
	display: inline;
	margin-left: 8px;
}

img {
	border: 0px;
}

strong {
	font-weight: normal;
}

#bodydiv {
	
	background-repeat: repeat-x;
	background-position: top;
}

#sitediv {
	width: 765px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 104px;
	background-image: url(../images/header2.png);
}

#navbar {
	margin-top: 6px;
	background-image: url(../images/navbar.png);
	width: 100%;
	height: 40px;
}

#navbar a{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #eee;
	padding-top: 11px;
}

#navbar a:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(../../images/hover.png);
	background-repeat: repeat-x;
	background-position: center 0px;
}
a.nav_home {
	display: block;
	width: 96px;
	height: 39px;
	
}
 
a.nav_replacement {
	display: block;
	width: 140px;
	height: 39px;
	
}


a.nav_maintenance {
	display: block;
	width: 142px;
	height: 39px;
	
}

a.nav_service {
	display: block;
	width: 122px;
	height: 39px;
	
}


a.nav_about {
	display: block;
	width: 141px;
	height: 39px;
	
}


a.nav_contact {
	display: block;
	width: 119px;
	height: 39px;
	
}

#coupons {
	margin-top: 12px;
	background-image: url(../images/coup-bg.png);
	width: 100%;
	height: 172px;
	color: #FFF;
}

#coup_table {
	position: absolute;
	width: 735px;
	height: 112px;
	margin-left: 15px;
	margin-top: 50px;
}

#coup_date {
	position: absolute;
	width: 755px;
	font-size: 17px;
	margin-top: 3px;
	text-align: right;
	font-weight: bold;
}

#testimonials {
	margin-top: 12px;
	background-image: url(../images/test-bg.png);
	width: 100%;
	height: 187px;
}

#test_count {
	position: absolute;
	color: #FFF;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
}

#writereview {
	position: absolute;
	margin: 154px 0 0 598px;
}

#see_all {
	position: absolute;
	margin: 7px 0 0 630px;
}

#uparrow {
	position: absolute;
	margin: 3px 0 0 566px;
}

#downarrow {
	position: absolute;
	margin: 3px 0 0 595px;
}

#content {
	margin-top: 12px;
	width: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #f8f8f8;
}

#content_top {
	
	width: 100%;
	height: 14px;
}

#content_bot {
	
	width: 100%;
	height: 14px;
}

#content_main {
	
	background-repeat: repeat-y;
	width: 100%;
}

#content_main h1 {
	display: block;
	width: 725px;
	text-align: left;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#content_blurb {
	padding: 5px 20px 5px 20px;
	line-height: 1.3em;
}

#content_links {
	font-size: 12px;
	border: 1px dotted #ccc;
	width: auto;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#team {
	width: 555px;
	margin: 10px auto;
}

#team_member {
	width: 260px;
	height: 70px;
	float: left;
	margin: 5px;
}

#team_member img {
	padding: 1px; 
	margin-right: 5px;
	border: 1px solid #c0c0c0;
}

#appt_block {
	width: 500px;
	border: 1px dotted #c0c0c0;
	margin: 10px auto;
	padding: 10px 15px;
}

#footer {
	margin-top: 12px;
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
}
#footer p{
	font-size: 10px;
}

#footer p span{
	font-size: 10px;
	text-transform: uppercase;
}
#footer td input {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 8px;
	
}

input.sub {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 20px;
	border: 1px solid #ccc;
	padding-left: 5px;
}

 
.hidden {
	position: absolute;
	left: -10000px;
}

.trans25 {
	opacity: .25;														/*Firefox, Opera, Webkit */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";	/* IE 8 */
	filter: alpha(opacity=25);											/* IE 5-7 */
}

.trans50 {
	opacity: .5;														/*Firefox, Opera, Webkit */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	/* IE 8 */
	filter: alpha(opacity=50);											/* IE 5-7 */
}

.trans75 {
	opacity: .75;														/*Firefox, Opera, Webkit */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";	/* IE 8 */
	filter: alpha(opacity=75);											/* IE 5-7 */
}

.opaque {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.coup_remain {
	position: absolute;
	z-index: 10;
	font-size: 13px;
	font-weight: bold;
	color: #ffcc00;
	width:158px;
	margin-top: 80px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 40px;
}

.error {
	color: red;
	font-weight: bold;
}

.col {
	float: left;
	width: 145px;
	border-left: 1px solid #c0c0c0;
	margin: 15px 0;
	padding: 3px 10px;
}

.smalltext {
	font-size: 0.8em;
}

.special {
	font-size: 20px;
	font-weight: bold;
	color: #0066cc;
}

.maintserv {
	font-size: 14px;
	font-weight: bold;
	color: #0066cc;
}