@charset "UTF-8";

  #main.about {
    background: url("../images/about/bg.png") no-repeat scroll left bottom transparent;
    border: 5px solid black;
    float: left;
    height: 368px;
    margin-left: 12px;
    width: 704px;
  }
		
		#second-nav {
			width: 100%;
			height: 215px;
			background: url(../images/about-moes-header.jpg) right no-repeat;
		}
		
			#second-nav h3 {
				width: 153px;
				height: 40px;
				color: #E3B326;
				font-size: 24px;
				text-indent: -10000px;
				display: block;
				background: url(../images/headers/about-moes.jpg) no-repeat;
				margin: 35px 30px !important;
				margin: 35px 15px;
				float: left;
			}
      #second-nav-catering-link a{
				width: 221px;
				height: 60px;
				color: #E3B326;
				font-size: 18px;
				text-indent: -10000px;
				display: block;
				background: url(../images/headers/check-out-moes-catering.png) no-repeat;
				margin: 22px 22px !important;
				margin: 22px 22px;
				float: left;
				clear: left;
            }
					
			#main-left {
				float: left;
				width: 210px;
				margin: 0 10px 15px 0;
			}
			
				#moes-menu {
					width: 210px;
					height: 50px;
					background: url(../images/sidebar/menu.png) no-repeat;
					display: block;
					float: left;
					margin-left: 7px;
					text-indent: -10000px;
				}			
          #moes-menu:hover {
          background: url(../images/sidebar/menu-over.png) no-repeat; 
         }
				#find-locations {
					width: 210px;
					height: 50px;
					background: url("../images/sidebar/locations.png") no-repeat scroll -10px 1px transparent;
					display: block;
					float: left;
					text-indent: -10000px;
				}
          #find-locations:hover {
          background: url("../images/sidebar/locations-over.png") no-repeat scroll -10px 1px transparent;
         }
        
				#news-updates {
					width: 210px;
					height: 50px;
					background: url(../images/sidebar/news.png) no-repeat;
					display: block;
 				  margin-left: 7px;
					float: left;
					text-indent: -10000px;
				}
          #news-updates:hover {					
            background: url(../images/sidebar/news-over.png) no-repeat;
         }
			
			#main-right {
				width: 476px;
				float: left;
				margin: 0 0 15px 0;
			}
		
        #catering-order-online-button{
            background: url(../images/headers/order-online.png) no-repeat;         
            float:right !important;
            display:block;
            text-indent: -10000px;
            width: 222px;
            height:100px;
        }
