@import url("lightbox.css");

body {
	cursor: default;
	margin: 0;
	font: normal 8pt georgia, times, serif;
	color: #000;
}

a, a:visited {
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #336699;
}
a.on, a.on:visited {
	color: #800000;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font: bold 11.5pt georgia, times, serif;
	letter-spacing: 0.8px;
}
h2 {
	font: bold 11pt georgia, times, serif;
	letter-spacing: 0.8px;
}
p, li {
	font: normal 10pt/16pt georgia, times, serif;
	letter-spacing: 0.8px;
}

.high {
	font-weight: bold;
}

.placer {
	background: #fff url("../images/back.gif") -575px -225px no-repeat;
}

#logo { width: 235px; height: 100px; padding: 30px 0 50px 30px; }
#logo h1, #logo h1 a { width: 235px; height: 100px; margin: 0; }
#logo h1 { background: transparent url("../images/logo.gif") no-repeat; }
#logo h1 a { display: block; text-indent: -9999px; }

.nav {
	margin-left: 30px;
}
.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav li {
	white-space: nowrap;
	float: left;
	font-size: 30px;
	height: 30px;
	padding: 0;
	margin: 0 20px 0 0;
}
.nav li a, .nav li a:visited, .nav li a.on {
	font: bold 8.5pt georgia, times, serif;
	text-transform: uppercase;
}
.nav li a.on {
	color: #800000;
}

.sep {
	clear: both;
	background: #fff url("../images/div.gif") repeat-x;
}

.body {
	background-color: #fff;
	clear: both;
	padding: 10px 50px 20px 50px;
}

.body ul {
	list-style: square;
	padding-left: 20px;
}

.gplacer {
	width: auto;
}

.gitem {
	float: left;
	width: 155px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
	font-size: 7.5pt;
	margin: 0 0 0 20px;
}
.gitem img {
	width: 155px;
	height: 116px;
	border: none;
	margin-bottom: 5px;
	background-color: #fff;
	background-position: left center;
	background-repeat: no-repeat;
}
.gitem .ttl {
	font-size: 9pt;
	font-weight: bold;
}
.gitem .mat, .gitem .price {
	font-size: 8.5pt;
}

.clear {
	clear: both;
}

.footer {
	clear: both;
	color: #808080;
	line-height: 10pt;
	padding: 50px 0 25px 20px;
}
.footer a img {
	padding-bottom: 5px;
}
.footer a, .footer a:visited {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.stats {
	display: none;
}