html {
			background-color: #0b5394;
		}

		body {
			color:#000000;
		}

        
			html
			{
				/*background: linear-gradient(transparent, 30%,#0b5394), url("https://kelrae.luluslocalfood.com/Picture/background(1200,215)/40978.jpg"); */

                background: url("https://kelrae.luluslocalfood.com/Picture/background(1200,215)/40978.jpg"); 
                background-size: contain;
                background-repeat: no-repeat;
                background-position: top;
                background-attachment: fixed;
			}
				

		
			header{
                width: 100%;
                margin: auto;
            }
            header .content-wrapper
			{
                width:100%;
                padding-bottom: 17.83333%;
			}
				

		h1{
			color:#999999;
		}
		h2{
			color:#999999;
		}
		h3
		{
			color:#0b5394;
		}
		h4
		{
			color:#0b5394;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #0b5394;
		}

        
        /*#TopNav{
            background-color: #0d2f65 !important;
            border-bottom:2px solid #FFFFFF !important;
        }    */    
        .circle{
            background-color: rgba(13, 47, 101, 0.9);
            color: #fef9f9;
        }
        .circle:hover{
            background-color: #ca2a11;
        }

        .cart-text{
            color:#0d2f65;
            text-shadow: -1px 0 #fef9f9, 0 1px #fef9f9, 1px 0 #fef9f9, 0 -1px #fef9f9;
        }
		nav{
			background-color: rgba(13, 47, 101, 0.9);
			/*border-top:2px solid rgba(255, 255, 255, 0.9);
			border-bottom:2px solid rgba(255, 255, 255, 0.9);*/
             
                            position: fixed;
                            top:0;
                            height: 45px;
		}
        #AccountTopMenu ul
        {
            /* Color change to semi-opaque  */
            background-color: rgba(13, 47, 101, 0.9);
        }
        
		nav a:link, nav a:visited, nav a:hover, nav a:active, #TopNav a:link, 
        #TopNav a:visited, #TopNav a:hover, #TopNav a:active {
			color: #fef9f9;
		}
		nav a:hover{
			background-color:#ca2a11;
		}


        .nav-toggle {
			background-color: rgba(13, 47, 101, 0.9) !important;
			border-color: #fef9f9  !important;
		}
        .nav-toggle .icon-bar{
            color: #fef9f9  !important;
            background-color: #fef9f9  !important;
        }

		footer {
			background-color: #0b5394;
			color:#ffffff;
		}

		footer a {
			color:#ffffff !important;
		}
		footer .lululogo a
		{
			background-image:url("/Content/images/LulusSmaller.png");
		}
		/* Table style overrides*/

		table.tabular th{
			color:#ffffff;
			background: #0b5394;
			background: -webkit-gradient(linear, left top, left bottom, from(#23649E), to(#0b5394)); 
			background: -moz-linear-gradient(top,  #23649E,  #0b5394);
			background: -o-linear-gradient(top, #23649E 0%,#0b5394 100%); 
			background: -ms-linear-gradient(top, #23649E 0%,#0b5394 100%);
			background: linear-gradient(to bottom, #23649E 0%,#0b5394 100%); 
		}

        
		a.linkButton{
			color: #ffffff !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #ffffff !important;
			border: solid 1px #0b5394;
			background: #0b5394;
			background: linear-gradient(to bottom, #23649E 0%,#0b5394 100%); 
		}

		.actionButton:hover {
			background: #23649E;
			background: linear-gradient(to bottom, #3973A7 0%,#23649E 100%);  
		}

		.actionButton:active {
			color: #ffffff;
			background: linear-gradient(to bottom, #0b5394 0%,#23649E 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #fef9f9 !important;
			border: solid 1px #0d2f65;
			background: #0d2f65;
			background: linear-gradient(to bottom, #3D5883 0%,#0d2f65 100%); 
		}

		.menuButton:hover {
			background: #23649E;
			background: linear-gradient(to bottom, #0d2f65 0%,#ca2a11 100%);  
		}

		.menuButton:active {
			color: #fef9f9;
			background: linear-gradient(to bottom, #0d2f65 0%,#3D5883 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #999999;
            color: #000000;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #0b5394;
        }
        .breakout-panel:nth-child(odd)  .read-more { 
            background-image: linear-gradient(transparent 0%, #999999 90%);
        }
        @media only screen and (max-width: 965px) {
             nav
            {
                /* Color change to semi-opaque  */
                background: rgba(13, 47, 101, 0.9);
            }
            
            
         }
		