/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#holder1	{
	position:relative;
	overflow:hidden;
	width:420px;
	height:500px;
	z-index:100;
	background-color: #F6F6F4;
	}
div#wn1	{
	position:absolute;
	left:0px;
	top:0px;
	width:420;
	height:500px;
	clip:rect(0px 413px 500px 0px);
	overflow:hidden;
	z-index:1;
	background-color: #FFFFFF;
	visibility: visible;
	}
/* op7 needs width set here too (?) */  
div#lyr1 { width:413px}
div.content {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color: #FFFFFF;
	visibility: visible;
  }  
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 {
	position:relative;
	left:0;
	top:0;
	width:12px;
	height:169px;
	font-size:1px;
	z-index:1;
	background-color: #C9C6B9;
  }
div#track1 {
	position:absolute;
	left:0;
	top:12px;
	width:11px;
	height:145px;
	background: #9C0A00 url(images/track.gif) repeat;
	z-index:1;
	background-color: #9C0A00;
	visibility: visible;
  }
div#dragBar1 {
	position:absolute;
	left:1px;
	top:1px;
	width:9px;
	background-color:#CD1100;
	z-index:1;
	height: 30px;
	visibility: visible;
	
  }  
div#up1 {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	visibility: visible;
}  
div#down1 {
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	visibility: visible;
}  


/* Styles for demo, not necessary for scrolling layers */  
body  { overflow:hidden; text-align:center }
body, td  {
	font: normal 10px/16px Verdana;
	color: #999999;
}  
.bold {
	color:#aec1cb;
	font: bold normal 10px/20px Verdana;
	
}	

th	{ font-size:1.4em; text-align:left }	

a {
	color:#aec1cb;
	font: normal 10px/20px Verdana;
	
}	

a:hover {
	color:#000000;
	font: normal 10px/20px Verdana;
	
}	

a:link, a:visited {
	color:#aec1cb;
	font: normal 10px/20px Verdana;
	
}	
a img { border:none }
p { margin: 0 0 .6em 0 }
h2 { font-size:1.2em; margin:0 0 .6em 0 }
h3 { font-size:1.1em; margin:0 0 .6em 0 }
div.content { text-align:left }
table.main {
	background-color:#FFFFFF;
	width:180px;
	margin:auto;
	text-align:left;
	border-top: 1px none #999;
	border-right: 1px none #999;
	border-bottom: 1px none #999;
	border-left: 1px none #999;
  }
  table.products {
	background-color:#FFFFFF;
	width:526px;
	margin:auto;
	text-align:left;
	border-top: 1px none #999;
	border-right: 1px none #999;
	border-bottom: 1px none #999;
	border-left: 1px none #999;
  }


table.border {
	
	border: 1px solid #CCCCCC;
  }

table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }
.bkg {
	background-image: url(../images/bkg.gif);
	background-repeat:  repeat;
}

