html, body
{
    text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../media/BG.gif);
	background-repeat: repeat;
}
p
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	min-height: 100%;
}
body.legacy-page
{
	min-width: 0;
	height: 100vh;
	height: 100dvh;
	padding: 0;
	box-sizing: border-box;
	background-color: #090b0b;
	background-image: none;
	overflow: hidden;
	text-align: center;
}

.legacy-crt-monitor
{
	position: fixed;
	inset: 6px;
	display: block;
	box-sizing: border-box;
	padding: 42px 48px 60px;
	overflow: hidden;
	border: solid 1px #626a66;
	border-radius: 18px;
	background:
		radial-gradient(circle at calc(100% - 30px) calc(100% - 24px), #8aff76 0 2px, #416342 3px 4px, #111612 5px 7px, transparent 8px),
		radial-gradient(circle at calc(100% - 58px) calc(100% - 24px), #303632 0 4px, #777e79 5px 6px, #101310 7px 8px, transparent 9px),
		radial-gradient(circle at calc(100% - 84px) calc(100% - 24px), #303632 0 4px, #777e79 5px 6px, #101310 7px 8px, transparent 9px),
		repeating-linear-gradient(90deg, rgba(4, 6, 5, 0.82) 0 3px, rgba(96, 103, 98, 0.36) 3px 5px, transparent 5px 10px) center calc(100% - 20px) / 150px 7px no-repeat,
		linear-gradient(to bottom, #5b5f5b 0, #343936 38px, #202522 78%, #2a2f2c 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		inset 0 -18px 38px rgba(0, 0, 0, 0.62),
		0 12px 32px rgba(0, 0, 0, 0.62);
}
.legacy-crt-monitor::before
{
	content: "";
	position: absolute;
	inset: 42px 48px 60px;
	z-index: 20;
	pointer-events: none;
	border-radius: 6.5% / 7.5%;
	background: linear-gradient(116deg, rgba(255, 255, 255, 0.065) 0, rgba(255, 255, 255, 0.018) 15%, transparent 34%, transparent 78%, rgba(255, 255, 255, 0.012) 100%);
}
.legacy-crt-monitor::after
{
	content: "POWERPAK ARCHIVE DISPLAY";
	position: absolute;
	top: 14px;
	left: 50%;
	z-index: 22;
	transform: translateX(-50%);
	color: #d0d4d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1.7px;
	line-height: 1;
	text-shadow: 0 1px 1px #000000;
}
.legacy-crt-screen
{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	border: 0;
	border-radius: 6.5% / 7.5%;
	background: #dce8f6 url(../media/BG.gif) repeat;
	box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.24);
}
.legacy-crt-screen::-webkit-scrollbar
{
	display: none;
	width: 0;
	height: 0;
}
.legacy-crt-webgl,
.legacy-crt-bloom
{
	position: absolute;
	inset: 42px 48px 60px;
	display: block;
	width: calc(100% - 96px);
	height: calc(100% - 102px);
	border: 0;
	border-radius: 6.5% / 7.5%;
	pointer-events: none;
}
.legacy-crt-webgl
{
	z-index: 10;
	background: #020303;
	opacity: 0;
	transform: scale(1.028);
	transition: opacity 180ms ease-out;
}
.legacy-crt-bloom
{
	z-index: 9;
	opacity: 0;
	filter: blur(34px) saturate(1.35) brightness(1.18);
	mix-blend-mode: screen;
	transform: scale(1.045);
	transition: opacity 260ms ease-out;
}
.legacy-crt-shader-ready .legacy-crt-webgl
{
	opacity: 1;
}
.legacy-crt-shader-ready .legacy-crt-bloom
{
	opacity: 0.82;
}
.legacy-crt-screen #wrapper
{
	position: relative;
	z-index: 1;
	margin: 18px auto 72px;
	zoom: 0.88;
	transition: opacity 160ms ease-out;
}
.legacy-crt-shader-ready .legacy-crt-screen #wrapper
{
	opacity: 0;
}

@media (min-width: 1200px)
{
	.legacy-crt-screen #wrapper
	{
		zoom: 1;
	}
}
@media (min-width: 1600px)
{
	.legacy-crt-screen #wrapper
	{
		zoom: 1.12;
	}
}

.legacy-modern-return
{
	position: fixed;
	top: 12px;
	left: 18px;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 27px;
	box-sizing: border-box;
	padding: 6px 11px;
	border: solid 1px #747c77;
	border-left: solid 3px #d6ba28;
	border-radius: 4px;
	background: linear-gradient(to bottom, #4a514d, #292e2b);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 2px 6px rgba(0, 0, 0, 0.45);
	color: #f2f4f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}

/* Keep the archive pages plain. The original site is shown directly without the CRT presentation layer. */
body.legacy-page
{
    min-width: 0;
    height: auto;
    min-height: 100%;
    padding: 0;
    overflow-x: auto;
    overflow-y: auto;
    background-color: transparent;
    background-image: url(../media/BG.gif);
    text-align: center;
}
.legacy-modern-return
{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
    display: inline-block;
    min-height: 0;
    padding: 7px 12px;
    border: 1px solid #1b4e93;
    border-radius: 4px;
    background: #f4c400;
    color: #082d6b;
    font: bold 13px Arial, Helvetica, sans-serif;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.legacy-modern-return:hover,
.legacy-modern-return:focus
{
    background: #ffffff;
    color: #082d6b;
}
.legacy-crt-monitor,
.legacy-crt-screen,
.legacy-crt-webgl,
.legacy-crt-bloom
{
    position: static;
    display: contents;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
}
.legacy-crt-monitor::before,
.legacy-crt-monitor::after,
.legacy-crt-screen::-webkit-scrollbar
{
    display: none;
    content: none;
}
.legacy-crt-screen #wrapper,
.legacy-crt-shader-ready .legacy-crt-screen #wrapper
{
    position: static;
    z-index: auto;
    margin: 0 auto;
    zoom: 1;
    opacity: 1;
    transition: none;
}

/* Final plain-archive override: legacy media-query CRT rules remain harmless if cached. */
body.legacy-page .legacy-modern-return
{
    position: fixed;
    top: 10px;
    left: 10px;
    border: 1px solid #1b4e93;
    border-radius: 4px;
    background: #f4c400;
    color: #082d6b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
body.legacy-page .legacy-modern-return:hover,
body.legacy-page .legacy-modern-return:focus
{
    border-color: #1b4e93;
    background: #ffffff;
    color: #082d6b;
}
.legacy-modern-return:hover,
.legacy-modern-return:focus
{
	border-color: #d6ba28;
	background: linear-gradient(to bottom, #59615c, #343a36);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 3px 8px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	text-decoration: none;
}
@media (max-width: 800px)
{
	.legacy-crt-monitor
	{
		inset: 3px;
		padding: 32px 10px 30px;
		border-radius: 12px;
	}
	.legacy-crt-monitor::before
	{
		inset: 32px 10px 30px;
		border-radius: 24px;
	}
	.legacy-crt-monitor::after
	{
		display: none;
	}
	.legacy-crt-screen
	{
		border-radius: 24px;
	}
	.legacy-crt-webgl,
	.legacy-crt-bloom
	{
		inset: 32px 10px 30px;
		width: calc(100% - 20px);
		height: calc(100% - 62px);
		border-radius: 24px;
	}
	.legacy-crt-bloom
	{
		filter: blur(20px) saturate(1.3) brightness(1.14);
		transform: scale(1.04);
	}
	.legacy-crt-webgl
	{
		transform: scale(1.022);
	}
	.legacy-modern-return
	{
		top: 7px;
		left: 10px;
		min-height: 24px;
		padding: 5px 8px;
		font-size: 10px;
	}
}

#wrapper
{
	margin-left: 20px;
	margin-top: 20px;
	margin: 0 auto;
	width: 780px;
	text-align: left;
}
#header
{
	background-image: url(../media/Header.gif);
	width: 700px;
	height: 240px;
	position: relative;
}
#machine
{
	position: absolute;
	background-image: url(../media/Machine.gif);
	width: 150px;
	height: 160px;
	left: 513px;
	top: 65px;
}
#nav
{
	position: relative;
	width: 700px;
	height: 134px;
}
#nav_footer
{
	background-image: url(../media/Nav_Footer.gif);
	width: 700px;
	height: 29px
}
#footer
{
	position: relative;
	background-image: url(../media/Footer.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 135px;
	text-align: center;
	padding-top: 20px;
}

#equipment
{
	position: absolute;
	background-image: url(../media/Button.gif);
	width: 176px;
	height: 134px;
	top: 0px;
	left: 0px;
}
#equipment:hover
{
	background-image: url(../media/Button_High.gif);
}
#supplies
{
	position: absolute;
	background-image: url(../media/Button.gif);
	width: 176px;
	height: 134px;
	top: 0px;
	left: 172px;
}
#supplies:hover
{
	background-image: url(../media/Button_High.gif);
}

#history
{
	position: absolute;
	background-image: url(../media/Button.gif);
	width: 176px;
	height: 134px;
	top: 0px;
	left: 348px;
}
#history:hover
{
	background-image: url(../media/Button_High.gif);
}

#contact
{
	position: absolute;
	background-image: url(../media/Button.gif);
	width: 176px;
	height: 134px;
	top: 0px;
	left: 524px;
}
#contact:hover
{
	background-image: url(../media/Button_High.gif);
}

#content
{
	position:relative;
	background-image: url(../media/content_bg.gif);
	background-repeat: repeat;
	width: 700px;
	border-left: solid 1px #123A8A;
	border-right: solid 1px #123A8A;
}

.nav_title
{
	font-family: Verdana;
	color: White;
	font-weight: bold;
	text-align: center;
}
.nav_title a
{
	font-family: Verdana;
	color: White;
	font-weight: bold;
	text-decoration: underline;
}
#nav .nav_title a:link,
#nav .nav_title a:visited
{
	color: White;
}
.nav_title a:hover
{
	font-family: Verdana;
	color: Yellow;
	font-weight: bold;
	text-decoration: none;
}
#nav_img_eq
{
	background-image: url(../media/century_press.gif);
	position: absolute;
	left: 20px;
	top: 40px;
	height: 90px;
	width: 150px;
	background-repeat: no-repeat;
}
#nav_img_sup
{
	background-image: url(../media/supplies.gif);
	position: absolute;
	left: 20px;
	top: 25px;
	height: 95px;
	width: 150px;
	background-repeat: no-repeat;
}
#nav_img_his
{
	background-image: url(../media/old_press.gif);
	position: absolute;
	left: 20px;
	top: 30px;
	height: 90px;
	width: 150px;
	background-repeat: no-repeat;
}
#nav_img_con
{
	background-image: url(../media/truck.gif);
	position: absolute;
	left: 20px;
	top: 40px;
	height: 90px;
	width: 150px;
	background-repeat: no-repeat;
}
.peq
{
	margin: 10px;
	padding-bottom: 20px;
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 10px;
	color: Navy;

}
.ptitle
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 10px;
	color: Navy;
}
.pstitle
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: none;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 10px;
	color: Navy;
}
.psubtitle
{
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	color: Navy;
}

.pcontent
{
	text-indent: 20px;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	color: Black;
	padding:  10px;
}
.eqlist
{
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	color: Black;
	padding:  10px;
}

#FeaturesList
{
	padding-left: 15px;
	float: left;
}
.leftfloat
{
	padding-right: 60px;
	float: right;
}
#eqlink
{
	text-align:center;
}
#OptionsList
{
	margin-left: 295px;
	width: 300px;
}
#TechList
{
	padding-left: 15px;
	width: 300px;
}
#HourlyOutput
{
	padding: 20px;
}
#ScheduleDemo
{
	/*background-image: url(../media/ScheduleDemo.gif);
	background-repeat: no-repeat;*/
	border: none;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 160px;
	height: 126px;
}
#RefurbUnits
{
	border: none;
	position: absolute;
	top: 20px;
	right: -20px;
	width: 233px;
	height: 137px;
}
#ScheduleDemo a, img
{
	border: none;
}
.pictbl td
{
	border: solid 1px #191C87;
	padding: 10px;
	vertical-align: middle;
}

.nav_title_eq
{
	background-color: Navy;
	font-family: Verdana;
	color: White;
	font-weight: bold;
	text-align: center;
	height: 35px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	margin-left: 30px;
	margin-bottom: 10px;
	border: solid 1px yellow;
}
#warranty
{
	position: absolute;
	top: 505px;
	right: -50px;
}
#warrantyhome
{
	position: absolute;
	top: 280px;
	right: 0px;
}
.nav_title_eq a
{
	font-family: Verdana;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.nav_title_eq a:link,
.nav_title_eq a:visited
{
	color: White;
}
.nav_title_eq a:hover
{
	font-family: Verdana;
	color: Yellow;
	font-weight: bold;
	text-decoration: none;
}
#homenav
{
	font-size: 12px;
	float: left;
	margin-top: 25px;
	font-family: Verdana;
	color: Navy;
	font-weight: bold;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 10px;
}
#homenav ul li
{
	color: Black;
	padding: 3px;
}
#homenav a, .pe_list a, .pe_list_home a
{
	font-family: Verdana;
	color: Navy;
	font-weight: bold;
	text-decoration: underline;
}
#homenav a:hover, .pe_list a:hover, .pe_list_home a:hover
{
	font-family: Verdana;
	color: Gray;
	font-weight: bold;
	text-decoration: none;
}
#subnav ul
{
	width: 635px;
	text-align: center;
}
#subnav a
{
	font-size: 12px;
	font-family: Verdana;
	color: Navy;
}
#subnav a:hover
{
	font-family: Verdana;
	color: Gray;
	text-decoration: none;
}
#subnav ul li
{
	display: inline;
}
.pe_list li, .pe_list_home li
{
    display: inline-block;
    float: left;
    list-style: none;
    text-align: center;
}
.pe_list_home li
{
    width: 200px;
}
.pe_list li span, .pe_list_home li span
{
    text-align: center;
    display: block;
    font-size: .6em;
    margin: 0 0 15px 0;
}
/*
     FILE ARCHIVED ON 02:39:25 Apr 14, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:17:02 Jul 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 8.265
  load_resource: 146.116
  PetaboxLoader3.resolve: 110.87
  PetaboxLoader3.datanode: 34.288
*/
