@charset "UTF-8";
body  {
	font: 100% Helvetica, sans-serif;
	background-image:url(images/rustybkgrnd.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {
	font-size:0.6em;
	color:#444444;
	}
	
h1	{
	font-size:1.3em;
	color:#003300;
	font-style:italic;
}

h2	{
	font-size:0.8em;
	color:#009900;
	margin:15px 0 10px 0;
}

h3	{
	font-size:0.8em;
	color:#009900;
	margin-left:5px;
}

h4	{
	font-size:0.9em;
	color:#006600;
	font-style:italic;
}

a	{
	text-decoration:none;
	color:#ff3300;
	outline:none;
	}
a visited:{
	outline:none;
}


	
/* main container - holds all */

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	background: #fff;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	background:#fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:740px;
}

/* left side header with hut logo */
.twoColFixLtHdr #header {
	margin:0;
	height:140px;
	width:780px;
	background: #eeeeff url(images/ecohutlogoMaster.jpg) no-repeat;
	border-bottom:#d8ccbc solid 2px;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	z-index:1000;
}

#logoText {
	position:relative;
	float: right;
	width:540px;
	height:110px;
	margin:30px 0 0 0;
	text-align:center;
	line-height: 20px;
	background: #eeeeff;
	top: 0;
	z-index:0;
}

#logoText2 {
	color:#cc3300;
	font-size:0.9em;
	font-weight:normal;
	text-align:right;
	padding-right:16px;
}


/* left side menu */
	
.twoColFixLtHdr #sidebar1 {
	position:absolute;
	float: left; /* since this element is floated, a width must be given */
	width: 11em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:auto;
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 2px 15px 3px;
	top: 165px;
}

.twoColFixLtHdr #sidebar1 li{
	list-style: disc inherit;
}

.twoColFixLtHdr #sidebar1 li a{
	font-size:0.8em;
	line-height:1.9em;
	color:#CC3300;
	list-style: none;
}

.twoColFixLtHdr #sidebar1 a:hover {
	color:#006600;
	text-decoration:none;
	border-bottom:#006600 dotted 1px;
	}

.twoColFixLtHdr #sidebar1 img{
	text-decoration:none;
	margin:0;
	padding:0;
	
}

/* main text content box */
.twoColFixLtHdr #mainContent { 
	margin: 5px 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.mainContentText {
	color: #003300;
	font-size:0.85em;
	text-align:justify;
	font-style:normal;
	line-height:1.1em;
}

.mainContentTextLge {
	color: #003300;
	font-size:1.5em;
	text-align:center;
	font-style:bold;
	line-height:1.6em;
}

.mainContentItalic {
	color: #003300;
	font-style:italic;
	font-size:1.0em;
	text-align:center;
	font-style:bold;
	line-height:1.1em;
}

.mainContentText img{
	margin:0 6px 3px 0;
	border:#000000 solid 1px;
}

.twoColFixLtHdr #mainContentProducts {
	width:100%;
	padding:0px;
	margin:0;
	color: #000;
	font-size:0.9em;
	font-style:normal;
}

.twoColFixLtHdr #products {
	max-width:43em;
	height:auto;
	text-align:justify;
	padding:0;
	display: inline-block;
}

.twoColFixLtHdr #productsInner {
	float:left;
	width:120px;
	height:auto;
	margin:4px;
	padding:0;
	background:#fff;
	text-align:left;
}


.twoColFixLtHdr #productsInnerChild {
	float:left;
	width:202px;
	height:auto;
	min-height:320px;
	margin:4px;
	padding:0;
	background:#fff;
	text-align:left;
}

.twoColFixLtHdr #productsInnerBags {
	float:left;
	width:202px;
	height:auto;
	min-height:240px;
	margin:4px 4px 14px 4px;
	padding:0;
	background:#fff;
	text-align:left;
}


.twoColFixLtHdr #productsInnerCandles {
	float:left;
	width:120px;
	height:280px;
	min-height:280px;
	margin:4px;
	padding:0;
	background:#fff;
	text-align:left;
}


div.left{ 
float:left
}

div.right{
float: right
}
/* footer */
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eeeeff;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:0.6em;
	color:#006600;
	text-align:center;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* keeps the border clear on the signature */
#sig img{
	border:none;
}

/* use to highlight text*/
.highlight {color: #CC3300;}

.highlightBoldLg {color: #CC3300; font-weight:900; font-size:1.1em;}

.highlightBoldLgXtra {color: #CC3300; font-weight:900; font-size:1.4em; font-style:italic;}

.specialOffer	{
font-size:0.75em;
color: darkgreen;
font-style:italic;
}

.MonthspecialOffer	{
font-size:0.80em;
color: darkred;
font-style:italic;
font-weight:bold;
display:block;
background-color: #CCFFFF;
}

#sotm{
padding:5px 0 0 0;
width:780px;
font-size:0.8em;
color:#003300;
font-style:italic;
margin:0 0 5px 0;
text-align:center;
border:none;
background:#fff;
}
#sotm img {
border:none;
margin:3px 0 3px 0;
}

.banner {
	border:#00AA00 solid 1px;
	margin:3px;
	font-size:0.9em;
	background-image:url(images/textarea.gif);
	background-position:100% 100%;
	background-repeat:no-repeat;
}

#formCenter {
	margin:0 0 0 35px;
	outline:none;
}