/* css copyright B&J Graphics all right reserved */


/* Top Menu Navigation -------------------------*/

	#topnav {
		margin-left: 0;
		margin-top: 0;
		padding: 0;
	}
	#topnav li {
		list-style: none;
		height: 24px;
		float:left;
		position: relative;
		left:9%;
	}
	#topnav li a {
		height: 24px;
		text-indent: -9000px;
		display: block;
	}
	
	
/* End Top Menu Navigation -------------------------*/

/* Buttons------------------------------------------*/
	a#home,
	a#products,
	a#poolheaters,
	a#services,
	a#contact
	
	 {
		width: 100px;
		height: 24px;
	}
	
	a#home { margin: 5; background-image: url(images/home.jpg); }
	a#products { margin: 5; background-image: url(images/products.jpg); }
	a#poolheaters { margin: 5; background-image: url(images/poolheaters.jpg); }
	a#services { margin: 5; background-image: url(images/services.jpg); }
	a#contact { margin: 5; background-image: url(images/contact.jpg); }
	
		
	a#home:hover,
	a#products:hover,
	a#poolheaters:hover,
	a#services:hover,
	a#contact:hover
	
	{ background-position: 0 -24px; }


/* End Buttons------------------------------------------*/

/* Back Ground------------------------------------------*/

.bkgrnd {
	background-image: url('./images/bkgrnd.jpg');
	background-repeat: repeat-y;
	margin-left: -10px



	