/*########################################################
	:: resets
##########################################################*/
h1, h2, h3, div, ul, li, p, blockquote, img{
	margin: 0;
	padding: 0;
}

body {
	background-color:#FBF4F7;
	font-family:Arial,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
}



/*########################################################
	:: main container
##########################################################*/
div#container {
	background-color:#FFFFFF;
	margin:20px auto;
	text-align:left;
	width:950px;
}



/*########################################################
	:: shared styles
##########################################################*/
a {
  text-decoration:none;
	color: #000;
}

.alt-text {
  display:none; 
}

.cloak{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.heading{
	text-indent: -99999px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;	
}

em{
	color: #fe00ad;
	font-style: normal;
}

blockquote{
	font-size: 9px;
}

img {
  border:none;
}

/*########################################################
	:: header
##########################################################*/
div#header {
  width:950px;
  background:#f079b8 url(../images/bg-header.png) top left no-repeat;
  position:relative;
  clear:both;
  float:left;
  text-align:center;
}

div#header a.poise-heading {
  text-align:left;
  margin:17px 0 5px 51px;
  padding:0;
  float:left;
  display:inline;
}

div#header a.poise-heading img {
  display:block;
  width:242px;
  height:80px;
}

div#header a.heading-free-sample {
  text-align:left;
  margin:7px 21px 0 0;
  padding:0;
  float:right;
  display:inline;
}

div#header a.heading-free-sample img {
  display:block;
  width:156px;
  height:82px;
}


div#header div#main-nav-container {
  margin: 0 auto;
  width:846px;
  clear:both;
}

div#header ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

div#header ul li {
  display:inline;
  float:left;
}

div#header ul li a {
  display:block;
  line-height:31px;
  height:31px;
  text-indent:-999em;
  overflow:hidden;
}

div#header li#nav-about a {
  background:url(../images/nav-about.png) top left no-repeat;
  width:168px;
}
div#header li#nav-about a:hover {
  background:url(../images/nav-about.png) bottom left no-repeat;
}

div#header li#nav-women-bladders a {
  background:url(../images/nav-womens-bladders.png) top left no-repeat;
  width:116px;
}
div#header li#nav-women-bladders a:hover {
  background:url(../images/nav-womens-bladders.png) bottom left no-repeat;
}

div#header li#nav-products a {
  background:url(../images/nav-products.png) top left no-repeat;
  width:141px;
}
div#header li#nav-products a:hover {
  background:url(../images/nav-products.png) bottom left no-repeat;
}

div#header li#nav-control a {
  background:url(../images/nav-control.png) top left no-repeat;
  width:182px;
}
div#header li#nav-control a:hover {
  background:url(../images/nav-control.png) bottom left no-repeat;
}

div#header li#nav-ask a {
  background:url(../images/nav-ask.png) top left no-repeat;
  width:127px;
}
div#header li#nav-ask a:hover {
  background:url(../images/nav-ask.png) bottom left no-repeat;
}

div#header li#nav-stories a {
  background:url(../images/nav-stories.png) top left no-repeat;
  width:112px;
}
div#header li#nav-stories a:hover {
  background:url(../images/nav-stories.png) bottom left no-repeat;
}


div.dropdown {
  position:absolute;
  /*background:#b049aa;*/
  background:#d43389;
  padding:0 8px;
}
div.dropdown ul {
  list-style-type:none;
}
div.dropdown ul li {
  height:31px;
  line-height:31px;
  border-top:1px solid #a92fa4;
  /*border-bottom:1px solid #d98ad8;*/
  border-bottom:1px solid #e275af;
}
div.dropdown ul li a {
  font-weight:bold;
  color:#ffffff;
}
div.dropdown ul li.topline {
  border-top:none;
}
div.dropdown ul li.bottomline {
  border-bottom:none;
}

/*########################################################
	:: footer
##########################################################*/
div#footer {
  width:948px; height:264px;
  border:1px solid #d594b6;
  border-top:2px solid #d594b6;
  background:#f7c1da url(../images/bg-footer.png) top left no-repeat;
  padding:22px 0 0;
  margin:0;
/*  position:relative;*/
  clear:both;
  float:left;
}

div#footer div.column {
  width:189px;
  float:left;
  display:inline;
  /*position:relative;*/
}

div#footer div.column h6 {
  display:block;
  width:173px;
  height:59px;
  font-size:12px;
  line-height:59px;
  margin:0;
  padding:0 0 0 16px;
  color:#e52286;
  font-weight:bold;
}

p.legal {
  color:#49042f;
  margin:20px 0 0 15px;
  font-size:9px;
}
p.legal a{
  color:#49042f;
}

div#footer div.column h6 a {
  color:#e52286;
}

div#footer div.column h6 a:hover {
  color:#e40d7b;
}

div#footer div.column h6#footer-logo {
  display:block;
  background:url('../images/footer-logo.png') top left no-repeat;
  width:70px;
  height:51px;
  margin:5px 0 3px 16px;
  padding:0;
}

div#footer div.column h6 span {
  display:none;
}

div#footer div.column ul {
  padding:0;
  margin:0;
  list-style:none;
  padding:5px 0 0 15px;
  color:#820653;
}

div#footer div.column ul li {
	background:url(../images/footer-bullet.gif) 0px 9px no-repeat;
	padding-left:15px;
}
div#footer div.column ul li a {
  color:#49042f;
  font-size:10px;
  border-bottom:1px dotted #da5498;
  display:block;
  line-height:14px;
  padding:4px 0;
  width:140px;
}
div#footer div.column ul li a:hover {
  color:#94005c;
}



/*########################################################
	:: content
##########################################################*/
div#content {
  width: 948px;
  border: 1px solid #f4dbff;
  border-width: 0 1px;
  padding:0 0 14px 0;
}
div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div#content{ display:inline-block; }
div#content{ display:block; }


/*########################################################
	:: content :: side content
##########################################################*/
#side-content{
	float: left;
	width: 156px;
	padding: 15px 14px 0 14px;
	display: inline;
	background: transparent url('../images/bg-vertical-separator.png') no-repeat top right;
}

/*########################################################
	:: content :: breadcrumb
##########################################################*/

#breadcrumb {
  text-align:left;
  height:25px;
  line-height:18px;
  clear:both;
  font-size:10px;
  background:#ffffff url('../images/breadcrumb-background.gif') bottom left repeat-x;
  padding:3px 0 0 15px;
}
#breadcrumb ul {
  list-style-type:none;
  padding-left: 10px;
  background: url('../images/bc-home.gif') left no-repeat;
}
#breadcrumb ul li {
  float:none;
  display:inline;
  color:#000000;
  padding:0 0 0 4px;
  font-weight:bold;
}
#breadcrumb ul li a {
  color:#b20170;
  padding-right:9px;
  background:url('../images/breadcrumb-seperator.gif') center right no-repeat;
  font-weight:normal;
}

/*########################################################
	side content :: nav widget (sub menu)
##########################################################*/
.nav-widget{
	margin-bottom: 20px;	
	background-color: #f7f7f7;
	border: 1px solid #dedede;
	border-top: none;
}
.nav-widget .header{
	position: relative;	
	height: 44px;
	background-color: #02a59c;
}
.nav-widget ul{
	padding: 0 16px;
	list-style: none;	
}
.nav-widget ul li{
	margin-bottom: 0px !important;
}
.nav-widget .heading{
	width: 102px;
	height: 37px;
}
.nav-widget ul li.last{
	background-image: none;
}
.nav-depth ul li a{
	display: block;
	color: #000;
	padding-right: 15px;	
	background: transparent url('../images/bg-nav-widget-arrow.png') no-repeat center right;
}
.nav-depth ul li{
	line-height: 17px;
	background: transparent url('../images/bg-nav-widget-li.gif') no-repeat bottom left;
  padding:6px 0;
}

/* side content :: nav widget :: current page selection*/
.nav-widget ul li.current{
	height: auto !important;
}
.nav-widget ul li.current ul{
	padding: 0;
}
.nav-widget ul li.current a{
	color: #c31092;
	font-weight: bold;
}
.nav-widget ul li.current ul.sections li{
	line-height: 12px;
	background: transparent url('../images/bg-nav-widget-sections-li.gif') no-repeat 0px 7px;		
	font-size: 10px;
  padding:4px 0;
  height:auto;
}
.nav-widget ul li.current ul.sections li a.current {
  font-weight:bold;
}
.nav-widget ul li.current ul.sections a{
	line-height: 12px;	
	padding-left: 10px;
	background: none;	
	color: #555555;
	font-weight: normal;	
}

/* side content :: nav widget :: page headings*/
#why-women .header{ background-image: url('../images/bg-heading-why-women.jpg'); }
#regain-bladder-control .header{ background-image: url('../images/bg-heading-regain-bladder-control.jpg'); }
#poise-products .header{ background-image: url('../images/bg-heading-poise-products.jpg'); }
#about-bladder-weakness .header{ background-image: url('../images/bg-heading-about-bladder-weakness.jpg'); }
#ask-an-expert .header{ background-image: url('../images/bg-heading-ask-an-expert.jpg'); }
#stories .header{ background-image: url('../images/bg-heading-your-stories.jpg'); }


/* nav widget :: (no sub menu) */
.nav-shallow ul{
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-shallow ul li{
	background: transparent url('../images/bg-nav-widget-sections-li.gif') no-repeat 0px 4px;		
	font-size: 10px;
  padding:0 0 8px;
}
.nav-shallow ul li.current a{
	color: #000;	
	font-weight: bold;
}
.nav-shallow ul li a{	
	padding-left: 10px;
	color: #555555;
	font-size: 11px;
  display:block;
}

.nav-widget .header .icon{ 
	position: absolute;
	top: -10px;
	right: 5px;
	width: 36px;
	height: 53px;
	background-image: url('../images/bg-nav-widget-icon.png');
}

/*########################################################
	side content :: widget
##########################################################*/
.widget{
	position: relative;
	margin-bottom: 20px;
	background: transparent url('../images/bg-widget-content.png') no-repeat bottom left;	
	padding-bottom: 10px;
}
.widget .content{
	background: transparent url('../images/bg-widget-header.gif') no-repeat top left;	
}
.widget .content h3{
	padding: 0 0 9px 0;
	text-indent: 0;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight:	normal;
  width:108px;
}
#find-product .content h3 {
  width:auto;
}
.widget a{	color: #000; }
.widget a:hover{	color: #000; }
.widget .content{
	padding: 11px 35px 10px 8px;
}
/* widget :: button */
span.button{
	height: 22px;
	margin-top: 7px;
	background: transparent url('../images/bg-widget-button-right.png') no-repeat top right;			
	font-size: 10px;
  display:block;
}
.widget p {
  margin:5px 0;
}
.button a{
	display: block;
	height: 22px;
	line-height: 22px;
	padding-left: 25px;
	background: transparent url('../images/bg-widget-button-left.png') no-repeat top left;			
}
.widget .button em{
	color: #6c297e;
}
/* widget :: icon */
.widget .content .icon{
	display: block;	
	position: absolute;	
	right: -10px;
	top: -10px;	
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

/*########################################################
	side content :: widget icons
##########################################################*/
#did-you-know .content .icon{
	width: 48px;
	height: 69px;
	background-image: url('../images/widget-icon-bulb.png');	
}

#story-to-share h3{	width: 80px; }
#story-to-share .content .icon{
	width: 70px;
	height: 61px;
	background-image: url('../images/widget-icon-mail.png');	
}

#find-product .h3,
#ask-question .h3{	width: 113px; }

#ask-question .content .icon{
	width: 46px;
	height: 64px;
	background-image: url('../images/widget-icon-question.png');	
}

#find-product .content .icon{
	right: -5px;
	top: 20px;
	width: 86px;
	height: 63px;
	background-image: url('../images/widget-icon-find-product.png');	
}
#find-product .content {
  padding: 11px 31px 0px 8px;
}

/*########################################################
	:: content :: main content
##########################################################*/
#main-content{
	float: right;
	width: 764px;
}

#main-content ul {
	padding-left:40px;
}
#main-content ul li {
	margin-bottom:10px;
}

/*########################################################
	main content :: intro
##########################################################*/
#intro{
	width: 733px;
	margin: 14px 0 0 14px;	
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
  padding:83px 0 0 0;
}
#intro p{
	width: 322px;
	margin: 0 0 14px 17px;
}


/*########################################################
	main content :: product selector
##########################################################*/
/* product selector :: intro */
#product-range #intro,
#select-product #intro,
#products-results #intro{
	height: 95px;
	/*background-image: url(../images/bg-product-selector-products.jpg);*/
}
#product-range #intro .heading,
#select-product #intro .heading,
#products-results #intro .heading{
	width: 233px;
	height: 39px;
	margin-bottom: 26px;
	background-image: url(../images/bg-text-poise-products.png);
}
#questions,
#products-results .results{
	margin: 0 0 20px 14px;
	background: #fbf4f7 url(../images/bg-questions.png) no-repeat bottom left;
  width:730px;
}
#questions .header,
#products-results .results  .header{
	margin-top: 10px;
	background: #feebfa url(../images/bg-pink-header.png) no-repeat 0 0;
	border-bottom: 1px solid #e3add5;
}
#questions .heading,
#products-results .results .heading{
	height: 33px;	
	width: 199px;
	background-image: url(../images/bg-heading-poise-product-selector.gif);	
}
div#content #questions ul {
	padding-left:0px;
}
div#content #questions #q2 ul li label{
	display: block;
	margin-top: -20px;
	margin-left: 30px;
}
.question h3{
  color: #540045;
}
.question{
	width: 690px;
  padding: 20px;
}
.question ul{
	margin-top: 24px;
	margin-left: 37px;
}
.question li{
  list-style: none;
  display: inline;
  margin-right: 20px;
}
#q1, .q3{
  background-color: #ecd3eb;
}
#q1{
	position: relative;
}
/* product selector :: question 2 (long questions) */
#q2 li{
	display: block;
	float: left;
	width: 190px;
}
#q2 ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#q2 ul{ display:inline-block; }
#q2 ul{ display:block; }

#questions .preamble p{
	margin: 24px 21px 30px 24px;
}
#how-to-get-started{
	position: absolute;
	bottom: 16px;
	right: 25px;
	width: 182px;
	height: 15px;
	background-color: #FFF;
	color: #a82090;
	padding: 10px 30px 10px 30px;
}
#selector-result{
	height: 40px;
	position: relative;
	margin-top: 17px;
}
#selector-result p a{
	position: absolute;
	bottom: 14px;
	height: 37px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
}
/* product selector :: button :: start over */
#selector-result .start-over{
	left: 20px;
	width: 131px;	
	background-image: url('../images/bg-start-over.png');
}
/* product selector :: button :: submit */
#selector-result .find-my-product{
	right: 20px;
	width: 311px;	
	background-image: url('../images/bg-show-me.png');
  overflow:hidden;
}



/*########################################################
	main content :: product results
##########################################################*/
#products-results #intro{
	position: relative;
}
#products-results .preamble{
	position: relative;
	height: 50px;
	margin-top: 12px;
	border-bottom: 2px solid #FFF;
}
#products-results .preamble p{
	line-height: 12px;
	padding: 8px 0 14px 23px;
  width:550px;
}
#products-results .start-over{
	position: absolute;
	top: 0;
	right: 20px;
	height: 37px;
	width: 131px;		
	overflow: hidden;
	background: transparent url(../images/bg-start-over.png) top left;
	margin: 0;
}

/*########################################################
	:: section landings
##########################################################*/
#intro h1 {
  color:#fe00ad;
  font-size:32px;
  font-weight:normal;
  padding:5px 0 10px 17px;
}
#intro h1 span {
  color:#111111;
  font-size:26px;
  display:block;
  padding:0 0 0 30px;
}

#intro {
  height:117px;
}

/*## ::section landing // intro backgrounds ##
#female-bladder #intro{
	height: 117px;
	background-image: url(../images/female-bladder/header-why-women.jpg);
}
#young-women #intro{
  height:117px;
  background-image: url(../images/female-bladder/header-young-women.jpg);
}
#pregnancy #intro{
  height:117px;
  background-image: url(../images/female-bladder/header-pregnancy.jpg);
}
#mothers #intro{
  height:117px;
  background-image: url(../images/female-bladder/header-mother.jpg);
}
#natural-changes #intro{
  height:117px;
  background-image: url(../images/female-bladder/header-natural-changes.jpg);
}

#bladder-weakness #intro{
  height:117px;
  background-image: url(../images/bladder-weakness/header-about-bladder-weakness.jpg);
}
#incontinence #intro{
  height:117px;
  background-image: url(../images/bladder-weakness/header-types-of-incontinence.jpg);
}
#myths #intro{
  height:117px;
  background-image: url(../images/bladder-weakness/header-myths.jpg);
}
#men #intro{
  height:117px;
  background-image: url(../images/bladder-weakness/header-men.jpg);
}
#children #intro{
  height:117px;
  background-image: url(../images/bladder-weakness/header-children.jpg);
}


#bladder-control #intro{
  height:117px;
  background-image: url(../images/bladder-control/header-regaining-bladder-control.jpg);
}
#treatment #intro{
  height:117px;
  background-image: url(../images/bladder-control/header-bladder-treatment.jpg);
}
#pelvic-floor-exercise #intro{
  height:117px;
  background-image: url(../images/bladder-control/header-pelvic-floor-exercises.jpg);
}
#training #intro{
  height:117px;
  background-image: url(../images/bladder-control/header-bladder-training.jpg);
}
#faq #intro{
  height:117px;
  background-image: url(../images/bladder-control/header-bladder-control-faq.jpg);
}
#resources #intro{
  height:117px;
  background-image: url(../images/bladder-control/header-information-and-support.jpg);
}

#your-stories #intro{
  height:117px;
  background-image: url(../images/header-stories.jpg);
}
*/



.subsections {
	margin-bottom:15px;
}
.subsections .row {
	width:728px;
	margin:10px 0 0 15px;
	background:url(../images/section-row-bg.gif) left bottom no-repeat;
	padding-bottom:10px;
}
.subsections .row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.subsections .row{ display:inline-block; }
.subsections .row{ display:block; }

.subsections .row .items{
	width:728px;
	/* crossbrowser min-height */ min-height: 119px;height: auto !important;height: 119px;
}

.submenu h3  a ,
.subsections .row h3  a {
	width:716px;
	height:21px;
	padding:7px 0 0 14px;
	color:#fff;
	display:block;
}	
.submenu h3 span,
.subsections .row h3 span{
	display:none;
}
.subsections .row .item {
	display:block;
	float:left;
	width:155px;
	margin-top:15px;
	padding-left:14px;
	padding-right:10px;
}
.subsections .row .item-large {
  display:block;
  float:left;
  width:465px;
  margin-top:15px;
  padding-left:14px;
}
.subsections .row .item  h4 {
	padding:0 !important;
	margin:0;
	font-family:Arial, sans;
	font-size:12px;
	font-weight:bold;
	color:#0a796d;
	background:none !important;
}
.subsections .row .item  p{
	padding:0;
	margin:0;
	font-family:Arial, sans;
	font-size:11px;
	font-weight:normal;
	color:#666666;
}
.submenu .item  a,
.subsections .row .item  a{
	text-transform:lowercase;
	font-family:Arial, sans;
	font-size:11px;
	font-weight:bold;
	padding-left:16px;
	line-height:20px;
}
.subsections .row .first {
	background:none;
	margin-left:9px;
}
.subsections .row .item h4,
.subsections .row .item a,
.subsections .row .young-women .item h4,
.subsections .row .young-women .item a {
	color:#db2599;
	background:url(../images/plus-young-women.gif) left no-repeat;
}
.subsections .row .mothers .item h4,
.subsections .row .mothers .item a {
	color:#036799;
	background:url(../images/plus-mothers.gif) left no-repeat;
}
.subsections .row .natural-changes .item a,
.subsections .row .natural-changes .item h4 {
	color:#0a796d;
	background:url(../images/plus-natural-changes.gif) left no-repeat;
}
.subsections .row .pregnancy .item a,
.subsections .row .pregnancy .item h4 {
	color:#e97622;
	background:url(../images/plus-pregnancy.gif) left no-repeat;
}

.subsections .row .young-women {
	background: url(../images/female-bladder/section-row-young-women.jpg) no-repeat;
}
.subsections .row .mothers{
	background:  url(../images/female-bladder/section-row-mothers.jpg) no-repeat;
}
.subsections .row .natural-changes {
	background: url(../images/female-bladder/section-row-natural-changes.jpg) no-repeat;
}
.subsections .row .pregnancy {
	background: url(../images/female-bladder/section-row-pregnancy.jpg) no-repeat;
}
.subsections .row .bladder-treatment {
  background: url(../images/bladder-control/section-row-bladder-treatment.jpg) no-repeat;
}
.subsections .row .pelvic-floor-exercises {
  background: url(../images/bladder-control/section-row-pelvic-floor-exercises.jpg) no-repeat;
}
.subsections .row .bladder-training {
  background: url(../images/bladder-control/section-row-bladder-training.jpg) no-repeat;
}
.subsections .row .bladder-control-faq {
  background: url(../images/bladder-control/section-row-bladder-control-faq.jpg) no-repeat;
}
.subsections .row .information-and-support {
  background: url(../images/bladder-control/section-row-information-and-support.jpg) no-repeat;
}
.subsections .row .types-of-incontinence {
  background: url(../images/bladder-weakness/section-row-types-of-incontinence.jpg) no-repeat;
}
.subsections .row .myths {
  background: url(../images/bladder-weakness/section-row-myths.jpg) no-repeat;
}
.subsections .row .men {
  background: url(../images/bladder-weakness/section-row-men.jpg) no-repeat;
}
.subsections .row .children {
  background: url(../images/bladder-weakness/section-row-children.jpg) no-repeat;
}

/*########################################################
	:: homepage
##########################################################*/
#home #intro,
#home #rotators{
	width: 738px;
	height: 305px;
}
#home #intro{
	position: relative;
	background: transparent url('../images/bg-intro-homepage.gif') no-repeat top left;
	font-family: Helvetica, sans-serif;		
}
#home #intro p{	margin: 0; }
#home #rotators{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;	
	height: 330px;
	padding: 7px;
}
/* homepage :: rotator */
.rotator{
	position: relative;
	width: 724px;
	height: 330px;
	background-color: red;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
}
/* homepage :: rotator :: images */
#rotator-1{	background-image: url('../images/image-rotator-1.jpg'); }
#rotator-2{	background-image: url('../images/image-rotator-2.jpg'); }
#rotator-3{	background-image: url('../images/image-rotator-3.jpg'); }
#rotator-4{	background-image: url('../images/image-rotator-4.jpg'); }
/* homepage :: rotator :: header */
.rotator .header{
	display: none;	
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 15px;
	margin-right: 20px;
	text-align: right;
	font-size: 20px;	
	font-weight: normal;
}
.rotator .heading{
	text-indent: 0;
}
/* heading :: second line */
.rotator .heading span{
	display: block;
	margin-right: 10px;
}
/* homepage :: rotator :: content */
.rotator .content{
	position: absolute;
	top: 90px;
	right: 20px;
	width: 240px;
	height: 200px;
	overflow: hidden;
}
.rotator .content p{
	width: auto !important;
	padding-bottom: 15px;
	text-align: right;
}
.rotator .content blockquote{
	text-align: right;
}
.rotator .message{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: auto;
	color: #FFF;
	font-size: 22px;
}
.rotator .message p{
	width: auto !important;
}
.rotator .message .statement{
	padding: 10px;
	background-color: #0b968b;
}
.rotator .message .statement span{ display: block; }
.rotator .message .target a{
	float: left;
	height: 15px;
	line-height: 15px;	
	padding: 5px 34px 5px 14px;
	background: #0d4e49 url('../images/bg-green-arrow.gif') no-repeat 90% 50%;
	color: #FFF;	
	font-size: 13px;
}
/* homepage :: page information */
#page-information {
  margin:10px 0 10px 17px;
  padding:0 10px 19px 20px;
  color:#383838;
}
#page-information h1 {
  font-size:16px;
  line-height:22px;
  font-weight:bold;
}
#page-information p {
  font-size:12px;
  font-weight:normal;
  line-height:16px;
  margin:8px 0;
}
#page-information p a {
	color:#8453A6;
}

/* homepage :: nav-rotators */
#nav-rotators{
	position: absolute;
	bottom: 7px;
	left: 7px;
	width: 723px;
	height: 47px;
}
#nav-rotators ul{
	padding: 0;
	background: transparent url('../images/bg-nav-rotators-ul.gif') no-repeat top left;
}
#nav-rotators ul li{
	display: inline;
}
#nav-rotators ul li a{
	display: block;
	float: left;
	width: 180px;
	height: 47px;
	background: transparent url('../images/sprite-rotator-nav.jpg') no-repeat top left;
	border-right: 1px solid #FFF;
	text-indent: -9999px;
  overflow:hidden;
}
#nav-rotators ul li a.last{	border-right: 0; }
/* nav-rotators sprite */
#nav-rotators #option-1 { background-position: 0 0; }
#nav-rotators #option-2 { background-position: -181px 0; }
#nav-rotators #option-3 { background-position: -362px 0; }
#nav-rotators #option-4 { background-position: -543px 0; }
/* nav-rotators sprite :: hover */
#nav-rotators .current #option-1, #nav-rotators #option-1:hover { background-position: 0 -47px; }
#nav-rotators .current #option-2, #nav-rotators #option-2:hover { background-position: -181px -47px; }
#nav-rotators .current #option-3, #nav-rotators #option-3:hover { background-position: -362px -47px; }
#nav-rotators .current #option-4, #nav-rotators #option-4:hover { background-position: -543px -47px; }

/*########################################################
	main content :: Section Menu Template Styles
##########################################################*/

#information {
  color:#383838;
  margin:10px 17px 10px 17px;
  padding:0 10px 19px 0;
  border-bottom:1px solid #b0b0b0;
  background:#f9f9f9;
}
#information h1 {
  font-size:16px;
  font-weight:bold;
  line-height:53px;
  padding:0 0 0 57px;
  background:url('../images/questionmark.png') center left no-repeat;
}
#information img {
  float:right;
}
#information p {
  font-size:12px;
  font-weight:normal;
  line-height:16px;
  margin:8px 0 8px 22px;
}
#information a, #tips a {
  color:#8453a6;
}
#tips {
  margin:0 17px 10px 17px;
  padding:0 0 6px 0;
  background:url('../images/section-menu/tips-footer.png') bottom left no-repeat;
}
#tips h3 {
  color:#520074;
  display:block;
  width:670px;
  height:34px;
  margin:0;
  padding:13px 0 0 60px;
  background:url('../images/section-menu/tips-header.png') top left no-repeat;
  font-size:15px;
  line-height:33px;
}
#tips .tip {
  background:#f9f4fb;
  clear:both;
  padding:20px 17px 26px 17px;
  border:1px solid #f5f0f7;
  border-width:0 1px;
}
#tips .top-tip {
  margin:0 0 2px 0;
}
#tips .tip h4 {
  color:#8b269d;
  font-weight:bold;
  font-size:13px;
  margin:0 0 5px;
  padding:0 0 0 26px;
  background:url('../images/tick-purple.png') top left no-repeat;
  height:26px;
  line-height:26px;
}
#tips .tip p {
  font-size:11px;
  color:#666666;
  line-height:16px;
  margin:0 0 0 26px;
}
#responses {
	float: left;
  width:745px;
  background:url('../images/section-menu/responses-header.png') top left no-repeat;
  position:relative;
  clear:both;
  margin:0 0 10px 10px;
  display:inline;
}
#responses #menu-stories {
  float:left;
  display:inline;
  margin:0 0 0 42px;
}
#menu-stories h3 {
  display:block;
  width:118px;
  height:17px;
  background:url('../images/section-menu/your-stories.png') top left no-repeat;
  margin:27px 0 0 0;
}
#menu-stories .menu-story {
  width:285px;
  clear:both;
  margin:15px 0;
}
#menu-stories .menu-story h4 {
  margin:0;
  padding:0;
  color:#6c297e;
  font-size:13px;
  line-height:18px;
}
#menu-stories .menu-story p {
  font-size:11px;
  color:#666666;
  line-height:18px;
}
#menu-stories .menu-story cite {
  line-height:18px;
  font-size:11px;
  color:#ba78bb;
  font-style:italic;
  width:100%;
  display:block;
}
#menu-stories .menu-story a.more {
  font-weight:bold;
  font-size:11px;
  text-decoration:none;
  color:#6c279e;
  line-height:13px;
  padding:0 0 0 16px;
  background:url('../images/section-menu/more.png') top left no-repeat;
}
#responses #menu-questions {
  float:right;
  display:inline;
  width:344px;
  position:relative;
  margin:16px 17px 0 0;
  padding:0 0 0 27px;
}
#menu-questions h3 {
  display:block;
  width:147px;
  height:18px;
  background:url('../images/section-menu/your-questions.png') top left no-repeat;
  margin:10px 0 0 0;
}
#menu-questions .menu-question {
  margin:15px 0;
  clear:both;
  width:315px;
}
#menu-questions .menu-question h4 {
  margin:0 0 10px 0;
  padding:10px 0 0 30px;
  color:#106d99;
  font-size:13px;
  line-height:18px;
  background:url('../images/section-menu/question.png') top left no-repeat;
}
#menu-questions .menu-question p {
  padding:0 0 0 30px;
  background:url('../images/section-menu/answer.png') top left no-repeat;
  font-size:11px;
  color:#666666;
  line-height:18px;
}
#menu-questions .menu-question cite {
  line-height:18px;
  font-size:11px;
  color:#ba78bb;
  font-style:italic;
  width:100%;
  display:block;
  padding:0 0 0 30px;
}
#responses #menu-action {
  width:100%;
  height:125px;
  background:url('../images/section-menu/responses-footer.png') bottom left no-repeat;
  position:relative;
  clear:both;
}
#menu-action img {
  margin:0 0 0 20px;
}
#menu-action a {
  bottom:31px;
  right:31px;
  display:block;
  width:133px;
  height:27px;
  background:url('../images/section-menu/more-questions.png') top left no-repeat;
  position:absolute;
}
#responses .seperator {
  border-bottom: 1px dotted #9da6ad;
  padding-bottom: 15px;
}

/*########################################################
	product range styles
##########################################################*/

#product-range .row {
	width:734px;
	margin:10px 0 0 15px;
	float:left;
  display:inline;
}
#product-range .choices {
	width:730px;
	margin:10px 0 0 0;
	float:left;
  display:inline;
}
#product-range .product {
	/*background-color:#fff;*/
	width:231px;
	float:left;
	display:inline;
	margin:0 17px 0 0px;
}
#product-range .product h3 {
	display:block;
	width:232px;
	height:25px;
	background:url(../images/products/product-item-title.gif) no-repeat;
	font-family:Arial, sans;
	font-weight:bold;
	font-size:15px;
	color:#000;
	padding:9px 0 0 0;
  text-align:center;
}
#product-range .product h3 span {
	color:#6f00bd;
}
#product-range .product p {
  font-size:12px;
  text-align:center;
  margin:0 0 5px 0;
  color:#555555;
}
#product-range .product p.rec {
  font-size:15px;
  font-weight: bold;
}
#product-range .information {
	width:216px;
	padding:15px 14px 15px 0;
	border-left:1px solid #f7eeff;
	border-right:1px solid #f7eeff;
	border-bottom:1px solid #f7eeff;
	float:left;
}
#product-range .information p{
	color:#696969;
	font-family:Arial, sans;
	font-size:11px;
}
#product-range .product-highlights p,
#product-range .information ul {
	margin:5px 0 8px 22px;
	padding:0;
}
#product-range .information ul,
#product-range .information li{
	list-style:none;
}
#product-range .information li{
	background: url(../images/products/bullet.gif) 0px 5px no-repeat;
	padding:0 0 0 10px;
	font-size:12px;
	font-family:Arial, sans;
	color:#252525;
	margin-bottom:5px;
}
#product-range .product-image {
	float:left;
	display:inline;
	width:108px;
	margin-left:14px;
}
#product-range .product-measurements {
	float:left;
	display:inline;
	width:90px;
	margin-top:10px;
}
#product-range .product-highlights {
	width:215px;
	display:block;
	float:left;
	margin-top:15px;
}
#product-range .row .last {
  margin:0 0 0 0;
}
/*results*/
.results {
	position:relative;
	height:630px;
}
.results .first-choice,
.results .second-choice,
.results .third-choice{
	position: absolute;
}

.results #product-range .information {
	overflow:hidden;
  background-color:#fff;
}
.results #product-range .information a{
	background:url(../images/products/more-info.gif) no-repeat;
	width:94px;
	height:25px;
	display:block;
	margin:20px auto 0px auto;
}
.results #product-range .information a span{
	display:none;
}

.results .first-choice{
	top: 130px;
	left: 248px;
}
.results #product-range .first-choice h3 {
	background:url(../images/products/middle-bg.gif) no-repeat;
}
.results #product-range .first-choice .information {
	height:370px;
	padding-top:35px;
}
.results #product-range .first-choice li {
	font-size:14px;
}
/* left */
.results .second-choice{
	top: 150px;
	left: 17px;
}
.results #product-range .second-choice h3 {
	background:url(../images/products/left-bg.gif) no-repeat;
}
.results #product-range .second-choice .information {
	border-right: none;
	width:217px;
	height:350px;
	background:#fff url(../images/products/left-shadow.gif) right repeat-y;
}
/* right */
.results .third-choice{
	top: 150px;
	left: 479px;
}
.results #product-range .third-choice h3 {
	background:url(../images/products/right-bg.gif) no-repeat;
}
.results #product-range .third-choice .information {
	border-left: none;
	width:217px;
	height:350px;
	background:#fff url(../images/products/right-shadow.gif) left repeat-y;
}

#product-range .which-product {
	width:730px;
	height:255px;
	display:inline;
	float:left;
	background-color:#ecd3eb;
	margin:10px 0 15px 14px;
}
#product-range .which-product h4 {
	display:block;
	width:730px;
	height:55px;
	padding:0;
	margin:0;
	background:url(../images/products/which-product-title.gif) no-repeat;
}
#product-range .which-product h4 span{
	display:none;
}
#product-range .which-product p {
	width:300px;
	color:#59005f;
	font-size:12px;
	font-family:Arial,sans;
	float:left;
	margin-top:25px;
}
#product-range  .reference {
	float:left;
	display:inline;
	margin: 15px;
	border:1px solid #800079;
	width:350px;
	height:155px;
	padding:5px;
	background-color:#fff;
}
#product-range  .reference table {
	background-color:#fff;
}
#product-range  .reference table tr th,
#product-range  .reference table tr td{
	width:86px;
	text-align:center;
	vertical-align:middle;
}
#product-range  .reference table tr td.type{
	text-align: left;
}
#product-range  .reference table tr td.zebra{
	background-color:#fff9ff;
}
#product-range  .reference table tr th.divider,
#product-range  .reference table tr td.divider{
	border-left:1px solid #d9aed7;
}

#product-range p.absorbency {
	padding:5px 0 5px 58px;
	background-image: url(../images/products/elipses.gif);
	background-repeat:no-repeat;
}
#product-range p.quarter {		background-position:0px 0px;}
#product-range p.fifty {			background-position:0px -23px;}
#product-range p.eighty {		background-position:0px -46px;}
#product-range p.one {			background-position:0px -69px;}
#product-range p.one-fifty {		background-position:0px -92px;}
#product-range p.one-eighty {	background-position:0px -115px;}
#product-range p.two-fifty {		background-position:0px -138px;}
#product-range p.two-eighty {	background-position:0px -161px;}
#product-range p.three {			background-position:0px -184px;}
#product-range p.three-fifty {	background-position:0px -207px;}
#product-range p.five {			background-position:0px -230px;padding:5px 0 5px 70px;}

#not-sure-selector,
#not-sure {
	position:absolute;
	display:block;
	width:222px;
	height:75px;
	margin-left:533px;
	background: url(../images/not-sure.png) no-repeat;
}
#not-sure-selector {
	background: url(../images/not-sure-selector.png) no-repeat;
}
#not-sure-selector span,
#not-sure span {
  display:none;
}
.bottom {
bottom:-25px;
}
/*########################################################
	submenu
##########################################################*/
.submenu {
	width:728px;
	margin:15px 0 0px 14px;
	float:left;
	display:inline;
	padding-bottom:15px;
}
.story {
	background-color:#f7f7f7;
	padding:0 15px 15px 22px;
  width:696px;
}
.story p {
	color:#3e3e3e;
	margin:8px 0;
}
#main-content .story h1 {
  margin:0 -15px 10px -22px;
}
.story h3 {
	color:#fe00ad;
	padding-top:7px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
}
.story h4 {
	margin:14px 0;
	color:#fe00ad;
  font-size:14px;
  font-weight:bold;
}
#main-content .story ul {
	list-style:none;
	padding:0 0 0 12px;
	margin:0px;
}
#main-content .story li {
	padding:0 0 0 14px;
	margin:0px;
	background:url(../images/story-bullet.gif) 0 3px no-repeat;
}
.story a {
	color:#8453a6;
	text-decoration:underline;
}
#main-content a:hover {
	text-decoration:underline;
}
a.btn-question,
a.btn-story {
	width:163px;
	height:27px;
	display:block;
	background:url(../images/btn-story.gif) no-repeat;
}
a.btn-question {
	background:url(../images/btn-question.gif) no-repeat;
}
a.btn-question span,
a.btn-story span{
	display:none;
}
.submenu .submenu-title{
	font-family:Arial,sans;
	font-size:20px;
	font-weight:normal;
	color:#000;
	line-height:32px;
	border-bottom:1px solid #e1aed5;
	background-color:#feebfa;
	padding:3px 0 0 22px;
	margin:0px;
}
.submenu .submenu-title em{
	color:#fe00ad;
  font-size:22px;
}

.submenu .items {
	float:left;
	background-color:#f2f2f2;
}
.submenu .item h4,
.submenu .item  h4 a {
	background:none;
	padding:0;
	margin-top:0;
	text-transform:none;
}
.submenu .item {
	border-top:1px solid #fff;
	background-color:#f7f7f7;
	display:inline;
	float:left;
	width:300px;
	padding-top:15px;
	padding-left:25px;
	padding-right:39px;
	padding-bottom:10px;	
}
.submenu  .first{
	clear:left;
	background:#f7f7f7 url(../images/row-item-divider.gif) right repeat-y;
}

#more{
	position: relative;
	width: 750px;
	height: 223px;
	margin: 5px;
	background: transparent url("../images/bg-more.png") no-repeat top left;	
}
#more .heading{	
	height: 17px; 
	margin: 10px 0;	
}
#more .content,
#more blockquote,
#more img{
	padding-top: 10px;
	font-size: 15px;	
}
#more blockquote span{ 
	padding-left: 30px;
	background: transparent url("../images/quotes-open.gif") no-repeat top left; 
}
#more blockquote{
	width: 200px;
	background: transparent url("../images/quotes-close.gif") no-repeat bottom right; 
	text-overflow: auto;
}

#more .more-content-wrapper{
	position: relative;
}
#more .first,
#more .first .more-content-wrapper{
	width: 270px;
	height: 196px;	
}
#more .first{
	position: relative;
	margin: 10px 0 0 40px;
  float:left;
  display:inline;
}
#more .second,
#more .second .more-content-wrapper{
	width: 352px;
	height: 196px;
  overflow:hidden;
}
#more .second{
	position: relative;
  float:right;
  margin:12px 18px 0 0;
	padding:0 0 0 45px;
  border-right: 1px solid #d5d5d5;
	border-left: none;
  background: transparent url('../images/bg-more-second.png') no-repeat top left;
  display:inline;
}
#more .buttons{
  float:right;
  margin:0 0 0 10px;
}
#more .first .buttons{
	width: 270px;
}
#more .button{
	display: inline;
	float: left;
	width: 190px;
}
#more-poise-difference img{
	margin-left: -20px;
}

#more-poise-products .heading{ 
	width: 152px; 
	background-image: url('../images/bg-text-poise-products.gif'); 
}
#more-poise-difference .heading{ 
	width: 158px;	
	background-image: url('../images/bg-text-poise-difference.gif');
}
#more-bladder-weakness .heading{ 
	width: 181px;	
	background-image: url('../images/bg-text-bladder-weakness.gif');
}
#more-poise-nutrition-and-tips .heading{ 
	height: 21px;
	width: 191px;	
	background-image: url('../images/bg-text-nutrition-and-tips.gif');
}
/* more | your questions (landing page) */
#more-your-questions .heading{
	height: 18px;
	width: 147px;
	background-image: url('../images/bg-text-your-questions.gif');
}
.buttons .button{ margin:0 10px 0 0; }
.buttons #btn-read-our-answers{ width: 120px; }
.buttons #btn-question-to-ask{ width: 130px; }
/* more | your stories (landing page) */
#more-your-stories .heading{
	width: 116px;
	background-image: url('../images/bg-text-your-stories.gif');	
}

/*########################################################
	Template :: Frequently Asked Questions
##########################################################*/

.f-a-q {
  margin:10px 0 10px 17px;
  padding:0 10px 19px 10px;
  width:710px;
}
.f-a-q  h1.submenu-title, .faq  h1.submenu-title{
  font-family:Arial,sans;
	font-size:20px;
	font-weight:normal;
	color:#000;
	line-height:32px;
	border-bottom:1px solid #e1aed5;
	background-color:#feebfa;
	padding:3px 0 0 22px;
	margin:0 -10px;
}
.f-a-q h4,.faq h4{
  font-size:14px;
  font-weight:bold;
  color:#c46ebf;
  margin: 24px 0 14px 0;
}
.f-a-q p,.faq p{
  margin:6px 0;
}
.f-a-q table,.faq table{
  padding:10px;
  border:1px solid #ebebeb;
  border-spacing:0;
  margin:10px 0;
}
.f-a-q table th, .faq table th {
  border: solid #f8bfde;
  border-width: 1px 1px 1px 0;
  padding:16px 20px 16px 20px;
  font-size:14px;
  color:#fe00ad;
  background-color:#fcdfef;
}
.f-a-q table th.first, .faq table th.first {
  border-width: 1px 1px 1px 1px;
}
.f-a-q table td, .faq table td {
	border: solid #e3b4d8;
  border-width: 0 1px 1px 0;
	padding: 16px 10px 16px 20px;
  margin:0;
}
.f-a-q table td.first, .faq table td.first {
  border-width: 0 1px 1px 1px;
}
.f-a-q a {
  color:#8453A6;
}

/*########################################################
	Template :: Site Map
##########################################################*/
#main-content .site-map h1 {
  display:none;
}
.site-map h2 {
  font-size:16px;
  margin:15px 0;
}
#main-content .site-map ul li a {
  color:#8453A6;
  text-decoration:underline;
}
#main-content .site-map ul {
  margin:0 0 0 14px;
  padding:0 0 0 0;
  list-style-type:none;
}
#main-content .site-map ul li {
  background:none;
}
#main-content .site-map ul li ul {
  margin:7px 0;
}
#main-content .site-map ul li ul li {
  background: url(../images/story-bullet.gif) 0px 4px no-repeat;
  margin:7px 0 7px 14px;
  padding:0 0 0 14px;
}

