/* ------------------------------ Header --------------------------------- */

        #logo {
			display: block;
            float: left;
            height: 102px;
            width: 331px;
            background: url(/images/logo-beta.png) top left no-repeat;
        }

        #custom-logo {
			display: block;
            float: left;
            height: 102px;
            width: 331px;
        }
    
    /* -- */

        .top-links {
           float: right;
           background: transparent url(/images/top-links-bg-right.png) right top no-repeat;
           height: 50px;
           padding-right: 12px;
        }

        .top-links p {
            text-align: right;
            background: url(/images/top-links-bg-left.png) left top no-repeat;
            height: 36px;
            font-size: 12px;
            line-height: 32px;
            color: #fff;
            padding-left: 12px;
        }

        .top-links form {
            text-align: right;
            background: url(/images/top-links-bg-left.png) left top no-repeat;
            height: 36px;
            font-size: 12px;
            line-height: 32px;
            padding: 0 15px;
            color: #fff;
        }

        .top-links a {
            color: #fff477;
            border-bottom: 1px dotted #6f6f61;
        }

        .top-links span.div {
            color: #444741;
        }
        
    /* -- */        

        #primary-nav {
            clear: both;
        }

        #primary-nav ul {
            padding: 0 12px 0 0;
            float: right;
        }

        #primary-nav ul li {
            list-style: none;
            float: left;
            display: block;
            margin-left: 6px;            
        }

        #primary-nav ul li a {
            background: #81bbcb url(/images/primary-nav-inactive-bg.png) repeat-x;
            color: #fff;
            line-height: 33px;
            height: 33px;
            display: block;
            float: left;
            font-size: 14px;
            padding: 0 12px;
        }

        #primary-nav ul li.current a {
            background: #fff;
            color: #494949;
            font-weight: bold;
        }