@charset "UTF-8";
#cloud {
	position:absolute;
	left:660px;
	top:17px;
	width:120px;
	height:45;
	z-index:41;
	visibility: visible;
}
#cloud2 {
	position:absolute;
	left:556px;
	top:20px;
	width:100px;
	height:32px;
	z-index:40;
	visibility: visible;
}
#cloud3 {
	position:absolute;
	left:490px;
	top:9px;
	width:90px;
	height:32px;
	z-index:39;
	visibility: visible;
}
#cloud4 {
	position:absolute;
	left:189px;
	top:9px;
	width:98px;
	height:30px;
	z-index:27;
	visibility: visible;
}
#pefccert {
	position:absolute;
	left:620px;
	top:560px;
	width:150px;
	height:0;
	z-index:4;
	text-align: center;
	visibility: visible;
}
#fsccert {
	position:absolute;
	left:620px;
	top:261px;
	width:150px;
	height:0px;
	z-index:18;
	text-align: center;
	visibility: visible;
}
/* CSS Document */

.serviceheaders {
	font-size: 125%;
	color: #B01117;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.pdflink {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#outer {
	position:absolute;
	left:50%;
	width:800px;
	height:900px;
	z-index:1;
	margin-left: -400px;
	background-color: #FFF;
	margin-top: 0px;
	visibility: visible;
}
#sky {
	position:absolute;
	width:800px;
	height:95px;
	z-index:21;
	left: 0;
	top: 0;
	background-image: url(../../art/sky.png);
	visibility: visible;
}
#house {
	position:absolute;
	left:20px;
	top:9px;
	width:240px;
	height:110px;
	z-index:28;
	visibility: visible;
}
#menu a{
	position:absolute;
	top:80px;
	width:800px;
	height:150px;
	z-index:16;
	visibility: visible;
}
#frontman {
	position:absolute;
	left:36px;
	top:51px;
	width:40px;
	height:63px;
	z-index:31;
	visibility: visible;
}
#grass2 {
	position:absolute;
	left:12px;
	top:294px;
	width:734px;
	height:101px;
	z-index:8;
	background-color: #BDD73C;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
body {
	background-image: url(../../art/metal.png);
	background-repeat: repeat;
	color: #E8E8E8;
}
#bottomleftpeople {
	position:absolute;
	left:-21px;
	top:855px;
	width:55px;
	height:73px;
	z-index:32;
	visibility: visible;
}
#bottomrightpeople {
	position:absolute;
	left:743px;
	top:855px;
	width:90px;
	height:72px;
	z-index:33;
	visibility: visible;
}
#bottomgrass {
	position:absolute;
	width:800px;
	height:20px;
	z-index:24;
	background-color: #BDD73C;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	left: 0px;
	top: 900px;
	visibility: visible;
}
#grass {
	position:absolute;
	top:95px;
	width:800px;
	height:15px;
	z-index:26;
	background-color: #BBD73C;
	left: 0;
	visibility: visible;
}
#tabs {
	position:absolute;
	left:406px;
	top:73px;
	width:350px;
	height:25px;
	z-index:36;
	visibility: visible;
}
#vertmenu {
	position:absolute;
	left:35px;
	top:181px;
	width:150px;
	height:720px;
	z-index:29;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../art/vertbars/vertbarbig.png);
	visibility: visible;
}

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	padding-top: 110px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
	text-align: left;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	text-align: left;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 7.3em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
	border: 1px solid #CCC;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
	text-align: left;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	text-align: left;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
	text-align: left;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #0073BE;
	text-align: left;
}
/* Menu items that have mouse over or focus have a blue background and white text */
h1, h2,h3, h4, h5,h6
{
	color: #ED1B24;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #8ED8F8;
	color: #0073BE;
	text-align: left;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	text-align: left;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	text-align: left;
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background: #FFF;
	text-align: left;
	}
#legals {
	position:absolute;
	left:176px;
	top:907px;
	width:551px;
	height:16px;
	z-index:25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #004575;
	text-align: center;
	visibility: visible;
}
a:hover {
	color: #2097D5;
}
a:link {
	color: #004575;
}
a:visited {
	color: #ED1C24;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#logo {
	position:absolute;
	left:0;
	top:80px;
	width:800px;
	height:150px;
	z-index:30;
	visibility: visible;
}
#buildersplumbers {
	position:absolute;
	left:430px;
	top:199px;
	width:325px;
	height:20px;
	z-index:20;
	visibility: visible;
}
#eco {
	position:absolute;
	left:52px;
	top:275px;
	width:120px;
	height:25px;
	z-index:37;
	visibility: hidden;
}
#eco ul {
	margin: 0px;
	padding: 0px;
}
#eco li {
	float: left;
	list-style-type: none;
}
#eco a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 103px;
	height: 10px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 8px;
}
#eco a:hover {
	background-color: #BED63A;
	color: #0073BE;
}
#supplierlinks {
	position:absolute;
	left:220px;
	top:650px;
	width:540px;
	height:35px;
	z-index:6;
}
#boilerscrappage {
	position:absolute;
	left:220px;
	top:230px;
	width:535px;
	height:0px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #004575;
	text-align: left;
	visibility: visible;
	line-height: 1.7em;
}
#boiler {
	position:absolute;
	left:870px;
	top:462px;
	width:202px;
	height:200px;
	z-index:38;
}
#policy {
	position:absolute;
	left:220px;
	top:260px;
	width:389px;
	height:0;
	z-index:38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #004575;
	visibility: visible;
}
#tradeshow {
	position:absolute;
	left:48px;
	top:234px;
	width:706px;
	height:678px;
	z-index:38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #004575;
	line-height: 1.5em;
}
#rodo {
	position:absolute;
	left:47px;
	top:401px;
	width:78;
	height:36;
	z-index:41;
}
#rodooffer {
	position:absolute;
	left:124px;
	top:401px;
	width:110px;
	height:0;
	z-index:40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FF0000;
	text-align: center;
}
#tradedayphotos {
	position:absolute;
	left:160px;
	top:707px;
	width:498px;
	height:161px;
	z-index:39;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #004575;
	text-align: center;
	line-height: 0px;
}
#trend {
	position:absolute;
	left:264px;
	top:412px;
	width:103px;
	height:26px;
	z-index:43;
}
#trendoffer {
	position:absolute;
	left:365px;
	top:401px;
	width:110px;
	height:0;
	z-index:42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FF0000;
	text-align: center;
}
#reisser {
	position:absolute;
	left:494px;
	top:415px;
	width:122px;
	height:21px;
	z-index:44;
}
#reisseroffer {
	position:absolute;
	left:616px;
	top:401px;
	width:133px;
	height:40px;
	z-index:45;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FF0000;
	text-align: center;
}
#worksafe {
	position:absolute;
	left:48px;
	top:473px;
	width:91px;
	height:0;
	z-index:47;
}
#worksafeoffer {
	position:absolute;
	left:187px;
	top:475px;
	width:263px;
	height:48px;
	z-index:46;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FF0000;
	text-align: left;
}
#makita {
	position:absolute;
	left:466px;
	top:473px;
	width:139px;
	height:46px;
	z-index:49;
}
#makitaoffer {
	position:absolute;
	left:613px;
	top:475px;
	width:140px;
	height:44px;
	z-index:48;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FF0000;
}
#demonstrationsby {
	position:absolute;
	left:50px;
	top:558px;
	width:707px;
	height:104px;
	z-index:50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FF0000;
}
#tradedayspecials {
	position:absolute;
	left:35px;
	top:391px;
	width:711px;
	height:301px;
	z-index:40;
}
#photostrap {
	position:absolute;
	left:160px;
	top:711px;
	width:499px;
	height:15px;
	z-index:41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #004575;
	text-align: center;
}
#giftburst {
	position:absolute;
	left:422px;
	top:594px;
	width:440px;
	height:340px;
	z-index:38;
}
#itsagiftpic {
	position:absolute;
	left:650px;
	top:611px;
	width:165px;
	height:45px;
	z-index:39;
}
#itsagift {
	position:absolute;
	left:221px;
	top:248px;
	width:540px;
	height:277px;
	z-index:40;
	font-size: 80%;
	color: #004575;
	font-family: Arial, Helvetica, sans-serif;
}
#ebay {
	position:absolute;
	left:22px;
	top:25px;
	width:0;
	height:0;
	z-index:2;
}
