
/* Restored site layer: keeps the original 818px table layout while filling missing content. */
body {
	background: #f1f1f1;
	margin: 0;
	color: #555555;
}
.site-wrap {
	width: 818px;
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0 0 8px rgba(0,0,0,0.10);
}
.site-header {
	width: 818px;
	background: #ffffff;
	border-top: 4px solid #2083AC;
	border-bottom: 1px solid #d8d8d8;
}
.header-bar {
	height: 40px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.brand-mark {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 23px;
	font-weight: bold;
	color: #1d6f91;
	letter-spacing: 1px;
}
.brand-tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}
.main-nav {
	height: 35px;
	padding: 0 10px;
	background: linear-gradient(#f9f9f9, #ececec);
	border-top: 1px solid #eeeeee;
	box-sizing: border-box;
	white-space: nowrap;
}
.main-nav a {
	display: inline-block;
	padding: 10px 13px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-right: 1px solid #dddddd;
}
.main-nav a:first-child { border-left: 1px solid #dddddd; }
.main-nav a:hover,
.main-nav a.active {
	color: #ffffff;
	background: #2083AC;
	text-decoration: none;
}
.hero {
	height: 171px;
	position: relative;
	overflow: hidden;
	background: #dfeff3 url('../assets/img/biotech-lab.jpg') center 42% / cover no-repeat;
	border-bottom: 1px solid #d8d8d8;
}
.hero:before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.80) 42%, rgba(255,255,255,0.18) 100%);
}
.hero-content {
	position: relative;
	width: 430px;
	padding: 27px 0 0 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hero-kicker {
	font-size: 11px;
	color: #2083AC;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.hero h1 {
	margin: 8px 0 8px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 27px;
	line-height: 1.15;
	color: #333333;
}
.hero p {
	margin: 0;
	font-size: 12px;
	line-height: 1.55;
	color: #555555;
}
.layout-table { width: 818px; border-collapse: collapse; }
.side-cell { width: 179px; vertical-align: top; background: #fafafa; border-right: 1px solid #e1e1e1; }
.content-cell { width: 639px; vertical-align: top; }
.side-menu { width: 179px; border-collapse: collapse; }
.side-title {
	background: #2083AC;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 8px 10px;
}
.side-menu a,
.side-menu span {
	display: block;
	min-height: 24px;
	padding: 6px 10px 5px 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #e6e6e6;
	background: #ffffff url('../gif/icon_left.gif') 8px 11px no-repeat;
}
.side-menu a:hover,
.side-menu a.active {
	color: #DE6C56;
	background-color: #f7fbfc;
	text-decoration: none;
}
.side-banner {
	margin: 12px auto;
	width: 155px;
	padding: 10px;
	border: 1px solid #d8d8d8;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.45;
	color: #666666;
}
.side-banner strong { color: #2083AC; display: block; margin-bottom: 5px; }
.side-banner img { max-width: 135px; display: block; margin: 6px auto; }
.content-box {
	padding: 18px 20px 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #555555;
}
.page-title {
	margin: 0 0 12px;
	padding: 0 0 8px;
	border-bottom: 2px solid #2083AC;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 24px;
	line-height: 1.2;
	color: #333333;
}
.section-title {
	margin: 18px 0 8px;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.4;
	color: #333333;
	background: url('../gif/icon00.gif') left 2px no-repeat;
}
.muted { color: #777777; }
.info-table { width: 100%; border-collapse: collapse; margin: 10px 0 16px; }
.info-table th,
.info-table td {
	border: 1px solid #d8d8d8;
	padding: 7px 8px;
	font-size: 12px;
	vertical-align: top;
}
.info-table th { width: 135px; background: #f3f3f3; color: #333333; text-align: left; }
.card-row { width: 100%; border-collapse: collapse; margin-top: 8px; }
.card-row td { vertical-align: top; padding: 6px; }
.old-card {
	border: 1px solid #d8d8d8;
	background: #fbfbfb;
	padding: 10px;
	min-height: 120px;
}
.old-card h3 { margin: 0 0 6px; font-size: 13px; color: #2083AC; }
.old-card p { margin: 0 0 6px; }
.product-card img {
	width: 108px;
	height: 95px;
	object-fit: contain;
	float: left;
	margin: 0 10px 6px 0;
	background: #ffffff;
	border: 1px solid #eeeeee;
}
.form-table input,
.form-table textarea,
.form-table select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cfcfcf;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}
.btn-old {
	display: inline-block;
	padding: 6px 12px;
	background: #2083AC;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none !important;
	border: 1px solid #176780;
}
.btn-secondary { background: #777777; border-color: #666666; }
.form-actions { text-align: right; margin-top: 10px; }
.site-footer {
	width: 818px;
	padding: 16px 20px;
	box-sizing: border-box;
	border-top: 1px solid #d8d8d8;
	background: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.55;
	color: #777777;
	text-align: center;
}
.site-footer a { color: #666666; }
.credit-note { font-size: 10px; color: #999999; margin-top: 5px; }
.back-top { text-align: right; margin-top: 12px; }
.back-top a { font-size: 11px; color: #2083AC; }
@media (max-width: 840px) {
	.site-wrap,
	.site-header,
	.site-footer,
	.layout-table { width: 100%; }
	.header-bar { height: auto; min-height: 42px; display: block; padding: 10px 12px; }
	.brand-tagline { margin-top: 3px; }
	.main-nav { height: auto; white-space: normal; padding: 0; }
	.main-nav a { width: 33.333%; box-sizing: border-box; text-align: center; border-bottom: 1px solid #dddddd; }
	.hero { height: auto; min-height: 160px; }
	.hero-content { width: auto; padding: 22px 16px; }
	.layout-table,
	.layout-table tbody,
	.layout-table tr,
	.layout-table td { display: block; width: 100%; box-sizing: border-box; }
	.side-cell { border-right: 0; border-bottom: 1px solid #e1e1e1; }
	.side-menu { width: 100%; }
	.side-menu a,
	.side-menu span { display: inline-block; width: 50%; box-sizing: border-box; }
	.side-banner { width: auto; margin: 10px; }
	.content-box { padding: 16px 12px 22px; }
	.card-row,
	.card-row tbody,
	.card-row tr,
	.card-row td { display: block; width: 100%; box-sizing: border-box; }
}
