
/*
* {
	cursor: url(/img/cursors/transparent.cur), url(/img/cursors/transparent.gif), auto;
}
*/

body {
	/* overflow-y: scroll; */
	color: #555;
}

#body {
	display: block;
	color: #555;
}

h1, h2, h3, h4 { color: #555; } 


/* body-white */
#nava li span, #footer span, .english span {
	background-color: #fff;
	color: #555;
}
#footer a {
	color: #c4161c;
}
#rabota {
	bottom: 58px;
}
#nava li a:hover, #footer a:hover {
	color: #000;
}



/* body-black */
.body-black #nava li span, .body-black #footer span {
	background-color: #000;
	color: #fff;
}
.body-black #nava li a, .body-black #footer a {
	color: #fff;
}
.body-black #nava li a:hover, .body-black #footer a:hover {
	color: #c4161c;
}


#loader {
	background: url('/img/ajax-loader-black.gif');
}

.loader-white {
	background: #fff url('/img/ajax-loader.gif') center center no-repeat;
}

#footer {
	/*padding-top: 550px !important;*/
	color: #555;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 650px;
	bottom: 58px;
	float: none;
}

#splash {
	position: absolute;
	z-index: 1;
	width: 100%;
	min-width: 900px;
	top: 0;
	left: 0;
}
#children {
	position: absolute;
	z-index: 1;
	top: 250px;
	left: 300px.0;
}

#link {    	
	z-index: 0;
	width: 100%;
	height: 100%;
	min-height: 900px;
	top: 0px;
	left: 0px;
	position: absolute;
}
#link a, #link img {
	display: block;
	width: 100%;
	height: 100%;
	-height: 900px;
}

#nava, #footer {
	z-index: 1;
}

