body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

table {
  font-size: 100%;
}

caption {
  background-color: #99CCFF;
  font-size: 160%;
  font-weight:bolder;
  color: #003399;
}

.subcaption {
  background-color: #CCCCCC;
  font-size: 100%;
  font-weight:bolder;
  color: #003399;
}

.langSwitch, .langSwitch a {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #555555;
  font-weight:bolder;
}

.title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000099;
  font-weight: bolder;
  background-color: #CCCCCC;
  text-align: center;
}

.box {
  margin:0;
  height:100%;
  /* border:1px solid #999999; */
  margin:5px 5px 5px 5px;
}

.box p{
  padding:5px;
}

                /* scroller module (content for "what's new") */
/************** start: scrolling ad. banner ************/

/*
#flash1 {
  overflow:auto;
  overflow-x:hidden;
  overflow-y:hidden;
  height:20px;
  text-align:left;
}
*/

#keyword_scroller {
  overflow:hidden;
  height:100px;
  text-align:left;
}

#keyword_scroller img {
  border: 0;
}

#keyword_scroller ul {
  list-style-position: outside;
  list-style-type: none;
  list-style:none;
  padding:5px 0 0 0px;
  width:99%;
  text-align:left;
  margin:0;
}

#keyword_scroller ul li {
  padding:5px 0 0 0px;
  text-align:left;
}

#keyword_scroller ul li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: midnightblue;
}

/************** end: scrolling ad. banner ************/

.whatsnew {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: red;
  font-weight:bolder;
}

.productSlideShow {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: midnightblue;
  font-weight:bolder;
  font-style:italic;
}

.corporateProfileHeader {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 22px;
  color: black;
  font-weight:bolder;
  text-align:center;
}

.corporateProfile {
  font-family: Helvetica, sans-serif, Helvetica, Arial;
  font-size: 13px;
  color: #333333;
  font-weight:normal;
  text-indent: 10px;
}

.aboutUsContent {
  font-family: Helvetica, sans-serif, Helvetica, Arial;
  font-size: 13px;
  color: #333333;
  font-weight:normal;
}

.productIcon {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
  text-align:center;
}

.productIcon a:link {
  color: #333333;
}

.productIcon a:visited {
  color: #111111;
}

.productIcon a:hover {
  color: #888888;
}

.productIcon a:active {
  color: #AAAAAA;
}

.footer {
  width: 980px;
  border: 0;
  padding: 0;
/*  border-spacing: 0;*/
}

.copyright {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #222222;
  text-indent: 10px;
  text-align:center;
}

/*******    start style for main menu     *******/

#tnav {
  font-family: Helvetica, Arial, sans-serif;
  font-size:12px;
  color:#FFFFFF;
  display:block;
  margin:0;
  font-weight: bolder;
  vertical-align:top;
  text-align:center;
  width:600;
  height:23px;
}
#tnav span {
  font-family: Helvetica, Arial, sans-serif;
  font-size:12px;
  color:#FFFFFF;
  display:block;
  padding:0.3em 0em 0em 0em;
  margin:0;
  font-weight: bolder;
}
/* "#tnav a" is just a duplicated style of above just for IE */
#tnav a {
  font-family: Helvetica, Arial, sans-serif;
  font-size:12px;
  color:#FFFFFF;
  display:block;
  padding:0.3em 0em 0em 0em;
  margin:0;
  font-weight: bolder;
  text-decoration:none;
}
#tnav ul {list-style:none; margin:0; padding:0;}
#tnav li {display:block; float:left; width:100px; height:23px; cursor:pointer;}
/*#tnav li a {color:#000; text-decoration:none; display:block; float:left; width:100px; height:27px; cursor:pointer;}*/
#tnav li {background:url(../images/mainMenuButton_off.gif) top left no-repeat;}
#tnav li:hover, #tnav li .hover, #tnav .hover {background-image:url(../images/mainMenuButton_on.gif);}
#tnav li#on a {background-image:url(../images/mainMenuButton_on.gif); font-weight:bold;}
/*div#tnav:after{content:".";display:block;font-size:0px;line-height:0px;height:0;clear:both;visibility:hidden;}*/

/*******    end style for main menu     *******/

/*******    start style for left menu     *******/
/*
dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}
dl#menu {
  width: 16em;
  font: 70% arial, verdana, sans-serif;
}
dl#menu dt {
  cursor: pointer;
  margin: 0px 0;;
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
  border: 0px solid gray;
}
dl#menu dd {
  border: 0px solid gray;
}
dl#menu dd ul {
  position: absolute;
}
dl#menu ul li {
  position: relative;
  left: 16em;
  top: 0;
}
dl#menu li {
  text-align: left;
  text-indent: 0.5em;
}
dl#menu li a, dl#menu dt a {
  color: #000;
  text-decoration: none;
  display: block;
  border: 0 none;
  height: 100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
  background: #eee;
}

dl#menu ul ul li {
  color: #000;
  text-align: left;
  border: none;
  text-indent: 1.5em;
}
dl#menu li li a {
  color: red;
  text-decoration: underline;
  text-indent: 0px;
  font-style: italic;
  border: 0 none;
}
*/

#productMenu, #productMenu ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 15em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#productMenu li { /* all list items */
  position: relative;
  float: left;
  line-height: 1.75em;
  margin-bottom: -1px;
  width: 15em;
}

#productMenu li ul { /* second-level lists */
  position: absolute;
  left: -999em;
  margin-left: 15em;
  margin-top: -1.85em;
}

#productMenu li ul ul { /* third-and-above-level lists */
  left: -999em;
}

#productMenu li a {
  width: 15em;
  display: block;
  color: #EEF7FF;
  font-weight: bold;
  text-decoration: none;
  background-color: #333399;
  border: 1px solid skyblue;
  text-indent: .1em;
}

#productMenu li a:hover {
  color: #333399;
  background-color: #DDEEFF;
}

#productMenu li:hover ul ul, #productMenu li:hover ul ul ul, #productMenu li.sfhover ul ul, #productMenu li.sfhover ul ul ul {
  left: -999em;
}

#productMenu li:hover ul, #productMenu li li:hover ul, #productMenu li li li:hover ul, #productMenu li.sfhover ul, #productMenu li li.sfhover ul, #productMenu li li li.sfhover ul { /* lists nested under hovered list items */
  /*left: auto;*/
  left: 0px;
}

/*******    end style for left menu     *******/



.style3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  text-align: left;
}
.style4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #FFD2FF;
  text-align: center;
}
.style5 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #CAFFFF;
  text-align: center;
}

