body {
	background-color: #010109;
	background-image: url(images/bg-flash.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
p {
	margin: 0px;
	padding: 0px;
}
div#sec-nav {
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
div#sec-nav p {
	text-transform: uppercase;
	margin-right: 4px;
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 11px;
}
* html div#sec-nav p {
	margin-top: 10px;
	margin-bottom: 2px;
}
div#sec-nav p a {
	color: #FFF;
	text-decoration: none;
}
div#sec-nav img.betterair {
	float: left;
	margin-top: 2px;
	margin-left: 48px;
}
* html div#sec-nav img.betterair {
	margin-top: 0px;
	padding-top: 12px;
}
div#outermain {
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/outermain.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
div#outermaingallery {
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/outermaingallery.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
div#header {
	height: 88px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
div#header img.logo{
	float: left;
}
div#header div#menu {
	width: 397px;
	height: 54px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	text-align: left;
}
div#main {
	background-image: url(images/main-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	padding-top: 32px;
}
div#gallery {
	width: 676px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
}
* html div#gallery {
	width: 680px;
}
div#gallery p {
	width: 165px;
	margin: 2px;
	color: #333;
	float: left;
	text-align: center;
}
div#gallery p img {
	margin-bottom: 2px;
}
p#gallerynav {
	color: #333;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
h1.gallery {
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #041451;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#galleryzoom {
	color: #333;
	margin-bottom: 15px;
}
div#galleryzoom img {
	margin: 4px;
}
div#showcase {
	background-image: url(images/showcase.jpg);
	background-repeat: no-repeat;
	height: 121px;
	width: 682px;
	margin-right: auto;
	margin-left: auto;
}
div#showcase img {
	margin: 0px;
	padding: 0px;
}
div#showcase-sa {
	height: 151px;
	width: 682px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/showcase-specialty-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div#content {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	width: 694px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
	color: #000;
}
div#content p, div#content ul {
	margin-left: 280px;
	margin-right: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 1.3em;
}
div#content ul li {
	line-height: 1em;
	list-style-position: inside;
	list-style-type: square;
	text-indent: -13px;
	margin-left: 13px;
	margin-bottom: .3em;
}
div#content h1 {
	margin-left: 180px;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #041451;
	margin-top: 20px;
	margin-bottom: 20px;
}
.left-photo {
	float: left;
	clear: both;
	margin-bottom: 20px;
}
div#footer {
	height: 24px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
p.footer {
	color: #CCC;
	padding: 0px;
	font-size: smaller;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p.footer a {
	color: #FFF;
	text-decoration: none;
}
div#content ul#menu {
	float: left;
	clear: both;
	margin-left: 2px;
	width: 150px;
}
div#content ul#menu li {
	line-height: 1.1em;
}
div#content ul#menu li#title {
	font-weight: bold;
	text-transform: uppercase;
	color: #041451;
	list-style-type: none;
	text-indent: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
div#content ul#menu li a:link, div#content ul#menu li a:visited {
	color: #006CC5;
}
div#content ul#menu li a:active, div#content ul#menu li a:hover {
	color: #041451;
}
img.content-footer {
	margin-left:140px;	
}
p#address {
	float: left;
	clear: both;
	margin-left: 2px;
	width: 150px;
}
/* FORMS */
/*
* html form {
	margin:0px;
	padding:0px;
}*/
form {
	width: 380px;
	float: right;
	margin-right: 33px;
}
* html form {
	margin-right: 15px;
}
input {
	background-color: #efefef;
}

select {
	width: 4em;
	background-color: #efefef;
}
* html select {
	margin: 0px;
	padding: 0px;
}
input, label {
	display: block;
	width: 12em;
	float: left;
	margin-bottom: .5em;
}
label {
	width: 7.5em;
	margin-top: .2em;
	padding-right: 1em;
	text-align: right;	
}/**/
form br {
	clear: both;
}
form#contact input.button {
	margin: 1em 1em 0em 1em;
	width: 6em;
}
legend {
	font-weight:bold;
	font-size:1.2em;
	padding: 0.4em;
}
* html legend {
	margin-bottom: 1em;
}
fieldset {
  border-color: #000000;
  border-width: 1px 0px 0px 0px;
  border-style: solid none none none;
  padding: 1em;
}
* html fieldset {
	padding: 10px;
}
textarea {
	background-color: #efefef;
	width:16em;
}
form#contact #buttons {
	width: 20em;
	margin-right:auto;
	margin-left:auto;
}
* html form#rfq #buttons {
	margin-left:10em;
}
.required {
	font-weight: bold;	
}
p.bodyerror {
	color: #C00;
}
/* print styles
------------------------
@media print {
div#content, div#main, body {
	background-color: #fff; !important;
	background-image: none; !important;
}
body div#outermain, body div#outermain div#header, body div#outermain div#footer, body div#outermain div#main, body div#outermain div#main div#content {
	background-image: none;
}
div#main, body, body div#outermain {
	background-color: #fff;
}
body div#outermain div#header div#menu, ul#menu, div#showcase-sa, div#showcase, div#showcase-es, div#sec-nav, div#header img.logo {
	display: none;
}
p.footer, p.footer a {
	color: #000;
}
div#content img{
	display: none;
}
div#content img.left-photo {
	display: block;
}
body div#outermain div#header {
	background-image: url(images/schubert-environmental-bw.jpg);
}

}
*/