/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html { font-size: 81.25%; }
body {
	font: normal 1em/1.3em Tahoma, Geneva, sans-serif;
	color: #4D4D4D;
	background-color: #ffffff;
}
:focus { outline: 0; }
ol, ul { list-style: none; }
/* ******** end CSS Reset ******** */

/* text */
strong, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 {
	font-size: 1.23em;
	margin: 0em 0 0em;
	font-weight: normal;
	
}
h2 {
	font-size: 1.077em;
	margin: 0.1em 0 0.5em;
	color: #0093BA;
	font-weight: normal;
	}
h3 { font-size: 0.846em; }
h4 {
	font-size: 0.846em;
	margin: 1.23em 0 .615em;
}
h5 {
	font-size: 1.2em;
	margin: 1.33em 0 .67em;
}
h6 {
	font-size: 1em;
	margin: 1.6em 0 .8em;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
	line-height: 1.143em;
}
p, hr, ul, ol, table { margin-bottom: 1.143em; }
hr {
	margin-top: 1.143em;
	background-color: #e8e8e8;
	border: 0px;
	height: 2px;
}
table h2, table h3 { margin-bottom: 0em; }
em { font-style: italic; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
/* lists */
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
/* links */
a {
	text-decoration: underline;
	color: #0071BC;
}
a:hover { text-decoration: none; }
.act a:link {
	text-decoration: underline;
	color: red;
}

.act a:visited {
	text-decoration: underline;
	color: red;
}

h1 a { text-decoration: none; }
h1 a:hover { text-decoration: underline; }
input[type='text'], input[type='password'] { cursor: text; }
.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.right { float: right; }
.left { float: left; }
/* Site */
.top-b {
	margin: 0px auto 30px;
	width: 968px;
	text-align: center;
	overflow: hidden;
}
.header {
	margin: 0px auto 23px;
	width: 968px;
	position: relative;
	height: 85px;
}
.logotype {
	background: url(images/logo_kn_i_co.jpg);
	display: block;
	height: 38px;
	width: 198px;
	position: absolute;
	left: 0px;
	top: 34px;
	text-indent: -999em;
}
.header .title-block {
	padding-left: 13px;
	border-left: 1px solid #cde2ec;
	margin: 0px 20px 0px 240px;
	height: 80px;
}
.header .title-block h1 {
	font-size: 26px;
	color: #0093BA;
	line-height: normal;
	font-weight: normal;
}
.header .title-block h2 {
	font-size: 18px;
	color: #727272;
	font-weight: normal;
	line-height: normal;
	line-height: 18px;
	margin: 0px;
}
.header .title-block h2 strong {
	font-size: 23px;
	color: #e7b741;
	font-weight: bold;
}
.header .title-block h2 span { font-size: 37px; }
.header .search {
	position: absolute;
	top: 25px;
	right: 0px;
	text-align: right;
}
.search .form-text {
	border: 1px solid #cecece;
	height: 22px;
	width: 145px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.search .form-submit {
	color: #FFFFFF;
	background: #498fb6;
	border-width: 0px;
	height: 24px;
	float: left;
	margin: 0px;
}
#gorizontal-menu {
	margin: 0px auto 14px;
	width: 968px;
	background: #d6ebf5;
	height: 35px;
	overflow: hidden;
}
#gorizontal-menu ul {
	float:left;
	overflow: hidden;
	margin: 0px;
}
#gorizontal-menu li {
	float: left;
	border-right: 1px solid #f8fcfd;
	border-left: 1px solid #badef1;
	padding-right: 16px;
	padding-left: 16px;
	line-height: 22px;
	margin: 7px -1px 0px;
}
#gorizontal-menu li:first-child { border-left: 0px; }
#gorizontal-menu li:last-child { border-right: 0px; }
#gorizontal-menu a {
	color: #0071BC;
	font-size: 12px;
}

#gorizontal-menu a.act {
	color:red;
	font-size: 12px;
}

#gorizontal-menu ul li.act {
	color:red;
	font-size: 12px;
}
#gorizontal-menu a:visited.act {
	color:red;
	font-size: 12px;
}
.wrapper {
	margin: 0px auto;
	width: 968px;
}
#sidebar-left {
	float: left;
	width: 227px;
}
#vertical-menu {
	background: #3ba3ca url(images/bg_vert_menu.png) repeat-x bottom;
	padding: 23px 14px 14px;
	margin-bottom: 14px;
}

#vertical-menu h2 {color: white;}
#vertical-menu ul { margin: 0px; }
#vertical-menu li { margin-bottom: 12px; }
#vertical-menu a { color: #FFFFFF;font-size: 12px; }
.border { border: 1px solid #cce3ed; }
.block {
	padding: 14px;
	margin-bottom: 14px;
}
.block h2 {
	margin: 0px 0px 0.75em;
	font-size: 1em;
	font-weight: bold;
	color: #00B0ED;
	line-height: normal;
}
.block h3 {
	margin: 0px 0px 0.75em;
	font-size: 0.846em;
	font-weight: normal;
	color: #91cfed;
	line-height: normal;
}
.block h3 a { font-weight: bold; color:#91cfed; }
.block ul { margin: 0px; }
.block ul li {
	margin-bottom: 8px;
	font-size: 0.85em;
}
.block ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.block ol li {
	margin: 20px 0px 0px;
	padding: 0px;
	color: #6a6a6a;
	font-size: 12px;
}
/*.block ol li:last-child { margin: 0px; }*/
.block ol li h3 {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 3px;
}
.block ol li h3 a { color:#426bb6; }
.block li cite {
	display: block;
	font-style: normal;
	font-size: 10px;
	margin: auto;
}
.block li cite a { color:#42adeb; }
#center {
 1margin: 0px 211px 0px 241px;
	float: left;
	margin: 0px 0px 0px 14px;
	width:515px;
}
.content li {
	background: url(images/bullet.gif) no-repeat 6px 5px;
	padding-left: 19px;
}
.center-block {
	padding: 14px;
	margin-bottom: 14px;
}
.center-block li {
	background: url(images/bullet_st.gif) no-repeat left 6px;
	padding-left: 17px;
	margin-bottom: 3px;
}
.center-b {
	text-align: center;
	overflow: hidden;
	margin-bottom: 14px;
}
.center-bloks { margin-top: 14px; }
.center-bloks li {
	padding: 0px;
	background: url(none);
}

.center-bloks .col {
	float: left;
	width: 49%;
}
.center-bloks .block { padding: 0px 20px 0px 0px; }
.cart img {
	margin-right: 10px;
	margin-bottom: 45px;
}
.cart h1 { margin: 0px 0px 2px; }
.cart h2 { margin: 0px 0px 3px; }
.cart p {
	font-size: 0.923em;
	color: #333333; 
	line-height: normal;
}
.rounds-but li {
	background: url(images/butts.png) no-repeat left top;
	float: left;
	white-space: nowrap;
	line-height: 24px;
	margin: 0px 5px 10px 0px;
	padding: 0px 0px 0px 9px;
	color: #FFFFFF;
}
.rounds-but span {
	background: url(images/butts.png) no-repeat right;
	display: block;
	padding: 0px 8px 0px 0px;
}
.rounds-but a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar-right {
	width: 198px;
	float: right;
}
.right-b { margin-bottom: 14px; }
.more-things { padding: 5px 0px 5px 52px; }
.ico1 { background: url(images/ico1.png) no-repeat left top; }
.ico2 { background: url(images/ico2.png) no-repeat left top; }
.footer {
	margin: 28px auto 0px;
	width: 968px;
	border-top: 1px solid #cce3ed;
}
.footer .box { padding: 20px 0px 20px 20px; }
.footer .copy {
	font-size: 11px;
	color: #C0C0C0	;
	float: right;
	padding: 0px 7px 0px 0px;
}
.footer h2 {
	color: #4D4D4D;
	font-size: 15px;
}
.footer ol { clear: both; }
.footer ol li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 24%;
}
div.sape { text-decoration:none;
font-size: 9px;
	
	color: #999999;
		text-align:center;


}

a.sape, a.sape:hover, a.sape:visited
{ text-decoration:none;
font-size: 9px;
font-weight:lighter;
	color: #999999;
	

}

a:link.sape
{ text-decoration:none;
font-size: 9px;
font-weight:lighter;
	color: #999999;
	

}
