.wrapper {
  margin: 0 auto;
  width: 810px;
  text-align: center;
  font: normal normal 10pt Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif;
}
body {
  margin: 0;
  text-align: center; 
  min-width: 810px;
}
.navigation {
  font-size:8pt;
  width:450px;
}
.productimage {
  border: 1px solid gray;
}
.itemblock {
  width: 190px;
  min-height: 250px;
  float: left;
  font-size: 8pt;
  padding: 50px 5px 0px 5px;
}
.imgwrap {
  min-height: 225px;
}
.textblock {
  background-color: #f8f3f8;
  padding-top:5px;
  width:190px;
  text-align:left;
}
.textblock a {
	height: 20px;
	line-height: 20px;
}
.specialtag {
	background-image: url(../img/online-special.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
