@charset "utf-8";
/* CSS Document */
html{
	background:url(../image/home_htmlbg.jpg) top repeat-x;
}
body{
	background:url(../image/home_bodybg.jpg) center top no-repeat;
}
#mainWrapper{
	background: url(http://static1.swiila.com/image/home_mainbg.jpg) center top no-repeat;
}
#topBlock{
	height: 397px;
	width: 980px;
}
#contentBlock{
	width: 894px;
}
/* TopBlock */
#topAni{
	position:absolute;
	left:10px;
	top:80px;
	width:960px;
	font-size:12px;
}
	#topAni a:link{
		color:#000000;
	}
	#topAni a:visited{
		color:#000000;
	}
	#topAni a:hover{
		color:#000000;
	}

/* ContentBlock */
#column1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 276px;
	padding: 0 8px 0 9px;
	text-align: left;
	overflow: hidden;
}
		#news {
			position:relative;
		}
				#news h2 {
					height:30px;
					background-image: url(../image/title_news.gif);
					background-repeat: no-repeat;
					text-indent: -9999px;
				}
				#news h3 {
					position:absolute;
					top:0px; right:0px;
					z-index: 10;
				}
				#news em{
					color:#F00;	
				}
				#topNewsImage {
					float:left;
					margin-right: 12px;
				}
				#newsList {
					clear:left;
				}
						#newsList li {
							border-bottom: 1px dotted #cccccc;
							line-height: 23px;
						}
				
		#contact {
			margin-top: 20px;
		}

#column2 {
	padding:0 258px 20px 302px;
	overflow: hidden;
	min-height:300px;
}
		#rollingShow {
			
		}
				#rollingShow h2 {
				}
		#importantCat {
			margin-top: 10px;
		}
				#importantCat h2 {
				}
				#importantCat ul {
				}

#column3 {
	position: absolute;
	top: 4px;
	right: -9px;
	width: 233px;
	padding: 0 6px 0 10px;
	overflow: hidden;
}
		#ad {
			
		}
				#ad h2 {
					display: none;
				}
		#knowledge {
			position: relative;
			margin-top: 20px;
			overflow: auto;
		}
				#knowledgeImg {
					position: absolute;
					top:0px; left:0px;
				}
				#knowledgeList {
					padding-left:86px;
				}
						#knowledgeList h2 {
							height: 24px;
							background-image: url(../image/title_knowledge.gif);
							background-repeat: no-repeat;
						}
								#knowledgeList h2 span {
									display: none;
								}
						#knowledgeList ul {
							padding-left: 16px;
						}
						#knowledgeList li {
							border-bottom: 1px solid #e2e2e2;
							padding-top: 8px;
							height: 19px;
							list-style-type: square;
						}		


#extraDiv2 {
	clear:left;
}

