body {
   background: #F3F3F3 url(../images/bluebar.jpg) repeat-x;
  margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	 padding: 0 0 70px 0;
	/* bottom padding is height of #bottomFrame */
}

#bottomFrame {
  height: 82px; 
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  
  }
/* hide from mac ie5 \*/
#bottomFrame {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body #bottomFrame {
  position: fixed;
  }
#bodyContent {
  width: 100%;
  margin: 0;
  }
.borderblue {
	border: 1px solid #3E4E5E;
}
.menu {
	color: #FFFFFF;
	font-size: 11px;
}
.submenu {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 17px;
}
td.menu a:link {color: #FFFFFF;}
td.menu a:visited {color: #FFFFFF;}


.list6 {padding-bottom:6px; }
h3+ul > li {padding-bottom:6px; }

ol > li {padding-bottom:6px; }

.horizrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E4E5E;
	margin-top: 20px;
	padding-bottom: 9px;
	
}

.menubkgd {
	background-image: url(../images/menu-bkgd.gif);
	background-repeat: no-repeat;
}
.hotproductbkgd {
	background: transparent url(../images/hotproduct.gif) no-repeat 50% 0;
}
.hotproduct {
	padding-left: 5px;	
	padding-right: 5px;	
	margin-top: 15px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.piasbkgd {
	background-image: url(../images/playitagain.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.hometext {
	font-size: 14px;
	line-height: 18px;
	color: #3E4E5E;
	background-image: url(../images/checkusout.gif);
	background-repeat: no-repeat;
	background-position: 130px 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.homemenubkgd {
	background-image: url(../images/homemenu-bkgd.gif);
	background-repeat: no-repeat;
}
.padding {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.errorBox 
{
    border: 2px solid #f00;
    padding: 5px;
    margin: 10px;
}
.successBox 
{
    border: 2px solid #0f0;
    padding: 5px;
    margin: 10px;
}