@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.sidebar {
	font-size: 11px;
	line-height: 1.75em;
}
.bullets {
	line-height: 2em;
	font-weight: bold;
}

#main {
	width: 820px;
	clear: both;
	margin: 0 auto;
	background-image: url(mainshadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

div.shade{
	width: 820px;
	height: 102px;
	margin: 0 auto;
	clear: both;
	background-image: url(testshadow.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 20px;
	background-color: none;

}

div.envirbody{
	width: 820px;
	margin: 0 auto;
	clear: both;
}

div.footer{
	width: 820px;
	height: 46px;
	margin: 0 auto;
	clear: both;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
}


img.flash{
	width: 820px;
	height: 277px;
	right: -2.25ex;
	bottom: 0em;

	/* specify the dimension of the image */
	margin-left: auto ;
  	margin-right: auto ;
	display: block;
	position: absolute;
	z-index: -1;	/* force the image to show below the content */
}

div.flash{
	width: 786px;
	height: 277px;
	/* specify the dimension of the content, slightly smaller than the image */
	margin-left: auto ;
  	margin-right: auto ;
	position: relative;
	/* force the content to show above the image */
	background-color: #fff;

}

img.body{
	width: 820px;
	height: 525px;
	right: -2.5ex;
	bottom: 0em;

	/* specify the dimension of the image */
	margin-left: auto ;
  	margin-right: auto ;
	display: block;
	position: absolute;
	z-index: -1;	/* force the image to show below the content */
}

div.body{
	width: 786px;
	height: 525px;
	/* specify the dimension of the content, slightly smaller than the image */
	margin-left: auto ;
  	margin-right: auto ;
	position: relative;
	/* force the content to show above the image */
	background-color: #fff;

}

img.aboutbody{
	width: 820px;
	height: 525px;
	right: -2.25ex;
	bottom: 0em;

	/* specify the dimension of the image */
	margin-left: auto ;
  	margin-right: auto ;
	display: block;
	position: absolute;
	z-index: -1;	/* force the image to show below the content */
}

div.aboutbody{
	width: 786px;
	height: 525px;
	/* specify the dimension of the content, slightly smaller than the image */
	margin-left: auto ;
  	margin-right: auto ;
	position: relative;
	/* force the content to show above the image */
	background-color: #fff;

}

img.prodbody{
	width: 820px;
	height: 731px;
	right: -2.25ex;
	bottom: 0em;
	/* specify the dimension of the image */
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: absolute;
	z-index: -1;	/* force the image to show below the content */
}

div.prodbody{
	width: 786px;
	height: 731px;
	/* specify the dimension of the content, slightly smaller than the image */
	margin-left: auto ;
  	margin-right: auto ;
	position: relative;
	/* force the content to show above the image */
	background-color: #fff;

}

img.scibody{
	width: 820px;
	height: 1400px;
	right: -2.25ex;
	bottom: 0em;
	/* specify the dimension of the image */
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: absolute;
	z-index: -1;	/* force the image to show below the content */
}

div.scibody{
	width: 786px;
	height: 1380px;
	/* specify the dimension of the content, slightly smaller than the image */
	margin-left: auto ;
  	margin-right: auto ;
	position: relative;
	/* force the content to show above the image */
	background-color: #fff;

}

.clearboth {
	clear: both;
}