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

#content {
	background: #fff url(/images/orange-content-bg.jpg) repeat-x scroll center top;
}

#content #crumbs {
	background: url(/images/portfolio-page-title.png) no-repeat scroll center bottom;
}

#crumbs, #crumbs a { color: #333; }

.domestic {
	display: block;
	float: left;
	width: 49%;
	padding: 3px;
}

.commercial {
	display: block;
	float: left;
	width: 49%;
	padding: 3px;
}

.thumbnails {
	width: 93%; /* Ensures content stays within above floats and doesn't cause IE6 bug */
}
.thumbnails li {overflow: visible;}
.thumbnails a:hover { overflow: visible; z-index: 1001}
.thumbnails a:hover img { overflow: visible; z-index: 1000; border: 1px solid #999; }