@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18pt;
}

.menu {
	width: 140px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	border-top: thick solid #000000;
	border-bottom: thin solid #000000;
	overflow: visible;
	background-color:#FFFFFF;
	margin-bottom: 8px;
	padding: 4px 0 4px 0;
}

.menu a {
	font-weight:normal;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu a:hover {
	color: #0000FF;
}

.product {
	float: left;
	width: 160px;
	text-align: center;
	height: 170px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product img {
	border: none;
}

.cat_thumbnail2 {
	width:75px;
	height:75px;
	background:#888888;
	border:1px solid #FFFFFF;
}
.cat_thumbnail {
	width:105px;
	height:105px;
	background:#888888;
	border:1px solid #FFFFFF;
}
.cat_gallery {
	width:105px;
	height:105px;
	margin:5px 20px 0px 0px;
	float:left;
}