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

body {
	background-color: #dadada;
	color: #242424;
	font-family: Lucida Grande,Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	margin:0px; 
	}

a:active  {
    color: #e54045;
	text-decoration:underline;
	}

a:link {
	color: #00b2d9;
	text-decoration: none;
	}

a:visited {
 	color: #00b2d9;
	text-decoration: none;
	}

a:hover {
	color:#e54045;
	text-decoration:underline;
	}

h1 {
	font-size: 11px;
	}
	
h2 {	
	padding-left: 4px;
	text-align:center;
	font-size: 11px;
	}
	
h3 {
	font-size: 11px;
	color:#999999;
	}
	
h4 {
	font-size: 11px;
	color:#999999;
	}

.cCanvas {
	width:920px; 
	height:512px; 
	background-image:url(assets/ui/bg0002.gif);
	background-repeat:repeat-x; 
	margin-top:24px; 
	text-align:left;
	}

.cRightCol {
	width:640px;
	margin-right:40px;
	height:512px; 
	text-align:left; 
	float:right;
	overflow:hidden;
	}

.cContentScroll {
	position: relative;
	left:0px;
	top:0px;
	width:640px;
	height:512px; 
	background-color:#ffffff; 
	text-align:center; 
	float:right;
	opacity: 0;
	}

.cLeftCol {
	width:240px; 
	height:512px; 
	background-color:#ffffff; 
	text-align:left; 
	float:left; 
	overflow:hidden;
	}

.cContact {
	width:200px; 
	text-align:left; 
	float:left; 
	padding-left:8px;
	opacity: 0;
	}
	
.cWork {
	width:230px; 
	height: 1px;
	color: #ffffff;
	background-color:#ffffff;
	background-image:url(assets/ui/work.png);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 37px;
	padding-left:8px;
	padding-right:2px;
	opacity: 0;
	}

.cRest {
	width:230px; 
	height: 1px;
	color: #ffffff;
	background-image:url(assets/ui/rest.png);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 37px;
	padding-left:8px;
	padding-right:2px;
	opacity: 0;
	}

.cPlay {
	width:240px; 
	height: 1px;
	color: #ffffff;
	background-image:url(assets/ui/play.png);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 57px;
	padding-left:8px;
	opacity: 0;
	}

.cWork a { color: white; }
.cRest a { color: white; }
.cPlay a { color: white; }

.cSlide {
	width:640px;
	height:512px; 
	}

