body {
	background:url(../images/home_bkg_html.jpg) repeat-y center top;	
/*	background:url(../images/home_bkg_body2.jpg) repeat-y center top;	*/
	color:#445544;
}
#container {
	background:url(../images/home_bkg_body.jpg) repeat-y center top;	
}

#header {
	background:none;
	height:126px;
}
	#header h1 {
		background:url(../images/home_logo5.gif) no-repeat center top;
		height:126px;
	}
	#header h1 a:link, #header h1 a:visited {
		height:100px;
		display:block;
		width:260px;
		margin-right:700px;
		position:relative;
		top:15px;
		overflow:hidden;
		text-indent:-9000px;
	}

#main {
	background:url(../images/home_bkg_main.jpg) no-repeat center top;
	min-height:325px;
	height:325px;
	padding-bottom:28px;
	padding-top:50px;
	font-size:1.4em;
	}

	#main p {
		width:600px;
	}
	
/* --------------------------------------- buttons ------------------------------------------*/

#rollover_pro {
	display: block;
	position: absolute;
	top: 155px;
	left: 0px;
	width: 320px;
	height: 98px;
	background: url("../images/rollover_pro.gif") no-repeat 0 0;
}

#rollover_pro:hover { 
  background-position: 0 -98px;
}

#rollover_pro span {
  display: none;
}

#rollover_retail {
	display: block;
	position: absolute;
	top: 155px;
	left: 320px;
	width: 320px;
	height: 98px;
	background: url("../images/rollover_retail.gif") no-repeat 0 0;
}

#rollover_retail:hover { 
  background-position: 0 -98px;
}

#rollover_retail span {
  display: none;
}

#rollover_us {
	display: block;
	position: absolute;
	top: 250px;
	left: 160px;
	width: 320px;
	height: 98px;
	background: url("../images/rollover_us.gif") no-repeat 0 0;
}

#rollover_us:hover { 
  background-position: 0 -98px;
}

#rollover_us span {
  display: none;
}


/* --------------------------------------- footer ------------------------------------------*/

	
#footer {
	background:url(../images/home_bkg_main3.gif) no-repeat center bottom;
}
