@charset "UTF-8";
body  {
 font: 12px "Comic Sans MS", cursive;
 margin: 0;
 padding: 0;
 text-align: center;
 color: #666;
 background-color: #FFF;
 background-image: url(../images/bodyback1.jpg);
 background-repeat: repeat-x;
 background-position: left top;
}
img { border-style: none; } 
#wrapper {
 width: 905px;
 margin: 0 auto;
 text-align: left;
 background-color: #FFF;
}
/* Jquery slideshow */
#headerslideshow {
    position:relative;
    height:218px;
}

#headerslideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#headerslideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#headerslideshow IMG.last-active {
    z-index:9;
}

#rightcolumn {
 float: right;
 width: 200px;
 padding: 5px 30px 0px 20px;
 background-color: #FFF;
 border-left: 1px solid #CCC;
}
#maincontent {
 margin: 0 250px 0 0;
 padding: 5px 35px 0 45px;
 background-color: #FFF;
 height: 1%;
}
#maincontent p, #rightcolumn p { margin-top: 0px; }

#footer {
 background-color: #FFF;
 text-align: center;
 font-family: Tahoma, Geneva, sans-serif;
 background-image: url(../images/footerline.jpg);
 background-repeat: no-repeat;
 background-position: center top;
} 
#footer p {
 margin: 0; 
 padding: 5px 0;
 color: #666;
}
#footernav {
 margin: 0px;
 padding-top: 5px;
 padding-bottom: 5px;
}
#footernav ul {
 font: 11px/1em Tahoma, Geneva, sans-serif;
 color: #666;
 list-style: none;
 margin: 0px;
 padding: 0px;
}
#footernav li {
 display: inline;
 margin: 0px 5px;
}
#credit {
 font: 11px Arial, Helvetica, sans-serif;
 color: #666;
 text-align: center;
 margin: 0px;
 padding-bottom: 5px;
 padding-top: 5px;
}

#shoptable {
 margin: 0px;
 padding: 0px;
 border-style: none;
}
#shoptable th  {
 background-image: url(../images/prodback.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 height: 172px;
 width: 185px;
}
#shoptable th img {
 padding-top: 18px;
 margin-left: auto;
 margin-right: auto;
 display: block;
}
#shoptable td {
 padding: 0px 10px;
 background-image: url(../images/proddivider.jpg);
 background-repeat: no-repeat;
 background-position: center bottom;
}
#shoptable p {
 font: 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #060;
 font-weight: bold ;
 text-align: center;
 margin-top: 5px;
 margin-bottom: 5px;
}
#shoptable form {
 padding-left: 10px;
 width: 150px;
}
#aloetips { list-style: url(../images/aloebullet.jpg) none; }

#aloetips li {
 margin-top: 15px;
 margin-bottom: 15px;
}

a:link, a:visited  {
 color: #666;
 text-decoration: underline;
}
a:hover {
 text-decoration: underline;
 color: #060;
}

.showdetail { 
text-decoration: underline;
cursor: pointer; cursor: hand;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.center { text-align: center; }

h1 {
 font: bold 18px/1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #060;
}
h2 {
 color: #060;
 font: bold 14px/1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
}
h3 {
 font: bold 12px/1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #060;
 margin-bottom: 5px;
}

.price {
 color: #060;
 float: left;
 font-weight: bold;
 padding: 0px 10px 5px;
}
.pricepromo {
 color: #900 !important;
 float: left;
 font-weight: bold;
 padding: 0px 10px 5px;
}
.promo {
 color: #900;
 font-weight: bold;
}
.inlineheading { color: #060; }


