@charset "utf-8";
/* Clear */
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,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
body{
    /* background-color:#ffffff; */
    background-image:url('../graphics/KK-Web_Background1.png');
    background-repeat:repeat;
    background-attachment:fixed;
}
h4 {
	font-size:12px;
}

/* Layout */
#container {
	width: 92%;
	margin: auto;
}

#navbar {
	/*background-color:#CCF;*/
	height: 24px;
	border-bottom:1px solid #06e;
	margin-bottom:5px;
}

#header {
	height: 154px;
}

#content {
	margin-top:5px;
	margin-left:5px;
}

#leftside {
	margin-top:5px;
	float: left;
	width: 80px;
	height: 900px;
}

#footer {
    clear: both;
    height: 70px;
}

/* Layout visable */ /*
#container {}
#navbar {background:pink;}
#header {background: blue;}
#content {background: green;}
#leftside {background: red;}
#footer {background: orange;}
/*-- Layout visable --*/

/*-- Layout --*/

/* Main navigation */
dl#main_menu dt {
  display:none;
  }
dl#main_menu dd {
  padding:0; 
  margin:0;
  }
a.nav_menu, a.nav_menu:visited {
	display:block;
	height:24px;
	padding-top:.25em;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	text-align:center;
	color:#C1e;
	float:left;
  }

a.nav_menu span, a.nav_menu:visited span {
	display:block; 
	height:2px; 
	background-color:#06e; 
	overflow:hidden;
}

a.nav_menu:hover {
  color:#06e;
  }
a.nav_menu:hover span {
	background-color:#0c6;
  }

body.home a.nav_home span,
body.products a.nav_products span,
body.contact a.nav_contact span,
body.about a.nav_about span
{
	background-color:#0C0;
	height:2px;
}

body.home a.nav_home:hover,
body.products a.nav_products:hover,
body.contact a.nav_contact:hover,
body.about a.nav_about:hover
{
	color:#666;
}

a.nav_home {width:44px;}
a.nav_products {width:64px;}
a.nav_contact {width:58px;}
a.nav_about {width:47px;}

/* -- Main Navigation  --*/

