body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	background-color: #FFF;
	}

* html { 
	font-size: 101%; 
	}

*:first-child+html { 
	font-size: 101%; 
	}

sub {
	vertical-align: -0.15em;
	}

a:link {
	outline: none;
	color: #0099FF;
	}
	
a:visited {
	color:#E2007A;
	}

a img {
	border: none;
	}

.bold {
	font-weight: bold;
	}

#language_bar {
	margin: 0 auto;
	width: 90em;
	color: #7F7F7F;
	}		

#language {
	float: left;
	margin: 0;
	width: 5em;
	font-size: 110%;
	padding: 0;
	list-style: none;
	}

#language li {
	float: left;
	margin: 0 1em 0 0;
	}

#language li a:link, #language li a:visited {
	height: 1.6em;
	display: block;
	text-decoration: none;
	color: #002A55;
	}

#language li a:hover, #language li a.Active {
	text-decoration: underline;
	}

#country {
	float: right;
	font-size: 110%;
	margin: 0 0 0.5em 0;
	}	

#page_container {
	clear: both;
	margin: auto;
	width: 90em;
	height: 64em;
	border: 0.1em solid #7F7F7F;
	background-color: #FFF;
	position: relative;
	}

* html #page_container {
	width: 89.4em;
	}

*:first-child+html #page_container {
	width: 89.4em;
	}

#bedfont_logo {
	float: right;
	width: 9em;
	height: 9em;
	margin: 2em 2em 2em 0;
	}
	
#fumigation_logo {
	float: right;
	width: 11.3em;
	height: 3.5em;
	margin: 2em 2em 2em 0;
	}

#bedfont_font {
	float: left;
	width: 35.5em;
	height: 5em;
	margin: 2em 0 2.5em 2em;
	}
	
.hidden {
	display: none;
	}

h1 {
	margin: 0;
	paddding: 0;
}
	
/* Navigation */

#nav_menu {
	clear: left;
	margin: 0 0 0 2em;
	padding: 0;
	list-style: none;
	}

#nav_menu li {
	float: left;
	margin: 0 2em 0 0;
	font-size: 110%;
	}

#nav_menu li a:link, #nav_menu li a:visited {
	color: #7F7F7F;
	text-decoration: none;
	}

#nav_menu li a:hover {
	text-decoration: underline; 
}

/* END Navigation */

/* Product Menu */

#product_menu {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
	}

#product_menu li {
	float: left;
	margin: 1.2em 0 0 0;
	}

#product_menu li a:link, #product_menu li a:visited {
	display: block;
	margin: 15em 0 0 0;	
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	}

* html #product_menu li a:link, #product_menu li a:visited {
	margin: 13em 0 0 0;	
	}

*:first-child+html #product_menu li a:link, #product_menu li a:visited {
	margin: 13em 0 0 0;	
	}

#product_menu li a:hover {
	margin: 1em 0 0 0;
	}

<!--#blue, #pink, #green, #orange, #purple, #red, #yellow {
	display: block;
	width: 12.68em;
	height: 29.5em;
	text-align: center;
	}
	-->
	
#blue, #pink, #green, #orange, #purple, #red, #yellow {
	display: block;
	width: 14.9em;
	height: 29.5em;
	text-align: center;
	}

* html #blue, * html #pink, * html #green, * html #orange, * html #purple, * html #yellow, * html #red {
	display: block;
	width: 14.8em;
	height: 29.5em;
	text-align: center;
	}

*:first-child+html #blue, *:first-child+html #pink, *:first-child+html #green, *:first-child+html #orange, *:first-child+html #purple, *:first-child+html #yellow, *:first-child+html #red {
	display: block;
	width: 14.8em;
	height: 29.5em;
	text-align: center;
	}

#blue {
	margin: 0 0.1em 0 0;
	background: #154B7F url("/images/blue_bg.gif") repeat-x;
	}

#pink {
	margin: 0 0.1em 0 0;
	background: #821454 url("/images/pink_bg.gif") repeat-x;
	}	
	
#green {
	margin: 0 0.1em 0 0;
	background: #5E7A30 url("/images/green_bg.gif") repeat-x;
	}
	
#orange {
	margin: 0 0.1em 0 0;
	background: #C65418 url("/images/orange_bg.gif") repeat-x;
	}
	
#purple {
	margin: 0 0.1em 0 0;
	background: #48225B url("/images/purple_bg.gif") repeat-x;
	}
	
#yellow {
	margin: 0 0.1em 0 0;
	background: #E28F0A url("/images/yellow_bg.gif") repeat-x;
	}
	
#red {
	margin: 0 0.1em 0 0;
	background: #8E163E url("/images/red_bg.gif") repeat-x;
	}

.tablogo {
	width: 14em;
	height: 2.4em;
	float:inherit
	}
	
.tabimg {
	width: 12.4em;
	height: 11em;
	margin: 1.5em 0 0 0;
	}

.tabtitle {
	margin: 1.5em 0 0 0;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	}
	
.tabtext {
	margin: 0em 0.5em 0 0.5em;
	font-size: 110%;
	}
	
/* END Product Menu */
	
/* Footer Bar */
	
#footer_bar {
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 17em;
	background: #002A55;
	color: #FFF;
	}

#footer_text {
	width: 65em;
	margin: 1em 0 0 2em;
	font-size: 100%;
	}
	
#footer_heading {
	margin: 0em;
	font-size: 130%;
	font-weight: bold;
	}

#footer_logos {
	float: right;
	margin: 0.5em 2em 0 0;
	}

#offer {
	margin: 1.25em 0 0 1.25em;
	font-size: 120%;
	font-weight: bold;
	}
	
#offer a:link, #offer a:visited, #offer a:hover {
	color: #FFF;
	}
	
#sion_logo {
	width: 70px;
	height: 70px;
	margin: 0 2em 0 2em;
	}

#consumables_logo {
	margin: 0 2em 0 0;
	width: 10em;
	height: 10em;
}

#bsi_logo {
	margin: 1.5em 0 0 0;
	width: 8em;
	height: 11.1em;
}

/* END Footer Bar */
	
/* Footer */
	
#footer {
	clear: both;
	width: 90em;
	margin: 0.5em auto 0 auto;
	color: #002A55;
	}
	
#copyright {
	float: left;
	margin: 0 0 0 0.5em;
	}	

#copyright a {
	color: #002A55;
	}
	
#terms {
	float: right;
	margin: 0 0.5em 0 0;
	}

#terms a:link, #terms a:visited, #terms a:hover {
	color: #002A55;
	text-decoration: none;
	}
	
/* END Footer */	
