<!--
/*  basic elements  */

body  {
      background: #000000;
	  font:normal 14px/16px Verdana, Times, serif;
	  padding: 0px;
	  margin: 0px;
      }
      
a {
  text-decoration:none;
   }   

div, p, ul, h1, h2, h3, img {
	 padding: 0px;
	 margin: 0px;
}
ul  {
	list-style-type: none;
}img {
	border: none;
	 }


.p2  {
     margin-top: 1em; }

p {text-indent: 20px; }

/*page border*/
page {
  width:1040px;
   }

  
#shadow_right {
  background-image:url('images/shadow-right.png'); 
  background-repeat:repeat-y;
  background-position:right;
  }

#shadow_left  {
  background-image:url('images/shadow-left.png');
  background-repeat:repeat-y;
  background-position:left;
   }

/* heading */

#headcontainer  {  
  height: 300px;
  width:980px;
  background: #000000 url('images/head4.png') no-repeat;
  margin: 0px auto -10px auto;
  position:relative;
 z-index: 4;
 
 } 
 

 
#logo {
      background: url('images/logo2.png') no-repeat;
      position:absolute;
      top: -10px;
      left:-50px;
      width:340px;
      height:163px;
       } 

       

             
/* main page containers  */


#container  {  
                width: 980px;
                margin: 0px auto 0 auto;
                background: white;
                z-index: 1;
                position:relative;
                margin-bottom:0px;
               
                            
                 }
#containertop  {
           width:980px;
           height:159px;
           background: url('images/bg-mission.png') top left repeat-x;
           position:relative;
           
           
            }                       


#contentbottom  {
           clear:both;
           width:980px;
           height:200px;
           background: url('images/bg-footnav.png') bottom left no-repeat;
           margin: 0 auto;
        
                 }


#footercontainer  {
        
         padding-top: 100px;
         position:relative;
         }
         
#footercontainer a  {         
         
          }
#home-bot  {
           position:absolute;
           top:127px;
           left:86px;
            }
            
#about-bot  {
           position:absolute;
           top:125px;
           left:250px;
            }          
          
#products-bot  {
           position:absolute;
           top:149px;
           left:350px;
            }
            
#delivery-bot  {
           position:absolute;
           top:120px;
           left:520px;
            }              
#location-bot  {
           position:absolute;
           top:155px;
           left:655px;
            }
            
#contact-bot  {
           position:absolute;
           top:120px;
           left:800px;
            }              
          
      
          
          

/*  page footer  */


#footer {
        width:740px;
        height: 154px;
        background: url('images/foot.png') no-repeat;
        margin:0 auto;
        z-index:5;
        }

          
-->