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;
	/* element height:100% requires html & body to have the same...  */
	height:100%;
	background-color:#3e72b8;
	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: small; line-height:120%; color:white; font-variant: small-caps; text-transform: uppercase; text-align: center; margin:95px 0 0; }

#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: #1f409a;
	text-decoration: none;
	background-color: #fff;
	padding-left: 0
	}



#menuNav{
	position:absolute;
	top:80px;
	left:250px;
	width:475px;
}

#menuNav a {
	color: #1f409a;
	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: 2px solid #1f409a;
	border-right: 2px solid #1f409a;
	border-left: 2px solid #1f409a
	}


.contentLayer, .hiddenContentLayer { background-color: #fff; margin-right: 20px; padding: 12px; position: absolute; top: 100px; left: 250px; width: auto; border: solid 2px #3e72b8
	  }


.contentLayer a,.hiddenContentLayer a{
	color:#1f409a;
	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;
}
