/*------------------------------------*\
  RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE:WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,caption,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}



a:link {
	color: #660000;
	}
	
a:visited {
	color: #330000;
	}
	
a: hover {
	color: #990000;
	}
	
a:active { 
	color: #cc0000;
	}

body {behavior:url(../cssHoverFix.htc);}

body {
	background: #ffffff url('images/background.gif') repeat-y;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	}
	
blockquote {
	margin: 0px 0px 0px 10px;
	}
	

	
h1 {
	font-size: 24px;
	color: #009900;
	}

h2 {
	font-size: 18px;
	color: #009900;
	}
	
h3 {
	color: #009900;
	font-weight: bold;
	margin-bottom: .5em;
	}
	
ul {
	margin: 0px 0px 0px 2em;
	}

p {
	margin: 0 0 1em 0;
	}
	
.center {
	text-align: center;
	}
	
p.quote {
	font-style: italic;
	margin-left: 2em;
	}
	
#associations {
	}

	
#associations div {
	float: left;
	padding: 5px;
	text-align: center;
	}
	
#content {
	margin: 10px 10px 10px 150px;
	padding: 0px 20px;
	min-height: 500px;
	/* border: 1px solid #990000; */
	}
	
#countdown {
	position: relative;
	padding: 4px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
	}
	
#fadeshow1 {
	margin: 0 10px 10px 10px;
	float: right;
	}

	
#footer {
	clear: both;
	margin: 10px 10px 10px 150px;
	text-align: center;
	/* border: 1px solid #000099; */
	}
	
#header {
	height: 250px;
	position: relative;
	margin-bottom: 20px;
	}
	
	

#pagetitles {
	position: absolute;
	top: 140px;
	left: 200px;
	}
	
#logo {
	position: absolute;
	width: 177px;
	top: 0px;
	left: 0px;
	}
	
#right-box {
	position: absolute;
	width: 250px;
	top: 0px;
	right: 0px;
	/* border: 1px solid #660000; */
	font-size: 10px;
	font-weight: bold;
	color: #006600;
	text-align: right;
	}
	
#page {
	min-width: 750px;
	max-width: 1200px;
	/* border: 1px solid #000000; */
	}

#navigation {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	position: fixed;
	top: 15px;
	left: 8px;
	z-index: 1;
}
	
#navigation ul {
	margin: 0px;
	padding: 0px;
	}

#navigation li { 
	list-style: none; 	
	}

#navigation ul.top-level li {
	width: 70px;
	height: 50px;
	background: #009900 url('images/lights.gif') no-repeat top right ;
	padding-right: 60px;
position: relative;	}
	
#navigation ul.top-level  li:hover {
	background: #009900 url('images/lights.gif') no-repeat bottom right ;
	position: relative;
	}
	
	
#navigation ul.top-level li a {
	padding-top: 0px;
	}

#navigation a {
	color: #fff;
	cursor: pointer;
	display:block;
	text-decoration:none;
	width:100%;
	text-align: right;
	}
	

			
#navigation a:hover{ 
	color: #ffff66;
	}
	
        
#navigation li:hover .sub-level {
	border: 1px #00ad21 solid;
	display: block;
	position: absolute;
	left: 120px;
	top: 5px;
	z-index: 500;
	}


#navigation ul.sub-level { 
	display: none; 
	border: 1px solid #000000;
	}
        

#navigation ul.sub-level li {
	background: #00ad21;
	border: 1px solid #ffffff;
	float:left;
	width: 150px;
	height: auto;
	padding-left: 10px;
	font-size: 12px;
	padding-right: 0px;
	}
	
#navigation ul.sub-level li a {
	padding: 1px;
	margin: 0px;
	text-align: left;
	}


#navigation ul.sub-level li:hover {
	background: #ad0000;
	}
		
						
	/*IE RESET HELPER*/
	li:hover .sub-level .sub-level { display:none; }
	.sub-level li:hover .sub-level { display:block; }	

		
.copyright {
	margin-top: 20px;
	text-align: center;
	font-size: 10px;
	}
	
.home-content {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}

.home-content li {
	font-size: 16px;
	line-height: 24px;
	}
	
.home-content h2 {
	margin: 20px 0px 10px 0px;
	padding: 4px;
	text-align: center;
	}

.redbox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #bc0306; /* Old browsers */
	background: -moz-linear-gradient(top, #bc0306 0%, #8f0222 48%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc0306), color-stop(48%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bc0306 0%,#8f0222 48%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bc0306 0%,#8f0222 48%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bc0306 0%,#8f0222 48%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(top, #bc0306 0%,#8f0222 48%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc0306', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */	color: #ffffff;
	box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.30);
	text-align: center;
	padding: 3px;
	margin: 5px;
	}
	
.redbox a:link {
	color: #ffffff;
	text-decoration: none;
	}
	
.redbox a:visited {
	color: #cccccc;
	text-decoration: none;
	}
	
.redbox a:hover, .redbox a:active {
	color: #ffffcc;
	}

	
.logos {
	height: 40px;
	}
	
.logos img {
	border: none;
	}
	
.redbold {
	color: #cc0000;
	font-weight: bold;
	}
	
.yellowbold {
	color: #ffff66;
	font-weight: bold;
	}
	
.greenbold {
	color: #006600;
	font-weight: bold;
	}

.bluebold {
	color: #000099;
	font-weight: bold;
	}
	
p.question:first-letter, p.answer:first-letter {
	font-weight: bold;
	font-size: 120%;
	}
	
.sidebar {
	border: 1px solid #660000;
	padding: 10px;
	margin: 0px 10px 10px 10px;
	background-color: #ddd;
	float: right;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	
.sidebar li {
	margin-left: 0px;
	}
.treetable {
	position: relative;
	}
	
.treetable td {
	width: 50%;
	}
	
.treetable img {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #000;
	}
	
.treefresh td {
	width: 50%;
	}
	
.biostand {
	position: relative;
	background-color: #DBF1C3;
	padding: 10px;
	}
	
.freshpatch {
	position: relative;
	background-color: #F6DAB1;	
	padding: 10px;
	}

.biobag {
	position: relative;
	background-color: #E6C9E4;	
	padding: 10px;

	}
	
.crystalfresh {
	position: relative;
	background-color: #CEEBFB;	
	padding: 10px;
	}
.combo {
	position: absolute;
	top: -20px;
	left: -310px;
	z-index: 500;
	}
	
.price {
	position: absolute;
	top: 5px;
	left: 170px;
	font-size: 50px;
	font-weight: bold;
	}
	
.floatleft {
	float: left;
	margin: 10px;
	}
	
.floatright {
	float: right;
	margin: 10px;
	}
	}
	
.clear {
	clear: both;
	}
	
.thumb {
	padding: 2px;
	border: 2px solid #006600;
	}
	
table.wreaths {
	width: 100%;
	border: 2px solid #006600;
	text-align: center;
	}
	
table.wreaths th {
	background-color: #006600;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
	}
	
table.wreaths td {
	border: 1px solid #006600;
	}
table.wreaths2 {
	width: 600px; 
	margin-left: auto; 
	margin-right: auto;
	}
	
table.wreaths2 img {
	display: block;
	}
	
.grey {
	background-color: #cccccc;
	border-top: 1px solid #666666;
	}
	
.yellow {
	background-color: #ffffcc;
	border-top: 1px solid #666666;
	}
	
.green {
	background-color: #E0FFDF;
	border-top: 1px solid #666666;
	}
	
.answer {
	color: #006600;
	}

p.question {
	color: #990000;
	margin: 1em, 0,.5em, 0;
	}

	
p.question:first-letter, p.answer:first-letter {
	font-weight: bold;
	font-size: 120%;
	}
	
.phl {
position: absolute;
top: -14px;
left: 0px;
	}
