/* CSS Document */
#hd
{
  width: 800px;
  height: 114px;
  background: transparent;
  margin: 0 auto; 
  text-align: left;
}

#hdlogo
{
  width: 220px;
  background: transparent url(images/logo.gif) no-repeat;
  float: left;
}

#hd_search
{ 
  width: 240px;
  float: left;
  height: 100%;
}

#hd_search_cast
{
  margin-top: 20px;
  margin-left: 50px;
}

#hd_search_companies
{
  margin-top: 10px;
  margin-left: 50px;
}

#hdr
{
  width: 340px;
  background: transparent; /*url(images/hdr.gif) no-repeat;*/
  float: right;
  text-align: right;color:#666;
}
	
#hdr ul li{margin:0; padding:0; list-style-type:none;
float: left; margin-right:0px; display:block; padding:30px 3px 0px 3px;
font-size: 0.8em; font-weight:bold;
}
#hdr a, #hdr a:link  {display:block;color:#666; text-decoration:none;}
#hdr a:hover{display:block;color:#000; text-decoration:underline}
}