﻿body
{
	font-family: Verdana; font-size: 12px;
	background-image: url('background.jpg');
}
h1
{
	font-size: 20px;
	font-weight: bold;
}
h2
{
	font-size: 15px;
	font-weight: bold;
}

h3
{
	font-size: 13px;
	font-weight: bold;	
}

td, th
{
	vertical-align: top;
	text-align: left;	
}

a, a:hover, a:visited, a:active
{
	color: Black;
	text-decoration: none;	
	letter-spacing: 1px;
}

a img
{
	border-width: 0px;	
}

img.productimage
{
	max-height:500px;
	max-width:500px;
}

img.productimagesmall
{
	max-height:118px;
	max-width:151px;
}

/*
a img
{
	border: solid 1px black;
}
*/

div.header
{
	background-color: #FFFFFF;
	position: absolute;
	left: 100px;
	top: 30px;
	width: 919px;
	height: 170px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
}

div.leftnavigation
{
	background-color: #FFFFFF;
	position: absolute;
	left: 100px;
	top: 200px;
	width: 220px;
	height: 500px;
	border-left: solid 1px black;
}

div.leftnavigation td:hover
{
	background-color: White;
}
div.leftnavigation td
{
	width: 200px;
	height: 20px;
	margin-bottom: 40px;
	background-color: #EEEEEE;
}

div.content
{
	background-color: #FFFFFF;
	position: absolute;
	left: 320px;
	top: 200px;	
	width: 700px;
	height: 500px;
	overflow: auto;
	border-right: solid 1px black;
	
}

div.footer
{
	background-color: #FFFFFF;
	position: absolute;
	left: 100px;
	top: 700px;
	width: 919px;
	height: 20px;
	text-align: center;
	letter-spacing: 2px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	margin-bottom: 20px;
}
