﻿body 
{
    text-align:center;  
    background-position:top;
    height:100%;
    background-color: Black;
    
    }
 
    
div#divMain
{
    
    top: -15px;
    position:relative; 
    width: 980px; 
    font-size: 20pt; 
    background-position: top;
    background-image: url('../layout/background-strip.png');
    background-repeat: repeat-y ;
    }
    
    div#divContainer
    {
       height: 100%;
    }
    
    
div#divHeader
{ 
    text-align:center;
    vertical-align:top;
    position: relative ; 
    width:730px;
    background-position: right top;
    background-image: url('../layout/Bob-Anderson-Logo.png');
    background-repeat: no-repeat;
    float: left; 
    height: 85px;
     
    }
  
  div#divMenu
{
    height: 100%;
    float: left;
    position: relative; 
    width: 225px; 
   min-height: 100%;
    font-size: 20pt; 
    background-position: top;
    background-image: url('../layout/wood-strip.png');
    background-repeat: repeat-y ;
    text-align: left;
    
    }
  
   
div#divFooter
{
    width:730px;
   /* background-position: top;
    background-image: url('../layout/footer.jpg');
    background-repeat: no-repeat; */
    float: right; 
    height: 24px;

    font-family: Arial;
    
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
       
    } 
  
div#divLeftFooter
{
    position:relative;
    vertical-align:top;
    height:20px;  
    float: left;
    width: 200px;
    font-size: 10pt;
    font-weight: bold;
    text-align: left; 
   
     
    }
    

  
div#divRightFooter
{
    position:relative;
    vertical-align:top;
    height: 25px;  
    float: right;
    width: 550px;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
    font-family: Arial;
  
    padding-right: 15px;
    
    }
  div#divRightFooter A:link 
{
    color: #cc9900 ;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    }
    
div#divRightFooter A:visited 
{
    color: #cc9900;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
    }
    
div#divRightFooter A:hover 
{
    text-decoration: underline;
    color: red;
    font-weight:bold;
    font-family: Arial;
}  
    
    
 div#divBody 
{
    width: 750px;
    
    float: right;
    position: relative ;
    /* background-position: top;
    background-image: url(../layout/mainbody.jpg);
    background-repeat: no-repeat; */
    text-align: left; 
     
    overflow: hidden;
    font-family: Arial;
    font-size: 12pt;
    
   }
   
   div#divBodyContent
   {
    
    font-family: Garamond; 
    margin-left: 10px; 
    width: 740px; 
    text-align: left; 
    color: black; 
    font-size: 18px; 
    font-weight: bold;
      
    background-position: top right ;
    background-image: url(../layout/White-Product-Box.png);
    background-repeat: repeat-y; 
    
   }
   
   div#divWhiteBox
   {
    
    width: 740px; 
    
    
    padding-top: 40px;
    padding: 10px;
    
    
   }
   
    div#divProductsGrid
   {
     width: 710px; text-align: center;
    
   }
   
    div#divProductsTitle
   {
     border-bottom: solid 1px #cc9900; padding-left: 7px; padding-bottom: 2px; width: 695px;
    
   }
   
   div#divWhiteBox A:link 
{
    color: #cc9900 ;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    }
    
div#divWhiteBox A:visited 
{
    color: #cc9900;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
    }
    
div#divWhiteBox A:hover 
{
    text-decoration: underline;
    color: red;
    font-weight:bold;
    font-family: Arial;
}
   
   div#divMenuSpacer
   { 
    width: 225px;  
    height: 125px;
    
   }
   
   div#divMenuHome
   { 
    width: 225px;  
    /* height: 150px; */
    padding-left: 30px;
    
   }
   
   div#divMenuAboutUs
   { 
    width: 225px;  
   /* height: 150px; */
    padding-left: 40px;
    
   }
   div#divMenuProducts
   { 
    width: 225px;  
   /* height: 150px; */
    padding-left: 42px;
    
   }
   div#divMenuProductsBowls
   { 
    width: 225px;  
    /* height: 150px; */
    padding-left: 70px;
    
   }
   div#divMenuProductsBoxes
   { 
    width: 225px;  
   /* height: 150px; */
    padding-left: 68px;
    
   }
   div#divMenuProductsPots
   { 
    width: 225px;  
   /* height: 150px; */
    padding-left: 60px;
    
   }
   div#divMenuProductsNeedleCases
   { 
    width: 225px;  
   /* height: 150px; */
    padding-left: 80px;
    
   }
   div#divMenuCare
   { 
    width: 225px;  
    /* height: 150px; */
    padding-left: 40px;
    
    
   }
   div#divMenuUse
   { 
    width: 225px;  
    /* height: 150px; */
    padding-left: 16px;
    
   }
   div#divMenuPolicies
   { 
    width: 225px;  
    /* height: 150px; */
    padding-left: 40px;
    
   }
   div#divMenuContacts
   { 
    width: 225px;  
    /* height: 150px; */
    padding-left: 40px;
    
   }
   
   
    div#divHostLink
        {
            margin-left: 45px;
            margin-right: 60px;
              Font-size: 12pt;
            font-weight: bold;
            color: white;
            width: 720px;
            text-align: left;
            padding: 5px;
         }
        
         div#divHostLink A:link 
        {
            color: Green;
            text-decoration: none;
            border: none;
            font-weight: bold;
            }
            
        div#divHostLink A:visited 
        {
            border: none;
            color: Green;
            text-decoration: none;
            font-weight: bold;
            }
            
        div#divHostLink A:hover 
        {
             color: red;
           text-decoration: none;
           border: none;
           font-weight: bold;
        }
   
   
   
   
   

