/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
}
html {overflow-y: scroll; }

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
img {
	border: none;
}


/* start
----------------------------------------------------------
----------------------------------------------------------
----------------------------------------------------------  */

body {
	background-color: #1c1c1c;
	margin: 0 auto;
	color: #c3c3c3;
}

p {
	font-size: 0.9em;
	margin-bottom: 0.6em;
}

.container {
	background:url('../i/bg.jpg') no-repeat left top;
	height:654px;
	margin:20px auto 0;
	width:816px;
}

.content {
	float:right;
	height:200px;
	padding:55px 25px 0;
	width:355px;
}

.text {
	clear:left;
	color:#fff;
	font:bold 13px Verdana;
	height:150px;
}

/* logo
----------------------------------------------------------  */

h1 {
	width: 142px;
	height: 52px;
	background: url(../i/logo_knz_white.gif) bottom no-repeat;
	float: left;
	display: inline;
	margin: 23px 0 10px 40px;
}
h1 a {
	padding-right: 10px;
	display: block;
	width: 142px;
	overflow: hidden;
	padding-top: 52px;
	height: 0px !important;
	height /**/:52px;/* for IE5.5's bad box model */
	text-indent: -1000px;
}

/* content blocks
----------------------------------------------------------  */

#wrapper {
	width: 848px;
	margin: 0 auto;
	padding-top: 40px;
}

#menu_head {
}
#top {
	background: url(../i/bg_top.gif) bottom no-repeat;
	height: 15px;
	margin: 0;
	padding: 0;
}
#maincontent {
	background: url(../i/bg_main.gif) repeat-y;
	margin: 0;
	padding: 0;
	display: table;
}
#content {
	clear: both;
	width: 848px;
}
#footer {
	clear: both;
	background: url(../i/bg_bottom.gif) top no-repeat;
	height: 60px;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #999;
}
#footer p {
	padding: 22px 20px;
	margin: 0;
	font-size: 0.7em;
	color: #666;
	text-align: center;
}
h1 {
	float: left;
}
a {
	text-decoration: none;
	color: #c3c3c3;
}
a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}
ul#menu {
	margin: 0;
	padding-top: 20px;
	float: left;
	padding-left: 20px;
}

ul#menu li {
	float: left;
	list-style-type: none;
	padding-left: 20px;
	margin-left: 0;
	
}

ul#menu li h1 {
	border: none;
}
ul#menu li a {
	float: left;
	border-left: 6px solid #555;
	padding: 10px 32px 10px 12px;
	font-family: arial, verdana, sans-roman;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	font-size: 22px;
	
	
}
ul#menu li a span {
	font-size: 16px;
}
ul#menu li a:hover,
ul#menu li a.selected {
	float: left;
	border-left: 6px solid #eee;
	color: #eee;
}

ul#menu h2, ul#menu p {
	margin: 0;
	padding-left: 15px;
	font-family: arial, verdana, sans-roman;
	font-weight: bold;
}
.leftcol {
	clear: both;
	float: left;
	padding: 40px 0 0 40px;
}
.rightcol {
	float: left;
	width: 375px;
	margin: 45px 0 30px 40px;
}
.rightcol h2 {
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 1em;
	line-height: 1em;
	font-size: 1.3em;
}
.rightcol h3 {
	clear: both;
	font-weight: normal;
	margin-bottom: 0.4em;
	margin-top: 1em;
	line-height: 1em;
}
.rightcol ul {
	padding-left: 9px;
}

.rightcol li {
	margin: 6px;
	font-size: 0.9em;
}
.rightcol ul.prod  {
	padding-left: 15px;
	float: left;
}
.rightcol ul.prod li {
	list-style-type: none;
}
.rightcol img.prod  {
	margin-left: 3px;
	float: left;
	margin-bottom: 20px;
}

.smallcow {
	float: left;
	margin: 25px 30px 5px 0;
	display: table;
}
.smallcow img {
	float: left;
}
.smallcow p {
	float:left;
	margin-top: 20px;
	
}
.smallcow ul {
	padding: 0;
	padding-top: 22px;
}
.smallcow li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height; 6px;
	
}
.smallcow ul li a {
	color: #c3c3c3;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}
.smallcow ul li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

.leftcol img {
	padding-top: 20px;
	margin-bottom: 3em;
}
.discrete {
	color: #666;
	font-style: italic;
	}