body
{
	background-image: url('/images/background.jpg');	
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: small;
}

h1
{
	font-weight: lighter;	
}

.page
{
	padding: 0;
	margin: 0;	
}

.zero
{
	background-image: url('/images/top2.gif');	
	background-position: left top;
	background-repeat: no-repeat;
	
}

.left
{
	background-image: url('/images/menuknife2.gif');	
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	margin-top: 109px;
	margin-left: -2px;
}
.main
{
	padding-top: 50px;
	margin-left: 150px;
	width: 580px;
	min-width: 580px;
	max-width: 580px;
}

.main a:link, .main a:active, .main a:visited
{
	color: Blue;
	text-decoration: none;
}

.main a:hover
{
	color: Blue;
	text-decoration: underline;	
}

.menu
{
	margin-top: 2px;
	margin-left: 10px;	
	color: White;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

.menu a:link, .menu a:active, .menu a:visited
{
	color: white;
	text-decoration: none;	
}
.menu a:hover
{
	text-decoration: underline;	
}

.menuDarkLetters
{
	color: Black;	
}

.ProductList
{
	width: 570px;
	min-width: 570px;
	max-width: 570px;
}

.ProductItem
{
	width: 250px;
	min-width: 250px;
	max-width: 250px;	
	padding: 10px 10px 10px 10px;	
	vertical-align: top;
}

.ProductItem h2
{
	font-size: 14pt;
	font-weight: normal;
}

.ProductItem p
{
	
}

.Invisible
{
	display: none;	
}

.Visible
{
	display: inherit;	
}

.SevedImage
{
	padding-left: 15px;
	padding-right: 15px;
	float: right;	
}

.hitcounter
{
	margin-left: 12px;	
}

.madeBy
{
	margin-left: 300px;
	font-size: x-small;	
}

.madeBy a:link, .madeBy a:active, .madeBy a:visited
{
	color: Blue;
	text-decoration: none;	
}
.madeBy a:hover
{
	text-decoration: underline;	
}


