
#main, #sub
{
  background-color: white;
  color: black;
  font-family: verdana, arial;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background-repeat: repeat-x;
  line-height: 17px;
}

ul li, ol li
{
  margin-bottom: 8px;
}

#main
{
  background-image: url(/images/body_main.jpg);
}

#sub
{
  background-image: url(/images/body_sub.jpg);
}

#container
{
  width: 780px;
}

#content
{
  padding-left: 45px;
  padding-right: 50px;
  background-image: url(/images/content_bg_sub.jpg);
  background-repeat: no-repeat;
  min-height:493px;
  clear: left;
}

#header, #header-sub
{
  margin-top: 7px;
  padding-bottom: 6px;
}

#header-sub
{
  width: 780px;
  height: 53px;
  background-repeat: no-repeat;
}

#top-line-seg1
{
  width: 204px;
  height: 3px;
  background-color: #AEB2C7;
  float: left;
}

#top-line-seg2
{
  width: 533px;
  height: 3px;
  background-color: #E8E2C4;
  float: left;
}

#bottom-line-seg1
{
  width: 75%;
  height: 3px;
  background-color: #E8E2C4;
  float: left;
}

#bottom-line-seg2
{
  width: 25%;
  height: 3px;
  background-color: #B5CC96;
  float: left;
}

#menu
{
  text-align: center;
  padding-top: 5px;
  margin-left: -35px;
}

#menu a img
{
  border: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

#menu-construction
{
  position: absolute;
  top: 55px;
  left: 290px;
  background-color: white;
  border: 1px solid gray;
  padding: 5px;
  display: none;
}

#menu-project
{
  position: absolute;
  top: 55px;
  left: 426px;
  background-color: white;
  border: 1px solid gray;
  padding: 5px;
  display: none;
}

#menu-construction a img, #menu-project a img
{
  border: 0px;
  margin: 3px;
}

#header-menu
{
  position: relative;
  top: 32px;
  left: 290px;
}

#header-menu a img
{
  border: 0px;
}

#header-menu img
{
  float: left;
}

.brown-line
{
  width: 1px;
  height: 16px;
  margin: 0px;
  padding-left: 7px;
  padding-right: 7px;
}

#footer
{
  background-color: #A7871A;
  color: white;
  font-size: 10px;
  padding: 5px;
  clear: left;
}

.heading, td.customer
{
  color: #1E2A63;
  font-weight: bold;
}

div.customer
{
  border:1px solid #E8E9EF;
  position: absolute;
  display:none;
}

td.customer
{
  width:150px;
  padding: 5px;
}
td.customer-line
{
  vertical-align: top;
  border-left: 1px solid #E8E9EF;
}