html {
			background-color: #38761d;
		}

		body {
			color:#444444;
		}

        		

		
			header{
                width: 960px;
                margin: auto;
            }
            header .content-wrapper
			{
				background-image:url("https://docsfarmacy.luluslocalfood.com/Picture/Header(960,287)/12907.jpg");
                width:960px;
                background-position: center;
                padding-bottom: 29.79167%;
                background-size: cover;
			}
				

		h1{
			color:#38761d;
		}
		h2{
			color:#38761d;
		}
		h3
		{
			color:#6aa84f;
		}
		h4
		{
			color:#6aa84f;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #6aa84f;
		}

        
        /*#TopNav{
            background-color: #d9ead3 !important;
            border-bottom:2px solid #d9ead3 !important;
        }    */    
        .circle{
            background-color: rgba(217, 234, 211, 0.9);
            color: #134f5c;
        }
        .circle:hover{
            background-color: #b6d7a8;
        }

        .cart-text{
            color:#d9ead3;
            text-shadow: -1px 0 #134f5c, 0 1px #134f5c, 1px 0 #134f5c, 0 -1px #134f5c;
        }
		nav{
			background-color: rgba(217, 234, 211, 0.9);
			/*border-top:2px solid rgba(217, 234, 211, 0.9);
			border-bottom:2px solid rgba(217, 234, 211, 0.9);*/
            
		}
        #AccountTopMenu ul
        {
            /* Color change to semi-opaque  */
            background-color: rgba(217, 234, 211, 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: #134f5c;
		}
		nav a:hover{
			background-color:#b6d7a8;
		}


        .nav-toggle {
			background-color: rgba(217, 234, 211, 0.9) !important;
			border-color: #134f5c  !important;
		}
        .nav-toggle .icon-bar{
            color: #134f5c  !important;
            background-color: #134f5c  !important;
        }

		footer {
			background-color: #38761d;
			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: #134f5c;
			background: -webkit-gradient(linear, left top, left bottom, from(#2A606C), to(#134f5c)); 
			background: -moz-linear-gradient(top,  #2A606C,  #134f5c);
			background: -o-linear-gradient(top, #2A606C 0%,#134f5c 100%); 
			background: -ms-linear-gradient(top, #2A606C 0%,#134f5c 100%);
			background: linear-gradient(to bottom, #2A606C 0%,#134f5c 100%); 
		}

        
		a.linkButton{
			color: #ffffff !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #ffffff !important;
			border: solid 1px #134f5c;
			background: #134f5c;
			background: linear-gradient(to bottom, #2A606C 0%,#134f5c 100%); 
		}

		.actionButton:hover {
			background: #2A606C;
			background: linear-gradient(to bottom, #3F6F7A 0%,#2A606C 100%);  
		}

		.actionButton:active {
			color: #ffffff;
			background: linear-gradient(to bottom, #134f5c 0%,#2A606C 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #134f5c !important;
			border: solid 1px #d9ead3;
			background: #d9ead3;
			background: linear-gradient(to bottom, #E0EEDB 0%,#d9ead3 100%); 
		}

		.menuButton:hover {
			background: #2A606C;
			background: linear-gradient(to bottom, #d9ead3 0%,#b6d7a8 100%);  
		}

		.menuButton:active {
			color: #134f5c;
			background: linear-gradient(to bottom, #d9ead3 0%,#E0EEDB 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #38761d;
            color: #ffffff;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #ffffff;
        }
        .breakout-panel:nth-child(odd)  .read-more { 
            background-image: linear-gradient(transparent 0%, #38761d 90%);
        }
        @media only screen and (max-width: 965px) {
             nav
            {
                /* Color change to semi-opaque  */
                background: rgba(217, 234, 211, 0.9);
            }
            
            
         }
		