body {
	font: 10px Arial, Helvetica, sans-serif;
	color: #58585a;
	margin: 0;
	min-width: 900px;
}
img {
	border: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/* #page start */
#page {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	border-right: 1px solid #c0c0c0; 
	border-left: 1px solid #c0c0c0; 
}
/* header start */
#header {
	width: 800px;
	height: 156px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/header-bg.gif) no-repeat;
}
#header:after {
	content:"";
	display:block;
	clear:both;
}
.divider{
	width: 100%;
	overflow: hidden;
	background:#fff;
}
.banner{
	width: 116px;
	height: 48px;
	overflow: hidden;
	position: absolute;
	right:5px;
	bottom:0;
}
/* logo start */
.logo {
	margin: 0;
	position: absolute;
	left: 13px;
	top: 58px;
	z-index: 100;
}
.logo a {
	display: block;
	width: 477px;
	height: 31px;
	outline: none;
	background: url('../images/logo.gif') no-repeat;
}
.logo a span{
	display: block;
	text-indent: -9999px;
	
}
/* logo end */
/* nav-box start */
.nav-box{
	width: 800px;
	overflow: hidden;
}
/* nav-up start */
.nav-up{
	margin: 0;
	padding: 13px 10px 0 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
.nav-up li{
	float: left;
	padding-left:2px;
}
.nav-up li a{
	float: left;
	overflow: hidden;
	height:21px;
}
.nav-up li a span{
	display: block;
	text-indent: -9999px;
}
.nav-up .info{
	width: 20px;
	background: url(../images/nav-up-info.gif) no-repeat;
}
.nav-up .home{
	width: 18px;
	background: url(../images/nav-up-home.gif) no-repeat;
}
.nav-up .search{
	width: 25px;
	background: url(../images/nav-up-search.gif) no-repeat;
}
.nav-up .mail{
	width: 21px;
	background: url(../images/nav-up-mail.gif) no-repeat;
}
/* nav-up end */
/* nav-top start */
.nav-top{
	margin: 0 10px 0 0;
	padding: 30px 0 0 0;
	list-style: none;
	overflow: hidden; 
	float: right;
	font-size:15px;
	line-height:16px;
	font-weight: bold;
	display: inline;
}
.nav-top li{
	float: left;
	background: url(../images/nav-top-li-bg.gif) no-repeat 100% 3px;
	padding: 0 4px 0 5px;
	margin-right: -2px;
}
.nav-top li a{
	color: #00b2d9;
}
/* nav-top end */
/* navigation start */
.navigation{
	margin: 0;
	padding: 35px 0 0 14px;
	list-style: none;
	font-size: 11px;
	line-height:25px;
	font-weight: bold;
}
.navigation li{
	float: left;
	padding-right: 2px;
	position: relative;
}
.navigation li a{
	width: 110px;
	overflow: hidden;
	float: left;
	text-align: center;
	color: #fff;
	background: url(../images/navigation-a-bg.gif) repeat-x;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
}
.navigation li a:hover,
.navigation li a.active{
	background: url(../images/navigation-a-active.gif) repeat-x;
	text-decoration: none;
}
.navigation li.hover ul,
.navigation li:hover ul{
	display: block;
}
.navigation ul{
	width: 130px;
	margin: 0;
	padding: 10px 10px;
	list-style: none;
	background:#58585a;
	position: absolute;
	left: 0;
	top: 38px;
	display: none;
}
.navigation ul li{
	float:none;
	padding:0 0 5px 0;
	position: relative;
}
.navigation ul li a{
	padding: 0 0 0 0;
	float:none;
	background: none;
}
.navigation ul li a:hover{
	background: none;
	color: #00b2d9;
}
.navigation li ul li.hover ul,
.navigation li ul li:hover ul{
	display: block !important;
}
.navigation ul ul{
	position: absolute;
	left: 130px;
	top: 0;
	display: none !important;
}

/* navigation end */
/* nav-box end */
/* header end */
/* content start */
#content{
	width: 800px;
	padding: 174px 0 0 0;
	overflow: hidden;
	background:url(../images/content-bg.gif);
}
/* content-top start */
.content-top{
	width: 100%;
	overflow: hidden;
	background:#fff url(../images/content-top-bg.gif) repeat-x;
}
/* info-box start */
.info-box{
	width: 800px;
	overflow: hidden;
	float: left;
	background: url(../images/info-box-bg.gif) no-repeat;
	padding: 0 0 0 14px;
	position: relative;
}
.info-box-top{
	width: 800px;
	background:url(../images/info-box-top.gif) repeat-x -1px 0;
	border-right: 1px solid #c6c6c6;
}
.info-box-top:after {
	content:"";
	display:block;
	clear:both;
}
/* info-box end */
/* link start */
.info-box-top .left{
	width: 186px;
	overflow: hidden;
	float: left;
	border: 1px solid #b3b3b3;
	border-bottom:none;
	margin-left:-1px;
	position: relative;
}
.info-box-top .left img{
	display: block;
}
.info-box-top .link{
	color: #fff;
}
.link-box{
	width: 100%;
	overflow: hidden;
	padding: 2px 0 0 0;
}
.link{
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	padding:2px 18px 0 6px;
	background: url(../images/link-bg.gif) no-repeat 100% 4px;
	color: #58585a;
}
.link span{
	font-weight: bold;
	color: #00b2d9;
}
.link strong{
	margin: 0;
}
/* link end */
.info-box-top .right{
	position: relative;
	overflow: hidden;
	height: 0px;
	width:0px;
	float: right;
}
/* slide list styles */
ul.slide-list {
	overflow: hidden;
	list-style: none;
	position: relative;
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
}
ul.slide-list li {
	position: absolute;
	top: 0;
	left: 0;
}
/* play-list start */
.play-list{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
	width: 100%;
}
.play-list li{
	width: 233px;
	margin: 10px 0 0;
	padding: 3px 10px 0 32px;
	background: url(../images/play-list-li-bg.gif) no-repeat;
	vertical-align: middle;
	height:1%;
}
.play-list li a{
	color: #58585a;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
}
.play-list li a span{
	font-weight: normal;
	color: #00b2d9;
}
.play-list li p {
	margin: 0;
}
.info-gallery {
	position: relative;
	overflow: hidden;
	height: 249px;
}
/* play-list end */
.arrow-link{
	width: 6px;
	height: 19px;
	position: absolute;
	right:7px;
	bottom:7px;
	overflow: hidden;
	display: block;
}
.info-gallery a.up {
	right:7px;
	top:7px;
	bottom:auto;
}
.info-gallery .scroll-content {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.scroll-content .slide-content {
	overflow: hidden;
	position: relative;
	display: none;
}
.scroll-content .slide-content p {
	margin: 5px 0;
}
/* map-box start */
.map-box{
	width: 0px;
	overflow: hidden;
	float: right;
	background: url(../images/map-box-bg.gif) repeat-x;
}
.map-box h2{
	font-size: 16px;
	line-height: 18px;
	color: #00b2d9;
	margin: 0;
	padding: 13px 0 5px 7px;
}
.map-box p{
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 15px 7px;
}
/* map-box end */
/* video-box start */
.video-box{
	width: 0px;
	float: left;
	padding: 0 0 0 13px;
	background: url(../images/video-box-bg.gif) no-repeat;
}
.video-box:after {
	content:"";
	display:block;
	clear:both;
}
.video-box-top{
	width: 0px;
	overflow: hidden;
	background: url(../images/video-box-top.gif) repeat-x;
	border-right: 0px solid #c0c0c0; 
	border-left: 0px solid #c0c0c0; 
}
.video-box-top img{
	display: block;
}
.video-box-top .link-box{
	padding: 4px 0 2px 0;
}
/* video-box end */

/* content-bottom start */
.content-bottom{
	margin-left: 13px;
	overflow: hidden;
	width: 783px;
	border-left: 1px solid #c0c0c0; 
	background:url(../images/content-bottom-bg.gif) repeat-x;
	padding: 23px 0 0 4px;
	min-height: 113px;
}
* html .content-bottom{
	height: 113px;
	overflow:visible;
}
.content-bottom .link{
	padding-left: 2px;
}
.content-bottom p{
	margin: 0;
	line-height:12px;
	padding: 7px 0 0 0;
}
/* content-bottom end */
/* content-top end */
/* content end */
/* footer start */
#footer{
	width: 800px;
	height:23px;
	overflow: hidden;
	background: url(../images/footer-bg.gif) no-repeat;
}
/* footer end */
/* #page start */
