@charset "utf-8";
/* CSS Document - Terascala */

body {
	font: 9pt 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-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	/*	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	padding: 2px 4px 2px 4px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-bottom: 5px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #bottomBar {
	background-color: #DD9704;
	font-size: .8em;
}
.oneColFixCtr #bottomBar a, a:visited {
	color: black;
	text-decoration: none;
}
.oneColFixCtr #topBar {
	background-color: #DD9704;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}
.oneColFixCtr #topBar a, a:visited {
	color: black;
	text-decoration: none;
}
.oneColFixCtr #topBar a:hover {
	background-color: black;
	color: #DD9704;
	text-decoration: none;
}
#MenuDiv {
	float: right;
	text-transform: none;
}
h2 {
	color: #3366FF;
	font-weight: normal;
}
h3 {
	color: #3366FF;
	font-weight: normal;
}
.darkbar {
	background-color: #DDDDDD;
}
.specTable {
	font-size: 10px;
	vertical-align: top;
	border-color: #111111;
	border: 0;
}
.specTable td {
	vertical-align: top;
}
.prodImages {
	float: right;
	padding-left: 5px;
}
/* .sectionLinks a:link, a:visited { */
.sectionLinks a, a:visited {
	text-decoration: underline;
	color: #3366FF;/*	font-size: 90%; */
}
.oneColFixCtr #container #mainContent #specTableID {
	background-position: top;
}
/* .oneColFixCtr #container .header a:link { */
.oneColFixCtr #container .header a {
	text-decoration: none;
}
.rowcontainer {	/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-top: 5px;
	width: 100%;
	overflow: hidden;
}
.fullcolumn {
	float: left;
	width: 99%;
}		/* Full width column for a one column site */
.threequartercolumn {
	float: left;
	width: 74%;
}		/* Three quarter width column for a two column site, pair with the onethirdcolumn div class */
.halfcolumn {
	float: left;
	width: 49%;
}		/* Half width column for a two column site. */
.onethirdcolumn {
	float: left;
	width: 33%;
}		/* One third width column for a three column site */
.twothirdcolumn {
	float: left;
	width: 66%;
}		/* Two third width column for a two column site */
.onequartercolumn {
	float: left;
	width: 24.5%;
}		/* One quarter width column for a four column site */
.onefifthcolumn {
	float: left;
	width: 19.5%;
}		/* One fifth width column for a five column site */
.fourfifthscolumn {
	float: left;
	width: 79.5%;
}		/* Four fifth width column for a five column site */
.threefifthscolumn {
	float: left;
	width: 59.5%;
}		/* Three fifth width column for a three column site */
.homenewscolumn {
	float: left;
	width: 29.5%;
}
.homecentercolumn {
	float: left;
	width: 49.5%;
	padding: 0 6px 0 6px;
	margin: 0 2px 0 2px;
}
.homelinkscolumn {
	float: left;
	width: 15.5%;
}
.formtable {
	font-size: .8em;
}
.submenu {
	width: 90%;
}
.ems15 {
	font-size: 1.5em;
}
.ems2 {
	font-size: 2em;
}
.ems08 {
	font-size: .8em;
}
.ems025 {
	font-size: .25em;
}
.ems25 {
	font-size: 2.5em;
}
.ems175 {
	font-size: 1.75em;
}
.colcenter {
	text-align: center;
}
.leadingspace {
	padding-left: .5em;
}
.borderedBox {
	border: solid black 1px;
	padding: 0 4px 0 4px;
}
.borderSides {
	border-right: solid black 1px;
	border-left: solid black 1px;
	padding: 0 6px 0 6px;
	margin: 0 2px 0 2px;
}
.homenewscolumn a, a:visited {
    text-decoration:none;
}
.homenewscolumn a:hover {
	font-weight: bold;
}
.homelinkscolumn a, a:visited {
    text-decoration:none;
}
.homelinkscolumn a:hover {
	font-weight: bold;
}
.topspace {
margin-bottom:4px;
}