/* CSS Document */
body {
	margin: 0;
	background: url(/assets/images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
img {
	border: 0px;
	}
#cl {
	clear: both;
	}
h2 {
	font-size: 14px;
	margin: 0px;
	}

#wrapper {
	width: 955px;
	text-align: left;
	}
#main_page {
	background: url(/assets/images/mainpage.jpg) no-repeat;
	width: 955px;
	height: 430px;
	margin-top: 0px;
	}
#menu {
	height: 28px;
	}
#header_links {
	width: 905px;
	text-align: right;
	padding: 14px 50px 5px 0px;
	font-weight: bold;
	}
#footer {
	width: 955px;
	height: 75px;
	background: url(/assets/images/footer.jpg) no-repeat;
	}
#footer_links { 
	width: 455px; padding-top: 25px; padding-left: 25px; float: left;
	}
#footer_right {
	float: right; width: 500px;
	}
#footer_info {
	font-weight: bold;
	color: #acacac;
	width: 955px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;

}
/*front area */
#front_image {
	margin: 15px 10px 10px 25px;
	_margin: 10px 0px 0px 0px;
	float: right;
	width: 259px;
	height: 233px;
	display: block;
	}
#front_text {
	float: left;
	width: 300px;
	}
#frog {
	float: left;
	width: 350px;
	}
#front_testimonial{
	width: 313px;
	height: 80px;
	padding-top: 35px;
	margin: 10px 10px 10px 10px;
	background: url(/assets/images/test_front.jpg) no-repeat;
	}
#font_divide {
	background: url(/assets/images/font_div.jpg) no-repeat;
	width: 3px;
	margin: 15px 0px 0px 0px;
	height: 150px;
	}
#front_cleaningtip {
	width: 300px;
	height: 85px;
	padding-top: 25px;
	margin: 5px 10px 10px 10px;
	float: left;
	background: url(/assets/images/clean_front.jpg) no-repeat;	
	}
#front_callus {
	background:url(/assets/images/callus_main.png);
	width: 221px;
	height: 50px;
	position: absolute;
	top: 115px;
	margin-left: 175px;
	behavior: url(/assets/css/iepngfix.htc); 
	}
#front_right {
	float: right;
	width: 655px;
	height: 300px;
	margin-top: 22px;
	}
#front_left {
	float: left;
 	width: 270px;
	padding: 150px 0px 0px 30px ;	
	}
#cleancarpet {
	background: url(/assets/images/clean_carpet.png);
	width: 264px;
	height: 69px;
	behavior: url(/assets/css/iepngfix.htc); w
	}

/*sub_pages*/
.right_photo {
	float: right;
	margin: 5px 0px 7px 10px;
	}
.left_photo {
	float: left;
	margin: 5px 15px 7px 0px;
	}
	
.res_photo {
	float:left;
	margin: 0;
	}
	
#sub_page {
	background: url(/assets/images/sub_top.jpg) no-repeat;
	width: 955px;
	height: 178px;
	}
#sub_right {
	width: 235px;
	float: right;
	}
#sub_left {	
	width: 675px;
	margin: 5px 5px 0px 20px;
	_margin: 5px 0px 0px 5px;
	float: left;
	}
#sub_test {
	background: url(/assets/images/test_sub.jpg) no-repeat;
	padding: 28px 5px 0px 5px;
	margin: 10px 0px 0px 5px;
	}
#sub_clean {
	background: url(/assets/images/cleaning_sub.jpg);
	width: 216px;
	margin-top: 10px;
	margin-left: 5px;
	}
#sub_head {
	height: 31px;
	background: url(../images/top_section.jpg) bottom no-repeat;
	width: 700px;
	}

#sub_head h1 {
	color:#eb7232; 
	font-size:18px; 
	font-weight:bold; 
	padding:0 0 0 3px; 
	margin:0;
	}	
	
#sub_mid {
	background: url(../images/sub_mid.jpg);
	padding: 5px 15px 2px 15px;
	width: 670px;
	}
#sub_foot {
	height: 10px;
 	background: url(../images/sub_foot.jpg) bottom no-repeat;
 	width: 700px;
	}
	
#appointment {
	margin-left: 790px;
	margin-top: 80px;
	}
#testimonial {
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}
.callout {
	border: 1px solid #d5d5d5;
	background: #ececec;
	padding: 8px;
	width: 200px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	float: right;
	margin: 10px;
	}
	
/* Fonts */
#sub_clean, #header_links {
	font-size: 11px;
	}
#footer_links, #footer_info {
	font-size: 9px;
	line-height: 12px;
	}
#header_links {
	color: white;
	}

/*A Links */
a:link, a:visited, a, a:active {
	color: #ec6e2c;
	text-decoration: none;
}
a:hover {
	color: #c35922;
	text-decoration: underline;
	}
#footer_info a:link, #footer_info a:active, #footer_info a:visited {
	color: #999999;
	}
#header_links a:link, #header_links a:visited, #header_links a:active {
color: white;}

/*forms */
.but {
	background: #00599e;
	border: 1px solid #024478;
	margin: 2px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	}