


body {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  background-color: #6699cc;
  line-height: 1.5em;
}


#wrap {
  width: 768px;
  margin: 0px auto;
}

/* -----------------Headings, Paragraphs ect--------------- */
h1 {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #030077;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #030077;
}

img {
  border: none;
}

.pimg {
  border: none;
  float: left;
  margin-right: 20px;
}

.imgleft {
  float: left;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  margin: 5px;
}

.imgright {
  float: right;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  margin: 5px;
}

.frame {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  margin: 5px;
}

a {
  color: #030077;
}

a:visited {
  color: #000033;
}

a:hover {
  color: #037de2;
}

a:active {
  color: #ff0000;
}
/* -----------------Header----------------------*/
#header {
  width: 768px;
  height: 150px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 10px;
  z-index: 100;
}

/* ------------------Menu-----------------------*/
#menu {
  background-color: #030077;
  height: 20px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 160px;
  color: #ffffff;
  width: 768px;
}

.menu {
  font-size: 16px;
  font-weight: bold;
  width: 128px;
  height: 20px;
  text-align: center;
  top: 0px;
  position: absolute;
  z-index: 1000;
}

#menu2 {
  left: 128px;
}
#menu3 {
  left: 256px;
}
#menu4 {
  left: 384px;
}
#menu5 {
  left: 512px;
}
#menu6 {
  left: 640px;
}

.menu_hover {
  font-size: 16px;
  font-weight: bold;
  width: 128px;
  height: 20px;
  text-align: center;
  float: left;
   z-index: 100;
  background: #037de2;
}


/* --------------------- SubMenu -------------------*/
.submenu {
  position: absolute;
  top: 0px;
  width: 138px;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  z-index: 200;
}

.submenu_content {
  background-color: #6699cc;
  position: absolute;
  margin-left: 0px;
  top: 2px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 128px;
  z-index: 500;
}

.submenu_content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.submenu_content li {
  line-height: 1.25em;
  display: block;
  padding: 0px;
  margin: 0px;
  /*display: inline;*/
  border-bottom: 1px solid #6699cc;
}

.menu a, .submenu a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.menu a:visited, .submenu a:visited {
  color: #ffffff;
}
.menu a:hover, .submenu a:hover {
  color: #ffffff;
}
.menu a:active, .submenu a:active {
  color: #ffffff;
}

.submenu li:hover {
  background-color: #030077;
}

.submenu a:hover {
  background-color: #030077;
}

#submenu2 {
  margin-left: 128px;
  top: 178px;
  visibility: hidden;
}

#submenu3 {
  margin-left: 256px;
  top: 178px;
  visibility: hidden;
}

#submenu4 {
  margin-left: 384px;
  top: 178px;
  visibility: hidden;
}

/* ------------------------- SubSubMenu ------------------ */
#sub_sub_menu1 {
  width: 200px;
  margin-left: 384px;
  top: 180px;
  visibility: hidden;
  z-index: 300;
}

#sub_sub_menu2 {
  width: 200px;
  margin-left: 384px;
  top: 200px;
  visibility: hidden;
  z-index: 300;
}

#sub_sub_menu1_content, #sub_sub_menu2_content {
  width: 200px;
}

#sub_sub_menu3 {
  width: 200px;
  margin-left: 384px;
  top: 275px;
  visibility: hidden;
  z-index: 300;
}

/* -----------------------------  Menu Shadows -----------------------*/

.shadow {
  width: 128px;
  margin-top: 10px;
  margin-left: 10px;
  background-image: url('images/shadow.png');
  padding: 0px;
  position: absolute;
  z-index:200;
}

#submenu2_shadow {
  height: 79px;
}

#submenu3_shadow {
  height: 171px;
}

#submenu4_shadow {
  height: 115px;
}

#sub_sub_menu1_shadow {
  width: 200px;
  height: 61px;
}

#sub_sub_menu2_shadow {
  width: 200px;
  height: 61px;
}

#sub_sub_menu3_shadow {
  width: 130px;
  height: 116px;
}
/* ---------------------------  Content Container  -------------------*/
#container {
  width: 768px;
  min-height: 250px;
  top: 180px;
  position: absolute;
 
  z-index: 0;
}

#background {
  background-image: url('images/background.jpg');
}

/* ----------------------------Main Content  -----------------------------*/
#content {
  width: 668px;
  position: relative;
  padding-bottom: 40px;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 12px;
  text-align: justify;
}


/* ---------------------------- Supplier Logos --------------------------- */
#logo {
  width: 768px;
  min-height: 50px;
  text-align: center;
}

#logo img {
  margin-left: 30px;
  margin-right: 30px;
}

/* --------------------------  Footer  --------------------------*/
#footer {
  position: relative;
  width: 768px;
  height: 20px;
  background-image: url('images/footer.gif');
  background-repeat: repeat-x;
  top: 0px;
  margin: 0px;
  padding: 0px;
}

#footer_links a, #footer_links a:visited {
  color: #000000;
}

#footer_links a:hover {
  color: #ffffff;
}

#gudlite {
  position: relative;
  width: 768px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 0px;
  text-align: center;
}

#gudlite a:hover {
  color: #333333;
}

.product {
  margin-left: 150px;
}

.product2 li {
  margin-bottom: 10px;
  margin-left: 150px;
  list-style-type: none;
}

/* ***************************** Our familiy **************************** */
#family table, tr, td {
  border: none;
  padding: 0px;
  margin: 0px;
}


#family td {
  vertical-align: top;
  text-align: left;
}

#family .cell1 {
  width: 75px;
}
#family .cell2 {
  width: 158px;
}

#family .head {
  background: #030077;
}

#family h2 {
  font-size: 16px;
  color: #ffffff;
  padding: 5px;
  margin: 0px;
}

.familytable{
  text-align: left;
}

.familytable td{
  vertical-align: top;
}

/* ---------------------------- Helpful Tips ----------------------------- */
#tips ul li {
  line-height: 1.6em;
}

#tips hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

#tips h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  display: inline;
}

#the_hints {
  margin-top: 50px;
}

#tips table td{
  border: 1px solid #000;
  padding-left: 4px;
}

/*
#the_hints p {
  display: inline;
}
*/
/* -------------------------------------  Mail product list ------------------------------- */

