#features {
  text-align:left;
  background:#ffffff url(/img/web.indexmain.png) no-repeat scroll left top;
  height:254px;
  padding:18px 20px;
  margin-bottom:5px;
  border:1px solid #777777;
  position:relative;
}
#features h3 {
  color:#111100;
  margin:0px;
  padding:7px 15px 3px 15px;
  height:24px;
  font-weight:normal;
  font-size:20px;
  background:transparent none;
  border:0px none;
}
#features ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  width:349px;
}
#features ul li {}
#features ul li a {
  display:block;
  color:#000000;
  background:#ffffff url(/img/icon.bullet_yellow.png) no-repeat scroll 5px center;
  text-decoration:none;
  padding:2px 8px 2px 25px;
  height:16px;
  font-size:14px;
  -webkit-transition:background-color 0.2s linear;
  -moz-transition:background-color 0.2s linear;
  -ms-transition:background-color 0.2s linear;
  -o-transition:background-color 0.2s linear;
  transition:background-color 0.2s linear;
}
#features ul li a img {
  vertical-align:middle;
}
#features ul li a:hover,
#features ul li.hover a {
  background-color:#dddddd;
  text-decoration:none;
}

#features ol {
  position:absolute;
  top:21px;
  right:20px;
  width:523px;
  height:269px;
  margin:0px;
  padding:0px;
  list-style-type:none;
}
#features ol li {
  position:absolute;
  top:0px;
  left:0px;
  width:523px;
  height:269px;
  display:none;
  opacity:0;
  z-index:0;
}
#features ol li a,
#features ol li img {
  width:524px;
  height:267px;
  display:block;
}


.lowbox {
  height:196px;
  padding:7px 5px;
  text-align:left;
  font-size:12px;
}
.lowbox h3 {
  color:#444444;
  margin:0px;
  padding:0px 10px;
  font-weight:normal;
  font-size:20px;
  border-bottom:1px solid #cccccc;
}


#newproducts {
  width:600px;
  float:left;
  overflow:hidden;
}
#newproducts ul {
  margin:5px auto 0px auto;
  padding:0px;
  list-style-type:none;
  width:540px;
}
#newproducts ul li {
  width:168px;
  height:158px;
  float:left;
  text-align:center;
  font-size:11px;
  margin:5px 4px 15px 4px;
  overflow:hidden;
  border:1px solid #cccccc;
  background-color:#ffffff;
  cursor:pointer;
}
#newproducts ul li:hover {
  border-color:#999999;
  -webkit-box-shadow:0px 0px 6px #666666;
  -moz-box-shadow:0px 0px 6px #666666;
  box-shadow:0px 0px 6px #666666;
}
#newproducts ul li h3 {
  margin:5px;
  font-size:16px;
  font-weight:bold;
}
#newproducts ul li p {
  margin:5px;
}


#onlinetools {
  margin-left:625px;
}
#onlinetools ul {
  margin:0px;
  padding:5px;
  list-style-type:none;
}
#onlinetools ul li {}
#onlinetools ul li a {
  display:block;
  height:16px;
  line-height:16px;
  color:#000000;
  padding:0px 0px 0px 20px;
  background:#ffffff url(/img/icon.bullet_yellow.png) no-repeat scroll left center;
  -webkit-transition:background-color 0.1s linear;
  -moz-transition:background-color 0.1s linear;
  -ms-transition:background-color 0.1s linear;
  -o-transition:background-color 0.1s linear;
  transition:background-color 0.1s linear;
}
#onlinetools ul li a:hover {
  background-color:#dddddd;
  text-decoration:none;
}
#onlinetools ul li a img {
  line-height:0px;
}
