html{ 	height:100%; }

body{ 	font-size: x-small; margin:8px 0 0 15px; padding:0; height:100%; width:100%; background-color:#DDD; font-family:verdana, geneva, serif;
		text-align:center; }

a img{	border:0px;  }


.nav {	margin-top:15px;
		text-align:center;}

#leftCol {
	position:absolute;
	top:0;
	left:0;
	width:210px;
	padding:0 0 0 0;
	/* element height:100% requires html & body to have the same...  */
	height:100%;
	background-color:#c00;
	background-image: url(../images/tile.gif);
	z-index:3;
}

h1#header {
	text-align: center;
	margin: 0;
	padding:0;
	vertical-align: middle;
}

#header a {
	font-size:30px;
	color: #fff;
	font-style: italic;
	text-decoration:none;
}



#rollOverTitle {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	line-height: 80%;
	background-color: transparent;
	background-image: url(../images/linkbg.gif);
	text-align: right;
	padding-top: 28px;
	padding-left: 40px;
	position: absolute;
	top: 5px;
	left: 210px
	}


#rollOverTitle span {
	color: #c00;
	text-decoration: none;
	background-color: #fff;
	padding-left: 0
	}



#menuNav{ position:absolute; top:80px; left:250px; width:475px;  }

#menuNav a { color: #900; font-size: small; line-height: 200%; text-decoration: none; text-align: center; margin: 0; display: inline; padding: 2px; border: solid 1px maroon; }

.contentLayer, .hiddenContentLayer { 
background-color: purple; margin-right: 4px; padding: 4px; 
border-color: orange #c00 #c00; 
border-style: solid; border-width: 0px; 
visibility:hidden;
}


.contentLayer a,.hiddenContentLayer a{ color:#900; text-decoration:none; }

.contentLayer a:hover, .hiddenContentLayer a:hover{
	text-decoration:underline;
}

.hiddenContentLayer {  visibility: hidden; }

.item{
	font-size:small;
	margin-bottom:10px;
}

h3{
	border-bottom:1px #666 solid;
	font-size:small;
	color:#666;
	line-height:120%;
	font-weight:bolder;
	margin-bottom:5px;
}

h3 .price{
	padding-left:4px;
	border-left:1px #666 solid;
}
p { color: silver; }

.black_overlay{display: none;position: absolute;top: 0%;left: 0%;width: 100%;height: 100%;background-color: black;z-index:1001;-moz-opacity: 0.8;opacity:.65;filter: alpha(opacity=65);}
.white_content {display: none;position: absolute;top: 25%;left: 25%;width: 50%;height: 50%;padding: 16px;border: 16px solid orange;background-color: white;z-index:1002;overflow: auto;}
.btntool{ background-color: gray; color: #fff; font-size: 12px; width: 40px; height: 17px; border: solid 1px gray; }