@charset "utf-8";
/* CSS Document */
/* Print stylesheet to hide the Flash headlines (sifr) from the browser.
Regular browser text headlines will print as normal */
.sIFR-flash 
{
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
}  
.sIFR-alternate 
{
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
}
/* GENERAL RULES overwrite all default browser settings */
body 
{ 
	background-color: #fff; 
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0; 
	margin: 10px 0 0 0; 
	background: none;
	clear: both
}
/* Global Links */
a, a:active, a:visited, a:focus 
{
	 color: #000; 
	 padding-top: 5px;
	 text-decoration: underline;
	 background: none
}
/* Global Text */
h1, h2, h3, h4, h5, h6 
{
	 margin:0px 0px 0px 0px;
	 padding: 10px 0
	 color:#000
}
h1
{
	font-size: 1.6em
}
h2
{
	font-size: 1.4em
}
h3
{
	font-size: 1.3em;
	padding-bottom: 10px
}
h4
{
	font-size: 1.2em
}
h5
{
	font-size: 1.1em
}
h6
{
	font-size: 1.1em
}
.txt
{
	padding-bottom: 10px
}
.divider
{
	width:100%;
	height: 10px;
	display: block
}
/* header and footer */
#loginBox, #mainNav, #footerContents ul
{
	display: none
}
#footerContents 
{
	padding-top: 10px
}
#logo a
{
	text-indent: auto;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none
}
#footerContents span
{
	padding-right: 10px
}
/* index */
.dropDivider, .productShot, #bubbleBg
{ display: none}
#indexStory
{
	display: none;
	clear: both;
	height: 1px
}
#indexTopRightBox
{
	clear: both;
	height: auto;
	width: auto;
	font-size: 1.2em
}
#indexFeatureBox1, #indexFeatureBox2
{
	height: auto
}
/* subpages */
#subpageHeaderBg
{
	visibility: hidden;
	height:30px!important
}
#subpageHeader
{
	padding: 0;
	display: block
}
#subpageHeader ul li
{
	display: inline!important;
	list-style-type: none;
	font-size: 1.4em;
	font-weight: bold;
	background: none;
	visibility: visible
}
#subpageHeader ul li a
{
	text-decoration: none;
	visibility:hidden;
}
#subpageHeader ul li a.selected
{
	visibility:visible
}
#waterFactCenter img
{
	display: none
}
#subpageBgBtmL, #subpageBgBtmR, #waterFactTopL, #waterFactTopR, #waterFactBtmL, #waterFactBtmR
{
	display: none
} 
/* forms */
.inputSmall, .inputMed, .inputBig, .dropdown, .txtarea
{ border: 0}