@charset "utf-8";

/*
	Name         : index.css
*/

body {
}

#headerLng {
	position: absolute;
	left: 775px;
	top: 25px;
}

#headerLng li {
	float: left;
	margin-right: 10px;
}

#headerLng li.lastChild {
	margin-right: 0;
}

#headerSub {
	left: 530px;
}

.indexWrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	background: url(../../img/bg_mainmenu.png) bottom repeat-x
}


.indexContent {
	width: 960px;
	margin: 20px auto;
	text-align: left;
}


/**/


.indexLeftCol {
	float: left;
	width: 690px;
}

.indexRightCol {
	float: right;
	width: 260px;
}

.colWrap {
	margin-bottom: 10px;
}

.colWrap img {
	vertical-align: bottom;
}




/*news*/
.newsCol {
	width: 340px;
	height: 270px;
	background: #fff;
	font-size: 85%;
}

.newsCol h2 {
	margin: 0;
}

.newsCol .inner {
	padding: 5px 10px 5px 15px;
	background: url(../../img/bg_news.png) no-repeat;
}

.newsCol a {
	text-decoration: none;
}

.newsCol a:hover {
}

.newsCol dt {
	font-weight: bold;
}

.newsCol dd {
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	background: url(../img/line.png) bottom scroll no-repeat;
}

.newsCol .scroll {
	height: 220px;
	overflow: auto;
}


#topics {
	float: left;
	margin-right: 10px;
}

#blog {
	float: left;
}


/**/

#section1 {
	float: left;
	margin-right: 10px;
}

#section2 {
	float: left;
	margin-right: 10px;
	background: #000;
}

#section3 {
	float: left;
	background: #000;
}

#section4 {
	float: left;
	margin-right: 10px;
	background: #000;
}

#section5 {
	float: left;
	margin-right: 10px;
	background: #000;
}

#section6 {
	float: left;
	background: #000;
}


.indexRightCol .colWrap {
	background: #000;
}


/*EOF*/

