@charset "UTF-8";
.productCopy {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #D10000;
	line-height: 1.5;
	margin: 0 auto;
	float: left;
	text-align: left;
}
.productImage {
	margin: 0 auto;
	width: auto;
	font-size: 0.7em;
	text-align: center;
	float: left;
	line-height: 2;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #232323;
}
.oneColLiqCtr #container {
	width: 99.9%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	padding-bottom: 10px;
	min-width: 1000px;
	margin: 0 auto;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.header {
	background-color: #232323;
	height: 110px;
	background-image: url(../images/csplogo-100h.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	margin: 0 auto;
}
.header img {
	margin: 0 auto;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #232323;
	height: 42px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.voltageHeader {
	background-color: #000000;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFCC00;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	min-width: 1000px;
}
.contact {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
}
.contact a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.contact a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.contact a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear: both;
}
.centerBox {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
}
.ccTableCellEven {
	padding: 5px;
	background-color: #1C3572;
	color: #FFFFFF;
}
.ccTableCellOdd {
	padding: 5px;
	background-color: #3657A6;
	color: #FFFFFF;
}
.tableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
p.tables-table-body-text {}
p.tables-table-header-text {}
table.spec-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	clear: both;
	width: 999px;
	margin: 0 auto;
}
.productImageNM {
	margin: 0 auto;
	width: auto;
	font-size: 0.7em;
	text-align: center;
	float: left;
	margin-top: 10px;
}
.NeuHeader {
	background-color: #000000;
	width: 100%;
	text-align: center;
	height: 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFCC00;
	font-weight: bold;
	font-style: italic;
	min-width: 1000px;
	padding-bottom: 10px;
}
.neuOptions {
	font-size: 0.8em;
	width: 300px;
	float: left;
	text-align: left;
	margin-top: 10px;
}
.neuOptionsTable {
	border: 1px solid black;
	font-weight: bold;
}
.neuTableCellEven {
	padding: 5px;
	background-color: #FF9900;
	color: #000000;
}
.neuTableCellOdd {
	padding: 5px;
	background-color: #FFCC00;
	color: #000000;
}
.NeuTableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 10px;
}
.navbar {
	width: 800px;
	margin: 0 auto;
}
