html{
	height:100%;
}

body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color:#fff;
	font-family:verdana,geneva,serif;
}

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;
}

#leftFooter{
	font-size: x-small;
	line-height:120%;
	color:#fff;
	text-align: right;
	margin:40px 10px 0 0;
	font-weight:bold;
}

#rollOverTitle {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	line-height: 80%;
	background-color: transparent;
	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: 120%;
	text-decoration: none;
	text-align: center;
	display: inline;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 4px 6px 2px;
	border-top: medium solid #900;
	border-right: 2px solid #900;
	border-left: 2px solid #900
	}


.contentLayer, .hiddenContentLayer {
	background-color: #fff;
	margin-right: 20px;
	padding: 12px;
	position: absolute;
	top: 100px;
	left: 250px;
	width: auto;
	border: solid 2px #c00
	}


.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;
}

