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

body {
	background-image:url(images/general/GradientBG.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
a img {
	border:0;
}
#mainContainer {
	width:1000px;
	height:600px;
	background-image:url(images/general/diane_bg.jpg);
	margin:auto;
}
span.reference{
	font-family:Arial;
	text-transform:uppercase;
	position:fixed;
	right:95px;
	bottom:10px;
	font-size:11px;
	text-shadow:1px 1px 1px #000;
}
span.reference a{
	color:#aaa;
	text-decoration:none;
	margin-right:20px;
}
span.reference a:hover{
	color:#ddd;
}
.title{
	position:absolute;
	right:10px;
	top:10px;
	width:91px;
	height:600px;
	
}
.cc_menu{
	width:900px; /*140px * 5*/
	height:600px;
	position:relative;
	overflow:hidden;
	left:140px;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
.cc_item{
	margin:125px 60px 0 0;
	text-align:center;
	width:130px;
	height:406px;
	float:left;
	border-bottom:1px solid #000;
	
	position:relative;
	cursor:pointer;

}
span.cc_title{
	color:#fff;
	font-size:16px;
	top:200px;
	left:5px;
	position:absolute;
	padding:3px 0px;
	background:#111;
	width:130px;
	display:block;
	z-index:11;
	
}
.cc_submenu ul{
	list-style:none;
	width:130px;
	margin:0;
	padding:0;
	height:0px; /*increase to 200px to slide up*/
	overflow:hidden;
	text-align:left;
	background:url(images/main-nav/TransBG.png) no-repeat;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:13;
	font-size:11px;
	cursor:pointer;
}
.cc_submenu ul li{
	color:#ddd;
	cursor:pointer;
	padding:7px;
	margin:5px 0;
	color:white;
}
.cc_item img{
	position:absolute;
	width:140px;
	height:600px;
	top:-600px;
	left:0px;
}
.cc_content{
	margin-top:125px;
	width:600px;
	height:406px;
	border-bottom:1px solid #000;
	position:absolute;
	left:-3000px;
	background:#444;
	overflow:hidden;
}
.cc_content div{
	display:none;
	margin:10px;
}
.cc_content p{
	background:#000;
	padding:20px;
	margin:10px 0 0 0;
	height:280px;
	overflow:auto;
	opacity:0.7;
	text-transform:none;
	font-family:Verdana, Geneva, sans-serif;
	text-align: justify;
   	text-justify: newspaper;
   	text-align-last: justify;
}
span.cc_back{
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
	color:#ddd;
}
#cc_content img {
	height:65px;
	width:auto;
}
#cc_content h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#666;
	font-stretch:expanded;
	margin:0;
	padding:0;
}

