@charset "utf-8";
/* CSS Document */

body {
 background-image: url(images/background.gif);
 background-repeat: repeat-x;
 background-color: #e8e8e8;
 margin-top: 0px;
 margin-bottom: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
}

#wrap {
 width: 993px;
 margin: 0 auto;
 background-image: url(images/wrap.gif);
 background-repeat: repeat-y;
}

#head {
 width: 993px;
 height: 390px;
 background-image: url(images/barloworld-header.gif);
 background-repeat: no-repeat;
}

.sem {
 width: 212px;
 height: 105px;
 float: right;
 padding-right: 60px;
}

#flash {
 width: 685px;
 height: 238px;
 float: right;
 padding-right: 76px;
 margin-top: 0px;
 padding-top: 3px;
}

#page {
 width: 993px;
 background-image: url(images/page.jpg);
 background-repeat: no-repeat;
}

#product {
 width: 610px;
 height: 250px;
 background-image: url(images/product-background.jpg);
 background-repeat: no-repeat;
}

#product2 {
 width: 610px;
 height: 850px;
}

#main-content {
 width: 610px;
 float: right;
 padding-right: 115px;
 text-align: justify;
 padding-bottom: 30px;
}

.main-content {
 width: 610px;
 float: right;
 padding-right: 115px;
 text-align: justify;
 padding-bottom: 30px;
}

.right-image {
 float: right;
 width: 350px;
 height: 270px;
}

.right {
 float: right;
 width: 290px;
}

.left {
 float: left;
 width: 202px;
}

.tab-header {
 font-size: 14px;
 color: #FFFFFF;
 padding-left: 5px;
}

#side-menu {
 width: 220px;
 position: absolute;
 padding-left: 15px;
 top: 100px;
}

#footer {
 width: 993px;
 height: 49px;
 background-image: url(images/footer.gif);
 background-repeat: no-repeat;
}

.footer-text {
 text-align: center;
 font-size: 10px;
 padding-top: 10px;
 padding-bottom: 30px;
}

h1 {
 font: normal 30px Arial, Helvetica, sans-serif;
 color: #000000;
 text-align: left;
 padding-top: 0px;
 margin-top: 0px;
}

h2 {
 font: normal 18px Arial, Helvetica, sans-serif;
 color: #0d2e52;
 text-align: left;
}

h3 {
 font: normal 18px Arial, Helvetica, sans-serif;
 color: #ffffff;
 text-align: left;
 padding-top: 4px;
 margin-top: 0px;
}

a {
 color: #5e6779;
 text-decoration: underline;
}

a:hover {
 color: #000000;
 text-decoration: none;
}

.long { width: 200px; }
.dark-blue { color: #89909e; }






/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0px;
  margin-top: 0px;
  border: 0 none;
  padding: 0;
  width: 217px; /*For KHTML*/
  list-style: none;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  border-bottom: 1px solid #717171;
  padding: 0 7px;
  display: block;
  color: #ffffff;
  font: 12px/24px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #505560;
  color: #FFF;
  font-weight: normal;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #0e1f42;
  color: #ffffff;
  font-weight: normal;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #4a4a4a;
  color: #FFF;
  font-weight: normal;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #403f3f;
  color: #d1d1d0;
  font-weight: normal;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #000000;
  color: #ffffff;
  font-weight: normal;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}


 