@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}
#container { 
	width: 955px;  /* 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 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#nav { 
	background: #FFF;
	background-image: url(../images/nav-bgnd.png);
	background-repeat:no-repeat;
	width: 955px;
	height: 20px;
	padding-top: 7px;
} 
#header { 
	background: #DDDDDD;
	background-image: url(../images/homehead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#aboutheader { 
	background: #DDDDDD;
	background-image: url(../images/abouthead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
}
#linksheader { 
	background: #DDDDDD;
	background-image: url(../images/linkshead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
}
#contactheader { 
	background: #DDDDDD;
	background-image: url(../images/contacthead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
}
#literatureheader { 
	background: #DDDDDD;
	background-image: url(../images/literaturehead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
}
#sampleHeader { 
	background: #DDDDDD;
	background-image: url(../images/samplehead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
}
#geminiHeader { 
	background: #DDDDDD;
	background-image: url(../images/geminihead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#geminiHeader2 { 
	background: #DDDDDD;
	background-image: url(../images/geminihead2-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#ultramaxHeader { 
	background: #DDDDDD;
	background-image: url(../images/ultramaxhead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#ultramaxHeader2 { 
	background: #DDDDDD;
	background-image: url(../images/ultramaxhead2-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#ultraliteHeader { 
	background: #DDDDDD;
	background-image: url(../images/ultralitehead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#ultraliteHeader2 { 
	background: #DDDDDD;
	background-image: url(../images/ultralitehead2-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#closedendHeader { 
	background: #DDDDDD;
	background-image: url(../images/closedendhead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#drainableHeader { 
	background: #DDDDDD;
	background-image: url(../images/drainablehead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#urostomyHeader { 
	background: #DDDDDD;
	background-image: url(../images/urostomyhead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#traditionalHeader { 
	background: #DDDDDD;
	background-image: url(../images/traditionalhead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#barriersHeader { 
	background: #DDDDDD;
	background-image: url(../images/barriershead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#accessoriesHeader { 
	background: #DDDDDD;
	background-image: url(../images/accessorieshead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#sitemapHeader { 
	background: #DDDDDD;
	background-image: url(../images/sitemaphead-bgnd.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 174px;
} 
#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 */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 233px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#homeContent { 
	background-image: url(../images/homecontent-bgnd.jpg);
	background-repeat: no-repeat;
	height: 399px;
} 
#aboutContent { 
	background-image: url(../images/aboutcontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#linksContent { 
	background-image: url(../images/linkscontent-bgnd.jpg);
	background-repeat: no-repeat;
	height: 399px;
}
#literatureContent { 
	background-image: url(../images/literaturecontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#sampleContent { 
	background-image: url(../images/samplecontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#geminiContent { 
	background-image: url(../images/geminicontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#geminiContentCE { 
	background-image: url(../images/geminicecontent-bgnd.jpg);
	background-repeat: no-repeat;
	height: 780px;
} 
#geminiContentDrain { 
	background-image: url(../images/geminidraincontent-bgnd.jpg);
	background-repeat: no-repeat;
	height: 780px;
} 
#geminiContentUro { 
	background-image: url(../images/geminiurocontent-bgnd.jpg);
	background-repeat: no-repeat;
	height: 780px;
} 
#ultramaxContent { 
	background-image: url(../images/ultramaxcontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#ultramaxContentCE { 
	background-image: url(../images/ultramaxcecontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#ultramaxContentDrain { 
	background-image: url(../images/ultramaxdraincontent-bgnd.jpg);
	background-repeat: no-repeat;
	height: 850px;
} 
#ultramaxContentUro { 
	background-image: url(../images/ultramaxurocontent-bgnd.jpg);
	background-repeat: no-repeat;
	height: 820px;
} 
#ultraliteContent { 
	background-image: url(../images/ultralitecontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#ultraliteContentCE { 
	background-image: url(../images/ultralitececontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#ultraliteContentDrain { 
	background-image: url(../images/ultralitedraincontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#ultraliteContentUro { 
	background-image: url(../images/ultraliteurocontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#ultraextraContent { 
	background-image: url(../images/ultraextracontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#ultraplusContent { 
	background-image: url(../images/ultrapluscontent-bgnd.jpg);
	background-repeat: no-repeat;
}
#ultrainfantpedContent { 
	background-image: url(../images/ultrainfantpedcontent-bgnd.jpg);
	background-repeat: no-repeat;
}
#urostomyContent { 
	background-image: url(../images/urostomycontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#drainableContent { 
	background-image: url(../images/drainablecontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#closedendContent { 
	background-image: url(../images/closedendcontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#barriersContent { 
	background-image: url(../images/barrierscontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#accessoriesContent { 
	background-image: url(../images/accessoriescontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#traditionalContent { 
	background-image: url(../images/traditionalcontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
#sitemapContent { 
	background-image: url(../images/sitemapcontent-bgnd.jpg);
	background-repeat: no-repeat;
} 
.hpConference {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}
#ultraliteflange { 
	padding: 20px 0 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; 
} 
#footer { 
	padding: 20px 0 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; 
} 
#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 */
}
.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-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.nav-white2 {
	padding-left: 40px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.nav-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.nav-submenuTitle {
	font: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
}
.partners {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #06C;
}
.rtls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #06C;
	line-height: 16px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 30px;
}
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 17px;
}
 a.navwhitelink:link {color: #FFF; text-decoration: none;}
 a.navwhitelink:active {color: #FFF; text-decoration: none;}
 a.navwhitelink:visited {color: #FFF; text-decoration: none;}
 a.navwhitelink:hover {color: #FFCC99; text-decoration: none;}
 
 a.navblacklink:link {color: #000; text-decoration: none;}
 a.navblacklink:active {color: #000; text-decoration: none;}
 a.navblacklink:visited {color: #000; text-decoration: none;}
 a.navblacklink:hover {color: #06C; text-decoration: none;}
 
 a.navpagelink:link {color: #666; text-decoration: none;}
 a.navpagelink:active {color: #666; text-decoration: none;}
 a.navpagelink:visited {color: #666; text-decoration: none;}
 a.navpagelink:hover {color: #06C; text-decoration: none;}
 
 a.rtlslink:link {color: #06C; text-decoration: none;}
 a.rtlslink:active {color: #06C; text-decoration: none;}
 a.rtlslink:visited {color: #06C; text-decoration: none;}
 a.rtlslink:hover {color: #000; text-decoration: underline;}
 
 a.partnerlink:link {color: #06C; text-decoration: none;}
 a.partnerlink:active {color: #06C; text-decoration: none;}
 a.partnerlink:visited {color: #06C; text-decoration: none;}
 a.partnerlink:hover {color: #000; text-decoration: none;}
 
 a.linkslink:link {color: #003399; text-decoration: none;}
 a.linkslink:active {color: #003399; text-decoration: none;}
 a.linkslink:visited {color: #003399; text-decoration: none;}
 a.linkslink:hover {color: #FFF; text-decoration: none;}
 
.hpConferenceTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	font-weight: bold;
}
.nav-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 16px;
}
.textBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 19px;
}
.textBlackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 19px;
	font-weight: bold;
}
.subheadBlue {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #06C;
	line-height: 19px;
	font-style: italic;
}
.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 18px;
	font-weight: bold;
	font-size: 14px;
}
.productText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}
.ezguideText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 14px;
}
.flangeSidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
}
.sidebarAquatack {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #06C;
	line-height: 19px;
	font-style: italic;
}
.textLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	line-height: 15px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #06C;
	line-height: 19px;
	font-weight: bold;
}
.textBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06C;
	line-height: 19px;
}
.textBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06C;
	line-height: 19px;
	font-weight: bold;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	line-height: 19px;
}
.litTextBlackBoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 15px;
	font-weight: bold;
	font-style: italic;
}
.litTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 10px;
}
.textBlackSidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
}
.productTitleSidebar {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 14px;
	font-weight: bold;
	font-size: 14px;
}
.pageTitleSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #06C;
	line-height: 20px;
	font-weight: bold;
}
.needInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	line-height: 19px;
}
.rtlsBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #06C;
	line-height: 16px;
	font-weight: bold;
}
.prodTypeSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #06C;
	line-height: 20px;
	font-weight: bold;
}
.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 11px;
}
.blueText36pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #06C;
	line-height: 40px;
	font-weight: bold;
}
.blueText48pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #06C;
	line-height: 60px;
	font-weight: bold;
}

