#header{ background: #fbfbf9; height: 106px; }
#header .logo{ display: block; width: 174px; height: 29px; background: url(/img/site/global-sprites.png) -8px -9px; position: relative; top: 40px; margin-right: 0px; }
#header ul.main-menu{ float: left; display: block; margin: auto; position: relative; }
#header ul.main-menu li{ list-style: none; float: left; margin-right: 12px;}
#header ul.main-menu li:last-child {margin-right: 0px;}
#header ul.main-menu-spaced li a{ margin-right: 3px; }
#header ul.main-menu li a{ display: block; border-top: 5px solid #fbfbf9; font-size: 15px; padding-top: 40px; color: #6b635b; -webkit-transition : all 500ms ease-out;-moz-transition : all 500ms ease-out;-o-transition : all 500ms ease-out; font-weight: bold }
#header ul.main-menu li:hover a, #header ul li a.active{ border-top: 5px solid #ff592b; color: #ff592b; text-decoration: none;  }
#header-right-login{ float: right; position: relative; top: 48px; width: 214px; }
#header-right-login a{ color: #ff592b; background: #f5f4f2; font-weight: bold; border-radius: 5px; margin-left: 4px; padding: 10px 12px; -webkit-transition : background-color 200ms ease-out;-moz-transition : background-color 200ms ease-out;-o-transition : background-color 200ms ease-out; }
#header-right-login a:hover{ color: #fbfbf9; background: #ff592b; text-decoration: none }

#header-right-logged{ float: right; width: 214px; height: 84px; border: 6px solid #fbfbf9; border-bottom: 0px; border-radius: 10px 10px 0px 0px; position: relative; top: 6px; z-index: 10; }
#header-right-logged:hover{ border-color: #eaeaea; }
#header-right-logged .header-right-logged-content{ position: relative; left: 10px; top: 20px; }
#header-right-logged .avatar{ float: left; border-radius: 50% 50%; width: 44px; height: 44px; margin-right: 14px; }
#header-right-logged .action{ float: left; position: relative; width: 135px; }
#header-right-logged .action a:nth-child(1){ display: block; font-size: 14px; font-weight: bold; color: #6b635b; }
#header-right-logged .action a:nth-child(2){ text-overflow: ellipsis; overflow: hidden; display: block; font-size: 12px; color: #ff592b;  }
#header-right-logged .action a .arrow{ display: block; background: url(/img/site/global-sprites.png); background-position: -198px -12px; width: 11px; height: 7px; position: absolute; left: 121px; top: 7px; }
#header-right-logged ul{ display: none; position: absolute; left: -6px; top: 80px; z-index: 10; margin: 0px; border-left: 6px solid #eaeaea; border-right: 6px solid #eaeaea; border-bottom: 6px solid #eaeaea; border-radius: 0px 0px 12px 12px;  }
#header-right-logged ul li{ list-style: none; display: block; }
#header-right-logged ul li a{ display: block; background: #f8f8f8; width: 198px; color: #ff592b; font-weight: bold; font-size: 12px; padding: 6px 8px 4px; border-bottom: 1px solid #e4e4e4; border-top: 1px solid #fdfdfd; }
#header-right-logged ul li a:hover{ color: #f5841c; text-decoration: none;  }

#header-right-logged:hover ul{ display: block; }

#header-shadow{ background: url(/img/site/header-shadow.png) center -1px no-repeat; width: 100%; height: 43px; position: absolute; left:0px; top: 105px; z-index: 8; padding:0;  }

#header .container .site-info {
    border-left: 1px solid #ddd;
    position: relative;
    left: 180px;
    padding: 15px 20px;
    margin-left: 10px;
    top: 15px;
    font-family: Open Sans, Arial;
    font-weight: bold;
    color: #454641;
}
