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

#sitehead{
background:url(../i/home-bnr.jpg) no-repeat 125px 3.1em;
padding: 0 15px;
}
#sitehead a{
color: #095aa5;
font-size: 1.2em;
}
#sitehead label{
display:none;
}
#sitehead img{
margin:15px;
}
  
  #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: 5px;
right:16px;
}
  
    #sitehead #formsearch #ssubmit
    {
      position            : relative;
      top                 : 3px;
	  padding: 0 0 0 5px;
    }

#sitehead #Searchterm{
width:150px;
}  
  #sitehead #formservicenetwork
  {
    position            : absolute;
    top                 : 23px;
    left                : 210px;
  }
  
    #sitehead #formservicenetwork #snsubmit
    {
      position            : relative;
      top                 : 3px;
	  padding: 0 0 0 4px;
    }
    
/*------------------------------
=Language Nav
------------------------------*/

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

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