body {
	background: url(img/bg.jpg) repeat top left;
	position: relative;
	font: 12px Arial, sans-serif;
	color: black;
	width: 100%;
}

img {
	border: 0px;
}

h1 {
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}

#homeLink {
	position: absolute;
	top: 5px;
	left: 30px;
	width: 250px;
	height: 150px;
	cursor: pointer;
	z-index: 1000;
}

#cartlink {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}

#header {
	background: url(img/header.gif) no-repeat top left;
	width: 900px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#nav {
	position: absolute;
	top: 95px;
	left: 305px;
}

#body {
	background: url(img/content_back.gif) repeat-y top left;
	width: 900px;
	min-height: 400px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 5px 0px 5px 0px;
	position: relative;
}

#footer {
	background: url(img/footer.gif) no-repeat top left;
	width: 900px;
	height: 75px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	padding-top: 50px;
	text-align: center;
	color: white;
}

#navCell {
	position: absolute;
	top: 0px;
	left: 0px;
}

#navCell img {
	border: 0px;
	margin-bottom: 5px;
}

#postBot {
	position: absolute;
	left: 175px;
	bottom: 5px;
}

a {
	color: #707c64;
	text-decoration: none;
}

a.info {
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none;
}

a.info:hover {
	z-index:25;
	text-decoration: none;
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:15px; 
    left:0px;
    padding: 0px;
    width:200px;
    border:1px solid #000;
    border-top: none;
    background-color:#cccaaa;
    text-align: left;
    color: #000;
}
