html, body {
	height: 100%;
	overflow: hidden;
/*	background: #f0f0f0;*/
	background: #fff;
	color: #000; font-size: 1em; font-family: tahoma, arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#leftTitle {
	float: left;
	display: block;
	padding: 25px 0 0;
}

.rowSides {
	height: 120px;
}

#rightTitle {			
	display: block;
	float: right;
	padding: 25px 0 0;
}

#topTitle {
	padding-top: 10px;
}

#container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -120px;
	top: -120px;
/*	overflow: hidden;*/
}

.cell {
	width: 120px;
	height: 120px;
	float: left;
}

.rowMiddle {
	position: relative;
}

.firstArrows {
/*	cursor: pointer;*/
}

.firstArrows img {
/*	margin: 10px;*/
}

.rightMenu { 
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

#intro table, #leftMenu, #rightMenu, #topMenu, #bottomMenu {
	background: #fff;
}

#intro {
	float: left;
}

#leftMenu, #rightMenu {
	width: 120px;
	float: left;
}

#topMenu, #bottomMenu {		
	text-align: center;
	width: 100%;	
	height: 120px;
	float: left;
}
#topMenu {
	vertical-align: bottom;
}
#bottomMenu {
	vertical-align: top;
	background: #fff;
}

#goLeft {
	display: block; 
	height: 70px;
	padding-left: 10px;
}

#goRight {
	display: block; 
	height: 65px;
	width: 100%;
	float: right;
}

ul#mainMenu {
	padding: 0;
	margin: 20px 0 0 0;
	text-align: center;
}

	ul#mainMenu li {
		display: inline;
		padding: 0 8px;
	}
	


#docktop, #dockbottom {
	display: block;
	margin: 0 auto;
	padding: 0;
}

	.dockItem {
		font-size: 11px;
/*		padding-top: 70px;*/
		width: 100px;
		height: 100px;
		display: block;
		float: left;
	}
	
		#dockbottom .dockItem {
/*			padding-top: 57px;*/
		}

#dockHor {
	margin: 0 10px;
	padding: 0;
}

	#dockHor li.dockItem {
		padding-top: 10px;
		width: 100px;
		height: 100%;
		display: block;
	}
	
	
#newsLine {
	float: left;
	height: 30px;
	margin: 0 9px;
	overflow: hidden;
	position: relative;
}

#newsAll {
	height: 30px;
	margin: 0 auto;
}


	#newsLine ul {
		position: absolute;
		width: 4000px;
		text-align: left;
	}

		#newsLine ul li {
			text-align: center;
			float: left;
			font-size: 13px;
			line-height: 21px;
		}
		
			#newsLine a {
				font-size: 13px;
				color: #a4a4a4;
				text-decoration: none;
				padding-left: 7px;
				background: url('/img/newsBorder.png') no-repeat;
			}
			
			#newsLine a:hover {
				color: #a4a4a4;
				text-decoration: underline;
			}

	#innerNews {
		width: 2500px;
	}

#newsLeft, #newsRight {
	cursor: pointer;
	display: absolute;
}

#newsLeft {
	float: left;
}

#newsRight {
	float: right;
}

.batony {
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 70px;
	height: 70px;
}

.open div.batony {
	background-position: right top;
}

#bottomTitle {
	margin-bottom: 10px;
}

li.dockItem a.top {
	padding-top: 70px;
	display: block;
}

li.dockItem a.bottom {
	padding-top: 57px;
	display: block;
}
