html, body {
	margin: 0;
	font-family: Arial;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../../../include0/img_graph/fond2.jpg) bottom left repeat-x #FFF;
}

.btn_jump {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 20px;
}

.logo {
	position: absolute;
	z-index: 99;
	top: 20px;
	left: 50px;
}

.contacts {
	position: absolute;
	z-index: 4;
	bottom: 1px;
	right: 5px;
	left: 5px;
	text-align: center;
	color: #004d93;
	font-size: 11px;
	font-weight: bold;
}

A {
/*	color: #AF5919;	*/
	color: #004d93;
	text-decoration: underline;
}

.cubes {
	display: none;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: -50px;
	width: 248px;
	height: 192px;
	background: url(../../img_graph/cube.png) bottom left no-repeat;
}

.loader {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -45px;
	width: 32px;
	height: 32px;
	background-color: #fff;
	padding: 9px;
	border: solid 1px #e0e1e3;
}

.cat {
	position: absolute;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0px;
}

.cat DIV {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	border: solid 1px #e0e1e3;
}

.cat TD {
	vertical-align: top;
}

.navig_cat {
	position: absolute;
	z-index: 4;
	bottom: 300px;
	left: 50%;
	margin-left: -550px;
	width: 1099px;
	height: 27px;
	display: block;
}

.navig_cat IMG {
	cursor: pointer;
}

.navig {
	position: absolute;
	z-index: 1;
	bottom: 392px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 27px;
	display: none;
}

.navig IMG {
	cursor: pointer;
}

.image_g {
	position: absolute;
	width: 630px;
	height: 492px;
	bottom: 150px;
	left: 50%;
	margin-left: -315px;
	text-align: center;
	overflow: hidden;
}

.image_g IMG{
	padding: 10px;
	background-color: #FFF;
	border: solid 1px #ccc;
}