@charset "utf-8";
body {
	background: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
a img {
	border: none;	
}
a {
	outline: none;	
}
.main {
	margin: 0px;
	padding: 0px;
	width: 990px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.left-block {
	display: block;
	float: left;
	width: 260px;
	overflow: hidden;
}
.right-block {
	display: block;
	float: left;
	width: 730px;
	overflow: hidden;
	height: 760px;
}
.menu-block {
	width: 260px;
	height: 648px;
	background: url(../images/menu_bg.png) no-repeat left top;
	overflow: hidden;
	color: #fff;
}
.copyright {
	display: block;
	padding: 40px 0px 40px 30px;
	font-size: 0.9em;
}
h1.logo, h6.logo {
	padding: 0px;
	margin: 35px 30px;
}
.sponsor {
	display: block;
	position: absolute;
	top: 25px;
	right: 65px;
}
.t-text {
	display: block;
	position: absolute;
	left: 310px;
	top: 30px;
	z-index: 180;
}
.top-decor {
	display: block;
	position: absolute;
	width: 428px;
	height: 496px;
	background: url(../images/top_decor.png) no-repeat left top;
	top: -1px;
	left: 146px;
	z-index: 160;
}	
.bot-decor {
	display: block;
	position: absolute;
	width: 250px;
	height: 319px;
	background: url(../images/bot_decor.png) no-repeat left top;
	right: 0px;
	bottom: 0px;
	z-index: 170;
}	
ul.main-menu {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 200px;
}
ul.main-menu li {
	display: block;
	background: url(../images/menu_line.gif) no-repeat right bottom;
	padding: 30px 0px;
}
ul.main-menu li.last {
	background: none;	
}
ul.main-menu li a, ul.main-menu li span {
	display: block;
	overflow: hidden;
	height: 40px;
	width: 260px;
}
ul.main-menu li a:hover, ul.main-menu li span, ul.main-menu li a.active {
	background: url(../images/menu_corner.gif) no-repeat left center;	
}
.content-bl {
	display: block;
	position: absolute;
	left: 300px;
	top: 118px;
	overflow: hidden;
}
#demo{
	position: absolute;

	z-index: 250;
}

.flash-bl {
	display: block;
	width: 640px;
	height: 480px;
	overflow: hidden;
	position: relative;
}	
.flash-bl .flash {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 150;
	width: 640px;
	height: 480px;
}
.flash-bl .lt, .flash-bl .rt, .flash-bl .lb, .flash-bl .rb {
	position: absolute;
	width: 10px;
	height: 10px;
	overflow: hidden;
	z-index: 210;
}
.flash-bl .lt {
	top: 0px;
	left: 0px;
	background: url(../images/lt_corn.png) no-repeat left top;
}
.flash-bl .rt {
	right: 0px;
	top: 0px;
	background: url(../images/rt_corn.png) no-repeat right top;
}
.flash-bl .lb {
	bottom: 0px;
	left: 0px;
	background: url(../images/lb_corn.png) no-repeat left bottom;
}
.flash-bl .rb {
	bottom: 0px;
	right: 0px;
	background: url(../images/rb_corn.png) no-repeat right bottom;
}
