@charset "utf-8";
/* CSS Document */

/* Body */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/image/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #484848;
}

a, a:visited {
	color: #879bad;
}

a:hover, a:active {
	color: #125687;
}

img {
	border: 0px;
}

/* Container */

.container {
	width: 940px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	display: block;	
	position: relative;	
} 

* html .container { height: 1%; } 

/* Main */

.main {
	width: 940px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;	
}  

* html .main { height: 1%; } 

/* Header */


.header-home {
	width: 940px;
	height: 107px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

.container-home .header-home {
	height: 92px;
}

#persistentnav {
	font-size: 11px;
	width: 300px;
	height: 13px;
	color: #898989;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	float: right;
	text-align: right;
	display: inline;	
}

#persistentnav a, #persistentnav a:visited {
	color: #898989;
	text-decoration: none;
}

#persistentnav a:hover, #persistentnav a:active {
	color: #898989;
	text-decoration: underline;
}

#sitesearch {
	padding: 0px 0px 0px 0px;
	width: 220px;
	height: 25px;
	margin: 40px 0px 0px 0px;
	float: right;
	display: inline;
}

.search-box {
	width: 190px;
	height: 25px;
	background-image:url(/image/bg_searchbox.gif);
	border: 0px;
	float: left;
	border: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #898989;	
}

.search-box input {
	background : none;
	border : none;
	margin-top: 2px;
	margin-left: 8px;
	color: #898989;
}


.go-button {
	width: 30px;
 	height: 25px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

*html .go-button
{
	margin-top:0;
	margin-right:-120px;
}


.header-logo {
	width: 335px;
	height: 78px;
	padding: 0px;
	margin: 0px;
}

.headerleft {
	width:  575px;
	float: left;
	height: 107px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.headerright {
	float: right;
	width: 365px;
	height: 107px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* Main Nav Unordered Lists */

div.waternav {
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 575px;
}

div.waternav ul#topnav {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
div.waternav ul#topnav li{
	float: left;
	height: 29px;
	margin: 0px;
	padding: 0px;
	position: relative;	
}
div.waternav ul#topnav li a#home {
	display:block;
	height:29px;
	text-indent:-9999px;
	width:43px;
	background:url(/image/nav_home.gif) no-repeat 0 -29px;
	margin: 0px;
	padding: 0px;	
}
div.waternav ul#topnav li a#applications {
	display:block;
	height:29px;
	text-indent:-9999px;
	width:99px;
	background:url(/image/nav_applications.gif) no-repeat 0 -29px;
	margin: 0px;
	padding: 0px;	
	
}
div.waternav ul#topnav li a#products{
	display:block;
	height:29px;
	text-indent:-9999px;
	width:79px;
	background:url(/image/nav_products.gif) no-repeat 0 -29px;
	margin: 0px;
	padding: 0px;	
}
div.waternav ul#topnav li a#support {
	display:block;
	height:29px;
	text-indent:-9999px;	
	width:140px;
	background:url(/image/nav_support.gif) no-repeat 0 -29px;
	margin: 0px;
	padding: 0px;	
}
div.waternav ul#topnav li a#buy {
	display:block;
	height:29px;
	text-indent:-9999px;	
	width:103px;
	background:url(/image/nav_buy.gif) no-repeat 0 -29px;
	margin: 0px;
	padding: 0px;	
}
div.waternav ul#topnav li a#news {
	display:block;
	height:29px;
	text-indent:-9999px;	
	width:111px;
	background:url(/image/nav_news.gif) no-repeat 0 -29px;
	margin: 0px;
	padding: 0px;	
}

div.waternav ul#topnav li a#home:hover,
div.waternav ul#topnav li a#applications:hover,
div.waternav ul#topnav li a#products:hover, 
div.waternav ul#topnav li a#support:hover, 
div.waternav ul#topnav li a#buy:hover, 
div.waternav ul#topnav li a#news:hover, 
div.waternav ul#topnav li a.selected {
	background-position:0 0 !important;
	margin: 0px;
	padding: 0px;	
}

/* Mega Dropdown */

ul#topnav li div.sub {
	position: absolute;	
	top: 29px; 
	left: 0px;
	background: #a4aaae;
	padding: 16px 16px 16px 16px;
	float: left;
	display: none;
}


ul#topnav li div.sub ul.applicationsmenu {
	list-style: none;
	width: 210px;
	margin:0;
	padding:0;
	float: left;
}

ul#topnav li div.sub ul.applicationsmenu2 {
	list-style: none;
	width: 170px;
	margin:0;
	padding:0;
	float: left;
}

ul#topnav li div.sub ul.productsmenu {
	list-style: none;
	width: 145px;
	margin:0;
	padding:0;
	float: left;
}

ul#topnav li div.sub ul.productsmenu2 {
	list-style: none;
	width: 210px;
	margin:0;
	padding:0;
	float: left;
}

ul#topnav li div.sub ul.supportmenu {
	list-style: none;
	width: 230px;
	margin:0;
	padding:0;
	float: left;
}

ul#topnav li div.sub ul.wheretobuymenu {
	list-style: none;
	width: 225px;
	margin:0;
	padding:0;
	float: left;
}

ul#topnav li div.sub ul.newsmenu {
	list-style: none;
	width: 185px;
	margin:0;
	padding:0;
	float: left;
}


ul#topnav div.sub ul li {
	width: 100%;
	color: #fff;
}

ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(/image/navlist_arrow.gif) no-repeat 3px 8px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}

ul#topnav .sub ul li a:hover {
	color: #fff;
	background-position:  3px 8px;
	text-decoration: underline;
}

div.waternav ul#topnav li{
	z-index:90;
}

/* Mega Dropdown Unused For Now */

ul#topnav .sub ul li h2 {
	color:#79bde8;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0;
	margin: 0;
}

div.waternav ul#topnav .sub ul li h2 a, ul#topnav .sub ul li h2 a {
	color:#79bde8;
	padding:5px 0 5px 0;
	background-image: none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}

ul#topnav .sub ul li h2 a:hover {
	color:#fff;
	padding:5px 0 5px 0;
	background-image: none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;		
}

ul#topnav li .row {
	clear: both; 
	float: left; 
	width: 100%; 
	margin-bottom: 10px;
}

ul#topnav li #last.sub {
	left:auto;
	right: 0px;
}

.main-image {
	display: none;
}

/* Column Wrapper */

.column-wrapper-generic {
	position: relative;
}

* html .column-wrapper,
* html .column-wrapper-generic { height: 1%; } 

/* Nav Area */

.nav-area {
	width: 160px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

* html .nav-area, * html .nav-area-home { height: 1%; } 

.nav-area-home {
	display: none;
	width: 160px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}


/* Primary Area */

.primary-nav {
	width: 150px;
	position: relative;	
}



.primary-nav ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.primary-nav ul li {	
	color: #22618f;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

.primary-nav ul ul {
	list-style-type: none;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

.primary-nav ul ul li {
	font-weight: normal;
	color: #879bad;
	font-size: 11px;
	text-decoration: none;	
}

.primary-nav ul ul ul{
	list-style-type: none;
	margin: 5px 0px 0px 12px;
	padding: 0px;
}

.primary-nav ul ul ul li {
	font-weight: normal;
	color: #879bad;
	font-size: 11px;
	text-decoration: none;
}

.primary-nav ul ul ul ul{
	list-style-type: none;
	margin: 5px 0px 0px 12px;
	padding: 0px;
}

.primary-nav ul ul ul ul li {
	font-weight: normal;
	color: #879bad;
	font-size: 11px;
	text-decoration: none;
}

.primary-nav ul li a:link, .primary-nav  ul li a:visited {
	font-weight: bold;
	color: #125687;
	font-size: 12px;
	text-decoration: none;	
}

.primary-nav ul li a:hover, .primary-nav ul li a:active {
	font-weight: bold;
	color: #125687;
	font-size: 12px;
	text-decoration: none;
}

.primary-nav ul ul li a:link, .primary-nav  ul ul li a:visited, .primary-nav ul ul ul li a:link, .primary-nav ul ul ul li a:visited, .primary-nav ul ul ul ul li a:link, .primary-nav ul ul ul ul li a:visited {
	font-weight: normal;
	color: #879bad;
	font-size: 11px;
	text-decoration: none;	
}

.primary-nav ul ul li a:hover, .primary-nav ul ul li a:active, .primary-nav ul ul ul li a:hover, .primary-nav ul ul ul li a:active, .primary-nav ul ul ul ul li a:hover, .primary-nav ul ul ul ul li a:active {
	font-weight: normal;
	color: #125687;
	font-size: 11px;
	text-decoration: none;
}

#content-row-navigation .breadcrumb-only {
	display: none;
}

#content-row-navigation ul ul.navigation-collapsed {
	display: none;
}

.secondary-nav {
	display: none;
}

.primary-nav-home {
	display: none;
}

.primary-nav ul li a.selected, .primary-nav ul ul li a.selected, .primary-nav ul ul ul li a.selected, .primary-nav ul ul ul ul li a.selected    {
	color: #125687;
	text-decoration: underline;
}

/* Content Area */

.intro {
	width: 520px;
	margin: 0 20px 0 0;
}

.content-area {
	width: 760px;
	float: left;
	background-image: url(/image/bg_subcontent.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	position: relative;	
}

.content-area-home {
	width: 720px;
	float: left;
	background-image: none;
	background-repeat: repeat-y;
	background-color: #fff;
	padding-left: 0px;
	position: relative;	
}

* html .content-area, * html .content-area-home { height: 1%; } 

.content-area h2 {
	border-bottom: 1px #dfdfdf solid; 
	color: #125687;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 20px 0px; 
}

.content-area-home h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	color: #000;
	border-bottom: none;
}

.content-area h2 a, .content-area h2 a:visited {
	border-bottom: 1px #dfdfdf solid; 
	color: #125687;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 20px 0px; 
	text-decoration: none;
}

.content-area h2 a:hover, .content-area h2 a:active {
	border-bottom: 1px #dfdfdf solid; 
	color: #879bad;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 20px 0px; 
	text-decoration: none;	
}

.content-A h3, .content-A h3 a, .content-A h3 a:visited {
	color: #125687;
	font-size: 12px;
	font-weight: bold;
}
.content-A h3 {
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
}
.content-B h3, .content-B h3 a, .content-B h3 a:visited {
	color: #125687;
	font-size: 12px;
	font-weight: bold;
}
.content-B h3 {
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
}

.content-A h5, .content-A h5 a, .content-A h5 a:visited {
	text-decoration: none;
	color: #879BAD;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px; padding: 0px;
}
.content-area h6 {

}
.content {
	position: relative;
	width: 760px;
}

.content-home {
	position: relative;
	width: 940px;
	/* padding-top: 1px; */
}


* html .content, * html .content-home { height: 1%; } 

.clearfloats {
	position: relative;
	clear: both;

}

/* Title */

.title-generic br {
display: none;
}

.title h1, .title h1 a {
	font-weight: bold;
	font-size: 20px;
	color: #125687;
	text-decoration: none;
}

.title h1 {
	width: 520px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

*html .title h1
{
	width:500px;
}

.title h1 span { display: none; }

.title-home {
	display: none;
}

/* Intro */

.intro {
	
}

.content-A {
	position: relative;
	width: 520px;
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

.content-A p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.content-A-home {
	position: relative;
	width: 720px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

* html .content-A, * html .content-A-home  { height: 1%; } 

.content-A .col1 {
	width: 250px;
	float: left;
	padding-right: 20px;
	margin: 0;	
	position: relative;
}

.content-A .col2 {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;	
}
.content-A .col1 .node, .content-A .col2 .node  {
	width: 180px;
	margin: 0;
	padding-left: 70px;
	position: relative;	
}

.content-A .col1 img, .content-A .col2 img {
	float: left;
	margin-left: -70px;
	position: relative;
}

.content-A h4 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
}

.content-A h4 a {
	color: #484848;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;	
	margin: 0 0 6px 0;
	padding: 0;	
	font-weight: bold;	
}

.content-A h4 a:hover {
	text-decoration: underline;
}

.content-A .col1 .node h3 a:hover, .content-A .col1 .node h3 a:active, .content-A .col2 .node h3 a:hover, .content-A .col2 .node h3 a:active {
	color: #484848;
	text-decoration: underline;
	font-size: 11px;
	text-transform: uppercase;	
	margin: 0 0 6px 0;
	padding: 0;	
	font-weight: bold;	
}

.content-A .col1 .node ul, .content-A .col2 .node ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.content-A .col1 .node ul li, .content-A .col2 .node ul li {	
	color: #879bad;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 3px;
}

.content-A .col1 .node a, .content-A .col2 .node a {
	text-decoration: none;
}

.content-A-home .highlights {
	position: relative;
	width: 340px;
	float: left;
	padding: 8px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	border-top: 1px #dfdfdf solid;
}

.content-A-home .support {
	position: relative;
	width: 340px;
	float: left;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px #dfdfdf solid;
}

.content-A-home .support .list {
	position: relative;	
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 8px 0px;
}

.content-A-home .support ul {
	list-style-type: none;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}

.content-A-home .support ul li {	
	background-image: url(/image/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #879bad;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 8px;
	list-style-type: none;
}

.content-A-home .support .list a {
	text-decoration: underline;
}

.content-B {
	position: relative;
	right: 0;
	top: -65px;
	width: 195px;
	padding: 0px 10px 0px 15px;
	margin: 0px 0px 0px 0px;	
	float: left;	
	font-size: 11px;
}

.content-B-home {
	position: relative;
	right: 0px;
	top: 0px;
	width: 219px;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 0px;	
	float: left;	
	font-size: 11px;
}

* html .content-B, * html .content-B-home { height: 1%; } 

.content-B .node {
	width: 173px;
	margin: 0px 0px 0px 22px;
	position: relative;	
}

*html .content-B .node {
	margin: 0;
	padding-left:22px;
}

.content-B-home .node {
	width: 173px;
	margin: 20px 0px 0px 36px;
	position: relative;	
}



.content-B .node img {
	float: left;
	margin-left: -22px;
	position: relative;
}

.content-B .node h4 {
	font-size: 14px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

.content-B .node h5 {
	font-size: 11px;
	font-weight: bold;
	color: #125678;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

.content-B .node h4 a, .content-B .node h4 a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;	
}

.content-B .node h4 a:hover, .content-B .node h4 a:active {
	color: #333333;
	text-decoration: underline;
	font-size: 14px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;	
	
}

.content-B .node ul, .content-B .node ul {
	list-style-type: none;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

.content-B .node ul li, .content-B .node ul li {	
	background-image: url(/image/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #879bad;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 3px;
	padding-left: 6px; 
}

.content-B .node a, .content-B .node a {
	text-decoration: underline;
}

.content-B-home .callout {
	position: relative;
	width: 219px;
	height: 160px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	overflow: hidden;
}

.content-B-home .newsnode {
	position: relative;
	width: 203px;
	height: 140px;
	padding: 12px 8px 8px 8px;
	margin: 0px 0px 0px 0px;	
	font-size: 11px;
	background-color: #e9edee;
	overflow: hidden;
}

.content-B-home .newsnode ul {
	list-style-type: none;
	margin: 0px 0px 8px 2px;
	padding: 0px 0px 0px 0px;
}

.content-B-home .newsnode ul li {	
	background-image: url(/image/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #879bad;
	font-size: 11px;
	line-height: 14px;
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 8px;
}

.content-B-home .newsnode li a {
	text-decoration: underline;
}

/* Footer */


.footer {
	position: relative;
	width: 910px;
	background-image: url(/image/bg_footer.gif);
	background-repeat: no-repeat;
	background-color: #a9b0b4;
	color: #fff;
	padding: 15px 15px 15px 15px;
	margin: 20px 0px 20px 0px;
	height: 56px;
	font-size: 11px;
}

.footer a, .footer a:visited {
	color: #fff;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	color: #fff;
	text-decoration: underline;
}

.breadcrumb {
	position: absolute;
	left: 180px;
	top: 0;
	font-size: 11px;
	color: #879bad;
	background-color: #fff; /* These two lines make breadcrumb overflow look intentional ;) */
	height: 18px;
}
* html .breadcrumb {
	background-color: transparent; /* IE6 doesn't play nice */
}
.content-area .breadcrumb {
	left: 20px;
}

* html .breadcrumb { height: 1%; } 

.breadcrumb-data-here {
	display: none;
}

.breadcrumb-data-text{
	font-size: 11px;
	color: #879bad;
}

.breadcrumb-data-text-home {
	display: none;
}

.breadcrumb-data-text a:link, .breadcrumb-data-text a:visited{
	font-weight: normal;
	color: #879bad;
	font-size: 11px;
	text-decoration: none;	
}

.breadcrumb-data-text a:hover, .breadcrumb-data-text a:active {
	font-weight: normal;
	color: #125678;
	font-size: 11px;
	text-decoration: none;
}

.breadcrumb-home {	
	display: none;
}

.homeflash {
	width: 720px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.content-B-home .node ul {
	margin: 0px 0px 12px 0px;
}

.content-A-home .node {
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;	
}

.content-A-home .node p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}

.content-A-home .node h3 {
	font-size: 12px;
	text-transform: none;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #125687;
}

.content-A-home .node h3 a, .content-A-home .node h3 a:visited {
	color: #125687;
	text-decoration: none;
	font-size: 12px;
	text-transform: none;	
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;	
	font-weight: bold;	
}

.content-A-home .node h3 a:hover, .content-A-home .node h3 a:active {
	color: #879bad;
	text-decoration: none;
	font-size: 12px;
	text-transform: none;	
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;	
}

/* External Link Icon*/

.externalLink {
	padding-right: 15px;   
	background: transparent url(/images/global/external.gif) no-repeat center right;
}

/* category page styles */

#maincolumn {
	width: 520px;
	padding: 0px;
	margin: 0px;	
}

.categoryrow {
	width: 520px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px #dfdfdf solid;
	clear: both;
}

.categoryrow .node  {
	width: 270px;
	margin: 0px 0px 5px 0px;
	padding-left: 70px;
	padding-right: 20px;
	position: relative;	
	float: left;
}

.categoryrow .node img {
	float: left;
	margin-left: -70px;
	margin-top: 3px;
	position: relative;
}

#maincolumn h3, #maincolumn h3 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
}

#maincolumn h3 a, #maincolumn h3 a:visited {
	color: #484848;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;	
	margin: 0 0 6px 0;
	padding: 0;	
	font-weight: bold;	
}

#maincolumn h3 a:hover, #maincolumn h3 a:active {
	color: #484848;
	text-decoration: underline;
	font-size: 11px;
	text-transform: uppercase;	
	margin: 0 0 6px 0;
	padding: 0;	
	font-weight: bold;	
}

.categoryrow .node2  {
	width: 160px;
	margin: 0px 0px 5px 0px;
	position: relative;	
	float: left;
}

#maincolumn .node2 ul {
	list-style-type: none;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

#maincolumn .node2 ul li {	
	color: #879bad;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 3px;
}

.content-A .categoryrow a {
	text-decoration: none;
}

#maincolumn h2 {
	border-bottom: none; 
	color: #125687;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px; 
}

/* subcategory page styles */

.categoryrow .nodefull  {
	width: 430px;
	margin: 0px 0px 5px 0px;
	padding-left: 70px;
	padding-right: 20px;
	position: relative;	
	float: left;
}

.categoryrow .nodefull img {
	float: left;
	margin-left: -70px;
	margin-top: 3px;
	position: relative;
}

/* go link */

a.golink, a:visited.golink {
	font-size: 10px;
	text-transform: uppercase;
	color: #8c8d8e;
	font-weight: normal;
	background-image: url(/image/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 9px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;	
}

a:hover.golink, a:active.golink {
	font-size: 10px;
	text-transform: uppercase;
	color: #ef3a42;
	font-weight: normal;
	background-image: url(/image/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 9px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;	
	border: none;
}

a.backlink, a:visited.backlink {
	font-size: 10px;
	text-transform: uppercase;
	color: #8c8d8e;
	font-weight: normal;
	background-image: url(/image/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 9px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;	
}

a:hover.backlink, a:active.backlink {
	font-size: 10px;
	text-transform: uppercase;
	color: #ef3a42;
	font-weight: normal;
	background-image: url(/image/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 9px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;	
	border: none;
}

/* Type Page */

table{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	font-size: 11px;
	margin-bottom: 15px;
}
table th, tr.table-heading td, tr.table-heading th {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	background-color: #879bad;
	color: #fff;
	text-align: left;
}
table td {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	background-color: #fff;
	text-align: left;	
}

table .gray-row td, table .tablerowgray td {
	background-color: #e9eced;
}

table a:hover, table a:active {
	color: #484848;
	text-decoration: none;
}

/* Product Details Page */

table.waterproduct {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	width: 520px;
	font-size: 11px;
	margin-bottom: 15px;
}
table.waterproduct th {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	background-color: #879bad;
	color: #fff;
	text-align: left;
}

table.waterproduct td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dfdfdf;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

table.waterproduct a, table.waterproduct a:visited {
	color: #484848;
	text-decoration: underline;
}

table.waterproduct a:hover, table.waterproduct a:active {
	color: #484848;
	text-decoration: none;
}

.productdescription img {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.footnote {
	font-size: 11px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px #dfdfdf solid;
	margin: 0px;
}

.footnote ol {
	margin: 0px 0px 0px 18px;
	padding: 0px;
}

.footnote ol li {
	color: #484848;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* Search Results Page */

.primary-nav-search {
	display: none;	
}

.nav-area-search {
	display: none;	
}

.content-area-search {
	width: 940px;
	float: left;
	background-image: url(/image/bg_subcontent_full.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 0px;
	position: relative;	
}

.content-A-search {
	position: relative;
	width: 700px;
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

.content-search {
	position: relative;
	width: 940px;
}

#fullcolumn {
	width: 700px;
	padding: 0px;
	margin: 0px;	
}

.breadcrumb-search {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 11px;
	color: #879bad;
}

#fullcolumn h2 {
	border-bottom: none; 
	color: #125687;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px; 
}

.resultsbar {
	background-color: #e9edee;
	height: 15px;
	font-size: 11px;
	margin-bottom: 20px;
	padding: 6px;
}

a.resultslink, a:visited.resultslink {
	font-size: 10px;
	text-transform: uppercase;
	color: #8c8d8e;
	font-weight: normal;
	text-decoration: none;
	border: none;	
}

a:hover.resultslink, a:active.resultslink, a.resultslinkon {
	font-size: 10px;
	text-transform: uppercase;
	color: #ef3a42;
	font-weight: normal;
	text-decoration: none;	
	border: none;
}

.content-A ul {
	margin: 0px 0px 10px 0px;

}

.content-A ul li {	
	/*color: #879bad;
	font-size: 11px;*/
	/*line-height: 14px;*/
	list-style-position:outside;
	list-style-type:disc;	
	padding: 0;	
	margin:0 0 3px 15px;
}

/* DOW TYPOGRAPHY */

.trademark {
	font-size: 10px;
	color: #999;
}
.disclaimer {
	color: #993333;
	width: 520px;
	display: none;
}
.main-ltrans {
	display: none;
}
.aligncenter {
	text-align: center;
}
.main-nav {
	display: none;
}

.hide-initially {
	display: none;
}
.right-column-pr-headline {
	width: 520px;
}
.title-color--generic ul {
	display: none;
}
.right-column-pr-headline-headline {
	margin: 25px 0 0;
	color: #125687;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 6px;
}

*html .right-column-position
{
	float:right;
	position:absolute;
	top:400px;
}

.application-path p, .application-path table
{
	margin:0; padding:0;
}

.application-path h2 {margin-bottom:10px;}

.social-media {
	float: right;
	margin-top: -39px;
}