@charset "utf-8";
/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      21/12/07
author:    [Olivier Robert]
email:     [olivier at xpossible dot com]
website:   [xpossible.com]
-----------------------------------------------------------------------------*/

.header_box { width:960px; height:auto; padding-top:15px; position:relative; z-index:1;  }

/* left_header
-----------------------------------------------------------------------------*/
div.leftheader { width:300px; height:100px; position:relative; top:0; left:0; z-index:1;}
div.leftheader span.logo a { width:300px; height:90px; display:block; background:url(../images/head_xposlogo.png) top left no-repeat;  }
div.leftheader span.logo a:hover { background-image:url(../images/head_xposlogo.png); background-position: -300px 0;  }
body#home .leftheader span.logo a:hover { background-image:url(../images/head_xposlogo.png); background-position: 0 0; }

/* hc_logo
-----------------------------------------------------------------------------*/
div.hcLogo { width:180px; height:50px; position:absolute; top:55px; left:780px; z-index:2;}
div.hcLogo span a { width:180px; height:50px; display:block; background:url(../images/helpCentre_logo.gif) top right no-repeat;  }

/* hc_logo
-----------------------------------------------------------------------------*/
div.languageBar { width:235px; height:30px; position:absolute; left:725px; top:0; z-index:2;}
div.languageBar span.choose { width:auto; height:auto; display:block; float:left; font-size:11px; line-height:22px;} 
div.languageBar form.choice { width:100px; height:auto; float:left; margin-left:10px;}
div.languageBar form.choice select { width:100px; height:auto;}  
