  html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
  }
  body{
    margin-top: 0;
    color: black;
 	font-family: "Veranda", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
 	line-height: 1.2;
 	background-color: white;
    height: 100%;
  }
  /* testing only   div{      border: 1px solid #000000;   } */

  img.floatLeft { float: left;
	margin: 4px; }

	img.floatRight { float: right;
	margin: 4px; }

  table,th,td {
	vertical-align: top;
	 }


    i.quote{
        display: block; /* forces indent to work */
  	  	text-indent: 1.5em;
  		margin-top : 0
       	font-style: italics;
       	font-size: 0.9em;
    	color: #cc00cc;
   }

   .bwaddress,.motd_bold{ /*addess block and message of the day (bold)*/
   margin-top: 0;
   margin-bottom: 0;
   line-height: 1;
   font-weight: bold;
   color:green;
   }
   .motd{ /*message of the day */
   margin-top: 0;
   margin-bottom: 0;
   line-height: 1.2;
   }


   .main_table{
    width: 80%;
   /* no image
    background-image: url('../bottle_sm_bg.jpg');
    background-repeat:no-repeat;
    background-position:center ;
   */
	background-color: #ffffff ;

   }

   .search_table{
    width: 100%;
   	background-color: #ffffff ;
   	color: black;
 	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
 	line-height: 1.3;
    font-size: 1 em;
   }
#search_results a {
 color: green;
 font-weight: normal;
 text-decoration: none }

#search_results a:link, #search_results a:visited  {
 color: #cd6a00;
 font-weight: normal;
 display: block;
 width: 100%;
 text-decoration: underline }
#search_results a:hover  {
 color: #66c;
 font-weight: normal;
 text-decoration: none;
 display: block;
 width: 100%;}

  .content {
    /*   border: 1px solid #000000; */
    /* color: purple; */
    line-height: 1.2;
    font-size: 0.8 em;
	}

	.main_box_top,.main_box_bottom,.side_box_top,.side_box_bottom {
        /* display: block;
		float: left; */
		padding: 1em 1em;
		border: 1px solid #000000;
	}
	.main_box_top{
	    display:block ;
	    width: 90%;
	}
	body, tr, table {
		font-family: verdana, arial, helvetica;  font-size: 11px; color: #000000; text-decoration: none; font-weight: normal;
		text-align: left;
		}

  .product_list {
    font-size: 10px;
	line-height: 1;
    color: green;

   }
   .nav_bar{
    padding: 1em 1em;
    color: gray;
	border: 1px solid #000000;
   }

   .navholder   {
	/* to make scroll bars per durrell 8/1/2005 */
	border:1px solid black;
	/* overflow:auto;
    height:30em; */
	width:15em;
	
	}


   #nav a:link, a:visited  {
 	text-decoration: none;
	/* changed to red per Javier 3/16/2006 */
	 color: red;
 	 }
	#nav a:hover  {
	/* changed to red per Javier 3/16/2006 was green*/
 	background-color: red;
 	color: white;
 	text-decoration: none;
 	}

  .banner {
	/* text-align: center; */
	 background-image: url('../hd_bg_w80.gif');
	 height: 80px;
	 background-repeat: repeat-x;
	/*logo*/
	/* small_banner.gif */
	margin-top: 0;
   margin-bottom: 0;
	}
   .menu {
    margin-bottom: 1em;
    /* to avoid running into content */
   }
