@charset "UTF-8";
body {
	background: #ffffff;
	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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logoarea {
	height: 84px;
	width: 664px;
	float: left;
}
#searcharea {
	background-image: url(images/searcharea-back.png);
	background-repeat: repeat-x;
	height: 84px;
	width: 236px;
	float: left;
}
#topnavigation {
	height: 37px;
	width: 900px;
	clear: both;
	background-image: url(images/topnav-back.png);
	background-repeat: repeat-y;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-position: -1px top;
	background-color: #7AAFCA;
}
.searchbox {
	text-align: center;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 121px;
	width: 900px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	height: auto;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(images/backmainleft.png);
	background-repeat: repeat-y;
	color: #333333;
}
#flasharea {
	background-color: #CCCCCC;
	height: 274px;
	width: 900px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.searchbox input {
	background-color: #FFFFFF;
	text-align: left;
	color: #999999;
	margin-top: 0px;
}
.searchbox {
}
.oneColFixCtrHdr #container #header #searcharea .searchbox #catsearchform91967 img {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -3px;
}
#searchicon {
	position: relative;
	height: 20px;
	width: 20px;
	float: right;
	margin-right: 15px;
}
.searchboxbtn  {
	width: 20px;
	margin-left: 5px;
	color: #FFFFFF;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
}
.copyright {
	float: right;
	padding-top: 10px;
}
.cleardiv {
	clear: both;
	height: 5px;
	background-color: #FFFFFF;
}
.icontext {
	font-size: 10px;
}
.icontext h2 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.home-products-content p {
	padding: 0px;
	margin-top: 3px;
	line-height: 18px;
	color: #666666;
}
.icontext p {
	margin-top: 0px;
	padding: 0px;
	line-height: 12px;
}
.bottomcellborder {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rightcellborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
a {
	color: #418CB3;
}
.prodareatext {
	font-size: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.wrapleft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
#rightmain-int h2 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.managementtable {
	padding: 3px;
	border: thin solid #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #rightmain .home-products-content .rightcellborder p {
	float: right;
	padding-right: 3px;
	font-size: 10px;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#main-left {
	height: auto;
	width: 379px;
	float: left;
}
#rightmain {
	height: auto;
	width: 520px;
	float: left;
}
.home-products-content {
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 15px;
}
.leftbar a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-image: url(images/left-nav-back.png);
	background-repeat: repeat-y;
	width: 190px;
	margin-top: 3px;
	font-weight: normal;
	text-decoration: none;
}
#int-mast.companyoverview  {
	background-image: url(images/mastheads/company-mast.png);
}
.leftbar ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#main-left-int {
	height: auto;
	width: 200px;
	float: left;
}
#mainContent-int {
	height: auto;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(images/backintleft.png);
	background-repeat: repeat-y;
	color: #333333;
}
#rightmain-int {
	height: auto;
	width: 650px;
	float: left;
	margin-left: 25px;
	line-height: 18px;
	color: #666666;
	padding-top: 0px;
	margin-top: 0px;
}
#rightmain-int h1 {
	font-size: 24px;
	font-weight: normal;
	color: #418CB3;
	margin-top: 15px;
	padding-top: 0px;
}
.leftbar {
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 15px;
}
#int-mast {
	height: 75px;
	width: 900px;
	position: relative;
}
.leftbar a:hover {
	background-image: url(images/left-nav-back-over.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.overviewsublinks {
	background-color: #A0bd7f;
	height: auto;
	width: 150px;
	float: right;
	background-image: url(images/top-curve.png);
	background-repeat: no-repeat;
	background-position: top;
	list-style-type: none;
	margin-bottom: 20px;
}
.rightbarfloat {
	float: right;
}
.overviewsublinks ul {
	list-style-type: none;
	list-style-image: url(images/bullet.png);
}
.overviewsublinks a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
}
#int-mast.prodoverview {
	background-image: url(images/mastheads/prod-mast.png);
}
.rightbar {
	height: auto;
	width: 150px;
	background-image: url(images/right-curve_r3_c1.png);
	background-repeat: repeat-y;
	background-position: top;
	list-style-type: none;
	margin-bottom: 10px;
}
.rightbarleft {
	background-color: #FBFBFB;
}
#leftboxother {
	width: 170px;
	margin-left: 15px;
}
.samplerequest {
	width: 150px;
}
.rightbarcontent {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.rightbarcontent ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.rightbarcontent li {
	color: #333333;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
}
.rightbarcontent h3 {
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}
#int-mast.sales {
	background-image: url(images/mastheads/sales-mast.png);
}
#int-mast.contact {
	background-image: url(images/mastheads/contact-mast.png);
}
.prodoverviewcats {
	width: 350px;
}
.prodoverviewcats ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.prodoverviewcats li {
	display: block;
	padding: 5px;
	background-image: url(images/back-cats.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}
.prodoverviewcats2 {
	width: 275px;
	float: right;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.prodoverviewcats2 li {
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	list-style-type: none;
	display: block;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.prodoverviewcats2 ul {
	margin-left: 0px;
	padding-left: 0px;
	color: #000000;
	background-repeat: repeat-y;
	background-color: #F4F7F4;
}
.parttable {
	padding: 3px;
	font-size: 10px;
}
.partableheaders {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2179A7;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.partablecells {
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}
#int-mast.supportoverview {
	background-image: url(images/mastheads/support-mast.png);
}
#rightmain-int-form {
	height: auto;
	width: 850px;
	float: left;
	margin-left: 25px;
	line-height: 18px;
	color: #666666;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-left: 10px;
}
#rightmain-int-form h1 {
	font-size: 24px;
	font-weight: normal;
	color: #418CB3;
	margin-top: 15px;
	padding-top: 0px;
}
.featuretext {
	line-height: 100%;
}
#int-mast.news {
	background-image: url(images/mastheads/news-mast.png);
}
.partablecellsform {
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}
#footer .footerlinks a {
	color: #666666;
	text-decoration: none;
}
#footer .footerlinks a:hover {
	color: #418CB3;
	text-decoration: underline;
}

