HTML, BODY {
  margin: 0px;
  padding: 0px;
}

BODY {
  background-color: #C9E9F7;
  font: 8pt Tahoma;
  behavior: url("csshover.htc");
}

BODY.mceContentBody {
  margin: 4px;
  background-color: #FFFFFF;
  background-image: none;
}

#page {
  background-image: url(images/page_bg2.gif);
  background-position: center 150px;
  background-repeat: repeat-y;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 100%;
}

#page.wide {
  background-image: url(images/page_bg.gif) !important;
}

#header {
  width: 800px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  padding: 0px;
  background-image: url(images/header_bg.gif);
}

#header H1 {
  display: none;
}

#header DIV.logo {
  position: absolute;
  margin: 10px 0px 0px 22px;
  padding: 0px;
  width: 167px;
  height: 90px;
  background: url(images/header_logo.gif) top left transparent no-repeat;
}

#header DIV.globe {
  position: absolute;
  margin: 10px 0px 0px 626px;
  padding: 0px;
  width: 164px;
  height: 90px;
  background: url(images/header_globe.jpg) top left transparent no-repeat;
}

#header DIV.tagline {
  position: absolute;
  margin: 20px 0px 0px 220px;
  padding: 0px;
  width: 400px;
  height: 28px;  
  background: url(images/header_tagline.gif) top right transparent no-repeat;
}

#header DIV.tagline_en {
  background: url(images/header_tagline_en.gif) top right transparent no-repeat;
}

#header DIV.tagline_es {
  background: url(images/header_tagline_es.gif) top right transparent no-repeat;
}

#header DIV.tagline_fr {
  background: url(images/header_tagline_fr.gif) top right transparent no-repeat;
}

#header DIV.tagline_pt {
  background: url(images/header_tagline_pt.gif) top right transparent no-repeat;
}

#header DIV.region {
  position: absolute;
  margin: 80px 0px 0px 100px;
  padding: 0px;
  font: bold 9pt Tahoma;
  color: black;
  text-transform: uppercase;
  line-height: 16px;
}

#header .search {
  position: absolute;
  margin: 80px 0px 0px 360px;
}

#header .search FORM {
  margin: 0px;
  padding: 0px;
}

#header .search INPUT.text {
  padding: 2px;
  width: 200px;
  font: 7pt Tahoma;
  border: solid 1px #009BDB;
}

#header .search INPUT.button {
  padding: 2px;
  font: 7pt Tahoma;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #009BDB;
  border-width: 0px;
}


#footer {
  width: 800px;
  height: 41px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  background-image: url(images/footer_bg.gif);
}

#menu {
  width: 780px;
  height: 23px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: left;
  background-image: url(images/menu_bg.gif);
}

#menu UL {
  padding: 0px;
  margin: 0px;
}

#menu LI {
  padding: 0px;
  margin: 0px;
  display: block;
  vertical-align: middle;
  float: left;
  height: 23px;
  list-style-type: none;
}

#menu LI A {
  text-transform: uppercase;
  line-height: 23px;
  display: block;
  width: auto !important;
  width: 100px;
  vertical-align: middle;
  text-align: center;
  height: 14px;
  padding: 6px 10px 0px 10px !important;
  padding: 6px 0px 0px 0px;
  background: url(images/menu_bg.gif) top left transparent repeat-x;

  font: 7pt Tahoma;
  color: #FFFFFF;
  text-decoration: none;
}

#menu LI A:hover {
  background: url(images/menu_over_bg.gif) top left transparent repeat-x;
}

#menu LI.active A {
  background: url(images/menu_bg.gif) top left transparent repeat-x;
  font: 7pt Tahoma;
  color: #FFFFFF;
}

#menu LI.active A:hover {
  background: url(images/menu_over_bg.gif) top left transparent repeat-x;
}

#frame {
  width: 780px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: left;
}

#content {
  width: 560px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  padding: 0px;
  text-align: left;
  float: left;
}

#content.wide {
  width: 780px;
}

#sidebar {
  width: 220px;
  padding: 0px;
  float: left;
}

#sidebar.wide {
  display: none;
}


/* begin navigation menus */

#sidebar UL, #sidebar LI, #sidebar LI A {
  display: block;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

#sidebar UL {
  width: 197px;
  list-style: none;
  border-top: solid 1px #DAD69E;
}

#sidebar LI {
  position: relative;
  cursor: pointer;
  background-color: #FFFEED;
}

#sidebar LI:hover {
}

#sidebar LI UL {
  position: absolute;
  left: 197px;
  top: -4px;
  border: solid 1px #E3972E;
  border-color: #0180BE;
  border-color: #DAD69E;
  border-width: 4px 1px 1px 1px;
  display: none;
}

#sidebar LI A {
  width: 181px;
  text-decoration: none;
  color: #003399;
  font: 8pt Tahoma;
  padding: 4px 8px;
  border-bottom: solid 1px #DAD69E;
}

#sidebar UL UL {
  width: 197px;
  display: none;
}

#sidebar LI:hover UL {
  display: block;
}

#sidebar LI A {
  color: #003399;
  background-color: #FFFEED;
}

#sidebar LI A:hover {
  color: #FFFFFF;
  background-color: #009BDB;
}

/* IE6 hacks */

* HTML #sidebar LI {
  font-size: 0px;
}

/* end navigation menus */




#content DIV {
  font: 8pt Tahoma;
  color: #000000;
  padding: 10px;
}

#sidebar DIV {
  font: 8pt Tahoma;
  color: #000000;
  padding: 10px;
}

#sidebar .widget {
  width: 197px;
  padding: 8px 1px 0px 1px;
  background: url(images/widget_top.gif) transparent top left no-repeat;
  color: #333333;
}

#sidebar .widget_padded {
  width: 183px;
  padding: 8px;
  background: url(images/widget_top.gif) transparent top left no-repeat;
  color: #333333;
}

#sidebar .widget_bottom {
  width: 199px;
  height: 8px;
  padding: 0px;
  background: url(images/widget_bottom.gif) transparent top left no-repeat;
}

.language_top {
  width: 800px;
  margin: 0px;
  margin-right: auto;
  margin-left: auto;
  font: bold 7pt Tahoma;
  color: #000000;
  padding: 4px 25px 2px 0px;
  text-align: right;
}

.language_top A {
  position: relative;
  top: -1px;
  margin-left: 8px;
}

.language_top IMG {
  border: solid 1px #3C6E87;
}

#footer .footer_content {
  font: bold 7pt Tahoma;
  color: #FFFFFF;
  padding: 4px 25px 2px 0px;
  text-align: right;
}

#footer .footer_content A {
  position: relative;
  top: -1px;
  margin-left: 8px;
}

#footer .footer_content IMG {
  border: solid 1px #3C6E87;
}

#copyright {
  text-align: center;
  color: #666666;
}

.pagetitle {
  margin: 0px;
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font: 14pt Tahoma !important;
  color: #0072B7 !important;
}

H2 {
  font: 11pt Tahoma;
  color: #FFFDE8;
  color: #FFFFFF;
  background-color: #E3972E;
  padding: 2px 4px;
  margin: 0px;
}

H2.green {
  background-color: #64834F;
  background-color: #83AF63;  
}

H3 {
  color: #FFFDE8;
  background-color: #E3972E;

  padding: 2px;
  margin-top: 0px;
}

A {
  color: #003399;
}

.spaced {
  line-height: 12pt;
}

I {
  color: #666666;
}

INPUT {
  font: 8pt Tahoma;
}

TEXTAREA {
  font: 8pt Tahoma;
}

OL {
  margin: 0px;
  padding-left: 18px;
}

OL LI {
  margin: 0px;
  padding: 0px;
}

.msdsHeader {
  font: 14pt Tahoma;
  text-align: center;
  width: 240px;
}

.msdsScroller {
  font: 8pt Tahoma;
  line-height: 12pt !important;
  text-align: left;
  width: 240px;
  height: 300px;    
  overflow: auto;
  border: solid 1px #0072B7;
  padding: 8px ;
  background: #FFFEED;
}

.labelScroller {
  font: 8pt Tahoma;
  line-height: 12pt !important;
  text-align: left;
  width: 240px;
  height: 300px;    
  overflow: auto;
  border: solid 1px #0072B7;
  padding: 8px;
  background: #FFFEED;
}

.productScroller {
  font: 8pt Tahoma;
  line-height: 12pt !important;
  text-align: left;
  width: 300px;
  height: 200px;    
  overflow: auto;
  border: solid 1px #0072B7;
  padding: 8px;
  background: #FFFEED;
}

FIELDSET {
  border: solid 2px #0072B7;
  margin: 0px;
  padding: 0px 10px 10px 10px;
  font: 9pt Tahoma;
}

FIELDSET I {
  color: #FF0000;
}

LEGEND {
  font: 12pt Tahoma;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background-color: #1C8EC5;
  margin: 0px;
  padding: 2px 8px;
}
