body {
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat;
	margin-top:0;	
	margin-bottom:0;	
}

#middle {
	position: relative;
	width: 899px;
	min-height: 1px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#mainframe{
	width: 883px;
	height: 100%;
}

#leftedge {
	width: 8px;
	background-image: url(images/leftedge.gif);
	background-repeat: repeat-y;
}

#rightedge {
	width: 8px;
	background-image: url(images/rightedge.gif);
	background-repeat: repeat-y;
}

#bottom {
	height: 29px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}

/* BUTTON graphics*/
#button1 { width: 110px;
	background-image: url(images/button1.jpg);
	padding-bottom: 3px; }

#button2 { width: 111px;
	background-image: url(images/button2.jpg);
	padding-bottom: 3px; }

#button3 { width: 110px;
	background-image: url(images/button3.jpg);
	padding-bottom: 3px; }

#button4 { width: 111px;
	background-image: url(images/button4.jpg);
	padding-bottom: 3px; }
	
#button5 { width: 110px;
	background-image: url(images/button5.jpg);
	padding-bottom: 3px; }
	
#button6 { width: 111px;
	background-image: url(images/button6.jpg);
	padding-bottom: 3px; }
	
#button7 { width: 110px;
	background-image: url(images/button7.jpg);
	padding-bottom: 3px; }
	
#button8 { width: 110px;
	background-image: url(images/button8.jpg);
	padding-bottom: 3px; }
	
/* PRODUCTS images */	
#largeimg{
	margin-top: 5px;
}

#largepicdiv {
	position: absolute;
	text-align: center;
	bottom: 25px;
	left: 0px;
	height: 310;
	z-index: 55;
	background-color: f2f2f2;
	width: 410;
	font-size: 10px;
	visibility: hidden;	
}

/* start of GUI text */
/* start of button text labels */
#btntxt {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}
a:link.btnlink {color: #333333;}
a:visited.btnlink {color: #333333;}
a.btnlink {text-decoration:none;}
a:active.btnlink {color: #333333;}
a:hover.btnlink {color:#147CB3;}

.btndead {color: #147CB3; font-weight: bold; text-decoration:none;}
	/* end of button text labels */


.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10;
	padding-top: 6;
	color: #898989;
	text-align: left;
}

.tnc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10;
	padding-top: 6;
	text-align: right;
}
a:link.tnclink {color: #777777;}
a:visited.tnclink {color: #777777;}
a.tnclink {text-decoration:none;}
a:active.tnclink {color: #777777;}
a:hover.tnclink {text-decoration:underline; color:#147CB3;}

.tncdead { color:#147CB3; }
/* end of GUI text */




