@charset "UTF-8";
/* CSS Document */
ul#prefooter {
	display: block;
	width: 840px;
	height: 70px;
	background:url(/img/base/bg-footer.gif) no-repeat center top;
	padding: 25px 0 0 80px;
	text-align:center;
	position: relative;
	margin: 0 auto;
}

ul#prefooter li { 
	float: left; 
	list-style: none;
	margin-right: 25px;
	height: 47px;
	line-height: 48px;
}

ul#prefooter li a { 
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: auto;
}

ul#prefooter li a img { border: none; } 

ul#prefooter li a.rotamix { 
	height: 29px; 
	background:url(../img/base/footer-rotamix.gif) no-repeat center bottom; 
	margin-top: 9px;
}
ul#prefooter li a.gotec { 
	height: 23px; 
	background:url(../img/base/footer-gotec.gif) no-repeat center bottom; 
	margin-top: 12px;
}
ul#prefooter li a.vaughan { 
	height: 25px; 
	background:url(../img/base/footer-vaughan.gif) no-repeat center bottom; 
	margin-top: 11px;
}
ul#prefooter li a.micropump { 
	height: 16px;
	background:url(../img/base/footer-micropump.gif) no-repeat center bottom; 
	margin-top: 16px;
}
ul#prefooter li a.egger { 
	height: 27px;  
	background:url(../img/base/footer-egger.gif) no-repeat center bottom; 
	margin-top: 10px;
}
ul#prefooter li a.lackeby { 
	height: 47px;  
	background:url(../img/base/footer-lackeby.gif) no-repeat center bottom; 
}

ul#prefooter li a img { 
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition-property: opacity 0.3s;
	opacity: 1;
}

ul#prefooter li a img:hover { opacity: 0; }

#cntrpanel {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    width: 906px;
	height: 185px;
	background: transparent url(/img/base/bg-footer-shd.jpg) no-repeat center top;
}

#fwrap {
	width: 100%;
	background: url(/img/base/bg-footer-shd-rpt.gif) repeat-x center top;
	border-top: 1px solid #ffffff;;
}

#cntrpanel {
	width: 906px;
	display: block;
	background: #2e2e2e url(/img/base/bg-footer-shd.jpg) repeat-x center top;
}

#subfooter {
	display: block;
	width: 760px;
	margin: 0 auto;
	padding: 5px 0px;
	text-align:center;
	position: relative;
}
#subfooter p {
	margin: 0 0 0 40px;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	float: left;
	line-height: 19px;
}

#subfooter p:first-child {
	margin-left: 0px;	
}

#subfooter p strong {
    clear: both;
    color: #59AFD5;
    display: block;
    font-size: 11px;
    line-height: 16px;
    margin-top: 3px;
    padding-bottom: 3px;
}

#subfooter p span {
	float: left;
	width: 30px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

#subfooter p em {
	font-style:normal;
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}


#subfooter ul {
	border-right: 1px solid #888888;
	padding: 0 10px 0 0;
	margin: 0;
	float: right;
	width: 120px;	
	text-align: left;
}

#subfooter ul li {
	list-style: none;	
	line-height: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
}

#subfooter ul li.header, #subfooter p {
	font-weight: bold;
	color: #59afd5;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

#subfooter p, #subfooter ul li a {
	color: #ffffff;
	font-weight: normal;
}

#subfooter ol {
	display: block;
	width: 300px;
	height: 43px;
	padding: 0;
	margin: 0;	
}

#subfooter ol li {
	list-style: none;	
	float: left;
	margin-right: 20px;
}

#subfooter ol li a {
	outline: none;
	text-decoration: none;	
	display: block;
	overflow: hidden;
}

#subfooter ol li a img {
	border: none;	
}

#subfooter ol li a {
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	margin-top: 5px;
	opacity: .5;
}

#subfooter ol li a:hover {
	opacity: 1;
}

#subfooter ol li a.awa { padding-top: 4px; } 
#subfooter ol li a.waternz { padding-top: 4px; } 
