.home {
	margin: 0 10px 0 30px;
	position: relative;
}
.home td {
	vertical-align: top;
}
.home .SearchTab {
	position: relative;
	width: 243px;
	height: 84px;
	background: #fff url(../images/searchTab.png) no-repeat scroll center center;
	font-weight: bold;
	color: #023F88;
	margin-left: 15px;
}
.home .SearchTab .title {
	position: absolute;
	left: 65px;
	top: 20px;
}
.home .SearchTab .label {
	position: absolute;
	left: 25px;
	top: 51px;
}
.home .SearchTab .searchKey {
	position: absolute;
	left: 120px;
	top: 49px;
	width: 100px;
	border: none;
	background: transparent;
}
.home .SearchTab .smit {
	color: #023F88;
	background: none;
	border: none;
}
.home .SearchTab a:LINK,
.home .SearchTab a:VISITED {
	color: #023F88;
}
.home .SearchTab a:HOVER {
	color: #fff;
	text-decoration: none;
}

.home .border {
	margin-top: 30px;
	/* padding: 3px 5px 4px 2px; */
	width: 470px;
	height: 253px;
	/* background: #fff url(../images/home-big-border.png) no-repeat scroll center center; */
}
/* 
.home .border .bigpic {
	background-color: #023F88; 
	color: #fff;
	width: 470px;
	height: 246px;
}*/
.home .border .bigpic img {
	/*float: left;
	margin-right: 20px;*/
	width: 470px;
	height: 240px;
}
.home .border .bigpic .greeting {
	padding: 50px 10px 10px 0px;
}
.home img.prod {
	margin-top: 10px;
}
.home .sil-title {
	height: 29px;
}
.home .sil-title .left {
	float: left;
	width: 19px;
	height: 29px;
	background: transparent url(../images/sil-bar-left.png) no-repeat scroll center center;
}
.home .sil-title .right {
	float: left;
	width: 18px;
	height: 29px;
	background: transparent url(../images/sil-bar-right.png) no-repeat scroll center center;
}
.home .sil-title .center {
	float: left;
	padding-top: 7px;
	font-weight: bold;
	color: #023F88;
	height: 29px;
	background: transparent url(../images/sil-bar.png) repeat-x;
}

.home .affiliate {
	margin-top: 30px;
}
.home .affiliate .aflist {
	font-weight: bold;
	color: #aaa;
	list-style-image: url(../images/lang_icon_unselected.png);
	list-style-position: inside;
}
.home .affiliate .aflist a:LINK,
.home .affiliate .aflist a:VISITED {
	color: #aaa;
}
.home .affiliate .aflist a:HOVER {
	color: #023F88;
}
.home .affiliate .aflist li {
	padding-left: 5px;
}
.home .news {
	margin-top: 30px;
	
}
.home .news .rotate{
	
	overflow: hidden;
}
.home .news .rotate .scroller{
	/* margin-top: 270px; */
	
}
.home .news .rotate .wrapper {
	height: 100px;	
}
.home .news .rotate .topic{
	margin: 5px 0;
	width: 300px;
	vertical-align: top;
}
.home .news .rotate .col1{
	width: 107px;
}
.home .news .rotate .topic .thumb {
	background-color: #aaa;
	width: 106px;
	height: 71px;
	margin: 0 10px 0 2px;
}
.home .news .rotate .topic .thumb .pic{
	border: 2px solid #ccc;
	width: 100px;
	height: 65px;
	background-color: #fff;
}
.home .news .rotate .topic .thumb .pic img {
	width: 100px;
	height: 65px;
}
.home .news .rotate .topic .title {
	font-weight: bold;
	color: #023F88;
}

/* PROD LNK */
.prod .lnk {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	color: #023F88;
}
.prod .lnk a,
.prod .lnk a:LINK,
.prod .lnk a:VISITED {
	color: #034EA2;
}
.prod .lnk a:HOVER {
	text-decoration: none;
	color: #0088ee;
}
.prod .rubber {
	left: 160px;
	top: 300px;
}
.prod .extrude {
	left: 0px;
	top: 435px;
}
.prod .mould {
	left: 175px;
	top: 645px;
}
.prod .engineer {
	left: 312px;
	top: 321px;
}
.prod .other {
	left: 19px;
	top: 615px;
}

.prod .piclnk a.fl {
	display: block;
	position: absolute;
	border: 0px solid #36b;
	background: transparent url(../images/blank.png);
	text-decoration: none;
}
.prod .piclnk .rubber {
	height:166px;
	left:140px;
	top:321px;
	width:162px;
}
.prod .piclnk .engineer {
	height:166px;
	left:297px;
	top:341px;
	width:174px;
}
.prod .piclnk .extrude {
	height:134px;
	left:0px;
	top:294px;
	width:146px;
}
.prod .piclnk .mould {
	height:135px;
	left:139px;
	top:499px;
	width:172px;
}
.prod .piclnk .other {
	height:125px;
	left:20px;
	top:481px;
	width:118px;
}

.tooltip {
	position: absolute;
	padding: 3px;
	border: 2px solid #aaa;
	background: #fff;
	color: #000;
	-moz-opacity:.85; filter:alpha(opacity=85); opacity:.85;
	z-index: 256;
	overflow: hidden;
	top: -2000px;
}
.tooltip td {
	vertical-align: top;
	font-size: 10px !important;
}