body
{
	background-color: #1d1c1c;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Arial;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

html>body #header, html>body #banner, html>body #footer
{
	width: 100%;
}

#container
{
	margin: 0 auto;
	width: 1000px;
	background-color: #3f3e3e;
	border-left: 1px solid #3f3e3e;
	border-right: 1px solid #3f3e3e;
	background-image: url('images/contentbg.png');
}

#header
{
	background-image: url('images/header.png');
	height: 36px;
}

#header ul
{
	padding: 0px 0px 15px 0px;
	margin-left: 610px;
	margin-top: 0px;
	height: 36px;
}

#header li
{
	position: relative;
	float: left;
	margin-right: 2.7em;
	padding: 10px 0px 10px 27px;
	list-style: none;
	text-transform: uppercase;
	font: Arial;
	font-size: 11px;
}

#header a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

#banner
{
	background-image: url('images/banner.png');
	height: 362px;
}

#footer
{
	background-image: url('images/footer.png');
	height: 26px;
	font: Tahoma;
	font-size: 10px;
	text-align: left;
}

#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

#content
{
	position: relative;
	top: -120px;
	text-align: left;
	padding: 15px 15px 15px 15px;
}

#searchbox
{
	text-align: right;
	margin-bottom: 10px;
}

.searchfield
{
	background: #9d9d9d url('images/magnifier.gif') no-repeat center left;
	width: 175px;
	padding: 1px 3px 1px 17px;
	margin: 5px 0px 5px 8px;
	border: 1px solid;
}

.productlistbox
{
	border: 1px solid #1d1d1d;
	margin-bottom: 10px;
}

.productlistbox h4, a
{
	font: Arial 12px;
}

.productlistbox p
{
	font-size: 10px;
}

img {
	border: 0px;
	z-index:20;
	}

a.info{
    position:relative; /*this is the key*/
	float: left;
    z-index:23;
    color:#00000;
	border: 0px;
    text-decoration:none}

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

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: 70px; width:200px;
    background-color:#ffffff; color:#000;
    text-align: center}
