html{height:100%;}
body {
	margin:0;
	height:100%;
	min-width:1000px;
	background:#e6e4df url(../images/bg-body.gif) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}
img{border-style:none;}
a{
	color:#000;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
input{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
.wrapper{
	width:960px;
	margin:0 auto;
	min-height:100%;
}
* html .wrapper{height:100%;}
.container{
	width:100%;
	overflow:hidden;
	padding:0 0 167px;
}
#header{
	width:100%;
	overflow:hidden;
	margin:0 0 6px;
	background:url(../images/bg-header.gif) no-repeat;
}
#header .logo-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 9px;
}
#header .logo{
	width:142px;
	height:36px;
	float:left;
	display:inline;
	margin:42px 0 0 13px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
}
#header .logo a{
	height:36px;
	display:block;
	position:relative;
}
#header .login{
	width:126px;
	height:18px;
	margin:60px 0 0;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/bg-client-ligin.png) no-repeat;
}
#header .nav-holder{
	width:100%;
	padding:14px 0 19px;
	overflow:hidden;
	background:url(../images/bg-nav-holder.gif) no-repeat;
}
#header .nav{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	font:bold 13px Arial, Helvetica, sans-serif;
}
* html #header .nav{padding:0 0 0 3px;}
*+html #header .nav{padding:0 0 0 3px;}
#header .nav li{
	display:inline;
	padding:0 13px;
}
#header .nav a {
	color:#fff;
	text-decoration:none;
}
#header .nav a:hover{text-decoration:underline;}
#header .nav a.section { color: #000; text-decoration: none; }
#main{
	width:100%;
	overflow:hidden;
	margin:0 0 42px;
	background:url(../images/bg-main.gif) repeat-y -960px 0;
}
#main .holder{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-main.gif) no-repeat;
}
#main .frame{
	overflow:hidden;
	padding:0 0 5px;
	background:url(../images/bg-main.gif) no-repeat -1920px 100%;
}
* html #main .frame{
	overflow:visible;
	height:1%;
}
#main .visual{
	overflow:hidden;
	position:relative;
}
* html #main .visual{
	overflow:visible;
	height:1%;
}
#main .visual img{display:block;}
#main .visual .flash{
	overflow:hidden;
	width:971px;
	margin:-7px -5px 0;
	position:relative;
}
#main .visual .heading{
	margin:0;
	width:741px;
	height:63px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:119px;
	left:128px;
	z-index:10;
	background:url(../images/bg-main-text.png) no-repeat;
}
#main .visual .more{
	width:77px;
	height:13px;
	position:absolute;
	z-index:10;
	right:11px;
	bottom:9px;
	text-indent:-9999px;
}
#main .visual .more a{
	height:13px;
	display:block;
	cursor:pointer;
	background:url(../images/bg-more.png) no-repeat;
}
#content{
	padding:0 1px 1px;
	overflow:hidden;
}
* html #content{
	overflow:visible;
	height:1%;
}
#content h2{
	margin:0 0 5px;
	font:21px Arial, Helvetica, sans-serif;
	color:#f18940;
}
#content h3{
	margin:0 0 5px;
	font-size:14px;
	color:#000;
}
#content p{
	margin:0 0 5px;
	font-size:11px;
	color:#333;
}
#content .text-box{
	padding:16px 25px 6px 22px;
	overflow:hidden;
}
* html #content .text-box{
	overflow:visible;
	height:1%;
	padding:16px 22px 6px;
}
#content .text-box h3{margin:0 0 14px;}
#content .text-box p{margin:0 0 18px;}
#content .text-box .bnt-hold{
	width:100%;
	overflow:hidden;
	margin:-5px 0 0;
}
#content .text-box .more{
	width:77px;
	height:13px;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/bg-content-more.png) no-repeat;
}
#content .column{
	width:446px;
	float:right;
	margin:0 0 -10px;
}
#content .column .news{
	padding:16px 0 15px 19px;
	overflow:hidden;
	background:url(../images/bg-news-box.gif) no-repeat;
}
* html #content .column .news{
	overflow:visible;
	height:1%;
}
#content .column .news .hot-news{
	width:255px;
	height:18px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-news.png) no-repeat;
}
#content .news-list{
	margin:0;
	padding:0 17px;
	list-style:none;
	overflow:hidden;
	font:12px Arial, Helvetica, sans-serif;
	background:#f8f7f6 url(../images/bg-news-list.gif) repeat-x;
	min-height: 165px;
}
* html #content .news-list{
	overflow:visible;
	height:1%;
}
#content .news-list li{
	width:100%;
	overflow:hidden;
	padding:7px 0;
	margin:-1px 0 2px;
	border-top:1px solid #808080;
}
#content .news-list li .hold-box{
	width:100%;
	overflow:hidden;
	display:table;
	vertical-align:middle;
}
#content .news-list li .num{
	display:table-cell;
	vertical-align:middle;
	min-width:73px;
	padding:7px 0;
	font-weight:bold;
}
* html #content .news-list li .num{
	float:left;
	width:73px;
	margin:0 -3px 0 0;
}
*+html #content .news-list li .num{
	float:left;
	width:73px;
}

.news-list li a { text-decoration: none; color: #333; }

.news-list li a.underline { text-decoration: none; color: #333; }
.news-list li a.underline:hover { text-decoration: underline; }


#content .news-list .text{
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
* html #content .news-list .text{
	width:auto;
	height:1%;
	overflow:visible;
}
*+html #content .news-list .text{
	width:auto;
	height:1%;
	overflow:visible;
}
.content-hold{
	float:right;
	padding:16px 36px 10px 0;
	width:648px;
}
.content-hold h2{
	margin:0 0 10px;
	color:#000;
	font-size:14px;
}
.content-hold p{
	line-height:15px;
	margin:0 0 14px;
}
.content-hold li p {
	line-height: normal;
	margin: 0;
}
#sidebar{
	width:229px;
	margin:1px 0 0 1px;
	padding:0 0 16px;
	overflow:hidden;
	min-height:506px;
	background: transparent url(../images/bg-sidebar-nav.png) no-repeat;
	height: 100%;
}
* html #sidebar #sidebar{height:506px;}
#sidebar .hold{
	width:100%;
	padding:13px 0 0;
	overflow:hidden;
	background:#494646 url(../images/bg-sidebar.gif) no-repeat;
}
#sidebar h3{
	margin:0 0 16px;
	text-align:center;
	font:16px Arial, Helvetica, sans-serif;
	color:#fff;
}
#sidebar .nav-hold{
	width:100%;
	overflow:hidden;
	padding:1px 0 0;
}
#sidebar ul{
	margin:0;
	padding:0 11px 0 12px;
	list-style:none;
	overflow:hidden;
	font-size:14px;
}
* html #sidebar ul{
	overflow:visible;
	height:1%;
}
#sidebar ul li{
	overflow:hidden;
	padding:10px 0 10px 15px;
	margin:-1px 0 1px;
	border-top:1px solid #808080;
}
* html #sidebar ul li{
	overflow:visible;
	height:1%;
}
#sidebar ul a{
	color:#070708;
	text-decoration:none;
}
#sidebar ul a:hover{text-decoration:underline;}

#sidebar ul li.current a, #sidebar ul li.section a { color: #ff9900; }

#sidebar ul ul{
	background:none;
	padding:9px 0 0 33px;
	font-size:12px;
}
#sidebar ul ul li{
	border:0;
	padding:0;
	margin:0 0 3px;
}
#sidebar ul ul a{color:#3d3d3e;}

#sidebar ul li.section ul a { color: #3d3d3d;}
#sidebar ul li.section ul li.current a { color: #ff9900;}

#footer{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:-167px 0 0;
	height:167px;
	background:url(../images/bg-footer.gif) repeat-x;
}
#footer .holder{
	height:149px;
	margin:0 auto;
	overflow:hidden;
	padding:18px 48px 0;
	width:904px;
	background:url(../images/bg-footer-holder.gif) no-repeat;
}
#footer .info{
	margin:0 -7px 0 0;
	padding:0;
	float:right;
	display:inline;
	overflow:hidden;
	list-style:none;
}
#footer .info li{
	float:left;
	display:inline;
	color:#fff;
	margin:0 -10px 0 10px;
	padding:0 10px;
	background:url(../images/sep-footer-nav.gif) no-repeat 100% 50%;
}
#footer .info a{
	color:#fff;
	text-decoration:none;
}
#footer .info a:hover{text-decoration:underline;}
#footer p{
	margin:0;
	display:inline;
	color:#fff;
}
#footer .footer-nav{
	margin:0;
	padding:0 0 0 8px;
	list-style:none;
	display:inline;
}
* html #footer .footer-nav{padding:0 0 0 11px;}
*+html #footer .footer-nav{padding:0 0 0 11px;}
#footer .footer-nav li{
	display:inline;
	padding:0 10px;
	background:url(../images/sep-footer-nav.gif) no-repeat 0 50%;
}
#footer .footer-nav a{
	color:#fff;
	text-decoration:none;
}
#footer .footer-nav a:hover{text-decoration:underline;}


.bold {font-weight: bold;}