@charset "UTF-8";

html, body {height: 100%;}
body {
	font: .85em "Times New Roman", Times, serif;
	margin: 0;
	text-align: center;
	background: #e5e5e5;
}
#container {
	background: #fff url(images/1x1-999999.gif) 268px 0 repeat-y;
	text-align: left;
	width: 790px;
	width/**/:/**/769px;
	margin: 0 auto;
	border: 1px solid #999;
/*if you wanna have a fixed, centered box...*/
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -385px;
	overflow: auto;
}

/*---------------------------------------*/
/*-----------------HEADER----------------*/
/*---------------------------------------*/

#header {
	float: left;
	width: 268px;
	width/**/:/**/ 258px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
}
#header h1 {
	margin: 0 -10px 0 0;
}
#header h1 a {
	background: url(images/h1_knutson.gif) 50% 0 no-repeat;
	display: block;
	height: 78px;
	height/**/:/**/ 0;
	padding-top: 78px;
	overflow: hidden;
}

/*------------------------------------*/
/*-----------------NAV----------------*/
/*------------------------------------*/

#nav {
	font-size: .9em;
	padding: 5px 0;
	/*border-right: 1px solid #ccc;*/
	margin-top: 10px;
}
#nav ul {
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
}
#nav li {
	padding: 0;
	margin: 0 0 5px 80px;
}
#nav a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #CC6619;
}

/*----------------------------------------*/
/*-----------------CONTENT----------------*/
/*----------------------------------------*/

#content {
	margin-left: 268px; 
	/*height: 500px;
	overflow: auto;*/
	padding: 0 10px 20px 10px;
	color: #333;
	line-height: 140%;
	border-left: 1px solid #999;
	position: relative;
}
#content h2 {
	font: 1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #666 url(images/notch-sw.gif) bottom left no-repeat;
	color: #fff;
	padding: 5px 10px;
	margin-top: 0;
	margin-left: -10px;
	margin-right: -10px;
}
#content h3 {
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	margin: 1.5em 0 .5em 0;
}
#content h4 {
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}
#content p {
	margin: 0 0 1em 0;
}
a {
	color: #CC6619;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content #homeImage {
	/*margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -20px;*/
	background: url(images/sprung-coil_500.jpg) no-repeat;
	height: 500px;
	width: 500px;
	position: absolute;
	top: 0;
	left: 0;
}
#warpt-coil {
	text-align: center;
}
#warpt-coil ul {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	overflow: auto;
}
#warpt-coil ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#warpt-coil ul li a {
	display: block;
	float: left;
	padding: 1px 3px;
	border: 1px solid #ccc;
	margin: 2px;
}
#warpt-coil #warpt-layers {
	position: relative;
	width: 375px;
	margin: 0 auto;
	clear: both;
}
#warpt-coil .warpt-layer {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	padding-bottom: 20px;
}
#warpt-coil .warpt-caption {
	display: block;
}