@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #F4ECDF;
	overflow: visible;
}

h1, h2 { margin: 38px 0 20px; }
h3 { padding: 5px 0; }
h4 { margin: 8px 15px 5px; }

a { color: #9D3F2C; text-decoration: none; }
a:hover { text-decoration: underline; }

ul {
  line-height: 21px;
  color: #333;
  margin-top: 5px;
  font-weight: bold;
}

ul li {
  padding-left: 0;
}

.nav-bg {
	position: absolute;
	background: url(../images/nav-bg.png) repeat-x;
	height: 93px;
	width: 100%;
	top: 35px;
	z-index: 98;
}

.container {
	margin: 0 auto;
	width: 990px;
	position: relative;
	z-index: 99;
}

.content-area {
	width: 300px;
	min-height: 500px;
	background: url(../images/content-area.png);
	position: relative;
}

.content-area.inner {
	background: none; 
	min-height: 119px;
	width: inherit;
}

.logo-eh {
	display: inline-block;
	vertical-align: top;
	margin-top: 43px;
	margin-left: 10px;
	width: 273px;
	background-image: url(../images/logo-blur.png);
}

.home-text {
	position: relative;
	margin-top: 36px;
	margin-left: 35px;
}

.main-text p {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding: 20px 42px;
	font-size: 16px;
	color: #39331F;
	line-height: 22px;
}

.bottom-main {
	width: 300px;
	height: 10px;
	position: relative;
	background-image: url(../images/bottom-main-bg.png);
}

.wood-bg {
	width: 100%;
	position: absolute;
	height: 209px;
	background-image: url(../images/wood-texture.jpg);
}

.main-container {
	position: relative;
	top: 180px;
	background: url(../images/main-container-bg-texture.png);
	/*padding-bottom: 20px;*/
	display: table;
	overflow: visible;
	width: 100%;
	border-top: 2px solid #F4ECDF;
	background-color: #F4ECDF;
}

.main-container.inner {
	position: absolute;
	top: 481px;
}

table.main-container-table tr td { border: 0; }

.left-side-logo {
	width: 312px;
	min-height: 546px;
	position: relative;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 100;
	#position: relative; 
	#top: -50%;
}

.main-container.portfolio .left-side-logo { min-height: 600px; } 

@media (min-width:1600px) { .left-side-logo { background-image: url(../images/left-side-logo.png);
	background-repeat: no-repeat; } }

.right-side-logo {
	width: 312px;
	min-height: 546px;
	position: relative;
	top: 50%;
	width: 100%;
	text-align: right;
	z-index: 100;
	#position: relative; 
	#top: -50%;
}

.main-container.portfolio .right-side-logo { min-height: 600px; } 

@media (min-width:1600px) { .right-side-logo { background-image: url(../images/right-side-logo.png);
	background-repeat: no-repeat;
	background-position: top right; } }
	
.left-side {
	width: 500px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.left-side.inner {
	top: 7px;
}

.left-side p { margin-top: 12px; line-height: 23px; }

.spacer {
	margin: 18px 0;
	height: 2px;
	background-image: url(../images/spacer.gif);
}

.right-side {
	width: 421px;
	display: inline-block;
	margin-left: 63px;
	position: relative;
}

.right-side.inner {
	top: 7px;
	height: 700px;
}

.footer {
	position: relative;
	width: 100%;
	background-image: url(../images/footer-g.jpg);
	background-position: bottom center;
	height: 269px;
}

.footer-shadow {
	height: 17px;
	background-image: url(../images/footer-shadow.png);
	margin-top: -17px;
}

.trans-logo {
	position: absolute;
	top: 1px;
}

.footer-links {
	display: inline-block;
    margin-left: 45px;
	margin-top: 85px;
	vertical-align: top;
}

.footer-links a {
	font-size: 11px;
	color: #E8DCCE;
	margin-bottom: 5px;
	display: block;
}

a.main-link { font-weight: bold; color: #fff; }

.footer-links p { font-size: 11px; color: #E8DCCE; line-height: 16px; }

.copy {
	position: absolute;
	bottom: -40px;
	right: 0;
	text-align: right;
}

.copy p { font-size: 10px; color: #DCCCB6; font-weight: bold; line-height: 15px; }


/*** Inner Page Classes ***/

.inner-bg {
	position: absolute;
	z-index: 1;
	background: url(../images/inner-page-bg.jpg) repeat-x top center;
	height: 483px;
	top: 0;
	width: 100%;
}

.inner-bg.portfolio {
	background-image: url(../images/portfolio-bg.jpg);
	height: 170px;
}

.top-pic-bg {
	position: absolute;
	top: 123px;
	width: 100%;
	background: url(../images/inner-bg-slide.png) no-repeat top center;
	height: 406px;
	z-index: 97;
}

.top-pic {
	position: absolute;
	top: 161px;
	width: 100%;
	height: 330px;
	left: 10px;
}

.serv-box {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin-left: 20px;
}

.left-side.portfolio {
	width: 224px;
	padding-right: 12px;
	min-height: 400px;
	top: 16px;
}

.right-side.portfolio {
	width: 746px;
	margin-left: 0;
	border-left: 1px solid #C9AE8B;
	top:16px;
	margin-bottom: 40px;
	overflow: hidden;
}

.main-container.portfolio {
	position: relative;
	top: 49px;
}

.right-side.portfolio #gallery a { display: inline-block; margin-left: 16px; margin-top: 15px; }

.portfolio-main {
	width: 100%;
}

.portfolio-main h1 { position: relative; margin-top: 28px; }

.page {
	width: 350px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 3px;
	text-align: right;
	right: 3px;
}

.page.bottom {
	position: relative;
	left: 394px;
	height: 35px;
}

.page-text {
	position: relative;
	display: inline-block;
	background: url(../images/portfolio/page.gif) no-repeat;
	height: 16px;
	width: 39px;
	vertical-align: top;
	top: 12px;
}

.contact-map {
	margin-top: 8px;
}

/*** Page Nav ***/

.page-nav a {
	font-size: 13px;
	font-weight: bold;
	dispay: inline-block;
	width: 26px;
	height: 28px;
	position: relative;
	right: 0;
	background-color: #903B0E;
	color: #F3EBDF;
}

.page-nav a.current { background-color: #787061; }
.page-nav a:hover { background-color: #BA4D12; text-decoration: none; }

.page-nav a span { position: relative; top: 3px; text-align: center; }

.page-nav li {
	list-style: none;
	display: inline-block;
	height: 28px;
	width: 26px;
	text-align: center;
}

.page-nav li { *padding-left: 3px; }

.page-nav li a {
	display: inline-block;
	height: 28px;
	width: 26px;
}

.page-nav { display: inline-block; }
	

/*** Portfolio Main Page ***/

.entrance {
	padding-left:0px;
	text-align: center;
	float:left;
	*margin-bottom: 45px;
}

h5 {
	height: 360px;
	overflow: hidden;
	list-style:none;
	float:left;
	margin-left: 44px;
	margin-bottom: 45px;
}

h5 a {
	text-indent: -5000px;
	display: block;
	height: 360px;
	position:relative;
	background-position: 0 0;
	list-style:none;
	float:left;
}

#kitchen-pictures a, #kitchen-pictures a span  { background-image: url(../images/portfolio/kitchens-pic.jpg); width: 300px; }
#fireplace-pictures a, #fireplace-pictures a span   { background-image: url(../images/portfolio/fireplaces-pic.jpg); width: 300px; }
#bathroom-pictures a, #bathroom-pictures a span   { background-image: url(../images/portfolio/bathrooms-pic.jpg); width: 300px; }
#book-pictures a, #book-pictures a span   { background-image: url(../images/portfolio/books-pic.jpg); width: 300px; }
#closet-pictures a, #closet-pictures a span   { background-image: url(../images/portfolio/closets-pic.jpg); width: 300px; }
#appliance-pictures a, #appliance-pictures a span   { background-image: url(../images/portfolio/accessories-pic.jpg); width: 300px; }
#crew-pictures a, #crew-pictures a span   { background-image: url(../images/portfolio/shop-pic.jpg); width: 300px; }

h5 a span, h5 .current a span {
	display: block;
	position: absolute;
	top:0;
	left:0;
	height: 360px;
	background-position: 0 -360px;
	visibility: hidden;
	list-style:none;
	float:left;
}
h5 a:focus, h5 a:hover {
	cursor: pointer;
}

.wrapper {
	float: left;
	width: 100%;
	margin: 0px 0 0 0;
}

#kitchen-pictures, #recordings, #video, #about, #contact {
	float: left;
	position: relative;
	padding-left: 0px;
}

/*** Fade Hover ***/

.fadehover001 {
	position: absolute;
	top: 94px;
	}
	
.fadehover002 {
	position: absolute;
	top: 94px;
	left: 216px;
	}

.fadehover003 {
	position: absolute;
	top: 273px;
	left: 0px;
	}
	
.fadehover004 {
	position: absolute;
	top: 273px;
	left: 216px;
	}
	
.fadehover005 {
	position: absolute;
	top: 452px;
	left: 0px;
	}
	
.fadehover006 {
	position: absolute;
	top: 452px;
	left: 216px;
	}
	
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 0;
}
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
}

/*** View Photos Button ***/

.view-photos a {
  color: #F4ECDF;
  font-size: 14px;
  text-decoration: none;
  list-style: none;
  display: block;
  background: url(../images/double-arrow.gif) right center;
  background-repeat: no-repeat;
  font-weight: bold;
  padding: 10px;
  padding-top: 13px;
  background-color: #9D3F2C;
}

.view-photos a:hover {
  background: url(../images/double-arrow-hover.gif) right center no-repeat;
  background-color: #869C2E;
}

.view-photos li a {
  display: block;
  width: 156px;
  padding-right: 40px;
    height: 20px;
}

.view-photos {
  margin: 7px 0 0 0; padding: 0;
  list-style: none;
  position: relative;
  top: 549px;
  left: 216px;
  line-height: normal;
}

/*** Read More Button ***/
/*** Transition classes ***/

.read-more {
	text-indent: -5000px;
	height: 34px;
	position: absolute;
	z-index: 99;
	top: 225px;
	left: 16px;
	line-height: normal;
	margin-top: 0;
}

.read-more a:link, .read-more a:visited {
	text-decoration: none;
	list-style: none;
	background-position: 0 0;
	-webkit-transition: all .4s ease-in-out;
  	-moz-transition: all .4s ease-in-out;
  	-o-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
}

.read-more a:hover {
	left: 29px;
}

.read-more a:mouseout { -webkit-transition: all .4s ease-in-out; }

.read-more li a {
	display: block;
	width: 214px;
	height: 22px;
}

.read-more li { list-style: none; }

.read-more li .read-home { background-image: url(../images/arrow.png); }

.fake-link {
	position: absolute;
	top: 444px;
	left: 40px;
}

	
/*** NAV Classes ***/

.nav-blur {
	position: absolute;
	background: url(../images/nav-blur.png) no-repeat;
	width: 620px;
	height: 93px;
	left: 450px;
	top: 35px;
}

.nav-container {
	position: absolute;
	width: 412px;
	left: 570px;
	top: 70px;
}

ul.nav { list-style: none; }

ul.nav li a {
	display: block;
	height: 24px;
	background-position: 0 0;
	text-indent: -5000px;
}

ul.nav li a:hover, .nav li a.current { background-position: 0 -24px; }

ul.nav li {
	display: inline-block;
	vertical-align: top;
	margin-left: 19px;
	position: relative;
}

ul.nav li:first-child { margin-left: 0; }

.nav li a.work { background-image: url(../images/buttons/work.png); width: 97px; }
.nav li a.services { background-image: url(../images/buttons/services.png); width: 91px; }
.nav li a.about { background-image: url(../images/buttons/about.png); width: 96px; }
.nav li a.contact { background-image: url(../images/buttons/contact.png); width: 59px; }


/**** Portfolio Side Nav Classes ****/

.portfolio-nav a {
	font-size: 13px;
	font-weight: bold;
	dispay: block;
	width: 224px;
	height: 35px;
	position: relative;
}

.portfolio-nav a.current { color: #000; }
.portfolio-nav a:hover { background-image: url(../images/portfolio-nav-hover.png); }

.portfolio-nav a span { position: absolute; top: 10px; left: 10px; }

.portfolio-nav li {
	list-style: none;
	display: block;
	height: 35px;
	border-bottom: 1px solid #C9AE8B;
}

.portfolio-nav li a {
	display: block;
	height: 35px;
	width: 224px;
}


/*** IE Fixes ***/

.logo-eh, .left-side, .right-side, .footer-links, .serv-box, ul.nav li, .right-side.portfolio #gallery a, .page-text, .page-nav li, .page-nav a, .page-nav {
	zoom: 1;
	*display: inline;
}










