@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #404040;
	margin: 10; /* 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: #333333;
}

.twoColFixLtHdr #container { 
	width: 800px;  /* 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: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
}
.twoColFixLtHdr  .links p.nospace {
	vertical-align: middle;
	padding: 0px 0px 1px 0px;
	margin:0px 0px 0px 0px;
} 
.twoColFixLtHdr     #nav-area     a {
	margin: 0px 0px 0px 0px;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #nav-area a:hover {
	margin: 0px 0px 0px 0px;
	background-color: #009900;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	border: 0;
	padding: 2px 2px 2px 2px;
}
.twoColFixLtHdr #nav-area a.blue:hover {
	margin: 0px 0px 0px 0px;
	background-color: #0033CC;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	padding: 2px 2px 2px 2px;
}
.twoColFixLtHdr   #nav-area   p {
	margin: 0px 0px 0px 0px;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	padding: 2px 2px 2px 2px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-style: solid;
	border-left-color: #333333;
	border-left-width: thin;
	height: 100%;
} 
.twoColFixLtHdr #tableContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #tableContent h1 {
	font-size: 20px;
	background-color: #0033CC;
	color: #FFFFFF;
	padding: 6px;
	font-style: italic;
	font-weight: bold;
} 
.twoColFixLtHdr #tableContent h2 {
	font-size: 22px;
	font-weight: normal;
	color: #003399;
} 
.twoColFixLtHdr  #mainContent  img.nospace {
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
} 
.twoColFixLtHdr  #mainContent  img {
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 20px;
	background-color: #404040;
	color: #FFFFFF;
	padding: 6px 6px 6px 10px;
	margin: 10px 0px 0px 0px;
	font-style: italic;
	font-weight: bold;
} 
.twoColFixLtHdr #mainContent h1.blue {
	font-size: 20px;
	background-color: #003399;
	color: #FFFFFF;
	padding: 6px 6px 6px 10px;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
} 
.twoColFixLtHdr #mainContent h2 {
	font-size: 24px;
	font-weight: normal;
	color: #009900;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
} 
.twoColFixLtHdr #mainContent h2.blue {
	font-size: 24px;
	font-weight: normal;
	color: #003399;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
} 
.twoColFixLtHdr #mainContent h3 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
	padding: 10px 0px 10px 20px;
	margin: 0px 0px 0px 0px;
} 
.twoColFixLtHdr #mainContent p {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	padding: 0px 20px 5px 20px;
	}
.twoColFixLtHdr #mainContent li {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	}
.twoColFixLtHdr #mainContent ul {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 50px;
	}
.twoColFixLtHdr #footer {
	padding: 30px 0px 0 0px;
	background-image: url(images/foot-gradient.gif);
	background-repeat: no-repeat;
	background-color:  #404040;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
}
.twoColFixLtHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav-area { /* this class defines the navigation area */
	width: 100%;
	background: #ffffff;
	margin: 0px;
	text-align: right;
	text-decoration: none;
	padding: 0px;
	}
.links {
	width: 180px;
	background: #fffff0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top: 100%;
	}
.column1 {
	float: left;
	width: 280px;
	padding-top: 10px;
	padding-left: 10px;
}
.column2 {
	margin-left: 290px;
	width: auto;
	margin-right: 10px;
	padding-top: 10px;
}
a.border     {
	border-bottom: solid #333333 1px;
}
tr.products	{
	font: 12px verdana,arial,helvetica,san-serif;
	background: #ffffff;
	decoration: none;
	}
tr.manufact	{
	font: 14px verdana,arial,helvetica,san-serif;
	background: #ffffff;
	decoration: none;
	}
tr.table1	{
	font: 12px verdana,arial,helvetica,san-serif;
	background: #ffffff;
	decoration: none;
	}
tr.table2	{
	font: 9px verdana,arial,helvetica,san-serif;
	background: #ffffff;
	decoration: none;
	}

