@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: 100;
	background-attachment: fixed;
	background-color: #a0ad9a;
	background-image: url(images10/bggeen.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F1F1F1;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #F1F1F1;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #879581;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


img.expando{ /*sample CSS for expando images. Not required but recommended*/
	border: 1px solid #999;
	vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
	margin: 5px;
	padding: 5px;
}
#nav {
	margin: 0px;
	list-style-type: none;
	width: 165px;
	float: left;
	height: 200px;
	font-size: 89%;
	padding: 0px;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%;
	text-decoration: none;
	line-height: 2em;
}

#nav a {
	display: block;  /* to increase clickable area as a's 
      default to inline */
	color: #000;
	text-decoration: none;
	line-height: 2em;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
}



#nav a:hover {
	text-decoration: none;
	background-color: #F1F1F1;
  }
  
#nav a:visited {
	text-decoration: none;
	color: #636;
  }
#body_hom #nav_hom a,
#body_other #nav_other a,
#body_kitchens #nav_kitchens a,
#body_before #nav_before a,
#body_bathrooms #nav_bathrooms a,
#body_ref #nav_ref a{
	color: #000;
	font-weight: 100;
	background-color: #e0e5dd;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #636;
	text-decoration: none;
}
a:hover {
	color: #606;
	text-decoration: none;
	background-color: #f1f1f1;
}
#apDiv1 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:1;
	background-attachment: fixed;
	background-position: center center;
	padding-top: 15px;
	visibility: visible;
}
#apDiv2 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:2;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv3 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:3;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv4 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:4;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv5 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:5;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv6 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:6;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv7 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:7;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv8 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:8;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv9 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:9;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv10 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:10;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv11 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:10;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv12 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:10;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv13 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:10;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv14 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:10;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv15 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:10;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv16 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:10;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv17 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:10;
	padding-top: 15px;
	visibility: hidden;
}
#apDiv18 {
	position:absolute;
	width:450px;
	height:400px;
	z-index:10;
	padding-top: 15px;
	visibility: hidden;
}
img {
	border: 1px solid #999;
	margin: 2px;
	padding: 2px;
}

