/* CSS Document */
body{padding:0px; margin-bottom:10px; margin:0px; background-image:url(Images/bg.jpg); background-repeat:repeat-x; background-color:#566C30; background-position:top;}
#outer-body{width:1000px; margin-left:auto; margin-right:auto;}
#topstrip_body{width:1000px; display:block; height:127px;}
#button-body{width:1000px; height:23px; background-color:#A8CF38; border-bottom:1px solid #fff; border-top:1px solid #fff; font-family:Arial, Helvetica, sans-serif; font-size:13px; text-align:center; padding-top:8px; word-spacing:4px;}
#button-body a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#00723D;
	text-decoration:none;
	font-weight:bold;
	word-spacing:normal;
}
#button-body a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; color:#fff; text-decoration:none; font-weight:bold; word-spacing:normal;}
#matter-body{width:1000px; display:block; float:left; background-color:#121212; padding-bottom:10px;}
#content-outer{display:block; float:left; width:579px;}
#content-outer ul{margin-top:10px;}
#content-outer ul li{list-style-image:url(Images/bullet.gif);}
#home-head{display:block; float:left; width:544px; padding-top:20px; padding-left:35px;}
#flash-body{display:block; float:left; width:421px; padding-top:10px;}
.content{padding-left:39px; padding-right:50px; padding-top:10px; color:#C4C4C4; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; text-align:justify;}
.content p{padding-top:8px; padding-bottom:5px;}
.content a{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#E9E494; text-decoration:underline;}
.content a:hover{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:none;}
.home-text-1{padding-left:39px; padding-right:50px; color:#A8CF38; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; text-align:justify; font-weight:bold; text-align:center; padding-top:15px;}
#footer-body{display:block; float:left; height:27px; width:980px; margin-top:2px; background-color:#161D00; padding-top:13px; text-align:right; color:#A7A7A7; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; padding-right:20px;}
#footer-body a{color:#A7A7A7; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-decoration:underline;}
#footer-body a:hover{color:#FFFF93; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;}
#footer-body .a{color:#A7A7A7; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;}
#footer-body .a:hover{color:#FFFF93; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;}
.tablecolor{color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:20px;}
.intro-text{font-family:"Trebuchet MS", "Times New Roman", Arial; font-size:12px; color:#9FBE22; font-weight:normal; padding-top:0px; line-height:16px;}
.sub-head{color:#F9EC00; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; font-weight:bold;}
.table-bg{background-image:url(Images/table-bg.jpg); background-repeat:no-repeat; background-position:right;}
.table-text1{color:#F7C3AC;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:20px;}
#contact-us{color:#A7A7A7; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:20px;}
#contact-us-head{padding-top:20px; padding-left:35px; display:block; float:left;}
#ul{margin-top:10px;}
#ul li{list-style-image:url(Images/bullet.gif); line-height:30px;}

/*--------------  Menu styles---------------------*/

.menu { padding:0; margin:0; width:1000px; height:32px; position:relative; z-index:100; font-family:arial, sans-serif; background-color:#99CC00; border-bottom:1px solid #FFF; border-top:1px solid #FFF;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:1000px; padding:0; margin:0;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0; list-style-type:none; width:1000px;}
.menu ul ul {width:220px; text-align:left; margin:0PX; padding:0PX;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {margin:0px; padding:0;;float:left; position:relative; text-align:left; padding-left:18px; padding-right:18px;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#00723D; height:32px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited { width:0px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { text-align:left; margin:0; padding:0;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65; padding:0; margin:0;}
.menu ul ul :hover a.drop {background:#c9ba65; text-align:left; padding:0; margin:0;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8; text-align:left; padding:0; margin:0;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b; padding:0; margin:0;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:200px; padding:0; margin:0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px; text-align:left; padding:0; margin:0;}

/* position the third level flyout menu */
.menu ul ul ul{top:-1px; width:200px; text-align:left; padding:0; margin:0;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse; padding:0; margin:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#00723d; color:#fff; height:auto; line-height:17px; padding:5px 10px; width:220px;border-width:0 1px 1px 1px; padding-bottom:5px; padding-top:5px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:220px; text-align:left;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#99CC00;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
h1 {width: 519px; height: 75px; background-repeat:no-repeat;  background-position:35px 30px; padding-left:35px; padding-top:20px; text-indent: -9999px;}
h1.finger {background-image:url("Images/finger-jointed.jpg"); }
h1.scantling {background-image:url("Images/Scantlings.jpg"); }
h1.rubberwood {background-image:url("Images/application.jpg"); }
h1.furniture {background-image:url("Images/photogallery.jpg"); }
