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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000033;
}
.twoColFixLtHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000033;
	margin-right: auto;
	margin-left: auto;
	width: 775px;
	z-index: 1;
} 
.twoColFixLtHdr #header {
	height: auto;
	width: 775px;
	background-color: #FFFFFF;
	z-index: 2;
} 
.twoColFixLtHdr #sidebar1 {
	width: 139px;
	padding-top: 80px;
	background-color: #000033;
	height: auto;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 3;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 615px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000033;
	float: right;
	position: relative;
	z-index: 4;
} 
.KarrigerMainText {
	color: #00FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.KarrigerMetalfabHeading {
	color: #CCCCCC;
	font-size: 24px;
	font-weight: bold;
}
.DescriptHeading {
	font-size: 18px;
	color: #00FFFF;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.left-image {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.right-image {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.ProductSheetInfo {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FF00;
}
.GalleryInfo {
	color: #00FF00;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.KChartsHeading {
	color: #FF0000;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	font-family: Impact, "Arial Narrow";
}
.KarrigerMainTextRed {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.HMISS {
	color: #00FF00;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}
.KarrigerMainTextGreen {
	color: #00FF00;
	font-style: normal;
}
.BlueUnitList {
	font-size: 10px;
	color: #00FFFF;
}
.links {
	color: #00FF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Copyright {
	color: #FFFFFF;
	font-style: italic;
}
.TextRedLarge {
	color: #FF0000;
	font-size: large;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #00FFFF;
}
