@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	border:0;
	outline:none;
	line-height:16px;
	font-size:12px;
	font-family:"Trebuchet MS";
}

div{
	display:block;
	position:relative;
	float:none;
}

p{
	padding:0 0 15px 0;
	color: #333;
}

h1{
	font-size:24px;
	line-height:24px;
	padding:0 0 18px 0;
	font-weight:bold;
	color: #333;
}

h2{
	font-size:24px;
	line-height:24px;
	padding:0 0 18px 0;
	font-weight:bold;
	color: #333;
}

a{
	color:#ec008c;
}

a.lk-0{
	text-decoration:underline;
	color:#62a21d;
}

a.lk-1{
	background-color:#ec008c;
	display:block;
	float:left;
	padding:5px 7px 5px 7px;
	text-decoration: none;
	color: #fff;
	margin:0 5px 0 0;
}
a.lk-2{
	background-color:#62a21d;
	display:block;
	float:left;
	padding:5px 7px 5px 7px;
	text-decoration: none;
	color: #fff;
	margin:0 5px 0 0;
}

a.lk-3{
	background-color:#ccc;
	display:block;
	float:left;
	text-decoration: none;
	color: #fff;
	margin:0 1px 0 0;
}

#overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../images/dot.png);
	background-repeat:repeat;
	z-index:100;
}

#doc{
	width:100%;
	height:100%;
	background-color:#fff;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
}


#wrapper{
	width:100%;
	text-align:center;
	background-image:url(../images/01.png);
	background-repeat:no-repeat;
	background-position:center top;
	display: none;	
}

#wrapper-in{
	width:100%;
	text-align:center;
	background-image:url(../images/00.png);
	background-repeat:repeat-x;
	background-position:0 0;
}


#holder{
	width:1000px;
	text-align:center;
	margin:0 auto;
}

#header{
	width:1000px;
	height:205px;
	overflow:hidden;
	background-image:url(../images/02.png);
	background-repeat:no-repeat;
	background-position:center top;	
}

#lang{
	overflow:hidden;
	float: left;
	margin: 0 0 0 0;
}

#lang a{
	display:block;
	float:left;
	color:#fff;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	width:15px;	
	text-decoration: none;
	background-color:#ddd;
	text-align:center;
}

#lang a.current{
	background-color:#999;
}

#lang a:hover{
	padding-top: 12px;
	border-bottom:2px solid #999;
}

#lang a.current:hover{
	padding-top: 3px;
	border-bottom:0;
}

#logo{
	width:1000px;
	height:42px;
	overflow:hidden;
	background-image: url(../images/03.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu{
	width:1000px;
	height:40px;
	overflow:hidden;
}

#nav{
	height:40px;
	overflow:hidden;
	background-color:#ec008c;
	float: left;
	margin: 0 0 0 455px;
}

#nav ul{
	display:block;
	float:left;
	list-style-type:none;
	padding: 0 10px 0 10px;
}

#nav ul li{
	display:block;
	float:left;
	list-style-type:none;
}

#nav ul li a {
	display:block;
	float:left;
	color:#fff;
	font-size: 12px;
	font-weight:normal;
	padding: 11px 6px 0 6px;
	height: 29px;
	text-decoration: none;
}

#nav ul li a:hover {
	
}

#nav ul li a.current {
	background-image:url(../images/07x.png);
	background-position:center top;
	background-repeat:no-repeat;
	text-decoration:underline;	
}

#main{
	width:1000px;
	background-image: url(../images/04.png);
	background-repeat: repeat-y;
	background-position: 316px 0;
}

#content-left{
	width:325px;
	float:left;
	background-image:url(../images/05.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#content-left-in{
	padding:0;
	margin:90px 25px 400px 0;
	text-align: left;
}

#content-right{
	width:675px;
	float:right;
}

#content-right-in{
	padding:0;
	margin:90px 0 0 15px;
	text-align: left;
}

#footer-left{
	width:325px;
	float:left;
	height: 320px;
}

#footer-left-in{
	padding:0;
	margin:100px 25px 0 0;
	text-align: right;
}

#footer-right{
	width:675px;
	float:right;
	background-image:url(../images/06.png);
	background-repeat:no-repeat;
	background-position:center top;
	height: 320px;
}

#footer-right-in{
	padding:0;
	margin:100px 0 0 15px;
	text-align: left;
}

.main-clear{
	width:1000px;
	height:0;
	line-height:0;
	font-size:0;
	clear:both;
}

#contactbar{
	width:180px;
	height:200px;
	overflow:hidden;
	float:left;
}

#copyrightbar{
	width:370px;
	overflow:hidden;
	float:right;
	margin: 185px 0 0 0;
	text-align: right;
	color: #bbb;
}

/* STYLES */

.mp3{
	display:none;
	visibility:hidden;
}

.item-text{
	display:block;
	width:100%;
}


.cleft,
.cright,
.cnav,
.cfoot
{
	display:none;
}

.cleft-current,
.cright-current,
.cnav-current,
.cfoot-current{
	display:block;
}
