/*--------------------------------------------------------------------------------
  Initial.com Business Header Style Sheet

  version:  1.0
  author:   Tim Huegdon
--------------------------------------------------------------------------------*/

/*------------------------------
=Header
------------------------------*/

#sitehead
{
  background          : url(../i/sitehead-back.gif) no-repeat 50% 0;
  padding             : 0 22px;
  padding-top         : 23px;
  margin-bottom       : 10px;
}

  #sitehead a
  {
    color               : #095aa5
  }

  #sitehead label
  {
    display             : none;
  }

  #sitehead img #logo
  {
	 margin              : 10px;
  }

  #sitehead img
  {
	 margin              : 10px;
  }
  
  #sitehead #sitetitle
  {
    position            : absolute;
    top                 : 80px;
    left                : 210px;
    font-size           : 140%;
    line-height         : normal;
    color               : #061b93;
    font-weight         : bold;
  }

/* #lang_list update initial.css */  
#sitehead #formsearch 
{
	z-index		: 5;
	position	: absolute;
	top			: 77px;
	right		: 22px;
}
  
#sitehead #formsearch #ssubmit
    {
      position            : relative;
      top                 : 3px;
	  padding: 0 0 0 4px;
    }
  
  #sitehead #formservicenetwork
  {
    position            : absolute;
    top                 : 23px;
    left                : 210px;
  }
  
    #sitehead #formservicenetwork #snsubmit
    {
      position            : relative;
      top                 : 3px;
	  padding: 0 0 0 4px;
    }
    
/*------------------------------
=Language Nav
------------------------------*/

/* #lang_list update initial.css */
#sitehead #navcorp
{
    position            : absolute;
    top                 : 23px;
}

#navlang
{
  position            : absolute;
  left                : 385px;
  top                 : 85px;
  color               : #095aa5;
  line-height         : normal;
  margin              : 0;
}

  #navlang li,
  #navcorp li
  {
    float               : left;
    display             : inline;
    padding             : 0 0.5em;
    border-left         : 1px solid #095aa5;
    background          : none;
  }

    #navlang li.first,
    #navcorp li.first
    {
      border-left         : 0 none;
    }