            .brand, .social{
				color: #FFF			
			}
			
			.brand a:hover, .social a:hover{
				color: red;
			}

 
			#logo{
				background: url("https://cdn.shopify.com/s/files/1/0070/9152/t/1/assets/new-rf-logo.png?988") no-repeat scroll left top transparent;
   			 	height: 100px;
   			 	width: 130px;
  				background-size:130px 100px;
    			margin-left: 0px;
    			margin-right: auto;
    			position:relative;
    			left: 15px;
    			margin-bottom: 15px;
			}
			
			#wrapper{
				width: 900px;
				margin-left: auto;
    			margin-right: auto;
			}
			
			#newHeader{
  				padding-top:10px;
				text-align: center;
   			 	margin-left: auto;
    			margin-right: auto;
    			width: 900px;
    			background-color: #FFF;
    			position:fixed;
    			z-index: 100;
    			height: 132px;
  				top:0px;
			}
			
			#newHeader .navRow{
				list-style-type: none;
				display: inline;
				position: relative;
				top: -5px;
				left: -100px;
			}
		
			#newHeader .navRow li{
				display: inline;
				margin-right: 24px;
			}
			
			#newHeader .navRow li a{
				text-decoration: none;
				color: #000;			
			}
            
            #headerWrapper{
                margin-bottom: 5px; 
                color: #000;
    			text-transform: uppercase;
                font-size: 12px;
			}
			
			#newHeader .navRow li a:hover{
				color: red;
			}
			
			#headerBar{border-bottom: 5px solid black; position:fixed;  z-index: 101; margin-top: 0px; margin-bottom: 0px; height: 0px; width:900px; top: 140px;}
			
			.secondaryNav{
				display:none;
				background-color: #FFF;
				border: 1px solid black;
				color: #000;
				position: relative;
				top: 134px;
				list-style-type: none;
				position:absolute;
				margin-top: 10px;
                padding-top: 5px;
				z-index: 99;
			}
			
			.brandsMenu{
				margin-left: 265px;
				height:78px;
            }
			
			.blogMenu{
				margin-left: 285px;
				height: 220px;
			}
			
			.socialMenu{
				margin-left: 428px;
				height: 105px;
			}
			

			.secondaryNav a{
				color: #000;
				text-decoration:none;
				font-weight: normal;
				font-size: 11px;
			}
			
			.secondaryNav li{
				line-height: 24px;
                padding-left: 10px;
                padding-right: 10px;
			}