@charset "utf-8";
/* CSS Document */
.titleText {
	position:absolute;
	top:7px;
	left:10px;
	width:240px;
	height:29px;

}
#home .titleText {
	background:url(/images/titles/home.png) no-repeat left top;
}

#industrial .titleText {
	background:url(/images/titles/industrial.png) no-repeat left top;
}

#consumer .titleText {
	background:url(/images/titles/consumer.png) no-repeat left top;
}

#services .titleText {
	background:url(/images/titles/wedo.png) no-repeat left top;
}

#faq .titleText {
	background:url(/images/titles/faq.png) no-repeat left top;
}

#blog .titleText {
	background:url(/images/titles/blog.png) no-repeat left top;
}

#contact .titleText {
	background:url(/images/titles/contact.png) no-repeat left top;
}

#toolbox .titleText {
	background:url(/images/titles/toolbox.png) no-repeat left top;
}
