html {
			background-color: #660066;
		}

		body {
			color:#000000;
		}

        		

		
			header{
                width: 960px;
                margin: auto;
            }
            header .content-wrapper
			{
				
                width:960px;
                height:80px;
			}
            h1.headerTitle{
                text-indent: unset !important;
                padding-top:20px;
                font-family: 'Cutive Mono', monospace;
                font-size:40px;
                text-align: center;
                width:100%;
            }
				

		h1{
			color:#f5eff5;
		}
		h2{
			color:#f5eff5;
		}
		h3
		{
			color:#ffffff;
		}
		h4
		{
			color:#ffffff;
			margin: 10px 0px 2px 0px;
		}

		legend {
			color: #ffffff;
		}

        
        /*#TopNav{
            background-color: #b9c8aa !important;
            border-bottom:2px solid #FFFFFF !important;
        }    */    
        .circle{
            background-color: rgba(185, 200, 170, 0.9);
            color: #000000;
        }
        .circle:hover{
            background-color: #53a654;
        }

        .cart-text{
            color:#b9c8aa;
            text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
        }
		nav{
			background-color: rgba(185, 200, 170, 0.9);
			/*border-top:2px solid rgba(255, 255, 255, 0.9);
			border-bottom:2px solid rgba(255, 255, 255, 0.9);*/
            
		}
        #AccountTopMenu ul
        {
            /* Color change to semi-opaque  */
            background-color: rgba(185, 200, 170, 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: #000000;
		}
		nav a:hover{
			background-color:#53a654;
		}


        .nav-toggle {
			background-color: rgba(185, 200, 170, 0.9) !important;
			border-color: #000000  !important;
		}
        .nav-toggle .icon-bar{
            color: #000000  !important;
            background-color: #000000  !important;
        }

		footer {
			background-color: #660066;
			color:#ffffff;
		}

		footer a {
			color:#ffffff !important;
		}
		footer .lululogo a
		{
			background-image:url("/Content/images/LulusSmaller.png");
		}
		/* Table style overrides*/

		table.tabular th{
			color:#f5eff5;
			background: #110f0f;
			background: -webkit-gradient(linear, left top, left bottom, from(#282727), to(#110f0f)); 
			background: -moz-linear-gradient(top,  #282727,  #110f0f);
			background: -o-linear-gradient(top, #282727 0%,#110f0f 100%); 
			background: -ms-linear-gradient(top, #282727 0%,#110f0f 100%);
			background: linear-gradient(to bottom, #282727 0%,#110f0f 100%); 
		}

        
		a.linkButton{
			color: #f5eff5 !important;
		}

		.actionButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #f5eff5 !important;
			border: solid 1px #110f0f;
			background: #110f0f;
			background: linear-gradient(to bottom, #282727 0%,#110f0f 100%); 
		}

		.actionButton:hover {
			background: #282727;
			background: linear-gradient(to bottom, #3D3C3C 0%,#282727 100%);  
		}

		.actionButton:active {
			color: #f5eff5;
			background: linear-gradient(to bottom, #110f0f 0%,#282727 100%);
		}


        .menuButton 
		{
			padding:4px;
			border-radius: 4px;
			color: #000000 !important;
			border: solid 1px #b9c8aa;
			background: #b9c8aa;
			background: linear-gradient(to bottom, #C7D3BB 0%,#b9c8aa 100%); 
		}

		.menuButton:hover {
			background: #282727;
			background: linear-gradient(to bottom, #b9c8aa 0%,#53a654 100%);  
		}

		.menuButton:active {
			color: #000000;
			background: linear-gradient(to bottom, #b9c8aa 0%,#C7D3BB 100%);
		}

        
		
		
        .breakout-panel:nth-child(odd) {
            background: #741b47;
            color: #0f0e0e;
        }
        .breakout-panel:nth-child(odd) h3{
            color: #6a6565;
        }
        .breakout-panel:nth-child(odd)  .read-more { 
            background-image: linear-gradient(transparent 0%, #741b47 90%);
        }
        @media only screen and (max-width: 965px) {
             nav
            {
                /* Color change to semi-opaque  */
                background: rgba(185, 200, 170, 0.9);
            }
            
            
         }
		