/*--------------------------------------------------------------------------------
 Initial.com / Australia (Pink) - Style Sheet Business Header

  version:  1.0
  author:  Ant Tyler
--------------------------------------------------------------------------------*/

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

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

  #sitehead a {
    color               : #000;
  }

  #sitehead label {
    display             : none;
  }
  
  #sitehead #logo {
    margin              : 1px;
  }
  
    #sitehead a img {
	width 		: 195px;
	height 		: 95px;
  }
  
  #sitehead #sitetitle {
	position            : absolute;
    top                 : 23px;
	right 				: 24px;
    font-size           : 140%;
    line-height         : normal;
    color               : #00174f;
    font-weight         : bold;
}
  
  #sitehead #sitetitle span {
    position            : absolute;
    top                 : 70px;
    left                : 110px;
    font-size           : 140%;
    line-height         : normal;
    color               : #cf0E67;
    font-weight         : bold;
  }

/* #lang_list update initial.css */  
#sitehead #formsearch 
{
 z-index  : 5;
 position : absolute;
 top   : 77px;
 right  : 22px;
}
  
  #sitehead #formsearch #ssubmit {
      margin             : 0;
    }
  
  #sitehead #formservicenetwork {
    position            : absolute;
    top                 : 23px;
    left                : 210px;
  }
  
    #sitehead div.seperator {
	display			: none;
	}
	
	#sitehead #formsearch input#Searchterm {
	margin : 3px;
	}
/*------------------------------
=Language Nav
------------------------------*/
 ul#navcorp{
 z-index  : 6;
}
 
/* #lang_list update initial.css */
#sitehead #navcorp
{
    position            : absolute;
right:18px;
    top                 : 93px;
}

#navlang {
  position            : absolute;
  left                : 385px;
  bottom              : 12px;
  color               : #000;
  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;
    }