#hygiene {
	background-color: #fff; /* get rid of yellow */
	padding: 40px;
	overflow: hidden;
	min-height: 700px;
	}
	
* html #hygiene {
	height: 700px;
	}
	
#hygiene h1 {
	font-family: arial, helvetica, verdana, sans-serif !important;
	text-transform:uppercase;
	font-size: 2.1em;
	font-weight: normal;
	letter-spacing:1px;
	line-height: normal;
	border-bottom: 5px solid #E8E8E8;
	display: block;
	margin: 0 0 24px 0;
	padding: 0 0 5px 0;
	width: 100%;
	}
	
#hygiene thead th {
	text-transform:uppercase;}


/*  Removes the above H1 styling if image replacement is selected  */
#hygiene h1#remove {
	border-bottom: none;
	margin: 0 0 20px 0 !important;
	padding: 0;
	}	

#hygiene .tabs #banner_image {
	float: left;
	margin-bottom: 20px;
	}
	
#hygiene .tabs-nav {
	float:left;
	width:230px;
	margin:0;
	padding:0 10px 0 0;
	list-style: none;
	}

#hygiene .tabs-nav li {
	margin: 2px 0;
	}
	
#hygiene .tabs-nav a {
	color: #5f5e5b;
	text-transform: uppercase;
	font-weight: bold;
	font-size:1.2em;
	}

#hygiene .tabs-nav a:hover {
	color: #999999 !important;
	}
	
#hygiene .tabs-nav a.active {
	color: #5f5e5b;
	font-weight: bold;
	}
	
#hygiene .tabs-nav li .sub-nav {
	display: none;
	list-style: none;
	padding: 0;
	/*margin: 5px 0 5px 20px;*/
	margin-top:11px;
	}

#hygiene .tabs-nav li .sub-nav a {
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.1em;
	}

#hygiene .tab_content {
	float: right;
	width: 670px;
	}
	
#hygiene .tab_content .tabs-container strong {
	/*text-transform: uppercase;*/
	}
	
#hygiene .tab_content h2 {
	font-size:1.8em; 
	line-height: normal;
	font-weight:bold; 
	color:#666;
	margin: 0 0 30px 0;
	padding: 0;
	}

#hygiene .tab_content h3 {
	font-size:1.2em; 
	font-weight:bold; 
	color:#666;
	text-transform:uppercase;
	}
	
#hygiene .tab_content h4 {
	font-size:1.1em; 
	font-weight:bold; 
	color:#666;
	margin: 1em 0 5px;
	text-transform:uppercase;
	}

#hygiene .tab_content ul {
	padding-left: 1.5em;
	}

#hygiene .tab_content ul li {
	padding-left: 2em;
	}

#hygiene .tab_content hr {
	border: 0;
  	width: 670px;
	height:2px;
	background-color:#e8e8e8;
	margin:22px 0;
  	}
  
#hygiene .tabs-hide {
 	display: none;
	}

