a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:hover {color:#F00;text-decoration:none;}
#footer {background:url(../stc_images/stc_footerbg.gif);width:100%;
bottom:0;padding:10px 0 15px 0;text-align:center;color:#FFF;font-size:13px;letter-spacing:1px;line-height:18px;}
.normal {font-size:13px;color:#666;line-height:20px; letter-spacing:1px;}
.blue {color:#09F;font-size:15pz;}
.red {color:#F33;font-size:13px;}
.img {float:left;}
/*index*/
.aaa {padding:10px 0 5px 55px;}
.high {float:left;padding:10px 0 0 30px;}
.aab {float:left; padding:10px 0 5px 45px;}
.aac {float:left; padding:10px 0 5px 30px;}

/*about*/
#who {width:844px;margin:0 auto;}
.img1 {float:right;margin-left:8px;}

/*WELLER*/
#wellerlogo {float:left;} 
.lis {font-size:13px;}
#wellerm {float:left;}
#cont {width:626px;float:left; margin-left:10px;}
#cont2 {width:573px;float:left; margin-left:10px;}

.lis2 {background:url(../stc_images/stc_lpsmbg.png) repeat-y;padding:10px 0 11px 5px;;font-size:13px;}
.lis4 {background:url(../stc_images/stc_stienelmbg.png) repeat-y;padding:10px 0 11px 5px;;font-size:13px;}
.lps {width:573px;float:left;margin-top:10px;}
.lps2 {width:390px;float:left;padding-left:10px;}
.cen{font-size:15px; color:#009; line-height:25px; letter-spacing:1px;}

.title {background:url(../stc_images/stc_protitle.gif) no-repeat;height:36px;}


.guide {float:right;margin:15px 5px 5px 0; font-size:13px;}

#cont3 {width:844px;}
.titleSKT {background:url(../stc_images/stc_product.gif) no-repeat;height:36px;}

.lis3 {font-size:13px;}
/*menu*/
ul.makeMenu, ul.makeMenu ul {
  width: 201px;                /* sets the size of the menu blocks */

  background-color:;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li {
	background-color: #99cdff;
	height:32px;
	border:1px #000;
  list-style-type: none;       /* removes the bullet points */
                   /* Opera 7 puts large spacings between li elements */
	padding:5px 0 0 5px;
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #000;                 /* sets the default font colour to white */
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 0;                    /* position slightly lower than the parent menu item */
  left: 201px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #ffa;      /* gives the active menu items a yellow background */
  color: #000;                 /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { color: #000; display: block; width: 100%; text-decoration:none; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.makeMenu li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */
</style>
<!--[if gt IE 5.0]><![if lt IE 7]>
<style type="text/css">
/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( http://www.cityweb.com.tw/404.shtml);
}
ul.makeMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 2px; left: 78px;
}
</style>
<![endif]><![endif]-->





/*menu2*/
ul.makeMenu2, ul.makeMenu2 ul {
  width: 201px;                /* sets the size of the menu blocks */
  background-color:;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu2 li {
	background-color: #f0f0f0;
	height:32px;
	border:1px #000;
  list-style-type: none;       /* removes the bullet points */
                /* Opera 7 puts large spacings between li elements */
	padding:5px 0 0 5px;
  position:relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #000;                 /* sets the default font colour to white */
}
ul.makeMenu2 li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display:none;               /* hides child menu blocks - one of the most important declarations */
  position:absolute;        /* make child blocks hover without leaving space for them */
  /*top: 0;*/                    /* position slightly lower than the parent menu item */
  left: 201px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu2 li:hover, ul.makeMenu2 li.CSStoHighlight {
  background-color: #ffa;      /* gives the active menu items a yellow background */
  color: #000;                 /* makes the active menu item text black */ 
}
ul.makeMenu2 ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu2 li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu2 li a { color: #000; display: block; width: 196px; text-decoration:none; }
ul.makeMenu2 li a:hover, ul.makeMenu2 li a.CSStoHighLink { color: #000; }
ul.makeMenu2 li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */
</style>
<!--[if gt IE 5.0]><![if lt IE 7]>
<style type="text/css">
/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu2 li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( http://www.cityweb.com.tw/404.shtml);
}
ul.makeMenu2 ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top:0; left: 78px;
}
</style>
<![endif]><![endif]-->


/*menu3*/
ul.makeMenu3, ul.makeMenu3 ul {
  width: 201px;                /* sets the size of the menu blocks */
  background-color:;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu3 li {
	background-color: #f0f0f0;
	height:32px;
	border:1px #000;
  list-style-type: none;       /* removes the bullet points */
                /* Opera 7 puts large spacings between li elements */
	padding:5px 0 0 5px;
  position:relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #000;                 /* sets the default font colour to white */
}
ul.makeMenu3 li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display:none;               /* hides child menu blocks - one of the most important declarations */
  position:absolute;        /* make child blocks hover without leaving space for them */
  /*top: 0;*/                    /* position slightly lower than the parent menu item */
  left: 201px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu3 li:hover, ul.makeMenu3 li.CSStoHighlight {
  background-color: #ffa;      /* gives the active menu items a yellow background */
  color: #000;                 /* makes the active menu item text black */ 
}
ul.makeMenu3 ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu3 li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu3 li a { color: #000; display: block; width: 196px; text-decoration:none; }
ul.makeMenu3 li a:hover, ul.makeMenu3 li a.CSStoHighLink { color: #000; }
ul.makeMenu3 li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */
</style>
<!--[if gt IE 5.0]><![if lt IE 7]>
<style type="text/css">
/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu3 li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( http://www.cityweb.com.tw/404.shtml);
}
ul.makeMenu3 ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 2px; left: 78px;
}
</style>
<![endif]><![endif]-->

.tex01{ font-size:12px; }
.tex01 td{ padding:5px 0px 5px 0px;}
.tex02 td{ padding:5px 0px 5px 0px; text-align:center;}
.gray01 { background-color:#F2F2F2; color:#000; font-weight:bold;}
.yellow01 { background-color:#fefef7; color:#000;}

.li_01 li{
	line-height:22px;
	padding-bottom:10px;
	font-size:15px;
}







