/*
green: #662;
dk green #331;
brown #4e2700;
dk brown #311500
gray #999;
*/
body { background: #4e2700 url(../images/bkg_0wood.jpg); font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 1.3em; color: #333; }
body * { margin: 0; padding: 0; text-decoration: none; border: none; }

#gestalt { position: relative; margin: auto; width: 975px; height: 580px; background: #fff; border: 5px solid #fff; overflow: hidden; }
#brand { position: absolute; left: 0; top: 0; width: 250px; height: 100%; 
	background: #662 url(../images/dwg_egyptian.gif) no-repeat 50% 98%; }
#logo { padding-top: 40px; }

/*interior navigation */
#nav { position: absolute; left: 10px; top: 100px; width: 250px; z-index: 1000; }
#nav ul { list-style-type: none; text-align: right; }
#nav ul li a { padding: 5px 25px; width: 200px; display: block; color: #331; }
#nav ul li a:hover { color: #000; }
/* arrow next to list item on current page */
#about #nAbout, #contact #nContact, #showrooms #nShowrooms, #tablelamps #nTable, #floorlamps #nFloor {
	background: url(../images/arrow.gif) no-repeat right center; 
	font-weight: bold; text-transform: uppercase; color: #fff; }

#maincontent { margin-left: 250px; height: 100%; }
#maincontent a:link { color: #960; }
#maincontent a:visited { color: #c90; }
#maincontent a:hover { color: #906; text-decoration: underline; }
#maincontent a:active { color: #4e2700; }
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent p { margin: 1em 25px 0 50px; }
#maincontent h1 { padding-top: 100px; }
#maincontent strong { color: #000; }

#footer { position: absolute; bottom: 5px; left: 275px; color: #331; font-size: 10px; z-index: 100; }

#about #maincontent, #contact #maincontent { padding: 175px 25px 25px 325px; }
#showrooms #maincontent { padding: 125px 25px 25px 325px; }

/* backgrounds */
#about #gestalt { background: #fff url(../images/bkg_wave.jpg) no-repeat 251px top; }
#showrooms #gestalt { background: #fff url(../images/bkg_tree.jpg) no-repeat 251px top; }
#contact #gestalt { background: #fff url(../images/bkg_zen.jpg) no-repeat 251px top; }

/* individual page styles */
#showrooms h2 { margin-top: 2em; padding-bottom: 2px; border-bottom: 1px solid #662; 
	font-size: 1em; font-weight: bold; text-transform: uppercase; color: #662; letter-spacing: 1px; }

#homepage #gestalt { width: 950px; }
#homepage #brand { background-image: none; }
#homepage #logo { padding-top: 200px; }
#homepage #nav { position: absolute; left: 275px; top: 535px; width: auto; }
#homepage #nav ul { list-style-type: none; }
#homepage #nav ul li { float: left; }
#homepage #nav ul li a { padding: 5px 8px; width: auto; color: #960; }
#homepage #nav ul li a:hover { color: #906; }
#homepage #nHomepage { display: none; }
#homepage #rotator img { position: absolute; right: 0; top: 0; width: 700px; height: 580px; display: none; }
#homepage #footer { position: static; width: 960px; height: 25px; margin: 5px auto; color: #311500; }
#homepage #footer p.copyright { float: left; }
#homepage #footer p.credit { float: right; font-size: 11px; }
#homepage #footer a:link, #homepage #footer a:visited { color: #000; }
#homepage #footer a:hover{ color: #fff; }

object { z-index: 10; }

