/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.7em;
	margin:0;
	padding:0;
	}

.clear {clear:both;float:none;}
		
#wrapper {
	margin: 20px auto;
	
	width: 778px;
	}
	
#hdr {
	background: url(../i/logo.gif) no-repeat;
	height: 102px;
	}
	#hdr h1{
		display:none;
		}
#hdr_info {
	position:relative;
	width: 350px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	float:right;
	margin-left:338px;
	padding: 20px;
	}
	#hdr_info p {
		margin: 0;
		font-size:1em;
		}
	#hdr_info p.indent {
		margin: 0 0 0 3em;
		}
	#hdr_info span.lrg {
		font-size: 1.5em;
		}
	#hdr_info a {
		color: #000;
		font-size:1em;
		font-weight:bold;
		}
	#tagline {
		background: url(../i/tagline.gif) top center no-repeat;
		border-right:1px solid #000;
		height:65px;
		padding:0;
		}
	#tagline span {
	  display:none;
	  }

#nav {
	width: 196px;
	float:left;
	padding: 0;
	margin: 0;
	background: url(../i/bg.gif);
	}
#navigation {
	}
#navigation ul {
	margin: 0;
	padding: 10px;
	list-style:none;
	background: url(../i/navtop.gif) top no-repeat;
	}
#navigation li {
	padding: 5px 0;
	}
#navigation a {
	color: #fff;
	font-weight:bold;	
	}
#navimg {
	width: 196px;
	height: 242px;
	background: url(../i/mnu/menuHome.gif) no-repeat;
	}
#content{
	margin-left: 215px;
	border-right:1px solid #000;
	border-bottom:1px solid #fff;
	padding: 0 20px 20px 20px;
	}
	#content p {
		line-height:1.5em;	
		}
	#content ul {
		margin: 1em 0 1em 1em ;
		}
	#content li {
		margin-left: 2em;
		}
	#content h1 span{ display:none;}
	#content h1 {
		height: 30px;
		margin: 0 20px 20px 0;
		}
	#content h1#h1welcome {
		background: url(../i/loc/home.gif) top right no-repeat;
		}
	#content h1#h1commercial {
		background: url(../i/loc/commercial.gif) top right no-repeat;
		}
	#content h1#h1residential {
		background: url(../i/loc/residential.gif) top right no-repeat;
		}
	#content h1#h1bath {
		background: url(../i/loc/kitchBath.gif) top right no-repeat;
		}
	#content h1#h1masonry {
		background: url(../i/loc/brick.gif) top right no-repeat;
		}
		
	#content h2 {
		font-size: 1.4em;
		color: #666666;
		border-bottom:1px solid #333;
		text-align:right;
		margin-bottom:1em;
		}
		
	a.thickbox {
		float:left;
		background: url(../i/shadowAlpha.png) no-repeat bottom right !important;
		background: url(../i/shadow.gif) no-repeat bottom right;
		margin: 10px 0 0 10px !important;
		margin: 10px 0 0 5px;
		}
	a.thickbox img {
		display: block;
		position: relative;
		background-color: #fff;
		border: 1px solid #a9a9a9;
		margin: -6px 6px 6px -6px;
		padding: 4px;
  		}
#ftr {
	margin: 0;
	border-top:1px solid black;
	padding: 20px 0;
	text-align:center;
	font-size: 1em;
	font-weight:bold;
	}
#ftr a {
	color:#000;
	}
