/* CSS Document */
*                   {
                      padding: 0px; 
                      margin: 0px;
                      font-family: 'Arial';
                    }
      
body                {
                      text-align: center; 
                      font-family: 'Arial';
			font-size: 0.85em;
                    }
  
div                 {
                      position: relative; 
                      text-align: left; 
                      margin: auto;
                    }
  
#main               {
                      width: 986px;
                    } 
  
#head               { 
                      float: left; 
                      width: 986px; 
                      height: 138px; 
                      background:#fff url('head.gif') 0px 0px no-repeat;
                    }

#head h3, #head h2  {
                      text-indent: -9999px;
                    }

#nav                {width: 150px;  display: block; float: left; display: inline; }

#nav ul             {list-style: none; padding-bottom: 10px;}

#nav ul li a        {height: 25px; 
			width: 150px; 
			display: block; 
			text-indent: 5px; 
			color: #000; 
			text-decoration: none; 
			text-transform: capitalize; 
			border-bottom: 2px solid #000; 
			vertical-align: middle; 
			
			font-weight: bold;}

#nav ul li a:hover      {background-color: #e24280; color: #fff;}

#cont                   {width: 816px; float: right; padding-bottom: 10px;}

#pics                   {width: 100%; height: 160px; float: left;}

hr                      {text-align: center;}

#shop                   {border: 5px solid #e24e80; float: right;}

table#pic                 {width:100%; text-align:center;}
table#pic td              {width: 33%; text-align: center;}
h2                      {text-align: center; padding-bottom: 10px;}

#qual                    {list-style:none;}
#qual li                {font-weight: bold;}

li.loc                    {
                         padding-bottom: 10px;
                        }
                        
a                       {font-weight: bold; color: #000; text-decoration: underline;}
a:hover                 {background-color: #e24280;}

td                      {vertical-align: top;}

form  table                  { font-weight: bold;}

p     {clear: left; padding-bottom: 10px; width: 550px;}

.note                   {font-size: 0.75em;}

.light                  {font-weight: bold; text-transform: capitalize;}

.treat                  {padding: 0px 0px 10px 10px;}

#ell                    {list-style: square; font-weight: normal;}

