/** Zero the defaults */
html * { cursor:default; }
input, textarea { cursor:text; }
input.button, a:link, a:visited, a:hover, a:active {
	cursor:pointer;
	}
html, body {
	margin:0; border:0; padding:0;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html {
	
	}

div, p, blockquote, address, ul, ol, li, span, strong, em,
cite, code, pre, abbr, acronym, img, a, h1, h2, h3, h4, h5 {
	margin:0; border:0; padding:0;
	}
abbr, acronym {
	border-bottom:1px dotted #FFF;
	cursor:help;
	}

/** Do the Jello-Mould */

#kg_outer {
	padding: 0 350px 0 350px;
	text-align: center; /* centering hack for IE5.x/Win */
	}
#kg_middle {
	width: 50%;
	margin: 0 auto 0 auto; /* standard centering method */
	text-align: left; /* resets centering hack to default */
	max-width: 300px;  /* 1000 - 700 = 300 */
	width:expression(document.body.clientWidth > 1300 ? "300px" : "50%" );
	}
#kg_inner {
	margin: 0 -350px 0 -350px;
	position: relative;
	text-align: left;
	}

/* \*/
* html #kg_outer,
* html #kg_middle,
* html #kg_inner { height: 0; }
/*  */

/** General Rules */
a, a:link, a:visited, a:hover, a:active {
	text-decoration:none; font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	color:#C30;
	}



/** Useful classes */
a.anchor {
	position:relative;
	height:0; width:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	}
* html a.anchor {
	display:none;
	}
	
span.nobel {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#000;
	}
span.biocare {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#F00;
	}
	
/** Main Layout */
#kg_header {
	position:relative; width:100%; height:120px;
	background:#7F7FFA url(/img/banner.jpg) no-repeat top right;
	color:#6D6DF5;
	border-left:1px solid #C2C2D9;
	border-right:1px solid #C2C2D9;
	letter-spacing:-1px;
	word-spacing:+1px;
	white-space:nowrap;
	overflow:hidden;
	}
	h1#kg_title {
		position:absolute;
		left:20px; top:20px;
		height:80px;
		line-height:80px;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:2em;
		font-weight:normal;
		letter-spacing:-2px;
		}
		h1#kg_title a:link,
		h1#kg_title a:visited,
		h1#kg_title a:hover,
		h1#kg_title a:active {
			text-decoration:none;
			font-weight:normal;
			color:#FFF;
			}
	p#kg_name {
		display:block;
		position:absolute;
		left:340px; top:20px;
		height:80px;
		line-height:80px;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:0.8em;
		color:#FFF;
		}
	p#kg_tagline {
		display:block;
		position:absolute;
		top:100px; left:0;
		/*top:0; right:0;
		padding:0 20px 0 20px;*/
		height:20px; width:100%;
		line-height:20px;
		background:#E4E4FF url(/img/bar.gif) repeat-x;
		font-size:0.75em;
		
		}
	ul#kg_shortcuts {
		display:block;
		position:relative;
		height:20px; width:100%;
		list-style-type:none;
		background:#E4E4FF url(/img/bar.gif) repeat-x;
		font-size:0.75em;
		}
	ul#kg_shortcuts li {
		display:inline;
		}
		#kg_shortcuts li a,
		#kg_shortcuts li a:link,
		#kg_shortcuts li a:visited,
		#kg_shortcuts li a:hover,
		#kg_shortcuts li a:active {
			display:inline;
			position:relative;
			height:20px;
			line-height:20px;
			padding:0 20px 0 20px;
			color:#6D6DF5;
			font-weight:normal;
			}
			
/** Nav */
ul#kg_nav {
	position:absolute;
	display:block;
	right:-2px; top:120px;
	width:190px;
	/*border-left:1px solid #6D6DF5;*/
	border-left:1px solid #E4E4FF;
	/*border-right:1px solid #C2C2D9;*/
	background:url(/skn/img/menu_shadow.jpg) no-repeat bottom left;
	/*background:#E4E4FF;*/
	list-style:none;
	padding:10px 10px 10px 0;
	font-size:0.75em;
	line-height:2em;
	z-index:10;
	}
	/* \*/
	* html ul#kg_nav { right:-1px; }
	/* */
	#kg_nav li {
		margin-left:10px;
		}
		#kg_nav li ul {
			list-style-type:square;
			}
			#kg_nav li ul li {
				margin-left:20px;
				}
	#kg_nav strong {
		text-decoration:underline;
		}


/** Content */
div#kg_content {
	position:absolute;
	top:120px; left:0;
	width:100%;
	color:#000;
	font-size:0.75em;
	z-index:5;
	background:#FFF;
	}
	div#kg_content_wrapper {
		position:relative;
		margin:0 201px 0 0;
		}
		div#kg_content_body {
			width:100%;
			}
		#kg_content_body p {
			margin:5px 10px 5px 10px;
			line-height:1.5em;
			}

div.third {
	float:left;
	width:33%;
	overflow:hidden;
	}
div.twothirds {
	float:left;
	width:66%;
	overflow:hidden;
	}
	div.box {
		margin:10px 10px 0 0;
		border:1px solid #C2C2D9;
		overflow:hidden;
		}
	div.box.pink {
		background:#FC9;
		}

/** Front Page */
#fp_intro {
	/*position:relative;*/
	padding:0 20px 0 260px;
	margin:0;
	background:url(/img/teeth_front.jpg) no-repeat bottom left;
	border-bottom:1px solid #C2C2D9;
	border-left:1px solid #C2C2D9;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic; letter-spacing:-1px;
	font-size:2em;
	color:#990000;
	}
	#fp_intro p {
		position:relative;
		padding:15px 0 15px 0;
		}

#kg_footer {
	float:left; clear:both;
	width:100%; height:100px;
	background:#003;
	color:#FFF;
	}
	#kg_footer p {
		display:block;
		height:80px;
		line-height:80px;
		}
	#kg_footer cite {
		display:block;
		height:20px;
		line-height:20px;
		background:#E4E4FF;
		color:#003;
		}
	#kg_footer cite span,
	#kg_footer p span {
		margin-left:10px;
		}
#kg_foot {
	float:left; width:100%;
	clear:both; margin:0; padding:0;
	}
