@charset "ISO-8859-1";

/*Main Tags*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.4em;
	color: #333333;
	background-color: #333333;
}
#doc {
	height: 637px;
	width: 955px;
	background-color: #ffffff;
}
#header {
	height: 121px;
	width: 955px;
	background-attachment: scroll;
	background-image: url(images/kelman_topbar.jpg);
	background-repeat: no-repeat;
}

/* Container for Body content style */
#doc #container {
	min-height: 455px;
	width: 955px;
	background: no-repeat bottom right;
	background-color: #ffffff;
	padding-bottom:20px;
}
#doc #container:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
#doc #container #pagetitle {
	height: 60px;
	width: 955px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}


/* Navigation Styling */
#doc #nav {
	height: 34px;
	width: 955px;
	display: block;
}

	/* Main Link */
	h2#main {
		float: left;
		height: 34px;
		width: 101px;
		position: relative;
	}
	h2#main a {
		background-attachment: scroll;
		background-image: url(images/kelman_home.gif);
		background-repeat: no-repeat;
		height: 34px;
		width: 101px;
		position: relative;
		display:block;
	}
	h2#main a:hover {
		background-image: url(images/kelman_home_over.gif);
	}
	/* Manufactuing Link */
	h2#manufacturing {
		float: left;
		height: 34px;
		width: 255px;
		position: relative;
	}
	h2#manufacturing a {
		background-attachment: scroll;
		background-image: url(images/kelman_manufacturing.gif);
		background-repeat: no-repeat;
		height: 34px;
		width: 255px;
		display: block;
	}
	h2#manufacturing a:hover {
		background-image: url(images/kelman_manufacturing_over.gif);
	}
	/* Manufactuing Link */
	h2#package {
		float: left;
		height: 34px;
		width: 150px;
		position: relative;
	}
	h2#package a {
		background-attachment: scroll;
		background-image: url(images/kelman_package.gif);
		background-repeat: no-repeat;
		height: 34px;
		width: 150px;
		display: block;
	}
	h2#package a:hover {
		background-image: url(images/kelman_package_over.gif);
	}
	/* Product Link */
	h2#product {
		float: left;
		height: 34px;
		width: 205px;
		position: relative;
	}
	h2#product a {
		background-attachment: scroll;
		background-image: url(images/kelman_product.gif);
		background-repeat: no-repeat;
		height: 34px;
		width: 205px;
		display: block;
	}
	h2#product a:hover {
		background-image: url(images/kelman_product_over.gif);
	}
	/* Quality Link */
	h2#quality {
		float: left;
		height: 34px;
		width: 244px;
		position: relative;
	}
	h2#quality a {
		background-attachment: scroll;
		background-image: url(images/kelman_quality.gif);
		background-repeat: no-repeat;
		height: 34px;
		width: 244px;
		display: block;
	}
	h2#quality a:hover {
		background-image: url(images/kelman_quality_over.gif);
	}

/* Content Styling */
#bodyc #left{
	float: left;
	width: 160px;
	padding-top: 20px;
	padding-left: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	#bodyc #left li {
		list-style: disc;
		margin-left: 20px;
		padding-bottom: 20px;
		font-weight: bold;
		font-size: 8pt;
	}	
	#bodyc #left em {
	color: #1c4a93;
	font-size: 11pt;
	letter-spacing: -.1em;
	}
	#bodyc #left a{
		text-decoration: none;
		color: #333333;
	}
	#bodyc #left a:hover {
		text-decoration: none;
		border-bottom: 1px dotted #666666;
	}
	
#bodyc #right {
	float: right;
	display: block;
	width: 420px;
	padding-right: 320px;
	padding-top: 20px;
}
	#bodyc #right li {
		list-style: disc;
		margin-left: 20px;
		padding-left: 5px;
	}
	\
/* Font styling */
	#doc #container #bodyc #right {
		line-height: 12pt;
	}
	p {
		display: block;
		padding-bottom: 10px;
	}
	strong {
		font-weight: bold;
	}
	em {
		font-style: italic;
	}	
	.bluebold {
		color: #1C4A93;
		font-weight: bold;
		font-size: 10pt;
		font-style: italic;
	}
	.bluesmall {
		color: #1C4A93;
		font-size: 8pt;
		font-style: italic;
	}
	.smallertxt { font-size: 8pt; }
		
/* Style for Footer */
#doc #footer {
		padding-top: 8px;
		height: 27px;
		width: 955px;
		background-color: #58595b;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		color: #FFFFFF;
		vertical-align: bottom;
	}
	#doc #footer a {
		color: #FFFFFF;
	}
	#doc #footer a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}
