/* HTH stylesheet 1/14/09 */

 body
  {
   margin: 0;
   padding: 0;
   background-color: #ffffff;
   font-size: 42px;
   font-family: 'Times New Roman', Times, serif;
   font-style: normal;  
   font-weight: normal;
	position: relative;
	text-align: center; 
  }
  
#bigfat{
    width: 775px;
	margin: 0;
	padding: 0;
}

   #topbox
  {
   float: left;
   display: inline;
   margin: 0;
   padding: 0;
   width: 100%;
  }

   #leftsidebar
  {
   float: left;
   display: inline;
   margin: 0;
   padding: 0;
   background-image: url("images/product_background6.gif");
   background-repeat: no-repeat;
   width: 524px;

  }

/* More appropriately titled leftsidebarTEXT...change it later */
    #centerbar
  {
   margin: 0;
   padding: 2%;
   margin-left: 235px; /* must equal width of left sidebar */
   border-style: none;
/*	width: 250px; */ /* EJ Cannot use this....breaks IE7 */
	} 

	/* More appropriately titled leftsidebarTEXT...change it later */
	/* For the Text for the Ionizer product pages */
    #centerbar2
  {
   margin: 0;
   padding: 2%;
   margin-left: 195px; /* must equal width of left sidebar */
   border-style: none;
/*	width: 250px; */ /* EJ Cannot use this....breaks IE7 */
	} 

  
 #rightsidebar
  {
   float: right;
   display: inline;
   margin: 0;
   margin-left: 10px;
   padding: 10px;
   width: 32%;
   background: #dddddd;
   border-style: solid; 
   border-width: 1px;
   border-color: #bbbbbb;
  }
  
 #rightsidebarnarrow
  {
   float: right;
   display: inline;
   margin: 0px;
   padding: 10px; 
   padding-top: 20px;
   padding-bottom: 20px;
   width: 22.8%;
   background: #dddddd;
   border-style: solid;
   border-width: 1px;
   border-color: #bbbbbb;
   height: 255px;
  }
 #rightmenu
  {
   float: right;
   display: inline;
   margin: 0;
   padding: 0;
   width: 183px;
  }

 
/* Header */
#header{
	height:110px;
     background-image: url("images/logo.gif"); 
	position: relative;
	  margin: 0px;
	  margin-bottom: 0px;
	padding: 0;
	top: 2px; /* EJ: Fixes alignment of top graphic in both IE and firefox...otherwise leaves gap above menu...which was being corrected there...I need menu to work in store as well */
}
/* Style for tabs */
 #Table_01
  {
	margin: 0;  
	padding: 0;
   width: 752px;
   height: 24px;
   border-style: none;
   border-right-style: solid; 
   border-width: 0px; 
	position: relative;
	top: -3px;
   border-color: #000000; 
   background-color: #ffffff;
   background-image: url("images/hth_11.gif");
font-size : 50px;
  } 

/* Style for Main */
 #main
  {
   margin: 0;
   padding: 0;
   float: right;
   width: 750px;
   position: relative;
   border-style: solid;
   border-color: #000000;
   border-width: 1px;
   background-color: #ffffff;
   font-size : 50px;
  } 

  /* Style for Container */
 #container
  {
   padding: 10px;
   margin: 0;
   margin-top: 5px; 
   margin-bottom: 5px;
   width: 720px;
   text-align: left;
   border-style: solid;
   border-color: #000000;
   border-width: 1px;
   background-color: #ebebeb;
   overflow: auto;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /*EJ was 10px */ 
	color: #333333;
  } 

    /* Style for Container */
 #smallcontainer
  {
   padding: 0;
   margin: 0;
   width: 100%;
   background-color: #ebebeb;
  } 

   /* Style for Section 1 */
 #sec1
  {
   padding: 1%;
   margin : 0;
   width: 97%;
   border: double #cccccc;
   background-color: #dddddd; /* was #ffffff and before that was #ebffff */
   display: block;
  } 
  
 #footer
  {
	width: 752px;
	height: 23px;
	float: right;
/*    background-image: url("images/footer_bkgnd3.gif");  */
    background-image: url("images/footer_bar_3d.gif"); 
	background-repeat: no-repeat;
	position: relative; 
	  margin: 0;
	  padding: 0;
	font-size: 12px;
	padding-top: 4px;
	color: #bbbbbb;
  }

/* float image to left of paragraph */
 img.floatleft
  {
   float: left;
   margin-right: 10px;
   position: relative;
   /* vertical-align: center;   kathleen jan05 deleted error console only supported in i/e 4,5,6, moz 1, firefox 1 */
  }


  /* float image to right of paragraph */
 img.floatright
  {
	padding: 5px;
   float: right;
  }

/* Table  */
 
table#homepage  
  {
   width: 100%; 
   border-style: none;
 } 

/* Style for table cells that contain thumbnails */
table#homepage tr
{ 
	border: none; 
    vertical-align: top; 
	padding: 2%;
	font-size: 12px;  
	text-align: left;
 }

table#normal
{
	width: 100%;
	border-style: none;
}

table#normal tr
{
	border: none; 
    vertical-align: top; 
	padding: 2%;
	font-size: 12px;  
	text-align: left;
 }

 table#delivery1
{
	border-style: solid;
	border-width: 1px;
	width: 100%;
	}

 table#delivery1 tr
{
	border: none; 
    vertical-align: top; 
	padding: 2%;
	font-size: 12px;  
	text-align: left;
	height: 1000px;
 }

 table#delivery2
{
	border-style: solid;
	border-width: 1px;
	width: 235px;
	}

 table#delivery2 tr
{
	border: none; 
    vertical-align: top; 
	font-size: 12px;  
	text-align: left;
	height: 155px;
 }

 table#delivery2 tr.pic
{
	border: none; 
    vertical-align: middle; 
	padding: 2%;
	height: 282px;
	font-size: 12px;  
	text-align: center;
 }
 
ul.indent
{
	padding: 10px; 
	margin: 0;
} 
 ul.nobullet
  {
	list-style-type:none;          /* we don't want to view the list as a list */
	text-align: left;
	padding: 0;
	padding-top: 20px;
	margin: 0;
  }
  
   ul.greybull
  {
   list-style-image: url("images/greybull.gif");
   text-align: left;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-style: normal;
	color: #333333;
	font-size: 12px; 
	padding: 16px;
	padding-right: 0;
	margin: 0;
  }

  
/* Begin OLD stylesheet */

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /*EJ was 10px */
/*	line-height: 12px; */
	color: #333333;
	margin: 0px;

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #7e051b;
	text-align: center;
	margin-top: 0; /* EJ remove the padding that is the default with header tags and default margin of 0 */
	margin-bottom: 0;  /* EJ remove the padding that is the default with header tags and default margin of 0 */
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cb1335; /* OLD: #ad2938; */
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}


.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330099;
	text-decoration: none;
	text-align: center;
	font-weight: bold;


}


.centertext p {
	margin: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;


}
.quotes p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #666666;




}
.quotes {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
}

.subnav a:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.subnav a:visited {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.subnav a:hover {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.subnav a:active {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.rightext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	color: #999999;
	margin-top: 5px;
	margin-left: 7px;
}
.tabbord {
border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}
