body
{
	background-image:url(../images/bg.png);
	margin:-2px;
}
.cc_menu{
	width:1026px; /*140px * 5*/
	height:500px;
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
.cc_item{
	text-align:center;
	width:171px;
	height:500px;
	float:left;
	border-bottom:1px solid #000;
	background:#444 url(../images/bg.png) repeat top left;
	position:relative;
	-moz-box-shadow:3px -3px 10px #000;
	-webkit-box-shadow:3px -3px 10px #000;
	box-shadow:3px -3px 10px #000;
}
span.cc_title{
	color:#fff;
	font-size:16px;
	top:180px;
	left:5px;
	position:absolute;
	padding:3px 0px;
	background:#111;
	width:160px;
	display:block;
	z-index:11;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.cc_submenu ul{
	list-style:none;
	width:171px;
	margin:0;
	padding:0;
	height:0px; /*increase to 200px to slide up*/
	overflow:hidden;
	text-align:left;	
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0.7;
	z-index:13;
}
.cc_submenu ul li{
	color:#ddd;
	cursor:pointer;
	padding:10px;
	text-align:center;
	margin-top:5px;
}
.cc_submenu ul li a{
	color:#fff;
	cursor:pointer;	
	font-weight:bold;
}
a:hover
{
	color:#ddd;	
}
.cc_item img{
	position:absolute;
	width:171px;
	height:500px;
	top:-1000px;
	left:0px;
}
.cc_content{
	width:824px;
	height:500px;
	border-bottom:1px solid #000;
	position:absolute;
	left:-700px;
	background:#444 url(../images/bg.png) repeat top left;
	overflow:hidden;
	-moz-box-shadow:4px 0 7px #000;
	-webkit-box-shadow:4px 0 7px #000;
	box-shadow:4px 0 7px #000;
}
.cc_content div{
	display:none;
	margin:20px;
}
.cc_content p{
	background:#000;
	padding:20px;
	opacity:0.7;
}
span.cc_back{
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
	color:#ddd;
}
.logo
{
	float:left;
	margin-left:25px;
	margin-top:10px;
}
.cname
{
	float:right;
	margin:10px;
}
.header
{
	width:1024px;
	height:150px;
	background-image:url(../images/headerbk.png);	
}
.footer
{
	width:1024px;
	height:100px;
	background-image:url(../images/headerbk.png);
	font-family:Tahoma;
	font-weight:bold;
}