/* CSS Document */

body {
  border:0px;margin:0px;padding:0px;
  background:url('/teamasi/images/gradient_continuation.jpg') repeat-y;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
}


#menu_container {
  width:188px;
  height:606px;
  background:url('/teamasi/images/gradient_for_menu.jpg') repeat-x;
  float:left;
  margin-right:10px;
}

#listMenuRoot { z-index:100; }

#body_content {
  position:absolute;
  left:200px;
  margin-right:10px;
  z-index:1;
  min-width:500px;
}

#logo {
  position:absolute;
  top:13px;
  left:3px;
  border:0px;
}

#content_footer {
  margin-top:10px;
  text-align:center;
}
#content_footer a {
  color:#00f;
}

div.line hr{ /* take out
the troublemaking HR */
   display:none;
}

div.line { /*  DIV that wraps and
replaces the HR */
  background: url('/teamasi/images/new_hr.gif') transparent no-repeat left center; 
  height: 20px;
  width:400px;
}

h1 {
  color:#036;
  font: 25px Verdana, Arial, Helvetica, sans-serif;
  margin-top:10px;
  margin-bottom:2px;
}

address {
  font-style:normal;
  margin:20px;
}

address .company_name {
  font-weight:bold;
  font-size:14px;
}

#contact_form th {
  text-align:right;
  background-color:#e5f5ff;
  width:150px;
  padding-right:10px;
}

