@charset 'utf-8';
@import url(reset.css);


/***********************************************************
 Defaults
************************************************************/

html, body { height: 100%; }

body {
	background: url('../images/bg_tile.jpg') #fff;
	background-attachment: fixed;
	color: #fff;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 75%;
	line-height: 1.8em;
}

a 			{ color: #fff; }
a:hover,
a.active 	{ color: #19ff63; }

/***********************************************************
 Site
************************************************************/

#cursor {
	background: url('../images/cursor.gif');
	height: 443px;
	left: 50%;
	margin: -117px 0 0 -132px;
	position: absolute;
	top: 20%;
	width: 500px;
	z-index: 9999;
}

#header {
	background: rgba(0,0,0,0.8);
	color: #fff;
	height: 29px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}

	#header .wrapper {
		margin: 0 auto;
		width: 950px;
	}

	#header h1,
	#header h2 { float: left; }

	#header h1 { margin: 6px 0 0 0; }
	#header h2 { margin: 6px 0 0 73px; }

#navigation {
	overflow: hidden;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 10;
}
	
	#navigation .container {
		background: rgba(0,0,0,0.6);
		display: block;
		width: 100%;
	}
	
	#navigation ul.list {
		margin: 0 auto;
		padding: 1px 0 0 0;
		position: relative;	
		text-align: center;
		width: 950px;
	}
	
	#navigation a { float: left; }
	
	#navigation .cat ul { 
		display: block;
		float: left; 
		margin: 8px 0 0 5px;
	}
	
	#navigation .cat,
	#navigation .subcat li {
		float: left;
		font-size: .9em;
		margin: 0 5px 2px 0;
	}
	
		#navigation .subcat li a {
			background: #fff;
			display: block;
			height: 6px;
			width: 6px;
		}
		
			#navigation .subcat li a:hover { background: #19ff63; }
		
		#navigation .subcat li a.active { background: #19ff63; }

	#panel-slider {
		/*background: url('../images/slider.png') no-repeat;*/
		background: #333;
		cursor: pointer;
		display: block;
		height: 5px;
		width: 100%;
	}


#containerBox {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	
}

#draggableElement {
	cursor: move;
	height: 2250px;
	margin: 0;
	position: absolute;
	width: 4600px;
	left: -838px;
	z-index: 1;
}

	#draggableElement ul li { float: left; }

.item {
	background: url('../images/bg_chart.png?348') no-repeat;
	float: left;
	height: 740px;
	margin: 0 -7px -5px 0;
	position: relative;
	width: 844px;
	z-index: 100;
}
	
	.item .chart-big,
	.item .chart-small {
		background: #fff;
		left: 10px;;
		padding: 10px;
		position: absolute;
		width: 800px;
	}
	
	.item .chart-big { top: 10px; }

	.item .chart-small {
		height: 222px;
		top: 486px;
	}
	
		.chart-small div { 
			float: left; 
			width: 395px;
		}
		
		.chart-small .left { margin: 0 10px 0 0; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } 
*:first-child+html .clearfix { zoom: 1; } 


.clear { clear: both; }



