/* Butcher's Pool  */

/*  Div tags for Header*/
/*Z-Indexes
1 = Water background
5 = Header graphic


*/

/******** Global areas ***********/
/******** Z-Index= 1 - 15    ***********/

div#background {
	position				: absolute;
	z-index					: 1;
	top						: 0px;
	left					: 0px;
}

div#burst {
	position				: absolute;
	z-index					: 3;
	top						: 0px;
	left					: 0px;
}

div#header {
	position				: absolute;
	z-index					: 5;
	top						: 0px;
	left					: 40px;
}

div#header {
	position				: absolute;
	z-index					: 5;
	top						: 0px;
	left					: 40px;
}

div#footer_text_homepage {
	font-weight				: normal;
	color					: #003366;
	font-size				: 9px;
	font-family				: Verdana, Arial, helvetica;
	font-variant			: normal;
	line-height				: 12px;
	font-style				: normal;
	width					: 700px;
	position				: absolute;
	text-align				: center;
	z-index					: 50;
	top						: 433px;
	left					: 55px
}

div#footer_text {
	font-weight				: normal;
	color					: #003366;
	font-size				: 9px;
	font-family				: Verdana, Arial, helvetica;
	font-variant			: normal;
	line-height				: 12px;
	font-style				: normal;
	width					: 700px;
	position				: absolute;
	text-align				: center;
	z-index					: 60;
	top						: 560px;
	left					: 55px
}

div#footer_graphic_homepage {
	position				: absolute;
	z-index					: 5;
	top						: 427px;
	left					: 40px;
}

div#footer_graphic {
	position				: absolute;
	z-index					: 5;
	top						: 553px;
	left					: 40px;
}

div#bbb {
	position					: absolute;
	z-index					: 50;
	top						: 425px;
	left						: 66px;
}

/******** NAVIGATION ***********/
/******** Z-Index= 20      ***********/

a#about {
	position				: absolute;
	z-index					: 20;
	top						: 22px;
	left					: 304px;
    width					: 67px;
    height					: 17px;
    background-image		: url(../../images/global/button_about.gif);
    background-position		: 0 0;
	background-repeat		: no-repeat;
    margin					: 0 auto;
}
a#about:hover {
    background-image		: url(../../images/global/button_about.gif);
    background-position		: 0 -17px;
}
div#static_button_about {
	position				: absolute;
	z-index					: 20;
	top						: 22px;
	left					: 304px;
}

a#products {
	position				: absolute;
	z-index					: 20;
	top						: 22px;
	left					: 385px;
    width					: 67px;
    height					: 17px;
    background-image		: url(../../images/global/button_products.gif);
    background-position		: 0 0;
	background-repeat		: no-repeat;
    margin					: 0 auto;
}
a#products:hover {
    background-image		: url(../../images/global/button_products.gif);
    background-position		: 0 -17px;
}

div#static_button_products {
	position				: absolute;
	z-index					: 21;
	top						: 22px;
	left					: 385px;
}

a#services {
	position				: absolute;
	z-index					: 20;
	top						: 22px;
	left					: 471px;
    width					: 62px;
    height					: 16px;
    background-image		: url(../../images/global/button_services.gif);
    background-position		: 0 0;
	background-repeat		: no-repeat;
    margin					: 0 auto;
}
a#services:hover {
    background-image		: url(../../images/global/button_services.gif);
    background-position		: 0 -16px;
}

div#static_button_services {
	position				: absolute;
	z-index					: 20;
	top						: 22px;
	left					: 471px;
}

a#faqs {
	position				: absolute;
	z-index					: 20;
	top						: 22px;
	left					: 553px;
    width					: 67px;
    height					: 17px;
    background-image		: url(../../images/global/button_faqs.gif);
    background-position		: 0 0;
	background-repeat		: no-repeat;
    margin					: 0 auto;
}
a#faqs:hover {
    background-image		: url(../../images/global/button_faqs.gif);
    background-position		: 0 -17px;
}

div#static_button_faqs {
	position				: absolute;
	z-index					: 20;
	top						: 22px;
	left					: 553px;
}
a#contact {
	position				: absolute;
	z-index					: 20;
	top						: 22px;
	left					: 611px;
    width					: 76px;
    height					: 17px;
    background-image		: url(../../images/global/button_contact.gif);
    background-position		: 0 0;
	background-repeat		: no-repeat;
    margin					: 0 auto;
}
a#contact:hover {
    background-image		: url(../../images/global/button_contact.gif);
    background-position		: 0 -16px;
}

div#static_button_contacts {
	position				: absolute;
	z-index					: 20;
	top						: 22px;
	left					: 611px;
}
a#map {
	position				: absolute;
	z-index					: 20;
	top						: 22px;
	left					: 707px;
    width					: 38px;
    height					: 21px;
    background-image		: url(../../images/global/button_map.gif);
    background-position		: 0 0;
	background-repeat		: no-repeat;
    margin					: 0 auto;
}
a#map:hover {
    background-image		: url(../../images/global/button_map.gif);
    background-position		: 0 -22px;
}

div#static_button_map {
	position				: absolute;
	z-index					: 20;
	top						: 22px;
	left					: 707px;
}
/**** OTHER   ***********/
div#subhead_othernews {
	font-weight				: normal;
	color					: #003399;
	font-size				: 11px;
	font-family				: Arial, helvetica;
	font-variant			: normal;
	line-height				: 12px;
	font-style				: normal;
	width					: 135px;
	position				: absolute;
	z-index					: 40;
	top						: 345px;
	left					: 100px
}


