@charset "utf-8";
/* CSS Document - Waldner.ie website */

html, body {
	margin: 0;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 13px;
	color: #000000;
}
#container {
	width:970px;
	margin:0px auto;
}
#container p{
	font-size:14px;
	text-align:justify;
}
#header {
	background: url(../images/head_bg.png) no-repeat 0 0;
	color:#fff;
	height:100px;
}
#header .logo{
	float:left;
	margin:5px 0 0 15px;
	width:120px;
	height:95px;
}
#header .details{
	float:left;
	margin:8px 0 0 20px;
	width:450px;
}
#header p.head-details{
	line-height:16px;
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:16px;
}
#header p.head-details2{
	line-height:15px;
	margin:0 0 6px 0;
	font-size:13px;
}
a.navlink:link {
	color: #ffffff;
	text-decoration: none;
}
a.navlink:visited {
	color: #ffffff;
	text-decoration: none;
}
a.navlink:active {
	color: #a6cae2;
	text-decoration: underline;
}
a.navlink:hover {
	color: #a6cae2;
	text-decoration: underline;
}
#header .head-menu{
	float:right;
	margin:5px 0 0 0px;
	width:355px;
}
#nav {
	height:22px;
	background-color:#a6cae2;
}
#textnav {
	height:30px;
	width:970px;
}
#textnav .text-nav-section {
	margin:10px 0 0 15px;
	font-size:11px;
	color: #7F7F7F;
}
a.textnavlink:link {
	padding:0 2px 0 2px;
	color: #7F7F7F;
	font-size:11px;
	text-decoration: underline;
}
a.textnavlink:visited {
	padding:0 2px 0 2px;
	color: #7F7F7F;
	font-size:11px;
	text-decoration: underline;
}
a.textnavlink:active {
	padding:0 2px 0 2px;
	color: #0066AA;
	font-size:11px;
	text-decoration: underline;
}
a.textnavlink:hover {
	padding:0 2px 0 2px;
	color: #0066AA;
	font-size:11px;
	text-decoration: underline;
}
#sidebar {
	float:left;
	width:185px;
	text-align:center;
}
#sidebar .side-menu{
	width:185px;
	margin-bottom:15px;
}
#sidebar .side-header,
#sidebar .side-header-ln {
	width:170px;
	background-color:#0066AA;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	padding:5px 0 5px 15px;
	margin-bottom:8px;
}
#sidebar .side-header-ln {
	margin-bottom:-8px;
}
#sidebar img.rightside{
	margin-bottom:6px;
}
#sidebar p.rightsidebar{
	font-size:12px;
	text-align:center;
	line-height:15px;
	margin:0 0 20px 0;
}
#sidebar p.rightsidebarln{
	font-size:12px;
	line-height:15px;
	margin:0 0 20px 0;
}
#sidebar p.rightsidebar-small{
	font-size:12px;
	text-align:center;
	line-height:14px;
	margin:0 0 10px 0;
}
#sidebar ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#sidebar ul li{
	padding-left: 0px;
	margin:0px 0 8px 0;
}
.rss-item  {
  	font-size: 12px;
  	margin: 8px 0;
	text-align:left;
}
.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #0070b8;
	}
.rss-item a:hover { 
	text-decoration : none;
	color: #76a20f;
	border-bottom: 1px dotted #e0861e;
	}

/* contact form */
#callback-area {
	width:185px;
}
#callback-area input {
	padding: 3px;
	width: 131px;
	background-color:#0066aa;
	font-size: 12px;
	margin: 0px 0px 8px 0px;
	border: 1px solid #a6cae2;
	color:#ffffff;
}
#callback-area input.submit-button {
	width: 65px;
	height:14px;
	background: url(../images/submit.png) no-repeat 0 0;
	border:0;
	float: right;
	text-indent:-9999px;
	margin-bottom:20px;
}
#callback-area label {
	float: left;
	text-align: left;
	width: 45px;
	padding-top: 4px;
	font-size:12px;
	color:#0066aa;
	font-weight:300;
}
/* end contact form */
#contact-area {
	width:370px;
}
#contact-area input {
	padding: 3px;
	width: 250px;
	background-color:#0066aa;
	font-size: 12px;
	margin: 0px 0px 8px 0px;
	border: 1px solid #a6cae2;
	color:#ffffff;
}
#contact-area textarea {
	padding: 3px;
	width: 250px;
	height:80px;
	background-color:#0066aa;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 8px 0px;
	border: 1px solid #BCBEC0;
	color:#ffffff;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #c12026;
}
#contact-area input.submit-button {
	width: 65px;
	height:14px;
	background: url(../images/submit.png) no-repeat 0 0;
	border:0;
	float: right;
	text-indent:-9999px;
	margin-bottom:20px;
}
#contact-area label {
	float: left;
	text-align: left;
	width: 110px;
	padding-top: 4px;
	font-size:12px;
	color:#000000;
}
#contact-area .datetime {
	float:left;
	width:250px;
	height:20px;
	margin: 0px 0px 8px 0px;
}
/* end contact form */
#content {
	float:left;
	width:760px;
	margin:0px 0px 10px 20px;
}
#content p{
	font-size:13px;
	text-align:justify;
	line-height:15px;
	margin:0 0 7px 0;
}
#content p.lnews{
	font-size:12px;
	text-align:justify;
	line-height:15px;
	border-top:1px dashed #0066aa;
	padding-top:5px;
	margin:0px 0 7px 0;
}
#content p.download{
	float:right;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin:3px 0 7px 0;
}
#content .gal-section, 
#content .gal-section-end {	
	float:left;
	width:178px;
	margin:0px 16px 0px 0px;
	text-align:center;
}
#content .gal-section-end{
	margin-right:-16px;
}
#content p.galleryp{
	font-size:12px;
	text-align:center;
	line-height:14px;
	margin:6px 0 18px 0;
}
#main-content p.videop{
	font-size:12px;
	text-align:justify;
	line-height:15px;
	margin:0px 0 20px 0;
}
#main-content p.indp{
	font-size:13px;
	text-align:justify;
	line-height:15px;
	margin:0px 0 20px 0;
}
#main-content p.videoplay{
	padding:6px 0 4px 0;
}
#main-content .download-header {
	width:560px;
	background-color:#a6cae2;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	padding:5px 0 5px 5px;
	margin:8px 0 8px 0;
}
#content .slider{
	width:760px;
	height:300px;
	margin-bottom:12px;
	taxt-align:left;
}
#content .slider2{
	width:760px;
	height:273px;
	margin-bottom:12px;
	taxt-align:left;
}
#content .slider-showroom{
	width:760px;
	height:226px;
	margin-bottom:12px;
	taxt-align:left;
}
#content .panorama{
	width:760px;
	height:358px;
	margin-bottom:20px;
}

#content .left-news-section{
	float:left;
	width:370px;
	margin:0 20px 12px 0;
	taxt-align:left;
}
#content .right-news-section{
	float:left;
	width:370px;
	margin:0 0px 12px 0;
	taxt-align:left;
}
img.holder{
	margin-bottom:12px;
}
h1 {
	margin:0;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#0066aa;
	margin:0 0 6px 0;
}
h1#welcome{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/welcome.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#company{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/company.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#lab-furniture{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/lab-furniture.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#service-modules{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/service-modules.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#service-spine{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/service-spine.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#service-wing{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/service-wing.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#suspended-service-boom{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/suspended-service-boom.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#service-column{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/service-column.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#service-distribution-terminal{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/service-distribution-termin.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#service-wall-duct{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/service-wall-duct.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#bench-mounted-service-duct{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/bench-mounted-service-duct.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#service-ceiling{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/service-ceiling.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#laboratory-bench{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/laboratory-bench.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#mobile-table{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/mobile-table.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#special-table{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/special-table.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#laboratory-sink{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/laboratory-sink.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#laboratory-cabinets{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/laboratory-cabinets.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#underbench-unit{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/underbench-unit.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#overbench-cabinet{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/overbench-cabinet.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#full-height-cabinet{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/full-height-cabinet.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#top-mounted-cabinet{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/top-mounted-cabinet.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#pull-out-cabinet{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/pull-out-cabinet.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#special-cabinet{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/special-cabinet.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#waste-disposal-units{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/waste-disposal-units.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#flammable-liquids{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/flammable-liquids.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#acids-bases{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/acids-bases.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#radionuclide-waste{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/radionuclide-waste.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#solid-domestic-waste{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/solid-domestic-waste.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#school-furniture{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/school-furniture.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accessories{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accessories.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#colours{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/colours.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#fume-cupboards{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/fume-cupboards.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#bench-mounted-fume{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/bench-mounted-fume.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#bench-mounted-fume-side{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/bench-mounted-fume-side.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#walk-in-fume-cupboard{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/walk-in-fume-cupboard.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#low-level-fume-cupboard{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/low-level-fume-cupboard.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#special-fume-cupboard{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/special-fume-cupboard.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#special-application-fume{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/special-application-fume.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#radio-isotope-fume{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/radio-isotope-fume.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#filter-fume{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/filter-fume.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#mobile-fume-cupboard{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/mobile-fume-cupboard.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#secuflow{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/secuflow.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#secuflow-en7{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/secuflow-en7.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#AeroEm{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/AeroEm.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#MobilAir{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/MobilAir.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#housing{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/housing.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#local-exhaust{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/local-exhaust.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#extraction-lever{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/extraction-lever.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#underbench-exhaust{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/underbench-exhaust.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#extract-system{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/extract-system.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#relieving-hood{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/relieving-hood.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#extractor-hood{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/extractor-hood.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#laboratory-control{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/laboratory-control.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#safety{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/safety.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#inspection-maintenance{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/inspection-maintenance.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#services{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/services.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#case-studies{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/case-studies.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#visit-showroom{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/visit-showroom.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#ecology{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/ecology.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#environment{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/environment.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#EGNATON{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/EGNATON.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#latest-news{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/latest-news.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#innovation{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/innovation.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#quality{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/quality.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#design{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/design.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#worldwide{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/worldwide.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#history{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/history.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#laboratory-planning{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/laboratory-planning.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#gallery{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/gallery.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#panorama{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/panorama.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#downloads{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/downloads.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#get-quote{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/get-quote.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#contact{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/contact.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#maintenance{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/maintenance.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#resources{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/resources.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#sitemap{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/sitemap.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#details{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/details.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#video-fume{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/video-fume.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#video-service{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/video-service.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#video-cabinets{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/video-cabinets.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#video-accs{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/video-accessories.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#rack{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/rack.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#slide{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/slide.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#press{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/press.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#location{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/location.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#process-systems{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/process-systems.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#vessels{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/vessels.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#vessel01{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/vessel01.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#vessel02{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/vessel02.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#containers{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/containers.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#isolators{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/isolators.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#isolator01{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/isolator01.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#isolator02{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/isolator02.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#isolator03{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/isolator03.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#isolator04{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/isolator04.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#cooking-lines{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/cooking-lines.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#cooking01{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/cooking01.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#cooking02{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/cooking02.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#cooking03{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/cooking03.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#cooking04{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/cooking04.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#single01{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/single01.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#single02{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/single02.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#double01{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/double01.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#double02{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/double02.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#double03{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/double03.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#double04{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/double04.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs01{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs01.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs02{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs02.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs03{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs03.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs04{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs04.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs05{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs05.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs06{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs06.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs07{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs07.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs08{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs08.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs09{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs09.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs10{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs10.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs11{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs11.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs12{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs12.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#accs13{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/accs13.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#drying{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/drying.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#drying01{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/drying01.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#drying02{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/drying02.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#drying03{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/drying03.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#testimonial{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/testimonial.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
h1#service-maintenance{
	display: block;
	width: 560px;
	height: 25px;
	background: url(../images/headers/service-maintenance.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom:10px;
}
#main-content {
	float:left;
	width:560px;
	margin:0px 20px 10px 20px;
}
#main-content img,
#content img{
	margin-bottom:12px;
}
#main-content .slider-small{
	width:560px;
	height:310px;
	margin-bottom:12px;
	taxt-align:left;
}
#main-content .slider-secuflow{
	width:560px;
	height:245px;
	margin-bottom:12px;
	taxt-align:left;
}
#main-content .slider-ps{
	width:560px;
	height:294px;
	margin-bottom:10px;
	taxt-align:left;
}
#main-content .left-section{
	float:left;
	width:270px;
	margin:0 20px 12px 0;
	taxt-align:left;
}
#main-content .right-section{
	float:left;
	width:270px;
	margin:0 0px 12px 0;
	taxt-align:left;
}
#content ul.cont-list-new {
	list-style-type:square;
	padding:0;
	margin:0;
	margin-left:20px;
}
#content ul.cont-list-new li{
	padding-left: 0px;
	margin:0px 0 2px 0;
}
#content ul.cont-list-new li.bottom01{
	margin-bottom:10px;
}
#main-content .right-section ul.cont-list,
#main-content ul.ps-list{
	list-style-type:square;
	padding:0;
	margin:0;
	margin-left:20px;
}
#main-content ul.ps-list{ 
	margin-bottom:12px;
}
#main-content .right-section ul.cont-list li,
#main-content ul.ps-list li{
	padding-left: 0px;
	margin:0px 0 2px 0;
}
#main-content ul.ps-list li a:link,
#main-content ul.ps-list li a:visited {
	font-size:13px;
	color: #0066aa;
	text-decoration: none;
}
#main-content ul.ps-list li a:active,
#main-content ul.ps-list li a:hover {
	font-size:13px;
	color: #a6cae2;
	text-decoration: underline;
}

#main-content .right-section ul.cont-list li.benchr01{
	margin-bottom:60px;
}
#main-content .right-section ul.cont-list li.benchr02{
	margin-bottom:90px;
}
#main-content .right-section ul.cont-list li.benchr03{
	margin-bottom:20px;
}
#main-content .right-section ul.cont-list li.benchr04{
	margin-bottom:120px;
}
#main-content .right-section ul.cont-list li.benchr05{
	margin-bottom:130px;
}
#main-content .right-section ul.cont-list li.benchr06{
	margin-bottom:280px;
}
#main-content .right-section ul.cont-list li.benchr07{
	margin-bottom:200px;
}
img.imgleft{
	float:left;
	margin: 0 15px 15px 0;
}
img.imgright{
	float:right;
	margin: 0 0 15px 15px;
}
img.bench01{
	margin-top:100px;
	padding-bottom:10px;
}
img.bench02{
	padding:0px 0 20px 0;
}
img.bench03{
	padding:20px 0 0px 0;
}
#main-content p{
	font-size:13px;
	text-align:justify;
	line-height:15px;
	margin:0 0 7px 0;
}
#main-content p.seclist{
	font-size:11px;
	text-align:left;
	line-height:15px;
	margin:0 0 7px 0;
}
#content p.cstudp{
	margin-bottom:15px;
}
a.mainlink:link,
a.mainlink:visited {
	font-size:13px;
	color: #0066aa;
	text-decoration: none;
}
a.mainlink:active,
a.mainlink:hover {
	font-size:13px;
	color: #a6cae2;
	text-decoration: underline;
}
#footer {
	clear:both;
	border-top:1px solid #a6cae2;
	color:#fff;
	height:50px;
	font-size:11px;
}
#footer .footnav{
	float:left;
	width:160px;
	margin:5px 0px 10px 15px;
}
#footer .footbottom{
	clear:both;
	height:16px;
	padding:2px 0px 2px 15px;
	background-color:#a6cae2;
	text-align:left;
	font-size:12px;
}
#footer ul {
	list-style-type:none;
	width:160px;
	padding: 0px 0 2px 0;
	margin: 0 15px 0 0;
}
#footer li {
	float:left;
	margin:0px 0 2px 0;
	color:#a6cae2;
	width:160px;
}
a.footlink:link {
	color:#a6cae2;
	text-decoration: none;
}
a.footlink:visited {
	color:#a6cae2;
	text-decoration: none;
}
a.footlink:active {
	color:#a6cae2;
	text-decoration: underline;
}
a.footlink:hover {
	color:#a6cae2;
	text-decoration: underline;
}
a.footerlink:link,
a.footerlink:visited {
	color: #ffffff;
	text-decoration: none;
}
a.footerlink:active,
a.footerlink:hover {
	color: #ffffff;
	text-decoration: underline;
}
