body, html {
	height: 100%;
}

body {
	font: 10pt normal Tahoma, Arial, Helvetica, sans-serif;
}

 #page {
 	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 74px;
 }
 
	 #header {
			margin: 0 auto;
			width: auto;
			height: 100px;
			overflow: hidden;
			padding-top: 15px;
		}
	
			#logo {
				float: left;
				width: 400px;
				height: auto;
			}
	
				#logo img {
					float: left;
					margin: 0 30px 15px 0;
				}
				
				#logo p {
					float: left;
					margin-top: 11px;
					width: 200px;
					font-weight: bolder;
				}
			#header .google-ad {
				float: left;
				margin: 10px 0 0 20px;
			}
			
			#quick-panel {
				float: right;
				margin-top: 10px;
				width: auto;
			}

 	#sidebar {
 		float: left;
		width: 170px;
		padding-left: 15px;
	}

		 	#general-nav li {
		 		height: 25px;
				width: 168px;
		 		background: transparent url(http://oknakharkov.com/images/nav-item-bg.png) no-repeat;
				color: #ffffff;
				line-height: 25px;
		 	}
			
			#general-nav li + li {
		 		margin-top: 1px;
		 	}
			
				#general-nav li a {
					margin-left: 20px;
					color: #ffffff;
				}
				
			#search {
				height: 80px !important; 
				background: transparent url(http://oknakharkov.com/images/search-bg.png) no-repeat scroll 0px -120px !important;
			}
				#search input {
					
					margin: 25px 0 0 20px;
					width: 115px;
					background: transparent url(http://oknakharkov.com/images/search-field-bg.png) no-repeat;
					border: none;
				}
				
				#search a {
					font-size: 9pt !important;
					color: #848484 !important;
				}
				
		#details-nav {
			margin-top: 25px;
			height: 200px;
			width: 148px;
			background: #EBECED url(http://oknakharkov.com/images/search-bg.png) no-repeat scroll 0 100%;
			/*list-style-image: url(http://oknakharkov.com/images/bullet.png);*/
			padding: 0 0 0 20px;
		}
			#details-nav  li {
				float: left;
				margin-top: 5px;
				height: 25px;
				width: 115px;
				line-height: 25px;
				background: transparent url(http://oknakharkov.com/images/bullet.png) no-repeat 0 10px;
				border-bottom: 1px dashed #4b4b4b;
			}
			
			#details-nav  li.last-child {
				margin: 0 !important;
				border: none !important;
			}
			
			#details-nav  a {
				margin-left: 10px; 
				text-decoration: none;
				color: #4b4b4b;
			}
			
		.google-ad {
			float: right;
			margin: 20px 5px 0 0;
		}
	
	#content {
		float: left;
		margin-left: 15px;
		width: 781px;
		height: auto;
		padding-bottom: 50px;
	}
	
		#content p {
			margin: 15px 0 13px 0;
			clear: both;
		}
		
		#content .title {
			color: #007ead;
		}
		
		#window-scheme {
			float: left;
			margin: 10px 25px 35px 0;
		}
	
		.descr {
			margin-top: 20px;
			float: left;
			list-style-type: decimal;
			color: red;
			padding-left: 25px;
		}
			.descr p {
				color: #000000;
				margin: 0 !important;
			}
		
		#features {
			clear: both;
			width: auto;
			overflow: hidden;	
		}
		
			#features li {
				float: left;
				width: 380px;
				margin-right: 0;
			}
			
			#features li.last-child {
				margin: 0;
			}
			
				#features li * {
					float: left;
				}
				
				#features img {
					margin-right: 15px;
				}
				
				#features h6 {
					margin-top: 25px;
				}
				
				#features p {
					clear: none;
					margin: 0 !important;
					width: 200px !important;
				}
	
#footer {
	margin: 0 auto;
	margin-top: -74px;
	clear: both;
	height: 74px;
	width: 972px;
	overflow: hidden;
	background: transparent url(http://oknakharkov.com/images/footer-bg.png) no-repeat;
}
	#footer p {
		float: left;
		margin: 15px 0 0 20px;
		width: 120px;
		padding: 5px 15px;
		border-right: 2px solid #007ead;
	}
	
	#counters {
		float: left;
		margin: 20px 0 0 20px;
	}

		#counters li {
			float: left;
			margin-right: 20px;
		}
		
		#counters li.last-child {
			margin: 0;
		}

#contntz{}
#contntz a, a:hover{font: 10pt normal Tahoma, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;}
