html, body {
	background: #FFF;
	font-size: 90%;
	font-family: Tahoma;
	color: #7b7b7b;
	text-align: center;
}

body {
	padding: 0 10px;
	background: url(bg.gif) repeat-x;
}

#header, #header_top, #menu, #content {
	margin: 0 auto;
	width: 1000px;
}

* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a img {
	border:none;
}

.h_top
{
float:left;
}

.h_top_text
{
color:#FFF;
width:700px;
text-align:center;
padding-top:45px;
padding-left:20px;
}

#header_top {
	height: 48px;
	background: url(header_top_bg.gif) repeat-x;
}

#header {
	height: 154px;
	background: url(header_bg.gif) repeat-x;
}

	#header .main {
		left: -4px;
		overflow: hidden;
		position: relative;
		z-index: 1;

	}

	*html #header .main {
		width: 100%;
	}

	#header .main .logo {
		float: left;
	}

	#header ul.links {
		float: right;
		margin: 12px 60px;
	}

	#header ul.links li {
		float: left;
		display: inline;
	}
	
	#header ul.links li a {
		text-align: center;
		display: block;
		width: 32px;
	}

#background {
	width: 100%;
	min-width: 1000px;
	position: absolute;
	left: 0px;
	top: 48px;
	text-align: center;
}

	*html #background {
		width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
	}

	#background .main {
		margin: 0 auto;
		width: 596px;
		height: 154px;
		background: url(header_bg.jpg) no-repeat;	
	}

#menu {
	overflow: auto;
	background: url(menu_bg.gif) #FFF repeat-x;	
}

* html #menu {
	margin-top: -3px;
}

	#menu .row {
		overflow: hidden;
	}

	*html #menu .row {
		width: 100%;
	}

	#menu ul.main, #menu ul.lang {
		float: left;
		list-style-type: none;
	}

	#menu ul.main {
		width: 50%;
	}

	#menu ul.lang {
		width: 26%;
	}

	#menu ul li {
		display: inline;
		line-height: 53px;
		padding-right: 30px;
	}

	#menu ul li a {
		color: #55575B;
		text-decoration: none;
		font-family: Trebuchet MS;
	}

	#menu ul li a:hover {
		color: #00AFF0;
	}

	#menu ul li a.current, #menu ul li.active a {
		color: #00AFF0;
		font-size: 120%;
		font-weight: bold;
	}

#content {
	overflow: auto;
	padding: 18px 0;
	background: url(main_bg.gif) repeat-x;	
}

	#content * {
		bborder: 1px solid #333;
	}

	#content h1 {
		margin-bottom: 12px;
		color: #007BAC;
		font-size: 160%;
		font-weight: normal;
		font-family: Trebuchet MS;
	}

	#content .main {
		float: left;
		width: 50%;		
margin-left:65px;
overflow:hidden;
	}
	
		#content .main p {
			line-height: 1.5em;
			margin: 18 40 0 8px;
		}

		#content .main h2 {
			margin-top: 20px;
			font-size: 100%;
		}

		#content .main ul.text {
			list-style-type: none;
			margin: 20 18 0 16px;
		}

		#content .main ul.text li {
			line-height: 1.4em;
		}

		#content .main ul.works {
			overflow: hidden;
			width: 100%;
			list-style-type: none;
		}

		#content .main ul.works li {
			width: 140px;
			display: block;
			float: left;

			margin-right: 30px;
		}

		#content .main ul.works img {
			margin-bottom: 16px;
		}

		*html #content .main ul.works img {
			margin-bottom: 0;
		}

		#content .main ul.works li a {
			display: block;
			width: 141px;
			padding: 8px;
			color: #898989;
			font-size: 90%;
			background: url(works_border.gif) #FFF no-repeat;
		}

		#content .main ul.works li a:hover {
			color: #00AEEF;
			background: url(works_border_current.gif) #FFF no-repeat;
		}

	#content .menu {
		float: left;
		width: 26%;
	}

			#content .menu ul {
				list-style-type: none;
			}

			#content .menu ul li {
				line-height: 18px;
			}

			#content .menu ul li a {
				color: 0076a3;
				font-weight: bold;
				font-size: 90%;
			}

			#content .menu ul.news li {
				margin-bottom: 12px;
			}

			#content .menu ul.news li strong {
				display: block;
				color: #0076A3;
			}

			#content .menu ul.news li a {
				font-weight: normal;
				font-size: 90%;
				color: #7B7B7B;
			}

		#content .menu h3 {
			margin-top: 16px;
			font-size: 100%;
			color: #00AEEF;
		}

		#content .menu h3 a {
			color: #00AEEF;
		}

.hr {
		clear: both;
		margin-bottom: 20px;
		overflow: hidden;
		height: 2px;
		background: url(hr_bg.gif) repeat-y;

	}

	#content .menu .hr {
		margin: 20px 0;
		overflow: hidden;
		height: 2px;
		background: url(hr_menu_bg.gif) repeat-y;
	}

	.footer {
		width: 100%;
		overflow: auto;
		margin-top: 0px;
	}
	
	.footer p {
		color: #636363;
	}

	.footer a {
		color: #00AEEF;
	}

	.footer .left, .footer .left {
		float: left;
		margin-right: 20px;
	}

	img.contacts {
		float: left;
		margin:  6 20 0 0px;
	}

	input {
		font-family: Trebuchet MS;
	}

	input.inp, textarea.inp, select.inp{
		width: 200px;
		background: url(input_bg.gif) #f2f2f2 repeat-x;
		border: 1px solid #F7F7F7;
		border-top: 1px solid #333;
		border-left: 1px solid #333;
	}

	input.btn, input.btn_active {
		line-height: 22px;
		padding: 0 10px;
		text-align: center;
		font-weight: bold;
	}

	input.btn {
		border: 1px solid #838383;
		background: url(button_bg.gif) #c8c8c8 repeat-x;
		color: #555;
	}

	input.btn_active {
		margin-left: -3px;
		border: 1px solid #007DA6;
		background: url(button_active_bg.gif) #50ccfa repeat-x;
		color: #fff;
	}

	*html input.btn, input.btn_active {
		height: 24px;
		padding: 0px;
	}

	form table {
		font-size: 100%;
	}

	form table td {
		padding: 1 0px;
	}

	.subtitle {
		margin: 20 0 -10 0px;
		overflow: hidden;
		width: 100%;
	}

	.subtitle * {
		float: left;
	}

	.subtitle .left {
		width: 5px;
		height: 32px;
		background: url(subtitle_left.gif) no-repeat;
	}

	.subtitle .content {
		display: block;
		padding: 0 10px;
		font-weight: bold;
		line-height: 32px;
		color: #fff;
		background: url(subtitle_bg.gif) repeat-x;
	}

	.subtitle .right {
		width: 22px;
		height: 32px;
		background: url(subtitle_right.gif) no-repeat;
	}

#left_column{float:left;}
.footer .right{float:right;margin-right:130px;}
.footer{float:left;width:1000px;margin-top:-195px;}
#content #rm{float:left;width:175px;}
textarea.inp{height:150px;}
