/* CSS Document 
 * Author： Lianjun
 * Create Date： 2011-03-30
 */
/* -------------- breadcrumbs ------------------- */
#breadcrumbs {
	background:url(../newhome/images/bread_bg.jpg) repeat-x;
	height:32px;
}
#breadcrumbs .innerBread {
  width:960px;
  margin:0 auto;
  padding:5px;
}
#breadcrumbs .innerBread a:link, #breadcrumbs .innerBread a:visited {
  color:#999;
}
#breadcrumbs .innerBread a:hover, #breadcrumbs .innerBread a:active {
  color:#36c;
}
/* ------------------- #main ------------------ */
#main {
  width:970px;
  margin:20px auto;
}
#main .sidebar {
  position:fixed;
  _float:left;
  width:213px;
  height:290px;
}
#main .sidebar .bd_top, #main .sidebar .bd_btm {
  width:213px;
  height:13px;
}
#main .sidebar .bd_top {
  background:url(../newhome/images/bd_top.jpg) no-repeat;
}
#main .sidebar .bd_mid {
  background:url(../newhome/images/bd_mid.jpg) repeat-y;
  padding:10px 25px;
}
#main .sidebar .bd_btm {
  background:url(../newhome/images/bd_btm.jpg) no-repeat;
}
#main .sidebar .bd_mid a {
  color:#666;
  display:inline-block;
  font:bold 14px/1.6 Simsun;
  text-decoration:none;
  text-indent:24px;
}
#main .sidebar .bd_mid .hightlight {
	color:#005db6;
}
#main .sidebar .bd_mid a.need {
  background:url(../newhome/images/need.gif) no-repeat 0 center;
}
#main .sidebar .bd_mid a.what {
  background:url(../newhome/images/what.gif) no-repeat 0 center;
}
#main .sidebar .bd_mid a.feature {
  background:url(../newhome/images/feature.gif) no-repeat 0 center;
}
#main .sidebar .bd_mid a.worth {
  background:url(../newhome/images/worth.gif) no-repeat 0 center;
}
#main .sidebar .bd_mid img {
  margin-bottom:2px;
  text-align:center;
}
#main .sidebar .bd_mid .ecgn {
  margin:10px 15px;
}
#main .sidebar .bd_mid .ecgn a {
  display:block;
  font-size:12px;
  font-weight:normal;
  background:url(../newhome/images/listicon.gif) no-repeat left center;
  text-indent:14px;
}
#main .content {
  float:right;
  _float:left;
  width:727px;
  margin:0 0 100px 30px;
}
#main .content .caption {
  background:url(../newhome/images/caption_bg.jpg) repeat-x left bottom;
  padding:10px 0 5px;
}
#main .content h4 {
  font:bold 12px/25px Simsun;
  margin-top:10px;
}
#main .content .caption h3 {
  background:url(../newhome/images/listicon.gif) no-repeat left center;
  font-size:14px;
  font-weight:bold;
  text-indent:12px;
}
#main .content .caption h3 a {
  font-size:14px;
  font-weight:bold;
}
#main .content p {
  margin-top:20px;
  text-indent:2em;
}
#main .content .caption a.copy {
  background:url(../newhome/images/copy.gif) no-repeat left center;
}
#main .content .caption a.feed {
  background:url(../newhome/images/feedback.gif) no-repeat left center;
}
#main .content .part1 {
  color:#f90;
  margin-top:25px;
}
#main .content .part2 p {
  margin-top:25px;
}
#main .content .illustration {
  margin-top:20px;
}