html, body
{
	height: 100%;
	margin: 0;
}

body
{
	background: white url(img/body.png) repeat-x center 0;
}


body, td, th
{
	font: 12px/22px Tahoma, Geneva, sans-serif;
	color: #666666;
}

a
{
	color: #f5a300;
}
	a img
	{
		border: none;
	}
	
a:hover
{
	color: #aa3300;
}

p, blockquote, form,
h1, h2, h3, h4, h5,
ul, ol, dl
{
	margin: 0;
	padding: 0;
}

ul li
{
	list-style: none;
	background: url(img/li.png) no-repeat 0 8px;
	padding: 0 0 0 27px;
	margin: 0;
}

h1, h2, h3, h4
{
	color: #aa3300;
}

h1, h2
{
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}

	#h-index
	{
		background: url(img/h-index.png) no-repeat;
		font-size: 34px;
		line-height: 36px;
		height: 36px;
	}

	#h-news
	{
		background: url(img/h-news.png) no-repeat;
		font-size: 20px;
		line-height: 36px;
		margin: 30px 0 5px 0;
		height: 36px;
	}
	
	/* if without images */
	h1 span,
	h2 span
	{
		position: absolute;
		z-index: -1;
		width: 670px;
	}
	
h4
{
	letter-spacing: 3px;
	font-size: 12px;
}

div#content
{
	min-height: 100%;
	background: url(img/content.png) repeat-x bottom center;	
}
	div#fon
	{
		width: 880px;
		margin: 0 auto;
	}
		
	div#left
	{
		width: 180px;
		float: left;
		margin-top: 80px;
	}
		p#logo
		{
			text-align: center;
			line-height: 90px;
			position: relative;
			left: -20px;			
		}
			
			/* if without images */
			#logo a
			{
				text-decoration: none;
				font-size: 36px;
				color: black;
			}
	
	ul#menu
	{
		margin-bottom: 40px;
		margin-top: 30px;
	}
		#menu li
		{
			line-height: 40px;
			font-size: 16px;
			padding: 0;
			margin: 0;
		}
		
		#menu a
		{
			display: block;
			height: 40px;
			background: url(img/menu-map.png);
			color: #aa3300;
		}
		
		/* if without images */
		#menu span
		{
			z-index: -1;
			position: absolute;
			line-height: 40px;
			margin-left: 40px;
		}
		
		#menu a:hover
		{
			background-position: -180px 0;
			color: #f5a300;
		}
		
		#menu a.current
		{
			background-position: -360px 0;
			color: black;
		}
		
		#menu #m-2 a
		{
			background-position: 0 -40px;
		}
			#menu #m-2 a:hover
			{
				background-position: -180px -40px;
			}
			
			#menu #m-2 a.current
			{
				background-position: -360px -40px;
			}

		#menu #m-3 a
		{
			background-position: 0 -80px;
		}
			#menu #m-3 a:hover
			{
				background-position: -180px -80px;
			}
			
			#menu #m-3 a.current
			{
				background-position: -360px -80px;
			}
		
		#menu #m-4 a
		{
			background-position: 0 -120px;
		}
			#menu #m-4 a:hover
			{
				background-position: -180px -120px;
			}
			
			#menu #m-4 a.current
			{
				background-position: -360px -120px;
			}
			
		#menu #m-1 ul a,
		#menu #m-2 ul a,
		#menu #m-3 ul a,
		#menu #m-4 ul a
		{
			background: white url(img/menu-ul-a.png) no-repeat 1px 0;
			padding-left: 12px;
			height: 20px;
		}
		
		#menu #m-1 ul a:hover,
		#menu #m-2 ul a:hover,
		#menu #m-3 ul a:hover,
		#menu #m-4 ul a:hover
		{
			background-position: 1px -20px;
		}
		
		#menu #m-1 ul a.current,
		#menu #m-2 ul a.current,
		#menu #m-3 ul a.current,
		#menu #m-4 ul a.current
		{
			background-position: 1px -40px;
		}
		
		ul#menu ul
		{
			margin-left: 39px;
			margin-bottom: 10px;
		}
		
		#menu li li
		{
			font-size: 11px;
			line-height: 20px;
		}
		
	p#banner
	{
		margin-bottom: 40px;
	}
	
	p#phone
	{
		font-size: 10px;
		line-height: normal;
		color: #999999;
		text-align: right;
		background: url(img/phone.png) no-repeat left bottom;
		padding-bottom: 2px;
		margin-bottom: 150px;
	}
		#phone strong
		{
			font-size: 19px;
			font-weight: normal;
			line-height: 30px;
			color: #aa3300;
		}
		
	div#right
	{
		width: 670px;
		float: right;
	}
	
	p.next a
	{
		padding-right: 22px;
		background: url(img/next-map.png) no-repeat right -2px;
	}
	
	p.next a:hover
	{
		background-position: right -24px;
	}
	
	p#home
	{
		height: 201px;
		background: url(img/home.jpg) no-repeat;
	}
	
	p#home.index
	{
		height: 495px;
		background: url(img/home-index.jpg) no-repeat 0 27px;
	}
	
		p#home a
		{
			display: block;
			width: 53px;
			height: 50px;
			background: url(img/home-map.png) no-repeat -53px 0;
			float: right;
			margin-top: 74px;
		}

		p#home a:hover
		{
			background-position: -1px 0;
		}
		
		/* if without images */
		p#home span
		{
			z-index: -1;
			position: absolute;
			line-height: 20px;
			text-decoration: underline;
			width: 53px;
		}
			
div#spacer
{
	height: 100px;
	clear: both;
}

div#foot
{
	width: 880px;
	margin: 0 auto;
	margin-top: -90px;
	overflow: hidden;
	padding-top: 20px;
}

dl.news dt
{
	color: #999999;
	font-size: 10px;
	line-height: 22px;
}

dl.news dd
{
	margin: 0;
	padding: 0;
	min-height: 88px;
	margin-bottom: 22px;
}
	dl.news dt strong
	{
		display: block;
		font-size: 12px;
		line-height: 22px;
		font-weight: bold;
		color: #aa3300;
	}
	
	.n-first,
	.n-second,
	.n-third
	{
		width: 210px;
		float: left;
	}
	
	.n-second
	{
		margin: 0 20px;
	}

p#counters
{
	float: left;
	width: 210px;
	padding-top: 14px;
}

div#copyrights
{
	float: left;
	margin-top: 8px;
}
	#copyrights li
	{
		margin: 0;
		padding: 0;
		float: left;
		margin-right: 15px;
		line-height: 14px;
		background: none;
	}
	
p#freelab
{
	line-height: normal;
	width: 210px;
	float: right;
	background: url(img/socket.png) no-repeat right;
	margin-top: 8px;
	line-height: 18px;
}
	#freelab img
	{
		margin: 3px 10px 0 0;
	}
	
.i-left
{ margin: 7px 10px 7px 0;}

.info
{
	background: #ffedc9 url(img/info.png);
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	padding: 8px 40px;
}

div#c-left
{
	width: 210px;
	float: left;
}

div#c-right
{
	width: 440px;
	float: right;
}
	#c-right img
	{
		margin: 10px 0;
	}

p.zoom a
{
	padding-left: 18px;
	background: url(img/zoom-map.png) no-repeat 0 -2px;
}

p.zoom a:hover
{
	background-position: 0 -22px;
}

#c-form
{
	clear: both;
	padding-top: 20px;
}

#c-table
{
	border-width: 0;
	border-collapse: collapse;
	width: 670px;
}
	#c-table td
	{
		vertical-align: top;
		padding: 10px 0 0 0;
	}

.input
{
	width: 590px;
}

.input input,
.input textarea
{
	width: 100%;
}

.input textarea
{
	height: 100px;
}

.submit
{
	width: 106px;
}

.clear
{
	clear: both;
	height: 0;
	overflow: hidden;
}
