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

/*- +colors 
beige: #fafaee//#F2EFD8//#EAE7D1
dk beige: #eae9d9
borders: #a5a184//#B9B99D(green)//#BAAB8E(brown)
med green: ##B9B99D
dk green: #708363
dark brown: #4D3410


-*/


/*- +reset -*/
/*- +fonts -*/
/*- +structure -*/
/*- +navigation -*/


/*- +reset -*/


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table,*/ caption,/* tbody, tfoot, thead, tr, th, td*/ { /*-- note: removed table refs because of conflict with AuctionZip--*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/




/*- +fonts -*/

body {
	font: normal 62.5%/1.25em "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #333;
	}
h1#rep {
	height: 177px;
	text-indent: -9999px;
	background: transparent url(i/header-v9.gif) no-repeat center;
	margin: 0px;
	padding: 0px;
	width: 960px;
	}
h2 {
	font: bold normal 2.4em/1.6em Tahoma, Arial, sans-serif;
	text-align: left;
	margin: 0px 15px 0;
	color: #444;
	padding-bottom: 10px;
	}
h2.tight {
	line-height:1.2em;
	margin-bottom: 0.5em;
	margin-top: 7px;
	}
h3 {
	font-size: 1.8em;
	text-align: left;
	line-height: 1.275em;
	font-weight: bold;
	margin: 1.2em 15px 0.1em;
	color: #4C3411;
	}
h4 {
	font-size: 1.3em;
	margin: 1.2em 15px 0.3em;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #4C3411;
	}
h4.block {
	font-size: 1.2em;
	margin: 1.2em 15px 0.3em;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	background: url(i/block.gif) no-repeat left;
	padding-left: 15px;
}
p {
	font-size: 1.2em;
	margin: 0 15px 1.4em;
	line-height: 1.475;
	text-align: left;
	}
/*-- structure--- */
body {
	background: url(i/29-brown-dk.gif) repeat;
	text-align:center;
	height:100%;
	}
#container {/*--centering on page and holding whole website --*/
	width: 960px;
	margin: 0 auto;
	text-align:left;
	border-top: 1px solid #A7A67C;
	border-right: 1px solid #472F0E;
	border-bottom: 1px solid #484742;
	border-left: 1px solid #726F68;
	}
#topbanner {/*--containing quote -*/
	margin: 0 auto 10px auto;
	height: 70px;
	width: 960px;
	padding: 0px;
	}
#topbanner, #footer {/*-transparency -*/
	filter: alpha(opacity=55); /* internet explorer */
	-khtml-opacity: 0.55;      /* khtml, old safari */
	-moz-opacity: 0.55;       /* mozilla, netscape */
	opacity: 0.55;           /* fx, safari, opera */
	background-color: #000;
	}
#topbanner p {/*--quote--*/
	color: #CFCF9A;
	font-size: 1.1em;
	line-height: 1.4em;
	width: 960px;
	margin: 0px;
	position:relative;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}
#topbanner .author {/*--quote author--*/
	color: #989872;
}



#header {
	height: 177px;
	width: 960px;
}
#container #main { /*--holds center col content--*/
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
	background: #fafaee;
	}
#onecol #main {
	background: #fafaee url(i/colsides1col.gif) repeat-y center;
}
#onecol #singlecol {
	width: 880px;
	display: inline;
	float: left;
	margin-left: 41px;
}
#twocol #main {/*--2 col background --*/
	background: #fafaee url(i/colsides2.gif) repeat-y center;
}
#threecol #main { /*-- 3 col background--*/
	background: #fafaee url(i/colsides.gif) repeat-y center;
}

#coltops { /*-- holding col top img --*/
	width: 960px;
	padding: 0;
	background: #fafaee;
	position: relative;
	margin: 0px;
}
#coltops img {
	margin-left: 35px;
	display: block;
	padding-top: 20px;
}
/*--3 col setup --*/
#threecol #main-body { /*-- float containing left and center cols in 3col layout --*/
	float: right;
	width: 580px;
	display: inline;
	margin-right: 41px;
}
#threecol  #centercol  {
	width: 280px;
	float: left;	
}
#threecol #rightcol  {
	float: right;
	width: 280px;
}
#threecol  #leftcol   {
	float: left;
	width: 280px;
	display: inline;
	margin-left: 41px;
}




/*-- 2 col setup --*/
#twocol  #widecol  {
	float: right;
	width: 580px;
	margin-right: 40px;
	display: inline;
	margin-top: 0px;
}
#twocol #leftcol {
	float:left;
	width: 280px;
	margin-left:40px;
	display:inline;
	margin-top: 0px;
	}

	
#colbots {/*-- holding col bottom img--*/
	padding: 0px 0px 20px;
	width: 960px;
	clear: both;
	background: #fafaee;
}
#colbots img {
	margin-left: 35px;
}

/*--Footer-----------------*/
	
#footer {
	background: #000;
	clear:both;
	width: 960px;
	height: 100px;
	}
/*--footer transparency declared with #header rule--*/

#footer p {
	color: #ADADA5;
	text-align: left;
	margin: 0;
	padding: 0px;
	font: bold normal 1.1em/1.3 Tahoma, Arial, sans-serif;
	letter-spacing: 0.01em;
}
#footer .footercol {
	display: inline;
	float: left;
	width: 250px;
}
#footcontainer {
	margin-top: 15px;
	margin-left: 120px;
	float: left;
	display: inline;
	width: 760px;
}
#bottombanner {
	margin: 10px auto;
	width: 960px;
	background: url(i/bottombg.png) repeat-x;
	height: 100px;
	clear: both;
}
#main /*--#main img {
	float: left;
	border: 1px solid #555;
	margin-left: 12px;
	margin-right: 12px;
	display: inline;
	width: 250px;
	}-*/
 img 
	{
	}
#main .photobox {
	float: left;
	width: 250px;
	display: inline;
	margin: 5px 15px 15px;
}
#main .floatleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
#main  .photobox  img  {
	border: 1px solid #777;
	}
#main  .photobox  img.noborder  {
	border: none;
}

#main .photobox p {
	width: 250px;
	margin: 0px;
	color: #4C3411;
}
#main .gallerybox {
	float: left;
	width: 250px;
	display: inline;
	margin: 5px 26px 15px 15px;
}
#main .gallerybox img {
	border: 1px solid #777;
	width: 250px;
}
#main .gallerybox p {
	width: 250px;
	margin: 0px;
	color: #4C3411;
}
.galleryrow {
	clear: both;
}
.pc {
  padding: 0.2em;
  width: auto;
  border-top: none;
  border-right: 1px inset #999;
  border-bottom: 1px solid #999;
  border-left: 1px inset #999;
  color: #666;
}
.pc p {text-align: left;}

/*--#main img {
	border: 1px solid #4C3411;
	float: left;
	padding: 0px;
	display: inline;
	margin: 8px 12px;
}--*/

 /* *** Float containers fix:
http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/#comment22 */ 
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {/*--ie7--*/
    display:inline-block;
}
.clearfix {/*--ie7--*/
    display:block;
}
* html .clearfix { /*--for ie6--*/
    height:1px;
}
#leftcol .photobox {
	margin-top: 1em;
}
#leftcol .photobox p {
	padding-bottom: 20px;
}
#leftcol .photobox #slides {
	width: 252px;
	height:201px;
	margin:0;
	padding:0;
	position:relative;
	border: 1px solid #222;
}
#leftcol .photobox #slides img {
	width: 252px;
	height: 201px;
	top:0;
	left:0;
	position:absolute;
	}
#centercol .photobox {
	margin-top: 1em;
}
#centercol .photobox #auctionslides {
	width: 252px;
	height:201px;
	margin:0;
	padding:0;
	position:relative;
	border: 1px solid #222;
}
#centercol .photobox #auctionslides img {
	width: 252px;
	height: 201px;
	top:0;
	left:0;
	position:absolute;
}
#rightcol .photobox {
	margin-top: 1em;
}
#rightcol .photobox #kuhnleslides {
	width: 252px;
	height:201px;
	margin:0;
	padding:0;
	position:relative;
	border: 1px solid #222;
}
#rightcol .photobox #kuhnleslides img {
	width: 252px;
	height: 201px;
	top:0;
	left:0;
	position:absolute;
}


/*-- +Links --*/
a:link {
	color: #4C3411;
	text-decoration: none;
	border-bottom: 1px dashed #4C3411;
	}
a:active {
	color: #111;
	border-bottom: 1px solid #111;
	}
a:hover {
	border-bottom: 1px solid #555;
	}
 a:visited {
	color: #888;
	border-bottom: 1px dotted #bbb;
	}

/*-- +Lists --*/

ul.text {
	padding-left: 25px;
	padding-bottom: 20px;
}
ul.text ul {
	padding-left: 30px;
}
ul.text li {
	font-size: 1.2em;
	line-height: 2em;
	list-style: square inside;
	background: url(none);
}
ul.text li a:link {
	color: #4C3411;
	text-decoration: none;
	border-bottom: 1px dashed #4C3411;
}
ul.text li a:hover {
	border-bottom: 1px solid #555;
}
ul.text li a:visited {
	color: #888;
	border-bottom: 1px dotted #bbb;
}
ul.text li a:active {
	color: #111;
	border-bottom: 1px solid #111;
}
/*---LINK LIST---*/
ul.links {
	margin-left: 15px;
}
ul.links li {
	font-size: 1.2em;
	line-height: 2em;
	list-style: square inside;
}
ul.links li a:link {
	color: #4C3411;
	text-decoration: none;
	border-bottom: 1px dashed #4C3411;
}
ul.links li a:hover {
	border-bottom: 1px solid #555;
}
ul.links li a:visited {
	color: #888;
	border-bottom: 1px dotted #bbb;
}
ul.links li a:active {
	color: #111;
	border-bottom: 1px solid #111;
}
/*---JUMP TO LINKS (from top to specific part of page, where anchor link is---*/
ul.jumpto {
	padding-left: 25px;
	padding-bottom: 20px;
}
ul.jumpto li {
	color: #4C3411;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: square inside;
}
ul.jumpto a {
	color: #4C3411;
	text-decoration: none;
	}
ul.jumpto li a:link {
	text-decoration: none;
	border-bottom: 1px dashed #4C3411;
}
ul.jumpto li a:hover {
	color: #000;
	border-bottom: 1px solid #555;
}
ul.jumpto li a:visited {
	color: #4C3411;
	border-bottom: 1px dashed #4C3411;
}
ul.jumpto li a:active {
	border-bottom: 1px dashed #4C3411;
}

/*---BACK TO TOP---*/
p.backtotop  {
	background: url(i/uparrow.gif) no-repeat left bottom;
	padding-left: 15px;
}
ul.checks {
	padding-left: 25px;
	padding-bottom: 20px;
	padding-top: 20px;
}
ul.checks li {
	font-size: 1.2em;
	line-height: 2em;
	list-style: url(i/checkmark.gif) none outside;
	text-decoration: none;
	margin-left: 10px;
}

/*--AUCTION LISTINGS PAGE ONLY--*/

/*#singlecol #az_show_feed {
	width: 600px;
	margin: 0px 15px;
}*/

#singlecol #auctionlistings {
	width: 650px;
	margin: 20px 50px 50px;
	line-height: 1.3;
	}
#leftcol div.guam {
	margin-top: 1em;
	padding: 5px;
	width: 240px;
	border: 2px solid #444;
	margin-left: 15px;
	background: #F0F0F0;
	margin-bottom: 20px;
}
