@charset "UTF-8";
/* CSS Document */

/* orange= #f28613 */

* {
	padding: 0;
	margin: 0;
	font-size: 1em;
	}

body {
	background-color: #000000;
	}

#header {
	position: relative;
	border-bottom: 15px #666666 solid;
	height: 175px;
	text-align: center;
	padding: 0;
	background: url(images/wk-plasma-header.jpg) center 0 no-repeat;
	}
	
#header h1, #header h3 { text-indent: -9000px; }

#container {
	background: #CCCCCC url(images/bkgGrid_1.png) repeat-y center 0;
	
	}

/* TopNavigation */

#topNav {
	position: absolute;
	top: 83px;
	left: 50%;
	margin-left: -340px;
	width: 680px;
	height: 32px;
	}
#topNav h3 { text-indent: -9000px; }
ul#topNav { list-style: none; }

#what a {
	position: absolute;
	top: 0;
	left: 80px;
	width: 180px;
	height: 30px;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	background: url(images/whatWeDo.png) 0 -30px no-repeat;
	}
#how a {
	position: absolute;
	top: 0;
	right: 80px;
	width: 180px;
	height: 30px;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	background: url(images/howWeDoIt.png) 0 -30px no-repeat;
	}
	
#what a:hover, #how a:hover { background-position: 0 0; border-top: 1px dotted #000000; border-bottom: 1px dotted #000000; }


/* SubNavigation */

#subNav {
	position: relative;
	width: 680px;
	height: 100px;
	margin: 0 auto;
	background: #ffffff;
	}
	
ul#subNav { list-style: none; text-align: center; }
ul#subNav li {
	font-family: "arial narrow", arial;
	font-weight: bold;
	font-size:0.875em;
	letter-spacing: +.125em;
	color: #666666;
	}
ul#subNav li a { display: block; text-decoration: none; }

/* subNav for 3 links */
#subNav_1-3, #subNav_2-3, #subNav_3-3 {
	position: absolute;
	top: 30px;
	left: 70px;
	width: 170px;
	height: 60px;
	padding: 24px 0 0 0;
	background: url(images/subNav_bkg170.png) 0 0 no-repeat;
	}
#subNav_1-3 { left: 70px; }
#subNav_2-3 { left: 145px; }
#subNav_3-3 { left: 320px; }

/* subNav for 4 links */
#subNav_1-4 a, #subNav_2-4 a, #subNav_3-4 a, #subNav_4-4 a {
	position: absolute;
	top: 30px;
	width: 130px;
	height: 1em;
	padding: 2em 0 0 0;
	background: url(images/subNav_bkg130.png) 0 0 no-repeat;
	}
#subNav_1-4 a { left: 70px; }
#subNav_2-4 a { left: 206px; }
#subNav_3-4 a { left: 343px; }
#subNav_4-4 a { left: 480px; }

#subNav_1-4 a:link, #subNav_2-4 a:link, #subNav_3-4 a:link, #subNav_4-4 a:link {
	color: #777777;
	}
#subNav_1-4 a:visited, #subNav_2-4 a:visited, #subNav_3-4 a:visited, #subNav_4-4 a:visited {
	color: #777777;
	}
	
#subNav_1-4 a:hover, #subNav_2-4 a:hover, #subNav_3-4 a:hover, #subNav_4-4 a:hover {
	color: #f28613;
	background-position: 0 -80px;
	}
	
#subNav_1-4 a:active, #subNav_2-4 a:active, #subNav_3-4 a:active, #subNav_4-4 a:active {
	color: #f28613;
	background-position: 0 -160px;
	}

/* Body Content */

#main {
	width: 540px;
	margin: 0 auto;
	padding: 20px 70px 0 70px;
	background: #ffffff;
	}
#main h2 {
	color: #f28613;
	font-weight: normal;
	font-size:2.25em;
	line-height: 0.722em;
	letter-spacing: +.12em;
	margin: 0 0 .35em 0;
	font-family: "arial narrow", arial;
	}
#main p {
	text-align: justify;
	font-size:1em;
	line-height: 1.75em;
	letter-spacing: +.12em;
	font-family: "arial narrow", arial;
	color: #777777;
	}

#rotatorStrip {
	position: relative;
	width: 520px;
	height: 44px;
	padding: 50px 0 60px 0;
	overflow: hidden;
	}

ul#rotator_1, ul#rotator_2, ul#rotator_3, ul#rotator_4, ul#rotator_5, ul#rotator_6, ul#rotator_7, ul#rotator_8, ul#rotator_9 {
	position: absolute;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background: #CCCC66;
	}
ul#rotator_1 { top: 50px; left: 2px; }
ul#rotator_2 { top: 50px; left: 61px; }
ul#rotator_3 { top: 50px; left: 120px; }
ul#rotator_4 { top: 50px; left: 179px; }
ul#rotator_5 { top: 50px; left: 238px; }
ul#rotator_6 { top: 50px; left: 297px; }
ul#rotator_7 { top: 50px; left: 356px; }
ul#rotator_8 { top: 50px; left: 415px; }
ul#rotator_9 { top: 50px; left: 474px; }

#footer {
	height: 73px;
	background: #000000;
	color: #CCCCCC;
	position: relative;
	bottom: 0;
	border-top: 17px #666666 solid;
	padding: 20px;
	text-align: center;
	}
#footer h5 {
	font-family: "arial narrow", arial;
	font-weight: normal;
	font-size:0.85em;
	line-height: 1.7em;
	letter-spacing: +.12em;
	}	
	
