a {
	margin: 0;
	padding: 2px 7px;;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	padding-bottom: 2px;
	text-decoration: none;
	color: #FF9900;
	background-color:#000000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
	background-color:#000000;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #414141;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
/*	IE Scroll bar */	
	scrollbar-3dlight-color: #414141;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #414141;
	scrollbar-darkshadow-color: #414141;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #414141;
	scrollbar-shadow-color: #414141;
}

body#productsP #products_menu a {
	background-color: #000000;
}

body#aboutUsP #aboutUs_menu a {
	background-color: #000000;
}

body#contactUsP #contactUs_menu a {
	background-color: #000000;
}

body#qualityManagementP #qualityManagement_menu a {
	background-color: #000000;
}

body#homeP #index_menu a {
	background-color: #000000;
}

.plywoodAct a:link {
	border-bottom: 5px solid #000;
}

sup {
	font-size: 9px;
	color: #333333;
}

/*	---------- main menu css ---------- */
.mainMenu {
	float: left;
	margin: 0;
	padding: 5px 0 5px 30px;
}
.mainMenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

/*	---------- sub menu css ---------- */
.subMenu {
	overflow: hidden;
	color: #FFFFFF;
	float: left;
	margin: 0;
	padding: 5px 0 7px 30px;
}

.subMenu li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.subMenu a:link {
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}
.subMenu a:visited {
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}
.subMenu a:hover {
	overflow: hidden;
	color: #FFCC00;
	text-decoration: none;
	background-color: #EE3600;
	border-bottom: 5px solid #000;
}
.subMenu a:active {
	overflow: hidden;
	color: #FFCC00;
	text-decoration: none;
	background-color: #EE3600;
	border-bottom: 5px solid #000;
}

/* ----- Left Menu ----- */
.leftMenuHeader {
	font-size: 11px;
	font-weight: bold;
	clear: left;
	line-height: 25px; 
	text-align: center; 
	float: left;
	height: 30px; 
	width: 201px; 
	background-color: #000000; 
	margin: 0; 
	padding:0; 
	color: #FFFFFF;
}
.leftMenuBody {
	height: 30px;
	font-size: 10px;
	clear: left;
	width: 201px;
	float: left; 
	margin: 0; 
	padding: 0;
	text-align: left;
	line-height: 25px;
}
.leftMenuBody p {
	width: 200px;
	line-height: 10px;
}

.leftMenuBody a {
	border: none;
	background-image: url(../img/main/leftMenuBg.gif);
}

.leftMenuBody a:link {
	overflow: hidden;
	color: #333333;
	text-decoration: none;
	border: none;
}
.leftMenuBody a:visited {
	overflow: hidden;
	color: #333333;
	text-decoration: none;
	border: none;
}
.leftMenuBody a:hover {
	overflow: hidden;
	color: #E0571D;
	text-decoration: none;
	background-image: url(../img/main/leftMenuSel.gif);
	border: none;
}
.leftMenuBody a:active {
	overflow: hidden;
	color: #E0571D;
	text-decoration: none;
	border: none;
}

/* ----- Covers ----- */
.topCover {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-image:url("../img/main/TC.gif");
	background-position: center top;
	background-repeat: no-repeat;
	width: 990px;
	height: 3px;
}
.topCover_o {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-image:url("../img/main/TC_o.gif");
	background-position: center top;
	background-repeat: no-repeat;
	width: 990px;
	height: 3px;
}

.bottomCover {
	overflow: hidden;
	padding: 0;
	margin: 0;	
	text-align: center;
	vertical-align: middle;
	background-image:url("../img/main/BC.gif");
	background-position: center top;
	background-repeat: no-repeat;
	width: 990px;
	height: 3px;
}
.bottomCover_o {
	overflow: hidden;
	padding: 0;
	margin: 0;	
	text-align: center;
	vertical-align: middle;
	background-image:url("../img/main/BC_o.gif");
	background-position: center top;
	background-repeat: no-repeat;
	width: 990px;
	height: 3px;
}

/* ----- Height 100% layout ----- */
#head {
	height: 144px;
	background-color: #414141;
	position: relative;
	z-index: 1;
}

#body {
	background-color:#FFFFFF;
	min-height: 100%;
	margin: -147px 0 -43px;
	background-image: url(../img/main/vLine.gif);
	background-repeat: repeat-y;
	background-position:center;
}

#content-area {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999999;
	padding: 147px 0 43px;
}

#foot {
	text-indent: 20px;
	clear: both;
	height: 25px;
	line-height: 25px;
	background-color: #414141;
}