body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 70%;
}
#header {
	background-color: #444034;
	height: 130px;
	width: 100%;
	background-image: url(images/headerBckg.jpg);
	background-repeat: repeat-x;
}
#header .logo {
	background-image: url(images/header_logo.gif);
	background-repeat: no-repeat;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 130px;
	background-position: 0px 60px;
}












/* Login */

#page_container {
	margin-right: auto;
	top: -32px;
	margin-top: 10px;
	margin-bottom: 0px;
	position: absolute;
	width: 960px;
}
.panel_button {
	margin-left: 127px;
	margin-right: 0px;
	position: relative;
	top: 1px;
	width: 173px;
	height: 54px;
	z-index: 20;
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
	background-image: url(images/panel_button.png);
	margin-top: 0px;
	margin-bottom: 0px;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
	margin-left: 10px;
	float: left;
	margin-top: 17px;
	margin-right: 5px;
	height: 18px;
	width: 18px;
}
.panel_button a:link, .panel_button a:visited {
	text-decoration: none;
	color: #545454;
	font-size: 17px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	width: 130px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.panel_button a:hover {
	color: #999999;
}
#toppanel {
	width: 300px;
	left: 660px;
	z-index: 25;
	text-align: center;
	position: absolute;
}
#panel {
	width: 300px;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	position: relative;
}
#panel_contents {
	background: black;
	height: 100%;
	width: 300px;
	position: absolute;
	z-index: -1;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}
.border {
	border: 5px solid #1d1d1d;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
img.border pic {
	border: 15px #1d1d1d solid;
	position: absolute;
	top: 110px;
	float: left;
	margin-left: 150px;
	width: 100px;
	height: 150px;
	z-index: 30;
}
div#login {
	width: 220px;
	height: 90px;
	position: absolute;
	right: 30px;
	top: 30px;
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
	background-color: #444034;
}
div#login p {
	color: #CCCCCC;
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	padding-top: 5px;
}
#login a:link, #login a:visited {
	color: #00CC00;
	text-decoration: none;
}
#login a:hover {
	color: #00FF00;
}
div#login input#password {
	position: relative;
	right: -4px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
	top: 5px;
	left: 86px;
}


/* main nav */


#headernavbar {
	float: right;
	margin-top: 80px;
}
#headernavbar li {
	list-style:none;
	display:inline;
	float: left;
	margin-left: 12px;
}
.home a:link, .home a:visited {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 90px;
	text-align: right;
	background-image: url(images/NavBckg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
.about a:link, .about a:visited {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 90px;
	text-align: right;
	background-image: url(images/NavBckg.gif);
	background-repeat: no-repeat;
	background-position: -102px bottom;
}
.services a:link, .services a:visited {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 90px;
	text-align: right;
	background-image: url(images/NavBckg.gif);
	background-repeat: no-repeat;
	background-position: -204px bottom;
}
.environment a:link, .environment a:visited {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 90px;
	text-align: right;
	background-image: url(images/NavBckg.gif);
	background-repeat: no-repeat;
	background-position: -306px bottom;
}
.products a:link, .products a:visited {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 90px;
	text-align: right;
	background-image: url(images/NavBckg.gif);
	background-repeat: no-repeat;
	background-position: -408px bottom;
}
.literature a:link, .literature a:visited {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 90px;
	text-align: right;
	background-image: url(images/NavBckg.gif);
	background-repeat: no-repeat;
	background-position: -510px bottom;
}
.contact a:link, .contact a:visited {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 90px;
	text-align: right;
	background-image: url(images/NavBckg.gif);
	background-repeat: no-repeat;
	background-position: -612px bottom;
}
.home a:hover, .home a.selected {
	color: #FFFFFF;
	background-position: -714px bottom;
}
.about a:hover, .about a.selected {
	color: #FFFFFF;
	background-position: -714px bottom;
}
.services a:hover, .services a.selected {
	color: #FFFFFF;
	background-position: -714px bottom;
}
.environment a:hover, .environment a.selected {
	color: #FFFFFF;
	background-position: -714px bottom;
}
.products a:hover, .products a.selected {
	color: #FFFFFF;
	background-position: -714px bottom;
}
.literature a:hover, .literature a.selected {
	color: #FFFFFF;
	background-position: -714px bottom;
}
.contact a:hover, .contact a.selected {
	color: #FFFFFF;
	background-position: -714px bottom;
}






/* main wrapper that holds it all centrally */

#wrapper {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 10px;
}
#intro {
	width: 740px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
#intro ul {
	background-image: url(images/enviro_nav_bckg.jpg);
	padding: 0px;
	height: 50px;
	width: 740px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#intro li {
	float: left;
	line-height: 15px;
	margin-top: 15px;
	text-align: center;
	margin-left: 17px;
	display: block;
	margin-right: 17px;
}
#intro li a:link, #intro li a:visited {
	color: #333333;
	text-decoration: none;
	background-image: none;
	text-align: center;
	width: 60px;
}
#intro li a:hover {
	color: #999999;
	text-decoration: underline;
}

#intro li a.selected {
	color: #FF6600;
	text-decoration: none;
}
#intro h1 {
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(images/environ_header.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	display: block;
	width: 600px;
	margin-left: 0px;
	height: 30px;
	background-color: #FFFFFF;
}
#intro a:link, #intro a:visited {
	color: #666666;
	text-decoration: underline;
}
#intro a:hover {
	color: #999999;
}

#intro .rangeboxmiddle .rangelink .link a:link, #intro .rangeboxmiddle .rangelink .link a:visited {
	display: block;
	height: 30px;
	width: 100px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: center;
	color: #CCFF00;
	text-decoration: none;
	font-size: 10px;
}
#intro .rangeboxmiddle .rangelink .link a:hover {
	color: #FFFF00;
}
#intro img {
	border: 1px solid #FFFFFF;
}
#intro .header {
	padding: 5px;
	border: 1px solid #666666;
}
#intro .rangeboxtop {
	background-image: url(images/rangeTop.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px;
	padding: 0px;
}
#intro .rangeboxmiddle {
	background-image: url(images/rangeBody.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.switch {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
}
.number {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #666666;
}
.rangelink {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 480px;
}
.link {
	height: 200px;
	width: 120px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	background-image: url(images/linkBckg.gif);
	background-repeat: no-repeat;
	margin-left: 18px;
}
.link img {
	border: 1px solid #666666;
}
#intro .rangeboxmiddle p {
	width: 170px;
	display: block;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	line-height: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#intro .rangeboxbottom {
	background-image: url(images/rangeBottom.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px;
	padding: 0px;
}
#intro p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
}

.DownloadCEF
{
    clear:left;float:left;
    width:740px;
    padding:20px 0 20px 0;
}
    .DownloadCEFImage
    {
        float:left;
        width:100px;height:142px;
    }
        #intro .DownloadCEF .DownloadCEFImage img {border:1px solid #666666;}
        
    .DownloadCEFText
    {
        float:left;
        width:auto;
        margin:50px 0 0 15px;display:inline;
        text-align:center;
    }
        .DownloadCEFText a, .DownloadCEFText a:visited,
        #intro .DownloadCEF .DownloadCEFText #CEFLink, #intro .DownloadCEF .DownloadCEFText #CEFLink:visited
        {
            font-size:14px;
            font-weight:bold;
            color:#660000;
            text-decoration:none;
            line-height:22px;
        }
        .DownloadCEFText a:hover,
        #intro .DownloadCEF .DownloadCEFText #CEFLink:hover
        {
            text-decoration:underline;    
        }
        
.box {
	height: 100px;
	width: 740px;
}
div.img {
	text-align: center;
	float: left;
	height: auto;
	width: auto;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#intro .img img {
	border: 1px solid #666666;
}


.clear {
  clear: both;
}

table {
	border-collapse: collapse;
	width: 740px;
	border: 1px solid #666;
	margin-bottom: 40px;
	margin-top: 10px;
}

caption {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	line-height: 5px;
}

col {
  border-right: 1px solid #ccc;
}

col#albumCol {
  border: none;
}

thead {
  background: #ccc url(images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: normal;
  text-align: left;
}

#playlistPosHead {
	text-indent: -1000em;
	width: 10px;
}
#playlistTable .odd a:link, #playlistTable .odd a:visited {
	color: #CC0000;
	text-decoration: none;
}
#playlistTable .odd a:hover {
	color: #990000;
}

th, td {
  padding: 0.1em 1em;
}

.odd {
  background-color:#E1E1E1;
}
#playlistTable a:link, #playlistTable a:visited {
	color: #CC0000;
	text-decoration: none;
}
#playlistTable a:hover {
	color: #990000;
}
div.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	width: 170px;
}
.redhead {font-size: 12px; font-weight: bold; color: #FF3300; }
.trans {-moz-opacity:0.4;filter:alpha(opacity=40);}
#quotebox {
	width: 600px;
	margin-left: 70px;
	background-image: url(images/quoteMain.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#quotebox .last {
	background-image: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#quotebox p {
	background-image: url(images/leaf2.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 40px;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#quotebox .quotebottom {
	background-image: url(images/quoteBottom.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 600px;
}
#sideContent{
	float:left;
	width:180px;
	margin-top: 20;
	background-image: url(images/sidenav.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#sideContent ul {
	padding: 0px;
	list-style-type: none;
	width: 150px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: none;
}
#sideContent li {
}
#sideContent li.title {
	background-image: url(images/sideHeader.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 17px;
	margin-top: 8px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#sideContent a:link, #sideContent a:visited {
	text-decoration: none;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	line-height: 15px;
	width: 150px;
	display: block;
	background-image: none;
}
#sideContent a:hover {
	color: #FF3300;
}
#sideContent a.selected {
	text-decoration: none;
	color: #FF3300;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	line-height: 15px;
	width: 150px;
	display: block;
	background-image: none;
}
#sideContent .sideEnd {
	background-image: url(images/sidenavBottom.gif);
	height: 30px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/* primaryContent */

#primaryContent {
	float:left;
	width:360px;
	margin-bottom: 20px;
	background-image: url(images/primaryTop.gif);
	background-repeat: no-repeat;
	background-color: #ECECED;
	margin-left: 220px;
}
h2 {
	background-image: url(images/blueheader1b.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 230px;
	font-weight: normal;
	font-size: 13px;
	padding-left: 20px;
	display: block;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 5px;
	letter-spacing: 1px;
}
h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #FF9900;
	width: 170px;
	line-height: 25px;
	display: block;
}
.primaryContainer {
	width: 320px;
	margin-left: 20px;
	padding-top: 20px;
	margin-top: 10px;
}
.primaryContainer img {
	border: 1px solid #333333;
}



#feature {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 300px;
	position: relative;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#feature h1 {
	color: #FFFFFF;
	width: 140px;
	background-image: url(images/feature_h1.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	font-size: 11px;
}
.featurebox {
	width: 140px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding: 4px;
	background-color: #FFFFFF;
}
#feature img {
	height: 70px;
	width: 70px;
	padding: 3px;
	margin-right: 0px;
	margin-left: 50px;
	margin-bottom: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	float: right;
	bottom: 0px;
	position: absolute;
	right: 0px;
	background-color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 4px;
	letter-spacing: 2px;
	color: #FFFFFF;
	background-image: url(images/header1_background2.gif);
	background-repeat: no-repeat;
	background-color: #666666;
}
#feature p {
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}






#secondaryContent{
	float:left;
	width:340px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(images/feature_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.legContainer {
	width: 320px;
	height: 460px;
	padding-top: 20px;
}
.featureParagraph {
	width: 320px;
	height: 20px;
	margin-top: 10px;
	padding: 0px;
}
.featureParagraph h3 {
	font-size: 10px;
	font-weight: bold;
	display: block;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 20px;
	background-position: 0px 0px;
	text-indent: 7px;
	color: #FFFFFF;
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.featureParagraph p {
	float: left;
	margin: 0px;
	display: block;
	width: 270px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#primaryContent .bottom {
	background-image: url(images/primaryBottom.gif);
	background-repeat: no-repeat;
	height: 36px;
}
#downloadContainer {
	width: 740px;
	float: right;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}



#downloadBox {
	width: 220px;
	float: right;
	margin-left: 26px;
	background-image: url(images/downloadBox.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}
#swatchBox .download {
	border: 1px dashed #666666;
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 4px;
}
.thumb {
	height: 44px;
	width: 59px;
	background-image: url(images/thumb_Border.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}
#downloadButton {
	margin-top: 10px;
	margin-left: 20px;
	padding-right: 20px;
	line-height: 20px;
	padding-top: 0px;
}
#downloadButton a:link, #downloadButton a:visited {
	color: #666666;
	text-decoration: underline;
	background-image: url(images/downloadArrows.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 0px;
	display: block;
	background-position: 0px;
}
#downloadButton a:hover {
	color: #999999;
	text-decoration: none;
	background-image: url(images/downloadOver.gif);
	background-repeat: no-repeat;
}
.thumbContainer {
	height: 32px;
	width: 47px;
	margin-top: 6px;
	margin-left: 6px;
}
.thumbContainer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#downloadBox .thumb .thumbContainer a:hover {
	background-color: #FF3300;
	height: 32px;
	width: 47px;
}
#swatchBox {
	width: 197px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/swatchBckg.gif);
	background-repeat: no-repeat;
}
#swatchBox .pic img {
	border: 1px dashed #666666;
}

#swatchBox .pic {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	padding-top: 10px;
	height: 60px;
}
#swatchBox .desc {
	height: 10px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: inline;
	position: absolute;
	left: 0px;
	top: 50%;
	text-align: center;
	color: #FFFFFF;
}
#swatchBox .descMaple {
	color: #666666;
	position: absolute;
	top: 50%;
	width: 180px;
	text-align: center;
	left: 0px;
}
#swatchBox .picBottom {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: 60px;
	position: relative;
	margin-top: 10px;
	border: 1px dashed #666666;
}

#swatchBox .bottom {
	width: 197px;
	height: 3px;
	background-image: url(images/boxBottom.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}

/* footer */

#spacer{
	clear:both;
	width: 960px;
	height: 10px;
	padding: 0px;
	background-color: #FFFFFF;
}

#footer {
	height: 90px;
	width: 100%;
	background-color: #444034;
}
#footer p {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #8E886A;
	padding-top: 30px;
	font-size: 9px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
}
