body {
	background-color: #000000;
	overflow-y: scroll;
	overflow-x: auto;
}
#main {
	-moz-box-sizing: border-box;
  left: 0px;
  top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	overflow: hidden;
  cursor: default;
}
p {
  margin: 0px 0px 6px 0px;
}
a {
  text-decoration: none;
	color: #666666;
}
ul {
  padding-left: 15px;
}
table {
	font-size: 12px;
	color: #666666;
}
.anchor {
  cursor: hand;
  cursor: pointer;
}
.hidden {
  display: none;
}
#mainPanel {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
	width: 1000px;
	height: 600px;
	background-color: #FFFFFF;
  overflow: hidden;
}
#header {
  position: absolute;
  left: 0px;
  top: 0px;
	width: 1000px;
	height: 120px;
  overflow: hidden;
}
#headerSlide {
  position: absolute;
  left: 700px;
  top: 4px;
	width: 290px;
	height: 112px;
  text-align: right;
  overflow: hidden;
  visibility: hidden;
}
#headerSlide img {
  border: solid 6px #ffffff;
}
#subHeader {
  position: absolute;
  left: 0px;
  top: 120px;
	width: 1000px;
	height: 20px;
	background-image: url(resource/bgSubHeader.bmp);
	background-repeat: repeat-x;
}
#footer {
  position: absolute;
  left: 0px;
  top: 580px;
	width: 1000px;
	height: 20px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 3px;
	background-image: url(resource/bgFooter.bmp);
	background-repeat: repeat-x;
}
#softway {
  position: absolute;
  left: 875px;
  top: 3px;
	width: 120px;
	height: 16px;
  font-size: 10px;
  color: #ffffff;
}
#dialogBackgnd {
  position: absolute;
  left: 0px;
  top: 0px;
	width: 1000px;
	height: 600px;
	z-index: 100;
  visibility: hidden;
}

/* MAIN INTERFACE ========================= */

#dynPanel {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 170px;
  top: 140px;
	width: 830px;
	height: 440px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#dynPanelOverlay {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 170px;
  top: 140px;
	width: 830px;
	height: 440px;
	background-color: #FFFFFF;
	z-index: 5;
}
#menuLevel1Container {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 140px;
  width: 170px;
  height: 440px;
	font-size: 13px;
  background-color: #D5BE9A;
}
div.menuLevel1Item {
	-moz-box-sizing: border-box;
  border-bottom: solid 1px #e0e0e0;
	color: #306080;
}
div.menuLevel1Item div.itemText {
	-moz-box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  height: 29px;
  padding: 7px 4px 6px 16px;
  overflow: hidden;
}
div.menuLevel1Item span {
  position: relative;
  left: -12px;
  font-weight: bold;
}
div.menuLevel1ItemNormal {
	color: #806030;
}
div.menuLevel1ItemPointed {
	color: #cc0000;
  background-color: #d5c8b3;
  cursor: pointer;
  cursor: hand;
}
div.menuLevel1ItemSelected {
	color: #cc0000;
  background-color: #d5c8b3;
  cursor: default;
}

div.menuApplicationsLevel1ItemOdd {
	-moz-box-sizing: border-box;
  font-size: 12px;
  width: 170px;
  padding: 3px 4px 3px 30px;
	color: #505050;
  background-color: #cbcbcb;
}
div.menuApplicationsLevel1ItemEven {
	-moz-box-sizing: border-box;
  font-size: 12px;
  width: 170px;
  padding: 3px 4px 3px 30px;
	color: #505050;
  background-color: #bfbfbf;
}
div.menuApplicationsLevel1ItemOddNormal {
	color: #505050;
  cursor: pointer;
  cursor: hand;
}
div.menuApplicationsLevel1ItemEvenNormal {
	color: #505050;
  cursor: pointer;
  cursor: hand;
}
div.menuApplicationsLevel1ItemOddPointed {
	color: #cc0000;
  cursor: pointer;
  cursor: hand;
}
div.menuApplicationsLevel1ItemEvenPointed {
	color: #cc0000;
  cursor: pointer;
  cursor: hand;
}
div.menuApplicationsLevel1ItemOddSelected {
	color: #cc0000;
  cursor: default;
}
div.menuApplicationsLevel1ItemEvenSelected {
	color: #cc0000;
  cursor: default;
}

div.menuLevel2Item {
  height: 100%;
	color: #806030;
  padding: 7px 6px 0px 6px;
  border-left: solid 1px #ebebeb;
}
div.menuLevel2ItemNormal {
	color: #806030;
  cursor: pointer;
  cursor: hand;
}
div.menuLevel2ItemPointed {
	color: #cc0000;
  cursor: pointer;
  cursor: hand;
}
div.menuLevel2ItemSelected {
	color: #cc0000;
  cursor: default;
}

div.menuLevel3Item {
  height: 100%;
	color: #404040;
  padding: 3px 14px 0px 6px;
  border-left: solid 1px #ffffff;
}
div.menuLevel3ItemNormal {
	color: #404040;
  cursor: pointer;
  cursor: hand;
}
div.menuLevel3ItemPointed {
	color: #cc0000;
  cursor: pointer;
  cursor: hand;
}
div.menuLevel3ItemSelected {
	color: #cc0000;
  cursor: default;
}

/* GENERAL CONTENT ==============================*/

.scroll {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #4D4D4D;
  scrollbar-base-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFFF;
}
.text11 {
  font-size: 11px;
  color: #666666;
}
.text11 table {
  font-size: 11px;
  color: #666666;
}
.title14 {
  font-size: 14px;
  font-weight: bold;
  color: #cc0000;
}
div.content {
  padding: 10px;
}
#level1ContentPanelWide {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 0px;
  width: 830px;
  height: 440px;
  font-size: 11px;
  color: #666666;
  border-right: solid 1px #acacac;
}
#level1ContentPanelThin {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 0px;
  width: 320px;
  height: 440px;
  font-size: 11px;
  color: #666666;
  border-right: solid 1px #acacac;
}
#level1ContentPanelHeader {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 0px;
  width: 100%;
  height: 29px;
  font-size: 15px;
  font-weight: bold;
	color: #cf0000;
  padding: 6px 14px;
  background-image: url(resource/bgLevel1Header.bmp);
  background-repeat: repeat-x;
  overflow: hidden;
}
#level1ContentPanelBody {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 30px;
  width: 100%;
  height: 410px;
  padding: 10px;
  font-size: 11px;
  color: #666666;
}
#level2ContentPanel {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 320px;
	top: 0px;
  width: 510px;
  height: 440px;
  font-size: 11px;
  color: #666666;
}
#level2ContentPanelHeader {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 0px;
  width: 100%;
  height: 29px;
	color: #cf0000;
  background-image: url(resource/bgLevel2Header.bmp);
  background-repeat: repeat-x;
  overflow: hidden;
}
#level2ContentPanelHeader table {
  font-size: 12px;
  font-weight: normal;
}
#level2ContentPanelBody {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 30px;
  width: 100%;
  height: 410px;
  font-size: 11px;
  color: #666666;
}
#level2ContentPanelBodyOverlay {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 30px;
  width: 100%;
  height: 410px;
  background-color: #FFFFFF;
  z-index:10;
  visibility: hidden;
}

/* APPLICATIONS CONTENT =========================*/

#applicationsLevel2PanelHeader {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 0px;
  width: 100%;
  height: 29px;
	color: #cf0000;
  background-image: url(resource/bgLevel2Header.bmp);
  background-repeat: repeat-x;
  overflow: hidden;
}
#applicationsLevel2PanelHeader table {
  font-size: 11px;
  font-weight: normal;
}
#applicationsLevel2PanelBody {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 0px;
  width: 100%;
  height: 100px;
  padding: 10px;
  font-size: 11px;
  color: #666666;
}
#applicationsLevel3Panel {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 105px;
  width: 100%;
  height: 340px;
  font-size: 11px;
  color: #666666;
}
#applicationsLevel3PanelHeader {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 0px;
  width: 100%;
  height: 20px;
  background-image: url(resource/bgLevel3Header.bmp);
  background-repeat: repeat-x;
}
#applicationsLevel3PanelHeader table {
  font-size: 11px;
  font-weight: normal;
}
#applicationsLevel3DataSheetHeader {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 400px;
	top: 0px;
  width: 80px;
  height: 20px;
	color: #f00000;
  font-size: 11px;
  padding-top: 3px;
  text-align: center;
  border-left: solid 1px #ffffff;
}
#applicationsLevel3SafetySheetHeader {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 480px;
	top: 0px;
  width: 100px;
  height: 20px;
	color: #00aa00;
  font-size: 11px;
  padding-top: 3px;
  text-align: center;
  border-left: solid 1px #ffffff;
}
#applicationsLevel3PanelBody {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 20px;
  width: 585px;
  height: 265px;
  border-top: solid 1px #000000;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #4D4D4D;
  scrollbar-base-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFFF;
}
#applicationsLevel3PanelBodyOverlay {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 21px;
  width: 585px;
  height: 270px;
  background-color: #FFFFFF;
  z-index: 10;
  visibility: hidden;
}
table.productsListing td {
  border-bottom: solid 1px #666666;
}
div.pName {
  font-size: 14px;
  font-weight: bold;
  color: #806030;
  padding-left: 12px;
  border-bottom: solid 1px #e2e2e2;
}
div.pDescrip {
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  padding: 2px 0px 4px 12px;
}

div.productFamilyItem {
  font-size: 12px;
  color: #666666;
  padding: 2px 0px;
}
div.productFamilyItemNormal {
  color: #666666;
  cursor: hand;
  cursor: pointer;
}
div.productFamilyItemPointed {
  background-color: #e2e2e2;
  cursor: hand;
  cursor: pointer;
}
div.productFamilyItemSelected {
  color: #cc0000;
  cursor: default;
}
#productListingHeader {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 0px;
  width: 100%;
  height: 29px;
  font-size: 15px;
  font-weight: bold;
	color: #cf0000;
  padding: 6px 14px;
  background-image: url(resource/bgLevel2Header.bmp);
  background-repeat: repeat-x;
}
#productPricesBtn {
  position: absolute;
  left: 120px;
	top: 5px;
  width: 50px;
  height: 19px;
  font-size: 11px;
  font-weight: normal;
	color: #404040;
  border: solid 1px #404040;
}
#productSearchField {
  position: absolute;
  left: 185px;
	top: 5px;
  width: 144px;
  height: 19px;
  font-size: 11px;
  border: solid 1px #404040;
}
#productSearchBtn {
  position: absolute;
  left: 333px;
	top: 5px;
  width: 50px;
  height: 19px;
  font-size: 11px;
  font-weight: normal;
	color: #404040;
  border: solid 1px #404040;
}
#productSearchCheckbox {
  position: absolute;
  left: 390px;
	top: 5px;
}
#productSearchOptionLabel {
  position: absolute;
  left: 413px;
	top: 7px;
  width: 100px;
  height: 19px;
  font-size: 11px;
  font-weight: normal;
	color: #404040;
}
#productListingDataSheetHeader {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 400px;
	top: 0px;
  width: 80px;
  height: 29px;
	color: #f00000;
  font-size: 11px;
  padding-top: 8px;
  text-align: center;
  border-left: solid 1px #ffffff;
}
#productListingSafetySheetHeader {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 480px;
	top: 0px;
  width: 100px;
  height: 29px;
	color: #00aa00;
  font-size: 11px;
  padding-top: 8px;
  text-align: center;
  border-left: solid 1px #ffffff;
}
#productListingRows {
  width: 100%;
  height: 410px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #4D4D4D;
  scrollbar-base-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFFF;
}
span.pPrice {
  float: right; 
  margin-top: 6px;
}
span.pArrow {
  font-size: 18px;
}
#productPopup {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 200px;
	top: 120px;
  width: 400px;
  height: 233px;
  border: solid 2px #404040;
  background-color: #f0f0f0;
  text-align: center;
  visibility: hidden;
}
#productPopupTitle {
	-moz-box-sizing: border-box;
  height: 29px;
  padding: 5px 8px;
  color: #CF0000;
  font-size: 11px;
  font-weight: bold;
  background-image: url(resource/bgLevel1Header.bmp);
  background-repeat: repeat-x;
  text-align: left;
}
#productPopupCloseBtn {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 346px;
	top: 0px;
  width: 50px;
  height: 27px;
  font-size: 11px;
  padding: 3px 0px;
  text-align: center;
  background-color: #999999;
  color: #404040;
  font-size: 12px;
  cursor: hand;
  cursor: pointer;
}

/* HOME =========================================*/

#homeContentPanel{
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 0px;
  width: 100%;
  height: 440px;
  font-size: 11px;
  color: #666666;
  padding: 10px;
  overflow: hidden;
}
#newsListingPanel{
	-moz-box-sizing: border-box;
  position: absolute;
  left: 610px;
	top: 0px;
  width: 220px;
  height: 440px;
  overflow: hidden;
}
#newsListingTitle {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 10px;
  width: 210px;
  height: 25px;
  background-color: #7e4813;
  overflow: hidden;
}
#newsListingTitle table {
  font-size: 12px;
  color: #FFFFFF;
}
#newsListingBody {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
	top: 35px;
  width: 210px;
  height: 395px;
  font-size: 11px;
  color: #666666;
  border: solid 1px #7e4813;
  padding: 10px 6px 10px 10px;
  overflow: hidden;
}
#newsListing {
	-moz-box-sizing: border-box;
  width: 100%;
  height: 373px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #4D4D4D;
  scrollbar-base-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFFF;
  padding-right: 8px;
}
div.newsListingItem {
  border-bottom: solid 1px #7e4813;
  margin-bottom: 12px;
}
span.newsListingItemDate {
  color: #cc0000;
}
span.newsListingItemTitle {
  color: #7E4813;
}
div.newsListingItemAbstract {
  padding: 4px 0px;
}
div.newsListingItemReadMoreLabel {
  color: #cc0000;
}

/* NEWS SECTION ==============================*/

div.newsSectionListing {
	-moz-box-sizing: border-box;
  width: 100%;
  height: 390px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #4D4D4D;
  scrollbar-base-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFFF;
  padding-right: 8px;
}
div.newsSectionItem {
  font-size: 12px;
  color: #666666;
  margin-bottom: 15px;
}
div.newsSectionItemTitle {
  font-size: 13px;
  color: #156193;
  border-bottom: solid 1px #7e4813;
  margin-bottom: 8px;
}
span.newsSectionItemDate {
  color: #cc0000;
}
div.newsListingItemContent {
}

/* CONTACT SECTION ==============================*/

#contactFormContainer {
	color: #666666;
}
table.contact {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
table.contact input {
	font-size: 11px;
	height: 20px;
	border: solid 1px #999999;
  margin-bottom: 5px;
}
table.contact textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 1px #999999;
}

