@media screen	{
	body>div.menu	{
		position: fixed;
	}
}

body {
	background: url(pics/background.gif);
	font-family: cursive;
	font-size: 12px;
	padding-left: 150px;
	margin: 0, 0, 0, 0;
}

h1	{
	text-align: center;
	font-size: 21px;
}

h2	{
	font-size: 16px;
}

#title_logo	{
	font-size: 26px;
	vertical-align: 8px;
	display: inline;
}

div.main	{
	position: absolute;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 30px;
}

div.menu	{
	position: absolute;
	top: 0;
	left: 0;
        width: 150px;
        height: 100%;
	padding-top: 10px;
	padding-left: 10px;
}

.address	{
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.menuItem	{
	padding: 3px;
	margin: 2px;
	text-align: center;
	background: #202080;
	color: yellow;
	text-decoration: none;
	display: block;
}

.subMenuItem	{
	padding: 3px;
	margin: 2px;
	text-align: center;
	background: #202080;
	color: yellow;
	text-decoration: none;
	display: block;
	margin-left: 20px;
}

.subMenuItem:hover,
.menuItem:hover
{
	color: black;
	background: #ffcc33;
}

.h2Link	{
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

.h2Link:hover
{
	color: green;
}

.imgButton	{
	border-color: white;
}

.productData	{
	margin-top: 30px;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.productData td	{
	padding: 2px;
}

.bullets	{
	font-style: normal;
	font-weight: bold;
}

#table_zumpy	{
	border-collapse: collapse;
	border: 3px ridge;
	text-align: center;
	margin-bottom: 40px;
}

#table_zumpy tr th	{
	border: 1px ridge;
	border-bottom: 3px ridge;
	padding: 5px;
}

#table_zumpy tr td	{
	border: 1px ridge;
	padding: 5px;
}


