﻿/* CSS layout */

table.main {
    background-image: url('back.gif');
    border-style: solid;
	border-width: 0px;
	top:0px;
    bottom:0px;
	width: 100%;
	height:100%;
	z-index: 1;
	left: 0px;
}
body{
	margin: 0px;
	padding:0px;
	height:100%;
}
#content{	
		font-size: 11pt;
}
#bottom {
	color: #950A1E;
	font-size: 10pt;
	text-align: center;
	height: 45px;
	vertical-align: bottom;
}

.style1 {
	height: 800px;
	width: 264px;
	background-color: #940A1E;
	text-align:center;
}
.logo {
position:fixed;
padding:5px;
left:0px;
top:0px;
	width: 252px;
	height: 93px;
}
.menu {
	z-index: 3;
	left: 30px;
	top: 120px;
	position: fixed;
    height: 114px;
	width: 213px;
	font-size: 12pt;
	font-family: "Courier New", Courier, monospace;
	text-align:left;
}
.menu #current {
	color: #FFFFFF;
	font-weight: bold;
}
.menu :link {
	color: #C0C0C0;
	text-decoration: none;
}
.menu :visited {
	color: #C0C0C0;
	text-decoration: none;
}
.menu :hover {
	color: #FFBF00;
	font-weight: bold;
}
.highlite {
	color: #FFBF00;
	font-weight: bold;
}
#nextprod {
	z-index: 1;
	left: 40px;
	top: 240px;
	position:fixed;
	height: 168px;
	width: 131px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFBF00;
}
#fooltext {
	color:white;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	vertical-align: top;
	text-align:left;
	margin-top: 25px;
	position:fixed;
	left: 0px;
	padding-left: 20px;
	width: 230px;
	z-index: 2;
	top: 430px;
}
.currentpic {
	width: 207px;
	height: 142px;
	float: left;
	margin: 10px;
}


