body {
	margin: 0px;
	font: 13px Tahoma;
}
a {
	color: #013171;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px solid gray!important;
}
#wrap {
	width: 1050px;
	/*border: 1px solid black;*/
	margin: 0px auto;	
}
#logo {
	height: 209px;
	background: url(/img/logo.jpg) no-repeat top left;
	outline: none;
}
#menu {
	background: #282828;
	height: 23px;
}
#container_menu {
	width: 820px;
	margin: 0px auto;
}
.topmenu {
	height: 23px;
	background: #282828;
	font-family: Tahoma, Arial;
	color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 5;
}
	.topmenu a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 0 15px;
	}
	.topmenu li {
		line-height: 23px;
		float: left;
		margin: 0 20px;
		position: relative;

	}
	.topmenu li.active, .topmenu li:hover {
		background: gray;
	}
		.topmenu li ul {
			display: none;
			background: #282828;
			list-style: none;
			margin: 0px;
			left: 0;
			top: 23px;
			padding: 0px;
			position: absolute;
			width: 100%;
			z-index: 2;

		}
			.topmenu li ul li {
				float: none;
				margin: 0 16px 3px;
				padding: 0px;
				zoom: 1;
				text-align: center;

			}
			.topmenu li ul li a {
				line-height: 110%;
				font-size: 11px;
				padding: 10px 0px 8px 0px;
			}
			.topmenu li ul li:hover, .topmenu li ul li.active {
				background: none;
			}
				.topmenu li ul li:hover a {
					color: #8ae8ff;
				}
				.topmenu li ul li.active a {
					font-weight: bold;
				}

		.topmenu li:hover ul {
			display: block;
		}
#new {
	background: #cbcbcb;
}
	#new table {
		width: 100%;
	}
		#new table td {
			background: #fff;
			padding: 5px;
		}
		#new h2 {
			font-size: 15px;
			margin: 0px 0px;
			text-align: right;
		}
		#new p {
			margin: 0px;
			text-align: right;
			color: #013171;
		}
		#new a {
			color: #013171;
		}
			#new a:hover {
				text-decoration: none;
			}
#main {
	padding: 10px 0px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
}
	#main #left {
		float: left;
		width: 470px;
		border-right: 1px dashed #d9d9d9;
		padding: 0px 20px 0px 40px;
	}
		#left #left_block {
			color: #585858;
		}
		#main #company_article {
			text-align: justify;
			float: left;
			width: 210px;
			padding-right: 10px;	
			border-right: 1px dashed #d9d9d9;		
		}
			#main #company_article h3 {
				font-size: 15px;
				margin: 3px 0px;
			}
			#main #company_article p {
				margin: 0px;
			}
		#main #feature {
			text-align: justify;
			margin-left: 220px;
			padding-left: 10px;
		}
			#main #feature ul {
				padding: 0px 10px;
				margin: 0px 10px;
			}
				#main #feature ul li {
					padding: 3px 0px;
				}
			#main #feature h3 {
				font-size: 15px;
				margin: 5px 0px;
			}
			#main #feature p {
				margin: 0px;
			}
	#main #right {
		margin-left: 550px;
		color: #585858;
	}
		#right .news {
			border-bottom: 1px dashed #d9d9d9;
			height: 90px;
			padding-left: expression((navigator.userAgent.toLowerCase().indexOf('mozilla/4.0') == "0") ? "5px" : "5px");
			margin-bottom: 10px;
		}
			#right .news .news_date {
				color: #013171;
			}
			#right .news h4 {	
				margin: 0px 0px 2px 0px;
				font-size: 12px;
				text-transform: uppercase;
			}
			#right .news ul {
				padding: 0px;
				margin: 0px;
				list-style: none;
			}
				#right .news li {
					width: 220px;
					width: expression((navigator.userAgent.toLowerCase().indexOf('mozilla/4.0') == "0") ? "200px" : "200px");
					float: left;
					margin-right: 30px;
				}
			#right .news p {
				margin: 0px;
			}
		#right .news_indus {
			border-bottom: 1px dashed #d9d9d9;
			height: 110px;
			padding-left: expression((navigator.userAgent.toLowerCase().indexOf('mozilla/4.0') == "0") ? "5px" : "5px");
			margin-bottom: 10px;
		}
			#right .news_indus .news_date {
				color: #013171;
			}
			#right .news_indus h4 {	
				margin: 0px 0px 2px 0px;
				font-size: 12px;
				text-transform: uppercase;
			}
			#right .news_indus ul {
				padding: 0px;
				margin: 0px;
				list-style: none;
			}
				#right .news_indus li {
					width: 220px;
					width: expression((navigator.userAgent.toLowerCase().indexOf('mozilla/4.0') == "0") ? "200px" : "200px");
					float: left;
					margin-right: 30px;
				}
			#right .news_indus p {
				margin: 0px;
			}
			#right .all_news {
				text-align: right;
			}
		#right #partners {
			color: #585858;
			border-bottom: 1px dashed #d9d9d9;
			height: 170px;
			margin-bottom: 10px;
		}
			#right #partners h4 {	
				margin: 0px 0px 2px 0px;
				font-size: 15px;
				color: #013171;
			}
			#right #partners ul {
				padding: 0px;
				margin: 0px;
				list-style: none;
			}
				#right #partners li {
					width: 150px;
					float: left;
					margin-right: 10px;
				}	
				#right #partners li p {
					text-align: center;
				}
		#right #advert {
			border-bottom: 1px dashed #d9d9d9;
		}
			#right #advert h4 {	
				margin: 0px 0px 2px 0px;
				font-size: 15px;
				color: #013171;
			}
			#right #advert ul {
				padding: 0px;
				margin: 0px;
				list-style: none;
			}
				#right #advert li {
					background: #bfbfbf;
					height: 70px;
					margin: 10px 0px 20px 0px;
				}
	#main #banners {
		clear: both;
		padding: 15px;
	}
	#main table td {
		vertical-align: top;		
	}

#info {
	width: 850px;
}
#info h1 {
	font-size: 16px;
	margin: 5px 0px;
}	
#info h2 {
	font-size: 14px;
	margin: 5px 0px;
}
#info h5 {
	font-size: 11px;
	margin: 5px 0px;
}	
#info table td {
	vertical-align: top;
}
	#info .main_table {
		border-spacing: 0px;
	}
		#info .main_table td {
			padding: 3px;
		}
		#info .main_table table {
			border-spacing: 0px;
			border-bottom: 1px solid gray;
			border-left: 1px solid gray;
		}			
		#info .main_table table td {
			border-right: 1px solid gray;
			border-top: 1px solid gray;
		}
	#info .common_table {
		border-spacing: 0px;
		border-bottom: 1px solid gray;
		border-left: 1px solid gray;
	}
		#info .common_table td {
			padding: 3px;
			border-right: 1px solid gray;
			border-top: 1px solid gray;
		}
		#info .common_table table {
			border-spacing: 0px;
		}
		#info .common_table table td {
			padding: 0px!important;
			border-right: 0px solid gray!important;
			border-top: 0px solid gray!important;
		}		
#left_news {
	width: 200px;
}
	#left_news .news_date {
		color: #013171;
	}
	#left_news h4 {	
		margin: 0px 0px 2px 0px;
		font-size: 12px;
		text-transform: uppercase;
	}
	#left_news ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
		#left_news li {
			margin: 10px 0px;
		}	
	#left_news p {
		margin: 0px;
	}
	
#footer {
	clear: both;
	height: 100px;
	background: #272727;
	color: #fff;
	position: relative;
}
	#footer #tel {
		position: absolute;
		top: 20px;
		left: 30px;
		/*font-size: 28px;*/
	}
		#footer #tel a {
			color: #fff;
		}	
	#footer #copy {
		position: absolute;
		top: 20px;
		right: 30px;
		text-align: right;
	}
		#copy #powered {
			color: #010101;
		}
		#powered a {
			color: #010101;
			text-decoration: none;
		}
		#powered a:hover {
			color: #fff;
		}	
	#footer #footer_counter {
		position: absolute;
		right: 30px;
		top: 60px;
	}

.cform input,textarea,select {
	border: 1px solid gray;
}
.cform textarea {
	width: 300px;
	height: 100px;
}
.news_all ul {
	list-style: none;
}
	.news_all ul li {
		margin: 5px 0px;
	}
	.news_all .news_date {
		color: #013171;
	}
