/******************************************************************************* 
@copyright    Copyright (C) 2009 PCO-Innovation. All rights reserved. 
Author: Jeremy Marques ( jeremy.marques@pco-innovation.com)
*******************************************************************************/

/***
 *** Layout
 ***/

body {
    background-image:url("../img/header_background.png");
    background-repeat:repeat-x;
    background-position:0px 38px;
    background-color:#FFFFFF;
    text-align: center;
    font-size:75%;
    color:#000000; 
}

#main {
    width:800px;
    margin:0px auto;
    text-align:left; 
    z-index:1;
    position:relative;top:-43px;
}

#left {
    width:400px;
    float:left;    
}

#right {
    width:400px;
    float:right;        
}  
 
/* Home Menu */

#homeMenu {
    background-image:url("../img/menu_background.png");
    background-repeat:no-repeat;
    width:800px;
    height:29px; 
    z-index:12;  
    position:relative;top:0px;left:0px;   
    margin:10px 0px; 
    padding-top:0px;     
}

#homeMenu UL {
    list-style: none;
    display: block;
    margin:0px 10px;
}

#homeMenu LI {
    display: block; float:left;
    padding-right:40px;
    margin-top:2px;
    margin-left: 7px;
    height:22px;
    background-image:url("../img/arrows_30-22.png");
    background-repeat:no-repeat;
    background-position:top right;
}

#homeMenu a {
    color:#FFFFFF; 
    font-weight:bold; 
    position:relative;top:2px;     
}

#homeMenu a:hover, #homeMenu LI.active a {
    color:#FFBD00;
}

div.reciprocal {
   width:1px;height:1px; 
}
div.reciprocal * {
    font-size: 1%;
    color:#fff;
}

