html {
	font: normal 62.5% "Century Gothic", Arial, Verdana, Tahoma, sans-serif;
	background: #f4f0dc;
}

body {
	position: relative;
	font-size: 1.3em;
	line-height: 145%;
	margin: 0;
	padding: 0 0 4em 0;
	color: #555;
	border-top: 3em solid #fff;
}

a { color: #757b7f; text-decoration: underline; }
a:hover { color: #a95f1d; text-decoration: underline; }

hr {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#topNav {
	position: absolute;
	top: -2.2em;
	right: 0;
	font-size: 0.9em;
}
#topNav a { color: #aeaa93; text-decoration: none; }
#topNav a:hover { color: #aeaa93; text-decoration: underline; }

.squeezer { position: relative; width: 1000px; margin: 0 auto; } /* total width of container +50 for no wrapping */

#centerColumn h3 { cursor: pointer !important; }

img { border: none; }

/**** HEADER **************/

#header {
	background: url(../images/header_back.gif) bottom center no-repeat;
	border-bottom: 3px solid #757b7f;
	min-height: 118px;
	position: relative;
}

#header a { color: #757b7f; text-decoration: none; }
#header a:hover { text-decoration: underline; }

#header h1 {
	background: url(../images/logo.gif) top left no-repeat;
	text-indent: -999em;
	overflow: hidden;
	width: 253px;
	height: 63px;
	margin: 1.1em 0 0 2.5em; /* new, logo pushed to right for new expanding method; affected by width set in #ul */
	float: left;
}

#header h2 { display: none; }

#topNav, #header ul#mainNav, #header ul#subMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	#topNav li, #header ul#mainNav li, #header ul#subMenu li {
		float: left;
		margin-right: 1em;
		padding-right: 1em;
		background: url(../images/seperator.gif) center right no-repeat;
	}
		li.last { background: none !important; }
		
		#header ul#subMenu li {
			padding-right: 2.3em;
			background: url(../images/down_arrow.gif) center right no-repeat;
		}
			#header ul#subMenu li.last {
			background: url(../images/down_arrow_noline.gif) center right no-repeat !important;
			padding-right: 1.8em !important;
			}
	
	#header ul#mainNav, #header ul#subMenu {
		float: right;
		width: 645px; /* shift header nav over to the right +0 pixels now */
		text-transform: uppercase;
	}
	
	#header ul#mainNav { margin-top: 3em; }
	#header ul#subMenu { margin-top: 0.7em; }

	.squeezer #appliance_div, .squeezer #plumbing_div, .squeezer #design_div {
		position: absolute;
		bottom: -20px;
		left: 355px;
		width: 511px;
		height: 20px;
		overflow: visible;
		background-color: #fff;
		z-index: 40;
}

#appliance_div, #plumbing_div, #design_div {
	text-transform: uppercase;
	font: normal 1em "Century Gothic", Arial, Verdana, Tahoma, sans-serif;
	color: #868c90;
	}


/******** All CONTENT **********/

#content {
	background: #fff;
	margin: 0 25px;
	padding: 20px;
	}

#content .squeezer { width: 865px; min-width: 865px;}

.smalltext {
	font-size: .8em;
	}

/* Home Page Components */

div#flashPiece {
	width: 860px;
	height: 299px;
	margin: 0 auto;
}

	#home h3 {
		margin: 0 0 5px 0;
	}
	
	#home .leftColumn {
		width: 300px;
		margin: 1.5em 1.5em 0 0;
		float: left;
	}
		
		#home .leftColumn h3 { /* now an icon */
		}
		
		#home .centerColumn h3 {
			background: #757b7f url(../images/shop_title.gif) 15px center no-repeat;		
			overflow: hidden;
			text-indent: -999em;
			min-height: 38px;
		}	

	#home .centerColumn {
		width: 247px;
		max-width: 247px;
		float: left;
		margin: 1.5em 0 0 0;
	}

	#home .rightColumn {
		width: 270px;
		max-width: 270px;
		float: right;
		margin: 1.5em .3em 0 0;
	}
		#home .rightColumn ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
			#home .rightColumn ul li {
				border-top: 1px dotted #ccc;
				padding: 1.5em 1em;
			}
	
				#home .rightColumn ul li h4 {
					font: normal 1.4em "Century Gothic", Arial, Verdana, Tahoma, sans-serif;
					margin: 0;
					color: #868c90;
				}
				#home .rightColumn ul li p { 
					margin: 0em 0 0 0; 
					color: #a95f1d;
				}

					#home .rightColumn ul li a {	color: #a95f1d; text-decoration: none; }
					#home .rightColumn ul li a:hover { text-decoration: underline !important; }

			#home .rightColumn ul li img {
				margin-left: -0.8em;
				margin-top: -.3em;
			}


	/* Internal Page Components */

	#internal .leftColumn {
		width: 150px;
		float: left;
		margin-right: 25px;
		min-height: 375px;
		background: url(../images/menu_back.png) top left repeat-x;
	}
	
		#internal .leftColumn h3 {
			color: #fff;
			font: normal 1.4em "Century Gothic", Arial, Verdana, Tahoma, sans-serif;		
			text-transform: uppercase;
			border-bottom: 1px dotted #fff;
			margin: 0;
			padding: 0.5em 0.8em;
		}
		
		#internal .leftColumn ul {
			list-style-type: none;
			margin: 0;
			padding: 1em 1.1em;
		}
		
			#internal .leftColumn ul li {
				margin: -2px 0 0 0;
				padding: 0;
			}
		
				#internal .leftColumn ul li a {
					color: #fff;
					text-decoration: none;
					font-family: Arial, Tahoma, Verdana, sans-serif;
				}
				#internal .leftColumn ul li a:hover { text-decoration: underline; }
				
			#internal .leftColumn h4 {
				background: #757b7f url(../images/shop_title.gif) 15px center no-repeat;
				overflow: hidden;
				text-indent: -999em;
				min-height: 30px;
				margin: 14em 0 2px 4px;
				width: 142px;
			}
			
			#internal .leftColumn img {
				margin-left: 4px;
			}
						

	#internal .centerColumn {
		width: 478px;
		max-width: 478px;
		float: left;
		margin-right: 25px;
		background: #f7f3e2;
	}
		#internal .centerColumn img {
			border-bottom: 8px solid #fff;
		}
		
		#internal .centerColumn h4 {
			margin: -4px 0 0 0;
			background: #a95f1d;
			color: #fff;
			font: normal 1.2em "Century Gothic", Arial, Verdana, Tahoma, sans-serif;
			padding: 0.2em 1.1em;
		}
		
		#internal .centerColumn p {
			padding: 0 1.4em;
		}
		
		#internal .centerColumn#sub span {
			float: left;
			display: block;
			width: 120px;
			margin-left: -120px;
			}
		
		#internal .centerColumn#sub p {
			margin-left: 120px;
		}
		#internal p.noIndent {
			margin-left: 0px !important; 
		}
		
		
#internal .rightColumn {
		width: 184px;
		float: left;
		margin-right: 0;
	background-color: #fff;
}
		
		#internal .rightColumn ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
				
			#internal .rightColumn ul li {
				border-top: 1px dotted #ddd;
				padding: 1.15em 1em 1em 0; /* see exception for IE */
			}
				#internal .rightColumn ul li.noBorder {
					border-top: none;
					padding: 1.5em 0 1em 0;
				}
		
			#internal .rightColumn ul li h4 {
				font: normal 1.3em "Century Gothic", Arial, Verdana, Tahoma, sans-serif;
				color: #868c90;
				margin: 0 0 0 0;
			}

			#internal .rightColumn ul li h4.large {
				font: normal 1.8em "Century Gothic", Arial, Verdana, Tahoma, sans-serif;
				margin: 0 0 0 0;
				color: #868c90;
				line-height: 95%;
			} /* for Design and Plumbing service */

				#internal .rightColumn ul li h4.border {
					border-bottom: 1px dotted #ddd;
					padding-bottom: 10px;
					margin-bottom: 8px;
					margin-top: -10px;
					padding-left: 10px;
				}
			
			#internal .rightColumn ul li p { 
				margin: 0em 0 0 .9em; 
				color: #a95f1d;
				font-size: .9em;
				line-height: 110%;
			}
		#internal .rightColumn ul li a {	color: #a95f1d; text-decoration: none; }
		#internal .rightColumn ul li a:hover { text-decoration: underline !important; }


/**** FOOTER **************/
		
#footer {
	background: #a95f1d;
	padding: 1em 1.5em 1em 1.5em;
	font-size: 0.8em;
	text-align: center;
	color: #df9c60;
}
#footer a {	color: #df9c60; text-decoration: none; }
#footer a:hover { text-decoration: underline !important; }

#addressFooter {
	text-align: center;
	color: #a95f1d;
	font-size: .9em;
	line-height: 110%;
	margin-top: 1em;
	}