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

#content {
	position:relative;
	left:5px;
	width:980px;
	height:500px;
	margin-top:10px;
	border-style:solid;
	border-color:#FFF;
	color:#fff;
	overflow:hidden;
	text-align:center;
}

h1 {
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
	text-shadow:#fff .05em .05em .05em;
}

#innerTB {
	text-align:center;
}

#innerTB h1, #innerTB p {
	position:relative;
	background:#000000;
	z-index:9999;
}

#innerTB h2 {
	margin-top:20px;
	margin-bottom:20px;	
}

#innerTB #linkbox h2 a.active {
	text-decoration:underline;
	color:#FF6600;
}

#innerTB .hide {
	display:none;	
}

#innerTB #linkbox ul {
	position:relative;
	top:10px;
	z-index:0;
	hieght:400px;
}

#innerTB #linkbox ul li{
	margin-bottom:-95px;
	height:75px;
	background:url(../Images/service_bg.png) repeat-x;
	-moz-box-shadow:3px -3px 10px #000;
	-webkit-box-shadow:3px -3px 10px #000;
	box-shadow:3px -3px 10px #000;
	cursor:move;
}

#innerTB #linkbox ul li h2 {
	padding-top:15px;
}

#innerTB #cc_content{
	display:none;
	position:relative;
	top:120px;
	left:80px;
	width:800px;
	overflow:hidden;
	border-style:solid;
	border-color:#FFF;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}