/******************************************************************************* 
@copyright    Copyright (C) 2009 PCO-Innovation. All rights reserved. 
Author: Jeremy Marques ( jeremy.marques@pco-innovation.com)
*******************************************************************************/  

/***
 *** General
 ***/

* {
    margin:0px;
    padding:0px;
    font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
    text-decoration: none;          
}

h1, h2, h3, h4, h5, h6 {font-size:1em;}

.clr, .fpss-clr {
    clear:both;
    height:0px;
    font-size:0;
    background:transparent;
    display:block;
}

ul {
    list-style-position: inside;
}

/***
 *** Links
 ***/
 
 a img {
     border:0px;     
 }   
 
 #main a {
     color:#13328D;
 }        

/***
*** HEADER 
***/ 
 
#header {      
    width:100%;
    height:115px;  
    z-index:2;  
    position:relative;top:0px;left:0px;      
}

#header-content {
    width:800px;
    margin:0px auto;
    text-align:left;    
}    

#logo {
   float:left; 
   z-index:1000001;  
   position:absolute;top:42px;       
}

#cphrase {
    float:right;
    width:650px; 
    height:40px;
    text-align:right;
    margin-top:46px;   
    color:#FFFFFF; 
}

#lang {
    position:absolute;
    left:10px;
    top:30px; 
    z-index:15;
}

/***
 *** footer
 ***/

#footer  {
    border-top:2px solid #FFBD00;    
    font-size:0.85em;
    text-align:center;
    margin-top:10px;
}