@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	}

html{
	overflow:hidden;
	}
	
.container{
	width:100%;
	background-color:#F3F3F3;
	}
	
.clearfix{
	clear:both;
	}
	
.left{
	float:left;
	width:333px;
	background-color:#FFFFFF;
	}

.right{
	float:left;
	width:610px;
	margin-top:136px;
	border-top: 1px solid #00CC66;
	margin-left: 20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:auto;
	}

#right_cover{
	float:left;
	overflow:auto;
	}
	
.right_work{
	float:left;
	width:607px;
	margin-top:136px;
	margin-left: 20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.logo{
	width:333px;
	height:98px;
	background-image:url(/graphics/logo.jpg);
	background-repeat:no-repeat;
	}
	
.navigation{
	width:333px;
	margin:0px;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	border-top:1px #F3F3F3 solid;
	height:37px;
	}
	
.navigation a:hover{
	color:#FF3366;

	}
	
.navigation ul{
	padding:0px;
	margin-left:45px;
	margin-top:9px;
	list-style:none;
	}
	
.navigation li{
	float:left;
	padding-right:11px;
	padding-left:10px;
	}
	
.navigation_off {
	color:#000000;
	text-decoration:none;
	}
	
.navigation_on {
	color:#FF3366;
	text-decoration:none;
	}
	
.scroller{width:323px; float:left; display:inline; overflow:hidden;}
.scrollarea{width:10px; display:inline; float:right; background-color:#DDDDDD; cursor:pointer; padding:0px; margin:0px;}
.scrollBarContainer{}
.scrollKnob{width: 10px; min-height:60px; background-color:#ff3366;}
.scrollForward, .scrollBack{
	width:10px;
	padding: 0;
	font-size:0;
	line-height:0;
}

.item{
	height:95px;
	border-top:1px solid #00CC66;
	}
	
.item_new{
	height:95px;
	border-top:1px solid #00CC66;
	background-image:url(/graphics/new_bg.gif);
	}
	
.item_new_over{
	height:95px;
	border-top:1px solid #FF3366;
	background-image:none;
	background-color:#FF3366;
	}
	
.item_new_over .image_left{
	float:left;
	width:100px;
	height:20px;
	z-index:1;
	background-image:none;
	background-color:#FF3366;
	}

.item_new_over .image_right{
	float:right;
	width:20px;
	height:95px;
	border-right:5px solid #FF3366;
	background-image:url(/graphics/sidearrow.jpg);
	background-repeat:no-repeat;
	z-index:1;
	}
	
	
.item_new_over .description {
	padding:11px 14px 0 14px;
	height:81px;
	float:right;
	width:170px;
	cursor:pointer;
	color:#FFFFFF;
	}
	
.item_new_over .description h2{
	font-style:italic;
	color:#242424;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
	color:#FFFFFF;
	}
	
.item_over{
	height:95px;
	border-top:1px solid #FF3366;
	background-color:#FF3366;
	}
	
.item_over .image_right{
	float:right;
	width:20px;
	height:95px;
	border-right:5px solid #FF3366;
	background-image:url(/graphics/sidearrow.jpg);
	background-repeat:no-repeat;
	z-index:1;
	}
	
.item_over .description {
	padding:11px 14px 0 14px;
	height:81px;
	float:right;
	width:170px;
	cursor:pointer;
	color:#FFFFFF;
	}
	
.item_over .description h2{
	font-style:italic;
	color:#242424;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
	color:#FFFFFF;
	}

.item_over .image_left_norm{
	float:left;
	width:100px;
	height:20px;
	z-index:1;
	background-color:#FF3366;
	}
	
.image_surround{
	width:125px;
	height:95px;
	float:left;
	}

.description {
	padding:11px 14px 0 14px;
	height:81px;
	float:right;
	width:170px;
	color:#666666;
	}
	
.description h2{
	font-style:italic;
	color:#242424;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
	}

.description a{
	color:#00CC66;
	}
	
.description a:hover{
	color:#00CC66;
	text-decoration:none;
	}
	
.image_right{
	float:right;
	width:20px;
	height:95px;
	border-right:5px solid #00CC66;
	background-image:url(/graphics/green_arrow.gif);
	background-repeat:no-repeat;
	z-index:1;
	}
	
.image_left{
	float:left;
	width:100px;
	height:20px;
	z-index:1;
	background-image:url(/graphics/asterisk.gif);
	background-repeat:no-repeat;
	}
	
.image_left_norm{
	float:left;
	width:11px;
	height:20px;
	z-index:1;
	}
	
	
	
.footer{
	width:100%;
	border-top:1px solid #DDDDDD;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:20px;
    height:115px;
	min-height:115px;
	}
	
.footer img{
	margin-right:12px;
	margin-bottom:1px;
	}
	
.right h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#242424;
	font-weight:bold;
	font-style:italic;
	margin:11px 0 14px 2px;
	}
	
.right h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	font-style:italic;
	margin:0 0 16px 2px;
	}
	
.right p{
	margin:0 0 0 2px;
	}
	
.right .large{
	margin-bottom:20px;
	margin-top:29px;
	}

.right .small{
	margin-right:17px;
	padding:0px;
	}

.right .medium{
	padding:0px;
	}

.right a{
	color:#00CC66;
	}

.right a:hover{
	color:#00CC66;
	text-decoration:none;
	}
	
.footer .footer1{
	margin-top:10px;
	margin-left:12px;
	}
	
.footer .footer3{
	margin-left:6px;
	}
	
.footer p{
	margin:0 0 0 20px;
	}
	
.right_work .flash{
	float:left;
	width:398px;
	}

.right_work .description{
	padding:0px;
	height:333px;
	width:189px;
	border-top: 1px solid #00CC66;
	margin:0px;
	padding-top:11px;
	}
	
.right_work .description p{
	margin:0 0 13px 2px;
	}

.right_work .description .desc{
	margin:0 0 23px 2px;
	}
	
.right_work .description h2{
	margin-left:2px;
	}
	
.workitem{
	margin-bottom:28px;
	}
	
.map{
	margin-top:27px;
	}
	
.map img{
	float:left;
	margin-right:22px;
	}
	
.map h2{
	margin:0px;
	}
	
.map .contact_head{
	margin-bottom:16px;
	}
	
.mp3item{
	border-top: 1px solid #00CC66;
	padding-top:11px;
	margin-bottom:40px;
	}

.mp3item .desc{
	float:left;
	width:397px;
	margin-right:21px;
	padding-left:2px;
	}
	
.mp3item h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#242424;
	font-weight:bold;
	font-style:italic;
	margin:0;
	}
	
.mp3item h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#242424;
	font-weight:bold;
	font-style:italic;
	margin:0;
	}
	
.mp3item .spec{
	float:left;
	margin-top:14px;
	}
	
.mp3item .mp3player{
	clear:both;
	padding-top:23px;
	}
	
.js_slide{
	border-top: 1px solid #00CC66;
	margin-bottom:30px;
	}

div.slideshow p {
  padding-top: 9px;
}
div.slideshow ul {
  top: 0px;
  right: 0px;
  position: absolute;
  overflow: hidden;
  padding: 0;
  z-index: 10001;
  margin-top:0px;
}
div.slideshow ul a {
  background-position: 50% 50%;
  cursor: pointer;
  display: block;
  height: 20px;
  opacity: 1;
  width: 20px;
}

div.slideshow ul .next {
  background-position: 50% 50%;
  background-image:url(/graphics/next.gif);
  cursor: pointer;
  display: block;
  height: 20px;
  margin-left:1px;
  margin-right:0px;
  opacity: 1;
  width: 20px;
}

div.slideshow ul .prev {
  background-position: 50% 50%;
  background-image:url(/graphics/prev.gif);
  cursor: pointer;
  display: block;
  height: 20px;
  margin:0px;
  opacity: 1;
  width: 20px;
}

div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}
div.slideshow ul li {
  float: left;
  list-style: none;
}

	
/*.js_slide ul{
	position:absolute;
	z-index:10001;
	top:0px;
	right:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
.js_slide li{
	float:left;
	margin-left:1px;
	}
	
.js_slide .next{
	height:20px;
	width:20px;
	cursor:pointer;
	background-image:url(/graphics/next.gif);
	background-repeat:no-repeat;
	}

.js_slide .prev{
	height:20px;
	width:20px;
	cursor:pointer;
	background-image:url(/graphics/prev.gif);
	background-repeat:no-repeat;
	}*/

.news{
	float:left;
	width:398px;
	}

.sidebar{
	float:right;
	padding-top:2px;
	}
	
.sidebar_news{
	float:right;
	padding-top:2px;
	width:200px;
	}
	
.sidebar_news ul{
	padding:0px;
	margin:0 0 0 15px;
	list-style:square;
	}

.sidebar_news li{
	color:#00cc66;
	}

.sidebar{
	margin-left:2px;
	}
	
.sidebar ul{
	padding:0px;
	margin:0px;
	list-style:square;
	list-style-position:inside;
	}

.sidebar li{
	color:#00cc66;
	}

.sidebar .count{
	color:#FF3366;
	}

.news .item h2{
	margin-bottom:0px;
	margin-left:0px;
	}
	
.news .item .date{
	color:#FF3366;
	}
	
.news .item{
	border-top:none;
	border-bottom:1px solid #00CC66;
	padding-bottom:29px;
	height:auto;
	margin-bottom:27px;
	margin-top:2px;
	padding-left:2px;
	}

.item_over_new .description{
	background-color:#FF3366;
	}
	
