body {
  width: 900px;
  height: 100%;
  background-image: url(img/bg/head-gradient.jpg);
  background-repeat: repeat-x;
  background-color: #eeeeee;
  margin: 0px auto; 
  text-align: center;
}

#page-container {
  width: 900px;
  height: 100%;
  z-index: 1
}



/* PAGE HEADER */

#page-head {
  position: relative;
  width: 900px;
  height: 162px;
  z-index: 2
}

#small-links {
  position: relative;
  width: 900px;
  height: 21px;
  text-align: right;
  font-family: Tahoma;
  font-size: 12px;
  color: #225588;
  z-index: 10
}
#small-links a {
  font-family: Tahoma;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  color: #eeeeee
}
#small-links a:hover {
  color: #ffcc66;
  text-decoration: underline
}
#small-links a:visited {
  color: #eeeeee
}

#company {
  position: relative;
  width: 900px;
  height: 57px;
  z-index: 3
}
#name {
  position: relative;
  float: left;
  width: 450px;
  height: 57px;
  text-align: left;
  z-index: 4
}
#phone {
  position: relative;
  float: right;
  width: 450px;
  height: 39px;
  padding-top: 18px;
  text-align: right;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  z-index: 4
}


/* PAGE TABS */

#page-tabs {
  position: relative;
  width: 900px;
  height: 48px;
  background-image: url(img/nav/tabs-1.png);
  z-index: 3
}

#page-tabs2 {
  position: relative;
  width: 900px;
  height: 48px;
  background-image: url(img/nav/tabs-2.png);
  z-index: 3
}

#page-tabs3 {
  position: relative;
  width: 900px;
  height: 48px;
  background-image: url(img/nav/tabs-3.png);
  z-index: 3
}

#page-tabs4 {
  position: relative;
  width: 900px;
  height: 48px;
  background-image: url(img/nav/tabs-4.png);
  z-index: 3
}

#page-tabs5 {
  position: relative;
  width: 900px;
  height: 48px;
  background-image: url(img/nav/tabs-5.png);
  z-index: 3
}

#tabs {
  position: relative;
  width: 900px;
  height: 24px;
  z-index: 4
}

#main {
  position: relative;
  float: left;
  width: 184px;
  padding-top: 2px;
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #ffcc66;
  z-index: 9
}
#main2 {
  position: relative;
  float: right;
  width: 184px;
  padding-top: 2px;
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #ffcc66;
  z-index: 9
}

#sub {
  position: relative;
  float: left;
  width: 179px;
  padding-top: 5px;
  color: #999999;
  z-index: 9
}
#sub a {
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}
#sub a:hover {
  color: #ffcc66;
  text-decoration: underline
}

#sub2 {
  position: relative;
  float: right;
  width: 179px;
  padding-top: 5px;
  color: #999999;
  z-index: 9
}
#sub2 a {
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}
#sub2 a:hover {
  color: #ffcc66;
  text-decoration: underline
}

#page-head-links {
  position: relative;
  width: 900px;
  height: 24px;
  padding-top: 4px;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  z-index: 10
}
#page-head-links a {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
#page-head-links a:hover {
  text-decoration: underline
}

#slogan {
  position: relative;
  width: 900px;
  height: 36px;
  padding-top: 10px;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #eeeeee;
  z-index: 10
}




/* FOOTER */
#footer {
  position: relative;
  width: 900px;
  border-top: 1px solid #999999;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Tahoma;
  font-size: 11px;
  color: #999999;
  text-align: center
}

