@charset "UTF-8";
/* CSS Document */

a img {
	border: 0;
}

a {
	color: #333333;
	text-decoration:underline;
}

a:hover {
	color: #e12f1e;
	text-decoration:none;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #3a4a98;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #76b29c; 
}

body{
	margin: 0;
	font-size:12px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	background: #bcd3ea;
	line-height: 18px;
}

.container {
	width: 938px;
	margin: 0 auto;
	background: url(images/bg.png) repeat-y;
}

	.content {
		width: 862px;
		margin: 0 auto;
	}
	
		.header {
			height: 95px;
		}
		
			.logo {
				float: left;
				width: 421px;
			}
			
			.freephone {
				float: right;
				width: 380px;
			}
		
			.side {
				float: left;
				width: 233px;
			}
			
				.links {
					height: 360px;
					font-size: 13px;
				}
				
				.links ul{
					padding:0;
					margin:0;
				}
		
				.links li{
					width: 233px;
					text-align:left;
					list-style-type:none;
					line-height:32px;
				}
		
				.links li a{
					text-decoration:none;
					color: #77b3a4;
					padding:0 10px;
					display:block;
				}
		
				.links li a:hover, .links li a.current{
					color: #28409a;
					font-weight: bold;
					display:block;
				}
			
				.links-normal {
					border-bottom: 2px dotted #b9e4d9;
				}
				
				.call-us {
					margin-top: 10px;
					width: 233px;
					height: 172px;
				}
				
				.contact-us {
					margin-top: 10px;
					width: 233px;
					height: 173px;
				}
			
			.main {
				float: right;
				width: 610px;
			}
			
				.banner {
					height: 221px;
					background: url(images/banner/drains-bg.gif) no-repeat;
				}
				
				.slideshow { 
					height: 221px;  
					margin: auto; 
				}
				
				.text {
					padding:15px;
				}
				
					.bullets {
						margin: 0 auto;
						width: 526px;
					}
					
						.b-top {
							height: 13px;
							background: url(images/bullet-list-top.gif) no-repeat;
						}
						
						.b-middle {
							background: url(images/bullet-list-middle.gif) repeat-y;
							height: 230px;
						}
						
						.b-middle ul {
  							float: left;
  							width: 200px;
  							margin: 0;
							padding: 0px 0px 0px 50px;
							line-height: 22px;
							color: #77b3a4;
						}
 
						.b-middle li {
 							float: left;
  							width: 200px;
 							margin: 0;
  							padding: 0;
						}
						
						.b-bottom {
							height: 13px;
							background: url(images/bullet-list-bottom.gif) no-repeat;
						}
			
			.spacer {
				height: 15px;
				clear:both;
			}
			
			.footer {
				height: 100px;
				background: #e6e6e6;
				border: 1px solid #838383;
				color: #838383;
				text-transform:uppercase;
				font-size: 10px;
			}
			
				.footer a {
					color: #838383;
					text-decoration:none;
				}
				
				.footer a:hover {
					color: #838383;
					text-decoration: underline;
				}
				
				.footer-left {
					float: left;
					width: 500px;
					padding: 15px;
				}
				
				.footer-right {
					float: right;
					width: 200px;
					padding: 15px;
					text-align: right;
				}