
BODY {background-image : url(../images/stringbackground.jpg); background-repeat : no-repeat;
}

td {color: #000000; font-family: MS Sans Serif; font-size: 13px;}

.menu:link {
color: blue;
text-decoration: none;
}
.menu:visited {
color: purple;
text-decoration: none;
}

td.menu {
background-color: #FBC066;
color: black;
height: 20px;
font-family: verdana, sans-serif;
font-size: 10px;
padding-left: 3px;
padding-right: 2px;
border-top: 1px solid #0000ff;
border-left: 1px solid #0000ff;
border-right: 1px solid #0000ff;
}
td.bottom {border-left:  1px solid #0000ff; border-right:  1px solid #0000ff; border-bottom: 1px solid #0000ff;}
/* this is to get rid of the default outline on links in IE5.x/Mac and any other browsers that recognize the outline:none style rule. */
a {
outline: none;
}

A {text-decoration : none; color : blue;}
A:Hover  {text-decoration : underline; color : purple;}

.header {color: #000000; font-family: MS Sans Serif; font-size: medium;}

#mainmenu {position: absolute;
	z-index: 1;
	left: 0px;
	top: 66px;
	height: 21px;
	visibility: visible;}
	
#content {position: absolute;
	z-index: 0;
	left: 40px;
	top: 160px;
	visibility: visible;}
/*hide the main menus*/
#home {position: absolute;
	z-index: 2;
	width: 130px;
	visibility: hidden;}
#banking {position: absolute;
	z-index: 2;
	width: 140px;
	visibility: hidden;}
#restaurants {position: absolute;
	z-index: 2;
	width: 200px;
	visibility: hidden;}
#products {position: absolute;
	z-index: 2;
	width: 160px;
	visibility: hidden;}
#faq {position: absolute;
	z-index: 2;
	width: 170px;
	visibility: hidden;}
#retail {position: absolute;
	z-index: 2;
	width: 100px;
	visibility: hidden;}
#contact  {position: absolute;
	z-index: 2;
	width: 70px;
	visibility: hidden;}

/*hide the sub-menus*/
#bankingauto, #bankingcrimped, #bankingflat, #bankingpreglued, #bankingshippingbox, #bankingstraps, #bankingsix, #bankingstraw, #bankerstray {position: absolute;
	z-index: 3;
	width: 160px;
	visibility: hidden;}
#bankersbox {position: absolute;
	z-index: 3;
	width: 190px;
	visibility: hidden;}
#restaurantnapkinstraps, #tablecovers {position: absolute;
	z-index: 5;
	width: 275px;
	visibility: hidden;}
#productsspecialty {position: absolute;
	z-index: 5;
	width: 220px;
	visibility: hidden;}
#retailproducts  {position: absolute;
	z-index: 5;
	width: 140px;
	visibility: hidden;}
#retailproductsfwp  {position: absolute;
	z-index: 5;
	width: 160px;
	visibility: hidden;}
#retailproductsgs  {position: absolute;
	z-index: 5;
	width: 200px;
	visibility: hidden;}
#retailproductpls  {position: absolute;
	z-index: 5;
	width: 175px;
	visibility: hidden;}

#textfooter {position: absolute; z-index: 4;
	left: 0px;
	top: 550px;
	visibility: visible;}


