@charset "UTF-8";
body  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000;
	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;
}

/*@font-face
{
    font-family: "VintageITC TT";
    src: url(http://www.enzymessence.com/font/vintageitc.ttf);
}*/

#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-image:url(../../images/ee_contentimage_water.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 
#header {
	height:146px;
	background: #000;
	background-image:url(../../images/ee_headerbkg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;  /* 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. */
	color:#222;
	font-size:13px;
} 

#header p {
	padding:40px 0 0 27px;
}


#header a {
	padding:40px 5px 20px 5px;
	color:#999;
	text-decoration:none;
}

#header a:hover {
	color:#e96f35;
}

h1, h2 {
	color:#c06;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	margin:10px 10px 10px 0;
	padding: 44px 10px 15px 0px;
	color:#c06;
	text-align:right;
}

#sidebar1 p {
	padding-left:0px;
}

#mainContent {
	font-size:14px;
	line-height:20px;
	color:#ddd;
	background-repeat:no-repeat;
	margin: 518px 80px 0 230px; /* 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: 20px 90px 20px 105px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:300px;
} 

#mainContent2 {
	font-size:14px;
	line-height:20px;
	color:#999;
	background-image:url(../../images/ee_mainbkg_invs.png);
	background-repeat:no-repeat;
	margin: 18px 80px 0 230px; /* 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: 20px 90px 20px 105px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:600px;
} 

a {
	color:#c06;
	text-decoration:none;
}

a:hover {
	color:#8fc73e;
	text-decoration:underline;
}

#mainContent2 a {
	color:#8fc73e;
	text-decoration:none;
}

#mainContent2 a:hover {
	color:#C06;
	text-decoration:underline;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
} 
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 20px 320px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#666;
	font-size:11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.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;
}

.boldPink {
	color:#C06;
	font-size:16px;
	font-weight:bold;
}

.boldOrange {
	color:#8fc73e;
	font-size:16px;
	font-weight:bold;
}

.textOrange {
	color:#8fc73e;
}

.textPink {
	color:#C06;
}

.greytext {
	color:#999;
}

.backtoTop{
	color:#c06;
	padding-left:350px;
	text-decoration:underline;
}

.tinyTmText {
	font-size:8px;
	vertical-align:top;
}

.tinyTextPink {
	color:#C06;
	font-size:11.5px;
}

#hideShow {
	text-align:center;
	visibility:hidden;
	position:Absolute;
	top:1950px;
	right:10%;
	width:745px;
	height:565px;
	z-index:100;
	background-color:#333;
	padding:5px;
}

#hideShow a {
	color:#fff;
text-decoration:none;
}

#hideShow2 {
	text-align:center;
	visibility:hidden;
	position:Absolute;
	top:700px;
	right:10%;
	width:745px;
	height:565px;
	z-index:100;
	background-color:#333;
	padding:5px;
}

#hideShow2 a {
	color:#fff;
text-decoration:none;
}


#hideShow3 {
	text-align:center;
	visibility:hidden;
	position:Absolute;
	top:500px;
	left:3%;
	width:915px;
	height:315px;
	z-index:100;
	background-color:#333;
	padding:5px;
}

#hideShow3 a {
	color:#fff;
text-decoration:none;
}

#hideShow4 {
	text-align:center;
	visibility:hidden;
	position:Absolute;
	top:500px;
	left:3%;
	width:915px;
	height:315px;
	z-index:100;
	background-color:#333;
	padding:5px;
}

#hideShow4 a {
	color:#fff;
text-decoration:none;
}


/* #hideShow
{
	text-align:center;
	visibility:hidden;
	position: absolute;
	top:700px;
	right:5%;
	width:740px;
	height:560px;
	z-index:100;
	background-color:#333;
	padding:10px;
} */