body {
	margin: 0px;
	padding: 0px;
	background: #000 url(img/bg-wood.jpg) repeat top center;
	overflow-x: hidden;
}

#container {
	position: relative;
	width: 1002px;
	margin: 0px auto 0px auto;
}

:focus	{-moz-outline-style: none;}



/***** paper bg *****/

#paperTopTop {
	position: absolute;
	top: 0px;
	width: 1002px;
	height: 40px;
	background: url(img/bg-NEW-top.png) no-repeat;
	z-index: 3;
}
* html #paperTopTop { /* IE6 */
	background: transparent;
}
* html #ie6toptop { /* IE6 */
	width: 1002px;
	height: 40px;
	border: 0px;
}

#paperTop {
	position: absolute;
	top: 40px;
	width: 1002px;
	height: 530px;
	background: url(img/bg-paper-top.jpg) no-repeat 25px 0px;
	z-index: 1;
}

#paperMiddle {
	position: absolute;
	top: 570px;
	width: 1002px;
	height: 0px;
	background: url(img/bg-paper-middle.jpg) repeat-y 25px 0px;
	z-index: 0;
}

#paperBottom {
	position: absolute;
	bottom: 60px;
	width: 1002px;
	height: 210px;
	/* background: url(img/bg-paper-bottom.jpg) no-repeat 25px 0px; */
	background-image: url(img/bg-paper-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 25px 0px;
	z-index: 2;
}

#paperBottomBottom {
	position: absolute;
	bottom: 0px;
	width: 1002px;
	height: 60px;
	background: url(img/bg-NEW-bottom.png) no-repeat;
	z-index: 3;
}
* html #paperBottomBottom { /* IE6 */
	background: transparent;
}
* html #ie6bottombottom { /* IE6 */
	width: 1002px;
	height: 60px;
	border: 0px;
}

#paperShadowLeft {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 25px;
	background: url(img/bg-shadow-left.png);
	overflow: hidden;
	z-index: 3;
}
* html #paperShadowLeft { /* IE6 */
	background: transparent;
	height: 0px;
}
* html #ie6shadowleft { /* IE6 */
	width: 25px;
	border: 0px;
}
#paperShadowRite {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 25px;
	background: url(img/bg-shadow-rite.png);
	overflow: hidden;
	z-index: 3;
}
* html #paperShadowRite { /* IE6 */
	background: transparent;
	height: 0px;
}
* html #ie6shadowrite { /* IE6 */
	width: 25px;
	border: 0px;
}



/***** top nav *****/

#nav {
	position: absolute;
	top: 60px;
	left: 67px;
	width: 848px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 5;
}
#nav li {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: 12px/15px sans-serif;
}
#nav li, #nav a	{
	display: block;
	top: 0px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
}
#nav span {
	display: none;
}

#nav1 {
	left: 0px;
	width: 122px;
}
#nav1 a {
	background: url(img/nav-about.gif) 0px 0px no-repeat;
}
#nav1 a:hover, #nav1 a.x {
	background: url(img/nav-about.gif) 0 -30px no-repeat;
}

#nav2 {
	left: 143px;
	width: 177px;
}
#nav2 a {
	background: url(img/nav-products.gif) 0px 0px no-repeat;
}
#nav2 a:hover, #nav2 a.x {
	background: url(img/nav-products.gif) 0 -30px no-repeat;
}

#nav3 {
	left: 341px;
	width: 165px;
}
#nav3 a {
	background: url(img/nav-services.gif) 0px 0px no-repeat;
}
#nav3 a:hover, #nav3 a.x {
	background: url(img/nav-services.gif) 0 -30px no-repeat;
}

#nav4 {
	left: 526px;
	width: 151px;
}
#nav4 a {
	background: url(img/nav-directions.gif) 0px 0px no-repeat;
}
#nav4 a:hover, #nav4 a.x {
	background: url(img/nav-directions.gif) 0 -30px no-repeat;
}

#nav5 {
	left: 698px;
	width: 150px;
}
#nav5 a {
	background: url(img/nav-contact.gif) 0px 0px no-repeat;
}
#nav5 a:hover, #nav5 a.x {
	background: url(img/nav-contact.gif) 0 -30px no-repeat;
}

#c1 {
	left: 130px;
}
#c2 {
	left: 328px;
}
#c3 {
	left: 514px;
}
#c4 {
	left: 685px;
}

#c1, #c2, #c3, #c4 {
	width: 5px;
	height: 30px;
	font-size: 1px;
	line-height: 1px;
	background: url(img/nav-colon.gif);
}

#lineNav {
	position: absolute;
	top: 97px;
	left: 40px;
	width: 908px;
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	background: url(img/line-nav.gif);
	z-index: 5;
}



/***** menus *****/

#menuProducts, #menuServices {
	position: absolute;
	top: 84px;
	color: #dad09b;
	display: none;
	z-index: 7;
}
.menu {
	font: 11px/19px Georgia, 'Times New Roman', Times, serif;
}
.menu h5 {
	font: italic 12px/19px Georgia, 'Times New Roman', Times, serif;
	color: #d9b771;
	margin: 11px 0px 2px 0px;
	padding: 0px;
}
.menu a, .menu a:link, .menu a:visited, .menu a:active {
	color: #dad09b;
	text-decoration: none;
}
.menu a:hover {
	color: #dad09b;
	text-decoration: underline;
}

#menuProducts {
	left: 43px;
	width: 775px;
	height: 505px;
	background: url(img/menu-products.png);
}
#menuServices {
	left: 306px;
	width: 370px;
	height: 130px;
	background: url(img/menu-services.png);
}

* html #menuProducts, * html #menuServices { /* IE6 */
	background: transparent;
}
* html #ie6menuP, * html #ie6menuS { /* IE6 */
	position: absolute;
	top: 0px;
	left: 0px;
	height: 315px;
	border: 0px;
}
* html #ie6menuP { /* IE6 */
	width: 402px;
}
* html #ie6menuS { /* IE6 */
	width: 202px;
}


.productsLeft {
	float: left;
	width: 212px;
	height: 440px;
	padding: 34px 0px 0px 35px;
}
* html .productsLeft { /* IE6 */
	position: absolute;
	padding-top: 45px;
}
*:first-child+html .productsLeft { /* IE7 */
	padding-top: 45px;
}
.productsCent {
	float: left;
	width: 224px;
	height: 440px;
	padding: 34px 0px 0px 28px;
}
* html .productsCent { /* IE6 */
	position: absolute;
	padding-top: 45px;
	left: 240px;
}
*:first-child+html .productsCent { /* IE7 */
	padding-top: 45px;
}
.productsRite {
	float: right;
	width: 241px;
	height: 440px;
	padding: 34px 7px 0px 0px;
}
* html .productsRite { /* IE6 */
	position: absolute;
	padding-top: 45px;
	right: 0px;
}
*:first-child+html .productsRite { /* IE7 */
	padding-top: 45px;
}


.servicesLeft {
	float: left;
	width: 150px;
	height: 70px;
	padding: 45px 0px 0px 35px;
}
* html .servicesLeft { /* IE6 */
	position: absolute;
}
.servicesRite {
	float: right;
	width: 150px;
	height: 70px;
	padding: 45px 7px 0px 28px;
}
* html .servicesRite { /* IE6 */
	position: absolute;
	right: 0px;
}


div.closeX {
	position: absolute;
	top: 26px;
	right: 14px;
	font: 12px/20px Verdana, Helvetica, Arial, sans-serif;
}
div.closeX a, div.closeX a:link, div.closeX a:visited, div.closeX a:active {
	color: #5a5e45;
	text-decoration: none;
}
div.closeX a:hover {
	color: #dad09b;
	text-decoration: none;
}



/***** page header *****/

#head {
	position: absolute;
	top: 123px;
	left: 69px;
	width: 836px;
	height: 140px;
	font: italic 12px/20px Georgia, 'Times New Roman', Times, serif;
	color: #2c1e00;
	text-align: center;
	z-index: 5;
}
#head p {
	margin: 0px;
	padding: 0px;
	margin-top: 119px;
}

#head a {
	cursor: pointer;
}
#head a, #head a:link, #head a:visited, #head a:active {
	color: #572501;
	text-decoration: underline;
}
#head a:hover {
	color: #6d5123;
	text-decoration: underline;
}

#logoLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 140px;
	background: url(img/specializing.gif) no-repeat;
}
#logoLeft p {
	padding-right: 12px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 319px;
	width: 222px;
	height: 140px;
	background: url(img/logo.gif) no-repeat;
	cursor: pointer;
}
#logo h1, #logo h2 {
	display: none;
}

#logoRite {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 280px;
	height: 140px;
	background: url(img/carrying.gif) no-repeat;
}
#logoRite p {
	padding-left: 18px;
}

#linesHead {
	position: absolute;
	top: 279px;
	left: 39px;
	width: 911px;
	height: 7px;
	font-size: 1px;
	line-height: 1px;
	background: url(img/lines-head.gif);
	z-index: 5;
}



/***** content / main area *****/

#content {
	position: absolute;
	top: 0px;
	left: 48px;
	width: 740px;
	padding: 300px 145px 50px 0px;
	font: 12px/23px Georgia, 'Times New Roman', Times, serif;
	color: #2c1e00;
	z-index: 4;
}

#content h1 {
	width: 700px;
	height: 100px;
}

#main {
	position: relative;
	width: 700px;
	padding: 10px 0px 0px 15px;
}
#main p {
	margin: 7px 0px 10px 0px;
	padding: 0px;
	text-indent: 30px;
}

/* h1 tags */

h1.aboutUs {
	background: url(img/h1-aboutUs.gif);
}
h1.armstrongWoodhaven {
	background: url(img/h1-armstrongWoodhaven.gif);
}
h1.azekComposite {
	background: url(img/h1-azekComposite.gif);
}
h1.azekProcell {
	background: url(img/h1-azekProcell.gif);
}
h1.basementPole {
	background: url(img/h1-basementPole.gif);
}
h1.bevelSiding {
	background: url(img/h1-bevelSiding.gif);
}
h1.cabinetGrade {
	background: url(img/h1-cabinetGrade.gif);
}
h1.carlisleWide {
	background: url(img/h1-carlisleWide.gif);
}
h1.certainteedCement {
	background: url(img/h1-certainteedCement.gif);
}
h1.coffmanStair {
	background: url(img/h1-coffmanStair.gif);
}
h1.contactUs {
	background: url(img/h1-contactUs.gif);
}
h1.contractorReferrals {
	background: url(img/h1-contractorReferrals.gif);
}
h1.customCutting {
	background: url(img/h1-customCutting.gif);
}
h1.customFinishing {
	background: url(img/h1-customFinishing.gif);
}
h1.customMillwork {
	background: url(img/h1-customMillwork.gif);
}
h1.customMouldings {
	background: url(img/h1-customMouldings.gif);
}
h1.directions {
	background: url(img/h1-directions.gif);
}
h1.douglasFir {
	background: url(img/h1-douglasFir.gif);
}
h1.festool {
	background: url(img/h1-festool.gif);
}
h1.framingLumber {
	background: url(img/h1-framingLumber.gif);
}
h1.freeDelivery {
	background: url(img/h1-freeDelivery.gif);
}
h1.hardwoodMouldings {
	background: url(img/h1-hardwoodMouldings.gif);
}
h1.hardwoods {
	background: url(img/h1-hardwoods.gif);
}
h1.homerWood {
	background: url(img/h1-homerWood.gif);
}
h1.interiorWood {
	background: url(img/h1-interiorWood.gif);
}
h1.ipeGarapa {
	background: url(img/h1-ipeGarapa.gif);
}
h1.kolbeKolbe {
	background: url(img/h1-kolbeKolbe.gif);
}
h1.loewenWindows {
	background: url(img/h1-loewenWindows.gif);
}
h1.mahogany {
	background: url(img/h1-mahogany.gif);
}
h1.marvinWindows {
	background: url(img/h1-marvinWindows.gif);
}
h1.mercierHardwood {
	background: url(img/h1-mercierHardwood.gif);
}
h1.miratecComposite {
	background: url(img/h1-miratecComposite.gif);
}
h1.mullicanHardwood {
	background: url(img/h1-mullicanHardwood.gif);
}
h1.nuScape {
	background: url(img/h1-nuScape.gif);
}
h1.omniaDoor {
	background: url(img/h1-omniaDoor.gif);
}
h1.otherFinishes {
	background: url(img/h1-otherFinishes.gif);
}
h1.otherSheet {
	background: url(img/h1-otherSheet.gif);
}
h1.otherSiding {
	background: url(img/h1-otherSiding.gif);
}
h1.pineMouldings {
	background: url(img/h1-pineMouldings.gif);
}
h1.plywoods {
	background: url(img/h1-plywoods.gif);
}
h1.quietRock {
	background: url(img/h1-quietRock.gif);
}
h1.redwood {
	background: url(img/h1-redwood.gif);
}
h1.sikkensFinishes {
	background: url(img/h1-sikkensFinishes.gif);
}
h1.simpsonDoors {
	background: url(img/h1-simpsonDoors.gif);
}
h1.storaEnso {
	background: url(img/h1-storaEnso.gif);
}
h1.timbers {
	background: url(img/h1-timbers.gif);
}
h1.tongueGroove {
	background: url(img/h1-tongueGroove.gif);
}
h1.veneers {
	background: url(img/h1-veneers.gif);
}
h1.welcome {
	background: url(img/h1-welcome.gif);
}
h1.westernRed {
	background: url(img/h1-westernRed.gif);
}
h1.windsorMill {
	background: url(img/h1-windsorMill.gif);
}

#content h1, #content h2 {
	margin: 0px;
	padding: 0px;
}

h1 span, h2 span {
	display: none;
}

#content h2 {
	width: 360px;
	height: 55px;
}

#content #main h2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: auto;
	height: auto;
	font: italic 14px/27px Georgia, 'Times New Roman', Times, serif;
	color: #572501;
}

/* h2 tags */

h2.westernRed {
	background: url(img/h2-westernRed.gif);
}
h2.silentCinema {
	background: url(img/h2-silentCinema.gif);
}
h2.delivery {
	background: url(img/h2-delivery.gif);
}

#main p.first {
	margin: 16px 0px 9px 0px;
	font: 14px/27px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: 1px;
	text-indent: 0px;
}
p.first span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-right: 3px;
}

.line {
	position: relative;
	width: 740px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	background: url(img/line.gif);
}

#content a {
	font-style: italic;
	text-decoration: underline;
	padding: 0px 3px 0px 2px;
	cursor: pointer;
}
#content a:link, #content a:visited, #content a:active {
	color: #572501;
}
#content a:hover {
	color: #6d5123;
	cursor: pointer;
}

.dingbat {
	position: relative;
	width: 40px;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: url(img/dingbat.gif) no-repeat;
}

.alt {
	font-size: 11px;
	font-style: italic;
	color: #6d5123;
	
}

/* backpage photo area */

#photos {
	position: relative;
	top: 0px;
	float: right;
	width: 325px;
	padding: 10px 0px 0px 20px;
	height: 550px;
}
* html #photos { /* IE6 */
	margin-right: -25px;
	overflow-y: hidden;
}

#showcase {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	margin: 15px 0px 0px 20px;
	border: 0px;
}

#main p.zoom {
	margin: -2px 0px 0px -7px;
	font-size: 11px;
	font-style: italic;
	color: #6d5123;
}
* html #main p.zoom { /* IE6 */
	margin-top: 3px;
	font-size: 11px;
}

.shortline {
	position: relative;
	width: 345px;
	height: 2px;
	margin: 15px 0px 20px 5px;
	font-size: 1px;
	line-height: 1px;
	background: url(img/line.gif);
}

#thumbs	{
	top: 0px;
	left: 0px;
	width: 300px;
	height: 200px;
	margin: 0px 0px 0px 22px;
}
#thumbs div {
	float: left;
	width: 90px;
	height: 105px;
	margin-right: 15px;
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
	color: #6d5123;
	cursor: pointer;
}
* html #thumbs div { /* IE6 */
	line-height: 22px;
}
#thumbs img	{
	width: 90px;
	height: 75px;
	border: 0px;
}
#thumbs #th3, #thumbs #th6 {
	margin-right: 0px;
}

#thumb {
	position: absolute;
	top: 341px;
	left: 42px;
	width: 90px;
	height: 105px;
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
	color: #6d5123;
	text-align: left;
	cursor: pointer;
}
* html #thumb { /* IE6 */
	line-height: 22px;
}
#thumb { /* IE8 */
	margin-top: -1px;
}
#thumb, #ie8#fix { /* all other browsers */
	margin-top: 0px;
}
*:first-child+html #thumb { /* IE7 */
	margin-top: -5px;
}
#thumb img {
	width: 90px;
	height: 75px;
	border: 0px;
}



/***** homepage only *****/

/* upper */

p.home {
	margin: 18px 0px 20px 23px;
	padding: 0px;
	width: 680px;
	font: 14px/27px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: 1px;
}
p.home span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0px 3px 0px 0px;
}
p.home a {
	margin: 0px -2px 0px -3px;
	padding: 0px;
}

/* lower */

#slideshow {
	width: 380px;
	height: 300px;
	margin: 30px 0px 0px 345px;
}

#showHs {
	position: relative;
	height: 60px;
}
#showHs h2 {
	position: absolute;
	margin: -2px 0px 19px 3px;
	cursor: pointer;
}

#showPs {
	width: 360px;
	height: 80px;
	overflow: hidden;
	margin-left: 10px;
}
#showPs p {
	position: absolute;
	width: 360px;
	height: 80px;
	margin: 0px;
}
#showPs p span {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-right: 3px;
}
#content #slideshow #showPs p a:hover {
	color: #6d5123;
	cursor: pointer;
}

#slide1 {
	margin-left: 30px;
	margin-right: 22px;
}
* html #slide1 { /* IE6 */
	margin-left: 12px;
}
#slide3 {
	margin-left: 22px;
}
#slide1, #slide2, #slide3 {
	float: left;
	width: 90px;
	height: 95px;
	overflow: hidden;
}
#slide1 img, #slide2 img, #slide3 img {
	width: 90px;
	height: 75px;
	border: 0px;
	display: block;
}

#bigshot {
	position: absolute;
	top: 628px;
	left: 22px;
	width: 300px;
	height: 275px;
	cursor: pointer;
}
#bigshot img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	border: 0px;
}
#bigshot span {
	position: absolute;
	top: 250px;
	left: 2px;
	width: 298px;
	height: 25px;
}

#rite img {
	border: 0px;
}



/***** right column *****/

#rite {
	float: right;
	margin-right: -143px;
	width: 125px;
	padding: 10px 0px 0px 18px;
	background: url(img/line-rite.gif) no-repeat 0px 6px;
	font: 11px/17px Georgia, 'Times New Roman', Times, serif;
	text-align: center;
}
* html #rite { /* IE6 */
	margin-right: 0px;
	position: absolute;
	left: 740px;
}

img.moreinfo {
	width: 125px;
	height: 100px;
	border: 0px;
	margin: 5px 0px 1px 0px;
}

#rite h4 {
	margin: 14px 0px 10px 0px;
	padding: 0px;
	width: 125px;
	height: 30px;
}

/* h4 tags */

h4.featuring {
	background: url(img/h4-featuring.gif);
}
h4.stocking {
	background: url(img/h4-stocking.gif);
}
h4.links {
	background: url(img/h4-links.gif);
}
h4.contact {
	background: url(img/h4-contact.gif);
}
h4.hours {
	background: url(img/h4-hours.gif);
}

h4 span, h3 span {
	display: none;
}

#rite h3 {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	width: 125px;
	height: 100px;
}

/* h3 tags */

h3.homerwood {
	background: url(img/h3-homerwood.gif);
}

h3.nuscape {
	background: url(img/h3-nuscape.gif);
}

h3.finishes {
	background: url(img/h3-finishes.gif);
}

h3.simpson {
	background: url(img/h3-simpson.gif);
}

#rite p {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font: 12px/23px Georgia, 'Times New Roman', Times, serif;
	text-align: left;
}

#rite h6 {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	font: italic 12px/21px Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	color: #572501;
	text-align: center;
}



/***** right margin *****/

#margin {
	position: absolute;
	top: 49px;
	right: 34px;
	width: 20px;
	padding-top: 80px;
	height: 700px;
	font-size: 1px;
	line-height: 1px;
	background: url(img/line-margin.gif) repeat-y;
	z-index: 5;
}
#copy {
	width: 20px;
	height: 730px;
	border: 0px;
}



/***** footer *****/

#foot {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 29px;
	font: 10px/20px Georgia, 'Times New Roman', Times, serif;
	color: #716253;
	text-align: center;
	z-index: 5;
}
* html #foot { /* IE6 */
	height: 32px;
}

#foot a, #foot a:link, #foot a:visited, #foot a:active {
	font-style: italic;
	text-decoration: underline;
}
#foot a:link, #foot a:visited, #foot a:active {
	color: #716253;
}
#foot a:hover {
	color: #8a7d6e;
}

#foot a.social, #foot a.social:link, #foot a.social:visited, #foot a.social:active {
	color: #716253;
	font-style: normal;
	text-decoration: none;
}
#foot a.social:hover {
	color: #8a7d6e;
	text-decoration: none;
}

a.social img {
	border: 0px;
	margin: 0px 5px -3px 0px;
}



/***** litebox *****/

#litebox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 9998;
}

#swfbox {
	position: absolute;
	top: 75px;
	width: 570px;
	height: 450px;
	background: #3d371f;
	overflow: visible;
	z-index: 9999;
}
#swfClose {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 28px;
	height: 28px;
	margin-top: -13px;
	margin-right: -14px;
	cursor: pointer;
}

#imgbox {
	position: absolute;
	top: 75px;
	width: 530px;
	height: 450px;
	background: #211f1c;
	overflow: visible;
	z-index: 9999;
}
#imgbox img {
	margin: 15px 0px 0px 15px;
}
#imgClose {
	position: absolute;
	top: -28px;
	right: -14px;
	width: 28px;
	height: 28px;
	margin-top: 0px;
	margin-right: 09px;
	cursor: pointer;
}


a:focus {
	outline: none;
}


