

body{
	color:#777;
	background: #e2e2e2;
	font:15px Calibri,Arial,sans-serif;
	
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:13px;
	background: #e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	
		
	/* CSS3 Radial Gradients 
	background-image:-moz-radial-gradient(center -100px 45deg, circle farthest-corner, #fff 150px, #e2e2e2 300px);
	background-image:-webkit-gradient(radial, 50% 0, 150, 50% 0, 300, from(#fff), to(#e2e2e2));
		*/
}
/* Hyperlink styles */

a, a:visited {
	text-decoration:underline;
	outline:none;
	color:#2993dd;
}

a:hover{
	/*border-bottom:1px dashed transparent;*/
	text-decoration:none;
}



a, a:visited {
	color:#2993dd;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}



.cc_menu{
	width:700px; /*175px * 5*/
	height:400px;
	position:relative;
	font-size:14px;
	color:#fff;
	top:20px;
	left:-13px;
}
.cc_item{
	text-align:center;
	width:175px;
	height:400px;
	float:left;
	border-bottom:1px solid #000;
	background:#444 url(../images/bg.png) repeat top left;
	position:relative;
	-moz-box-shadow:9px -3px 10px #000;
	-webkit-box-shadow:9px -3px 10px #000;
	box-shadow:9px -3px 10px #000;
}
span.cc_title{
	color:#fff;
	font-size:16px;
	top:100px;
	left:23px;
	position:absolute;
	padding:3px 0px;
	background:#111;
	width:130px;
	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:175px;
	margin:0;
	padding:0;
	height:0px; /*increase to 200px to slide up*/
	overflow:hidden;
	text-align:left;
	background:#000;
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0.7;
	z-index:13;
}
.cc_submenu ul li{
	color:#ddd;
	cursor:pointer;
	padding:10px;
}
.cc_item img{
	position:absolute;
	width:175px;
	height:400px;
	top:-500px;
	left:0px;
}
.cc_content{
	width:530px;
	height:400px;
	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;
}