body {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 40px 0px;
	background-color: #BCE37A;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: black;
}

#bottom {
	position: relative;
	top: 44px;
	margin: 0px auto;
	width: 890px;
	height: 4px;
	background: url( '../images/container_bottom.gif' ) no-repeat left top;
}
#nav_shadow {
	position: absolute;
	top: 0px;
	left: 1px;
	margin: 0px auto;
	background: url( '../images/nav/nav_shadow.jpg' );
	width: 885px;
	height: 15px;
}
#right_gradient {
	position: absolute;
	top: 0px;
	left: 886px;
	margin: 0px auto;
	background: url( '../images/container_right_gradient.gif' );
	width: 1px;
	height: 118px;
}
#footer {
	position: relative;
	top: 48px;
	left: 10px;
	margin: 0px auto;
	width: 890px;
	font-size: 10px;
	color: #465F32;
}
#footer a {
	color: #465F32;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
div.main {
	position: relative;
	top: 44px;
	left: 0px;
	margin: 0px auto;
	/*padding: 0px;
	width: 890px;*/
	background: white url( '../images/main_bg.jpg' ) repeat-y left -47px;
}

/**************************** navigation ****************************/

#nav {
	position: relative;
	top: 44px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	width: 890px;
	height: 84px;
	background: url( '../images/nav/nav_bg.jpg' );
}
#nav span { display: none; }
#nav #nav_logo {
	position: absolute;
	top: 16px;
	left: 730px;
	display: block;
	width: 141px;
	height: 26px;
	clear: both;
	background: url( '../images/nav/nav_logo.png' );
}
#nav a {
	position: relative;
	top: 55px;
	margin: 0px auto;
	display: block;
	height: 23px;
	float: left;
}
#nav #home {
	width: 126px;
	background: url( '../images/nav/nav_home_off.jpg' );
} 
#nav #home:hover { background: url( '../images/nav/nav_home_on.jpg' ); }
#nav #mission {
	width: 119px;
	background: url( '../images/nav/nav_mission_off.jpg' );
} 
#nav #mission:hover { background: url( '../images/nav/nav_mission_on.jpg' ); }
#nav #services {
	width: 127px;
	background: url( '../images/nav/nav_services_off.jpg' );
} 
#nav #services:hover { background: url( '../images/nav/nav_services_on.jpg' ); }
#nav #products {
	width: 138px;
	background: url( '../images/nav/nav_products_off.jpg' );
} 
#nav #products:hover { background: url( '../images/nav/nav_products_on.jpg' ); }
#nav #management {
	width: 212px;
	background: url( '../images/nav/nav_management_off.jpg' );
} 
#nav #management:hover { background: url( '../images/nav/nav_management_on.jpg' ); }
#nav #contact {
	width: 168px;
	background: url( '../images/nav/nav_contact_off.jpg' );
} 
#nav #contact:hover { background: url( '../images/nav/nav_contact_on.jpg' ); }

#subnav {
	position: absolute;
	top: -11px;
	left: 399px;
	margin: 0px auto;
	height: 223px;
	width: 205px;
	z-index: 1;
	background: url( '../images/dropmenu_bg.png' ) no-repeat left top;
	display: none;
}

#subnav ul {
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	display: block;
}
#subnav ul#subnav_preowned { margin-top: 50px; }
#subnav ul#subnav_new { margin-top: 31px; }

#subnav ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 19px;
	list-style-type: none;
	display: block;
	text-align: left;
}
#subnav ul li a {
	color: #454C3F;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
#subnav ul li a:hover { color: black; text-decoration: none; }
#subnav ul li a.disabled { color: gray; }

/**************************** home ****************************/

#main_home {
	padding: 0px 0px 70px 0px;
	width: 890px; /* 890 - 64 - 153 = 673 */
}

#home_logo {
	position: relative;
	top: 26px;
	left: 0px;
	margin: 0px auto;
	width: 368px;
	height: 68px;
	background: url( '../images/logo.jpg' );
}
#home_copy {
	position: relative;
	top: 46px;
	left: 0px;
	margin: 0px auto;
	display: block;
	width: 368px;
	/*height: px;*/
}
#home_copy p {
	margin: 0px 0px 20px 0px;
	color: #465F32;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
#home_office {
	position: relative;
	top: 56px;
	left: 0px;
	margin: 0px auto;

	width: 612px;
	height: 277px;
	background: url( '../images/home_office.jpg	' );
}


/**************************** products ****************************/
#main_products {
	padding: 56px 64px 152px 103px;
	width: 723px; /* 890 - 64 - 153 = 673 */
}
#main_products #products_copy {
	float: left;
	width: 400px;
}
#products_copy h1 {
	margin: 0px 0px 0px 0px;
	font-size: 19px;
	color: #454C3F;
}
#products_copy p {
	font-size: 13px;
	color: #454C3F;
	margin: 0px;
	text-align: justify;
}
#products_copy h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 35px 0px;
	color: #454C3F;
}
#products_copy h3 {
	margin: 15px 0px 0px 35px;
	color: #454C3F;
	font-size: 19px;
}
#products_copy h4 {
	margin: 10px 0px 0px 35px;
	color: #465F32;
	font-size: 14px;
}
#products_copy p.product_description {
	color: #465F32;
	margin: 5px 0px 10px 35px;
	width: 365px;
	text-align: justify;
	font-size: 11px;
	line-height: 16px;
}
#products_chair {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 50px 0px 0px;
	float: right;
	width: 230px;
	height: 353px;
	background: url( '../images/products_chair.jpg' );
}

#products_copy div.menu_bar {
	margin: 5px 0px 10px 35px;
	font-size: 9px;
	background-color: #CBFF95;
	padding-top: 1px;
	height: 13px;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	color: #4F7D00;
}
#products_copy div.menu_bar a {
	color: #4F7D00;
	text-decoration: none;
}
#products_copy div.menu_bar a:hover {
	color: black;
	text-decoration: none;
}
#products_copy div.menu_bar a.disabled { 
	font-weight: normal; 
	color: #4F7D00;
}
#products_copy div.menu_bar a.disabled:hover { color: #4F7D00; }


/**************************** gallery ****************************/
#main_gallery {
	padding: 56px 0px 50px 84px;
	width: 806px; /* 890 - 64 - 153 = 673 */
}
#main_gallery h1 {
	margin: 0px 0px 10px 0px;
	color: #343930;
	font-size: 19px;
}
#main_gallery a {
	margin: 0px 0px 10px 0px;
	color: #343930;
	font-size: 13px;
	text-decoration: none;
}
#main_gallery a:hover { text-decoration: underline; }
#gallery {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#gallery li {
	margin: 0px 57px 55px 0px;
	padding: 0px;
	float: left;
	display: block;
	height: 332px;
	width: 344px;
}
#gallery li img {
	padding: 6px 6px 6px 6px;
	height: 263px;
	width: 344px;
	border: 1px solid #304024;
	background: white;
}
#gallery li h2 {
	color: #25311B;
	margin: 0px 0px 3px 0px;
	font-size: 13px;
}
#gallery li span {
	display: block;
	margin-bottom: 3px;
	float: left;
	text-align: left;
	font-size: 11px;
}
#gallery li span.left {
	font-weight: bold;
	color: #25311B;
	width: 110px;
}
#gallery li span.right {
	color: #71786B;
	width: 234px;
}


/**************************** text ****************************/

#main_text {
	padding: 60px 84px 115px 104px;
	width: 702px; /* 890 - 64 - 153 = 673 */
}
#text_copy {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	/*height: px;*/
}
#text_copy h1 {
	margin: 0px 0px 0px 0px;
	font-size: 19px;
	color: #454C3F;
}
#text_copy h2 {
	margin: 20px 0px 5px 0px;
	font-size: 16px;
	color: #454C3F;
}
#text_copy p {
	font-size: 13px;
	color: #454C3F;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}
#text_copy ul {
	font-size: 13px;
	color: #454C3F;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
	text-align: justify;
}

/**************************** other ****************************/

#management_img {
	margin: 23px 15px 75px 0px;
	display: block;
	width: 235px;
	height: 455px;
	background-image: url( '../images/management.jpg' );
	float: left;
}