/* CSS reset - from meyerweb.com

Don't forget to set a foreground and background color 
on the 'html' or 'body' element! */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* end of reset */


/* base styles */
strong {font-weight: bold}




body {
	background: #fff;
	margin: 25px 0 30px 0;
	font-family: Arial;
	color: #555;
	font-size: 12px;
	}

h1 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #3aa9dc;
	}
h1 b {
	font-size: 14px;
	color: #555;
	}
h2 {
	font-size: 16px;
	color: #3aa9dc;
	}

p {
	line-height: 1.3em;
	margin-bottom: 10px;
	}
a {text-decoration: none}
p a {line-height: 1.3em}
a:hover {
	text-decoration: underline;
	color: #2697d9;
	}
hr {
	clear: both;
	visibility: hidden;
	}

.container {
	width: 880px;
	border: 1px solid #777;
	margin: 0 auto;
	padding-top: 124px;
	background: url(gui/pagebg.jpg) no-repeat;
	}
.pageleft {
	width: 184px;
	float: left;
	}


/* menu */
.menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 12px 0 0px 7px;
	height: 22px;
	background: #313131;
	}
li.homebtn a, li.aboutbtn a, li.servicesbtn a, li.contactbtn a {background: #2697d9}
li.homebtn a:hover, li.aboutbtn a:hover, li.servicesbtn a:hover, li.contactbtn a:hover {background: #136081}
li.wastewaterbtn a:hover, li.wastewaterequbtn a:hover {background: #3b6b60}
li.lamellabtn a:hover, li.lamellasepbtn a:hover {background: #1c1544}
li.coolingbtn a:hover, li.coolingequbtn a:hover {background: #313f1a}
li.stormwaterbtn a:hover, li.stormwaterprobtn a:hover {background: #15549d}
li.gaspurifibtn a:hover, li.indmistbtn a:hover {background: #ed6c1c}
li.agriengibtn a:hover, li.animshedbtn a:hover {background: #ab151f}




.desadvbtn, .askexpbtn {
	margin-left: 7px;
	width: 177px;
	height: 108px;
	display: block;
	}
.desadvbtn {
	background: url(gui/sidebtns.jpg) no-repeat;
	margin-top: 10px;
	}
.desadvbtn:hover {background: url(gui/sidebtns.jpg) no-repeat 0 -108px}
.askexpbtn {
	background: url(gui/sidebtns.jpg) no-repeat 0 -216px;
	margin-top: 7px;
	margin-bottom: 15px;
	}
.askexpbtn:hover {background: url(gui/sidebtns.jpg) no-repeat 0 -324px}




.pageright {
	margin-left: 209px;
	width: 600px;
	}
.pageright ul {
	list-style: disc;
	list-style-position: inside;
	margin: 0 0 20px 30px;
	}
.pageright ul li {line-height: 1.3em}
.pageright a {color: #2697d9}
.breadcrumb {
	font-size: 11px;
	margin: 0 0 10px 0;
	text-transform: capitalize;
	}
.breadcrumb a {color: #555}

.table {
	display: table;
	float: left;
	}
.row {display: table-row}
.cell {
	display: table-cell;
	padding: 5px 20px 5px 0;
	line-height: 1.2em;
	}
.cell:first-child {font-weight: bold}
.contactimg {
	width: 250px;
	height: 190px;
	margin-bottom: 20px;
	float: right;
	}
.contactpage ul {
	margin-top: 85px;
	}

.learn {
	margin-bottom: 15px;
	font-size: 15px;
	}
.learn b {font-weight: bold}
.learn span {color: #2697d9}
.learn a {
	text-decoration: underline;
	padding-left: 5px;
	font-size: 12px;
	color: #555;
	}
.learn  a:hover {color: #2697d9}
.imggroup {
	border: 2px solid #1a8eb9;
	margin: 20px 0 15px 0;
	width: 582px;
	height: 253px;
	}
.groupimg1 {
	width: 206px;
	height: 253px;
	float: left;
	}
.groupimg2 {
	width: 184px;
	height: 253px;
	margin: 0 3px;
	float: left;
	}
.groupimg3 {
	margin-bottom: 3px;
	float: left;
	}
.groupimg4, .groupimg3 {
	width: 186px;
	height: 125px;
	}


/* accordion - old styles, plus added in new acc-split now that acc is 6 pages */
ul#accordion, ul#accordion ul, ul#acc-split {
	list-style: none;
	margin: 0;
	color: #fff;
	}
ul#accordion div {
	background: #333;
	border: solid #fff;
	border-width: 0 1px 1px 1px;
	display: block; 
	padding: 12px 0 12px 20px;
	cursor: pointer;
	}
ul#accordion li {
	border-bottom: 1px solid #fff;
	}
ul#accordion ul li, ul#acc-split li {
	background: #aaa;
	border: 1px solid #fff;
	padding: 12px 0 12px 20px;
	}
ul#accordion div, ul#accordion div:hover {
	background-image: url("gui/plus.png") !important;
	background-repeat: no-repeat !important;
	background-position: 565px center !important;
	}
ul#accordion ul {display: block}
#wastewaterac div:hover {background: #3b6b60 !important}
#wastewaterac ul li:hover, ul#acc-split.wastewaterac li:hover {background: #89a6a0}

#lamellaac div:hover {background: #1c1544 !important}
#lamellaac ul li:hover, ul#acc-split.lamellaac li:hover {background: #77738f}

#coolingac div:hover {background: #313f1a !important}
#coolingac ul li:hover, ul#acc-split.coolingac li:hover {background: #838c76}

#stormwaterac div:hover {background: #15549d !important}
#stormwaterac ul li:hover, ul#acc-split.stormwaterac li:hover {background: #7398c4}

#gaspurifiac div:hover {background: #ed6c1c !important}
#gaspurifiac ul li:hover, ul#acc-split.indmistac li:hover {background: #f4a777}

#agriengiac div:hover {background: #ab151f !important}
#agriengiac ul li:hover, ul#acc-split.animshedac li:hover {background: #cd7379}
ul#accordion a, ul#acc-split li a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	}

.archive img {margin: 10px 20px 10px 0}



.pagebtm {
	background: #e9eaea url(gui/btmbg.gif) no-repeat 765px 175px;
	clear: left;
	padding: 0 0 10px 15px;
	margin-top: 20px;
	font-size: 11px;
	}
.pagebtm div {
	float: left;
	border-right: 1px dashed #aaa;
	margin-top: 15px;
	padding: 0 0 0 15px;
	height: 200px;
	}
.pagebtm h2 {
	font-weight: bold;
	color: #3aa9dc;
	margin-bottom: 10px;
	}
.pagebtm h3 {
	font-weight: bold;
	margin-bottom: 5px;
	}
.pagebtm a {color: #555}
.pagebtm a:hover {color: #2697d9}
.pagebtm ul {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 10px;
	}
.pagebtm li {line-height: 1.2em}
.pagebtm fieldset {
	border: 1px solid #bbb;
	width: 140px;
	padding: 5px;
	font-size: 10px;
	}
.pagebtm legend {
	margin-left: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	}
input {
	width: 130px;
	margin-bottom: 5px;
	}
textarea {
	width: 250px;
	height: 130px;
	margin: 10px 0 5px 0;
	font-family: inherit;
	font-size: inherit;
	}
input, textarea {color: #999;}
.pagebtm .section4 p {font-size: 10px}
.pagebtm .section1 {width: 280px}
.pagebtm .section2 {width: 140px}
.pagebtm .section3 {width: 200px}
.pagebtm .section4 {border: none}
.footer {
	height: 25px;
	background: #505154;
	color: #fff;
	font-size: 9px;
	padding-left: 15px;
	letter-spacing: 0.01em;
	}
.footer a {color: #fff}
.addthis_button {
	position: relative;
	top: 4px;
	left: 10px;
	}
.gclogo {
	position: relative;
	top: 3px;
	margin: 0 5px 0 190px;
	width:28px;
	height:13px;
	}
