/**
                                                         ------ HEADER -------

*/
  
#header-wrapper {
    margin:0 auto;
    text-align: center;
    min-width: 100%;
    height: 174px;
    z-index: 0 }
  
#overlay {
    position: absolute;
    height: 30px;
    left: 0px;
    top: 0px;
    width: 100% }

#header-overlay-wrapper {
    margin:0 auto;
    text-align: center;
    width: 100%;
    z-index: 1 }

#bar {
    margin: 0 auto;
    width: 1024px;
    height: 30px;
    top: 0px;
    vertical-aling: baseline;   
    background-image: url('../images/header/blueprint-top.gif');
    overflow: hidden}

#bar-left {
    position: relative;
    width: 340px; 
    height: 30px;
    left: 0px;
    float: left;
    overflow: hidden }
    
#bar-center {
    position: relative;
    width: 340px; 
    height: 30px;
    left: 0px;
    float: left;
    overflow: hidden }
    
#bar-right {
    position: relative;
    width: 340px; 
    height: 30px;
    left: 0px;
    float: left;
    overflow: hidden }

.language {
    width: 340px; 
    height: automatic;
    text-align: left }

.language a {
    cursor: pointer }

.language a:hover {
    text-decoration: none;
    color: #99bfdb }

.Bag {
    width: 320px; 
    height: 30px;
    text-align: center }

.Bag a {
    cursor:pointer }

.Bag a:hover {
    text-decoration: none;
    color: #99bfdb }

.Bag .l_side { 
    display: inline-block;
    *display: inline;
    width: 110px; 
    height: automatic;
    text-align: center;
    overflow: visible }

.Bag .c_side { 
    display: inline-block;
    *display: inline;
    width: 110px; 
    text-align: center;
    height: automatic;
    overflow: visible }

.Bag .r_side { 
    display: inline-block;
    *display: inline;
    width: 110px; 
    text-align: center;
    height: automatic;
    overflow: visible }
   
.user {
    width: 340px; 
    height: automatic;
    text-align: right }

.user a {
    cursor: pointer }

.user a:hover {
    text-decoration: none;
    color: #99bfdb }
    
#header {
    position: relative;
    margin: 0 auto;
    vertical-align: top;
    text-align: left;
    top: 25px;
    width:1024px;
    height: 149px;
    overflow: visible;
    background-image: url('../images/header/blueprint-mid.jpg');
    z-index: 1 }
    
#logo {
    display: inline-block;
    *display: inline;
    height:100px;
    width: 795px;
    vertical-align: top-left;
    text-align: left;
    left:0;
    overflow: hidden;
}


/**                                                      ------ HEADER MENU-------

*/

#menu-wrapper {
    margin: 0 auto;
    display: block;
    z-index: 125;
    height: 25px;
    text-align: left;
    padding-left: 0px;
    padding-top: 25 }

#menu-wrapper .bar {
    height:24px;
    width: 1024px;
    align: left;
    left:0;
    /*background-image:url('../images/header/menu_bar.jpg');*/
    overflow: visible;
    z-index: 126;
}

#menu {
    position: absolute;
    background: transparent;
    z-index: 101;
    *padding-left: 3px }
    
#menu ul{
    margin:0;
    padding:0;
}

#menu .item {
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial,'Helvetica','Sans Serif';
    text-transform: uppercase;
    font-weight: bold }
    
#menu li{
    display: inline-block;
    *display: inline;
    width: automatic;
    height: 25px;
    float: left;  
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
}

#menu a{
    color: #99bfdb;
    height: 25px;
    font-family: Arial,'Helvetica','Sans Serif';    
    text-decoration: none }

#menu a:hover{
    color: #699533;
    font-family: Arial,'Helvetica','Sans Serif';    
    text-decoration: none  }

#menu .subtext{
    display: inline-block;
    *display: inline;
    padding: 0 15 0 15;
    color: #fff;
    height: 25px;
    font-family:Arial,'Helvetica','Sans Serif';
    font-variant: uppercase;
    font-size: 15px }

    

