* {
	margin: 0;
	padding: 0;
}
body {
	font: 75% Verdana, sans-serif;
}
#wrap {
	width: 755px;
	margin: 0 auto;
	position: relative;
}
.clear {
	clear: both;
	height: 0px;
	visibility: hidden;
}
a img, a:visited img {
	border: none;
}


/*
	TOP
*/
#topmenu li {
	float: left;
	margin: 0 6px;
	list-style: none;
	width: 175px;
	background-color: #999;
}
#topmenu li a, #topmenu li a:visited {
	display: block;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#topmenu li.selected a, #topmenu li.selected a:visited {
	background-color: #666;
}
#topmenu li a:hover, #topmenu li a:visited:hover {
	text-decoration: underline;
}


/*
	HEADER
*/
#logo {
	width: 175px;
	margin: 10px 6px;
	background-color: #666;
	height: 70px;
	text-align: center;
	float: left;
}
#logo h1 {
	padding-top: 8px;
	color: #fff;
	font-size: 180%;
}
#logo h1 a, #logo h1 a:visited {
	color: #fff;
	text-decoration: none;
}
#nextauction {
	width: 175px;
	margin: 10px 6px;
	background-color: #f00;
	height: 70px;
	text-align: center;
	float: left;
}
#nextauction h1 {
	padding-top: 8px;
	color: #fff;
	font-size: 180%;
}
#nextauction h1 a, #nextauction h1 a:visited {
	color: #fff;
}
#title {
	width: 549px;
	margin: 10px 6px;
	background-color: #F00;
	height: 70px;
	text-align: center;
	float: left;
}
#title h2 {
	padding-top: 20px;
	color: #fff;
	font-size: 180%;
}
#banner {
	width: 549px;
	margin: 10px 6px;
	background-color: #EDEDED;
	height: 70px;
	float: left;
}
#banner span {
	display: block;
	padding: 5px 0 0 5px;
}


/*
	SEARCHBAR
*/
#search {
	width: 175px;
	float: left;
	margin: 0 6px;
}
#printlist {
	width: 549px;
	float: left;
	margin: 0 6px;
	background-color: #999;
}
#printlist p {
	padding: 5px;
	color: #fff;
}
#marquee {
	width: 548px;
	float: left;
	margin: 0 6px;
}
#marquee, #marquee a, #marquee a:visited {
	color: #f00;
	font-style: italic;
}
#printlist .nextauction {
	background-color: #f00;
	float: right;
	text-align: center;
	font-weight: bold;
	border-left: 10px solid #fff;
}
#printlist a, #printlist a:visited {
	color: #fff;
}
#printlist a span, #printlist a:visited span {
	color: #f00;
	font-weight: bold;
}



/*
	MENU
*/
#categories {
	width: 175px;
	float: left;
	margin: 10px 6px;
}
#categories li {
	display: inline;
	list-style: none;
}
#categories li a, #categories li a:visited {
	background-color: #EDEDED;
	display: block;
	margin-bottom: 2px;
	padding: 5px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#categories li.selected a, #categories li.selected a:visited {
	color: #fff;
	background-color: #f00;
}
#categories li.latearrivals a, #categories li.latearrivals a:visited {
	color: #fff;
	background-color: #999;
}
#categories li a:hover, #categories li a:visited:hover {
	color: #fff;
	background-color: #f00;
}


/*
	CONTENT
*/
#contentwrap {
	background-color: #EDEDED;
	width: 549px;
	float: left;
	margin: 10px 6px;
}
#homepage #contentwrap {
	background-color: #fff;
}
#content {
	padding: 10px;
	color: #333;
}
#content h1 {
	font-size: 150%;
	margin: 0 0 0.3em 0;
}
#content h2 {
	font-size: 130%;
	margin: 1.5em 0 0.3em 0;
}
#content p {
	margin-bottom: 1em;
}
#content a, #content a:visited {
	color: #333;
}
.auction {
	text-align: center;
}
#content .auction h2 {
	margin-top: 0;
}
.downloads {
	text-align: center;
	margin-bottom: 1em;
	color: #fff;
	padding: 0 0 0 130px;
}
.flyer {
	width: 130px;
	height: 65px;
	background-color: #f00;
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
	font-size: 120%;
}
#content .flyer a, #content .flyer a:visited {
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	display: block;
}
.brochure {
	width: 130px;
	height: 65px;
	background-color: #f00;
	float: left;
	font-weight: bold;
	font-size: 120%;
}
#content .brochure a, #content .brochure a:visited {
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	display: block;
}
.not {
	background-color: #999;
}
.not span {
	padding-top: 5px;
	display: block;
	text-decoration: line-through;
}

/*
	AUCTIONS
*/
.auctionitem {
	margin-bottom: 1em;
}
.auctionitem .mainimage {
	float: left;
	width: 300px;
}
.auctionitem .information {
	width: 200px;
	float: left;
	margin-left: 15px;
}
#content .auctionitem .information h2 {
	margin: 0 0 0.5em 0;
	font-size: 120%;
}
.auctionitem .information .images img {
	margin: 0 5px 5px 0;
}


/*
	FOOTER
*/
#footer hr {
	height: 10px;
	color: #999;
	background-color: #999;
	margin: 5px 0;
	border: none;
}
#footer {
	text-align: center;
	font-weight: bold;
	color: #999;
	margin: 15px 0;
}
#footer a, #footer a:visited {
	color: #999;
}
#footer .links a, #footer .links a:visited {
	color: #666;
}


/*
	HOMEPAGE
*/
#manwiththehammer {
	position: absolute;
	right: 13px;
	top: 45px;
	height: 105px;
	width: 77px;
	background-image: url(/images/manmetdehamer.gif);
	background-repeat: no-repeat;
}


/*
	FORM
*/
table.form {
	margin-bottom: 1em;
}
table.form td, table.form th {
	vertical-align: top;
	text-align: left;
	padding: 3px 30px 3px 2px;
}
.form input.field {
	width: 250px;
	padding: 2px;
	font-size: 100%;
}
.form textarea.field {
	width: 250px;
	height: 150px;
	padding: 2px;
	font-size: 100%;
}
.error {
	padding: 5px 10px;
	border: 1px solid #800000;
	color: #800000;
	font-weight: bold;
}
.ticker {
	color: #800000;
	font-weight: bold;
}