* {
	margin: 0;
	padding: 0;
}
html {
/*
	width: 100%;
	height: 100%;
*/
}
body {
/*
*/
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #ffffff url('/img/head_bg_rubber.jpg') left top repeat-x;
	background: url('/img/head_bg_main.jpg') center top no-repeat;
	font: normal 11px/20px Verdana;
}

:focus {
	-moz-outline: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

* html .clearfix {
 	height: 1%;
	overflow: visible;
}
*+html .clearfix {
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.img_links {
	font-size: 0;
	line-height: 0;
}

#obj_box {
/*
	position: absolute;
	width: 100%;
	background: url("/img/bg_topobj.png") center top no-repeat;
*/
	position: relative;
	width: 350px;
	height: 250px;
	z-index: 5;
}
#obj_box div {
/*
	margin-left: 65%;
	margin-top: 55px;
*/
}

#main_box {
	width: 90%;
	min-width: 900px;
/*
	margin: 0 auto;
	padding: 0 50px 270px;
	background: url('/img/head_bg_main.jpg') center top no-repeat;
	position: relative;
	z-index: 3;
*/
}
	#left_box {
		/*
		float: left;
		position: relative;
		margin-right: 355px;
		*/
		overflow: hidden;
		width: 60%;
		min-width: 545px;
	}
		#head_box {
			height: 215px;
		}
			#head_left {
				position: relative;
				float: left;
				width: 280px;
				z-index: 2;
			}
				#head_nav {
					margin-left: 12px;
					padding: 16px 0 10px 0;
				}
					#head_nav a {
						font-size: 0;
						line-height: 0;
						display: inline;
						float: left;
						margin: 0 14px;
					}
					#head_nav #search_form {
						float: left;
						margin-left: 67px;
					}
						#head_nav #search_form input {
							margin-top: -12px;
							width: 118px;
						}
						#head_nav #search_form img {
							margin-left: 1px;
							cursor: pointer;
						}
							
				#head_logo {
					margin-left: 0px;
				}

		#content_box {
			padding-top: 35px;
			position: relative;
		}

			.content_section_name {
				background: url('/img/icon_sectionname_cur.gif') left center no-repeat;
				font: bold 14px/16px Verdana;
				color: #0058a8;
				text-transform: uppercase;
				margin: 32px 3px 16px;
				padding-left: 22px;
			}
	#right_box {
		position: relative;
		float: right;
		min-width: 300px;
		width: 30%;
	}
		#right_box_phone {
			/*
			display: inline;
			float: right;
			margin: 11px 0 270px;
			*/
			position: relative;
			margin: 11px 0 0px;
			width: 100%;
		}
/*		#right_box_phone img {
			float: left;
			margin-right: 1px;
		}*/
/*			#right_box_content {
				padding: 0 30px 0 24px;
			}
				#right_box_content a {
					font: normal 12px/14px Verdana;
					color: #0058a8;
				}
				#right_box_content p {
					font: normal 10px/14px Verdana;
					color: #000000;
					margin: 16px 0 0;
				}*/
	#content_print_box {
		background: url('/img/icon_print.gif') 5px center no-repeat;
		border-bottom: 1px solid #e2e3e2;
		margin: 30px 0 0;
		padding-left: 35px;
	}
		#content_print_box a {
			font: normal 10px/12px Verdana;
			color: #626262;
			display: block;
			padding: 8px 0;
		}
	#footer_box {
		position: absolute;
		margin-top: -201px;
		background: url('/img/footer_back.jpg') center bottom no-repeat;
		width: 100%;
		min-width: 900px;
		height: 201px;
/*		
		bottom: 0px;
		padding: 0 50px;
*/
	}
		#footer_box_paddings {
			padding: 0 50px;
		}
		#footer_nav {
			background-color: #0058a8;
			float: left;
			display: inline;
			padding: 4px 0 5px;
		}
			#footer_nav a {
				font-size: 0;
				line-height: 0;
				display: inline;
				float: left;
				margin: 0 10px;
			}
		#footer_menu {
			float: left;
		}
			#footer_menu a {
				background: url('/img/footer_menu_item.gif') left center no-repeat;
				font: normal 10px/11px Arial;
				color: #0054a6;
				display: inline;
				float: left;
				margin-left: 22px;
				padding: 3px 0 3px 12px;
			}
		#footer_search {
			line-height: 0px;
			float: left;
			margin-left: 54px;
		}
			#footer_search input {
				width: 118px;
			}
			#footer_search img {
				margin-left: 1px;
			}
		#footer_info {
			
		}
			#footer_info #footer_left {
				float: left;
			}
			#footer_info #footer_right {
				float: right;
				padding-top: 96px;
			}
			#footer_info p {
				font: normal 10px/16px Arial;
				color: #626262;
				margin: 72px 0 0;
			}
				#footer_info p span {
					color: #0057a7;
				}
			#footer_counters {
				/*padding: 12px 0;*/
			}
				#footer_counters div.count {
					float: left;
					margin-right: 10px;
				}
