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

body {
	margin: 0 auto;
	padding: 0 auto;
	font: 14px normal Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/tiling_1.jpg) repeat-x;
	line-height: 18px;
}

* {
	padding: 0;
	margin: 0;
}
p , h4{ margin-bottom: 15px; }
blockquote { margin: 0 0 15px 25px; }


/* Library Styles */
.image_left {
	float: left;
	margin: 0 15px 15px 0;
}
.image_right {
	float: right;
	margin: 0 0 15px 15px;
}
.form dt { float: left; width: 125px; }
.form dd { margin: 0px 0px 18px 0px; }
#notice {
	border: 2px solid #5B2D2D;
	color:#5B2D2D;
	background-color:#CEADAD;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
}

#nice_notice {
	border: 2px solid #4B5D41;
	color:#4B5D41;
	background-color:#C5D4BD;
	margin: 0px 0px 18px 0px;
	padding: 7px;
	text-align:left;
}
blockquote {
	border: 1px dashed #ccc;
	padding: 5px;
}


/* Layout Styles */

#container {
	width: 925px;
	text-align: left;
	margin: 0 auto;
	padding: 0 auto;
}

	#header {
		width: 925px;
		height: 180px;
		background: url(images/header_bg.jpg) repeat-x;
		position: relative;
	}
		#header h1 {
			position: absolute;
			width: 516px;
			height: 148px;
			top: 0;
			left: 0;
		}
		#header h1 a {
			text-indent: -9999px;
			display: block;
			width: 516px;
			height: 148px;
			background: url(images/logo3.jpg) no-repeat
		}
		#header ul {
			position: absolute;
			top: 148px;
			left: 0;
			width: 925px;
			height: 32px;
			background: #1579ac;
		}
			#header ul li { list-style: none; float: left; }
			#header ul li a {
				display: block;
				height: 25px;
				padding: 5px 20px 0 20px;
				color: #fff;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				text-decoration: none;
				font-size: 13px;
				border-right: 1px solid #85c8e3;
			}
			
	#header img {
		position: absolute;
		top: 0;
		left: 518px;
	}
			
			/*
			#header ul li.about_us a { background: url(images/m1.jpg) no-repeat; width: 110px; }
			#header ul li.services a { background: url(images/m2.jpg) no-repeat; width: 109px; }
			#header ul li.contact_us a { background: url(images/m3.jpg) no-repeat; width: 131px; }
			#header ul li.reviews a { background: url(images/m4.jpg) no-repeat; width: 95px; }
			*/
	#body {
		width: 925px;
		float: left;
		border-left: 1px solid #ccc;
	}
		
		#body #column_one {
			float: left;
			width: 624px;
			padding: 20px 10px 30px 20px;
		}
			#body #column_one h2 {
				font-family: Geneva, Arial, Helvetica, sans-serif;
				font-size: 20px;
				color:#333;
				margin-bottom: 20px;
				border-bottom: 1px solid #ccc;
			}
			#body #column_one h3 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				color:#333;
				margin-bottom: 15px;
			}
			#body #column_one li {
				margin: 0 0 10px 25px;
			}
			
			#body #column_one ul.home_graphics li {
				list-style: none;
				margin: 0;
				float: left;
			}
				
		
		#body #column_two {
			float: right;
			width: 270px;
			background: #e8efca;
			border-left: 1px solid #ccc;
			
		}
			#body #column_two h2.rheem {
				background: #f7f9ec;
				width: 270px;
				height: 110px;
			}
				
					#body #column_two h2.rheem a{
					display: block;
						background: url(images/logos3.gif) no-repeat;
						text-indent: -9999px;
						width: 270px;
						height: 110px;
					}
			#body #column_two .side_nav {
				background: #f7f9ec;
				padding:  145px 0 20px 0;
				position: relative;
			}
			#body #column_two .side_nav ul {
				position: absolute;
				top: 15px;
				left: 0;
				width: 270px;
			}
				#body #column_two .side_nav li {
					list-style: none;
					width: 270px;
				}
					#body #column_two .side_nav li a {
						display: block;
						padding: 5px 20px 5px 20px;
						background: url(images/side_nav_btn_back.gif);
						color: #1579ac;
						font-weight: bold;
					}
				
				
			
			#body #column_two h3 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 14px;
				color:#333;
				margin-bottom: 15px;
			}
			
			#body #column_two .description {
				padding: 20px;
			}
			#body #column_two .description li {
				margin: 0 0 10px 15px;
			}
			
			
#footer {
	background: #57ab52;
	width: 100%;
	height: 50px;
	color: #fff;
	padding-top: 15px;
	clear: both;
}

	#footer a { color: #fff; }
	
	#footer ul li {
		list-style: none;
		margin-left: 25px;
		float: left;
	}
	#footer ul li.copyright {
		float: right;
		margin-right: 25px;
		font-weight: bold;
	}
				
		