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

/* rest mininal values*/
h1,h2,h3,h4,h5,h6{margin:0;padding:0; }
a img{ border:none; }

/* html entities */
html {
	font-size:67.5%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #61090C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p {
	font-size:1.2em;
}


/* header styles */

#header_wrapper {
	width: 100%;
	background: #5a6b69 url(../images/header_wrap_bg.jpg) repeat-x ;

}

#header {
	margin: 0 auto;
	width: 800px;
	height: 77px;
	overflow:hidden;
	position:relative
}

#header form {
	background: url(../images/search_tab.png) no-repeat;
	padding: 5px 0 0 0;
	overflow: hidden;
	position: absolute;
	top:54px;
	right: 0;
	white-space: nowrap;
	width: 211px;
	height: 21px;
	} 
	
#header label {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	}
	
#search_field {
	background: none;
	border: 0;
	color: #666666;
	font: 10px Arial, sans-serif;
	float: left;
	margin: -11px 5px 0 15px;
	padding: 3px 0 0;
	position: absolute;
	width: 160px;
	}
	
#search_button {
	display: inline;
	float: right;
	margin: -14px 7px 0 0;
	}



/* navbar styles */

#menu_wrapper {
	width: 100%;
	background: #5a6b69 url(../images/menu_wrap_bg.jpg) repeat;
}


#menu {
	margin: 0 auto;
	width: 800px;
	height: 30px;
}

/* main nav bar */
#reanav{
	display:block;
	height:30px;
	font-size:1.1em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#reanav ul {
  width:auto;
  margin:0;
  padding:0;
  list-style:none;
  }

#reanav ul li{
  	margin:0;
  	padding:0;
	display:block;
	float:left;	
	}


#reanav ul li a{
	display:block;
	float:left;
	color:#ede29e;
	text-decoration:none;
	text-align:center;
	background:url(../images/menu2.jpg) repeat-x 0px -60px;
	border-right: 1px solid #4a1211;
	border-left: 1px solid #4a1211;
	width:auto;
	padding-left:20px;
	padding-right:20px;
	height:30px;
	line-height: 30px;
}


#reanav ul li a:hover{
	color:#fff;
	background:url(../images/menu2.jpg) repeat-x 0px -30px;
	border-right: 1px solid #8c0009;
	border-left: 1px solid #8c0009;
}

#reanav ul li a.current{
	color:#CCCCCC;
	background:url(../images/menu2.jpg) repeat-x 0px 0px;
	border-right: 1px solid #909896;
	border-left: 1px solid #909896;
}

/* Sub nav bars */
.subnav_wrapper {
	clear:both;
	width: 100%;
	background: #5a6b69 url(../images/content_wrap_bg.jpg) repeat-y center top;
}

.subnav {
	margin: 0px auto -1px;
	width: 800px;
	background-color: #293131;
}

.reaSnav{
	display:block;
	height:2em;
	font-size:1em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #516b69;
}

.reaSnav ul{
   width:auto;  
   margin:0;
   padding:0;
   list-style:none;
   }

.reaSnav ul li{
  margin:0;
  padding:0;
  float:left;
}

.reaSnav ul li a{
	float:left;
	color:#ede29e;
	text-decoration:none;
	text-align:center;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	line-height: 20px;
	border-right: 1px solid #909896;
}


.reaSnav ul li a:hover{
	color:#fff;
	background-color:#5a6265;
}

.reaSnav ul li a.current{
	color:#CCCCCC;
	/*border-right: 1px solid #909896;
	border-left: 1px solid #909896;*/
	background-color:#16191d;

}

.lighter {
	background-color: #374242;
}
/* main content area styles */

#content_wrapper {
	clear:both;
	width: 100%;
	background: #5a6b69 url(../images/content_wrap_bg.jpg) repeat-y center top;
}


#content {
	margin: 0 auto;
	width: 800px;
}


/* footer styles */
#footer_wrapper {
	width: 100%;
}


#footer {
	margin: 0 auto;
	width: 800px;	
}

#footer .vcard {
	background: url(../images/footer_vcard.gif) repeat-x left bottom;
	float: right;
	padding: 20px 20px 30px 75px;
	text-align: right;
	color: #FFFFFF;
	}

#footer .vcard a {
	text-decoration:none;
	color:#FFFF66;
}

#footer .vcard a:hover {
	text-decoration:underline;
	color:#FF9933;
}
#footer .vcard a:active {
	text-decoration:none;
	color:#FFFF66;
}
#footer .vcard a:visited {
	text-decoration:none;
	color:#FFFF66;
}
	
#copyrgt {
	font: normal 1em Arial, Helvetica, sans-serif;
	padding-top: 10px;
	color: #FFFFFF;
}


#credit {
	font: normal 1em Arial, Helvetica, sans-serif;
	padding-top: 10px;
	color: #3f0000;
}

#credit a {
	text-decoration:none;
	color:#3f0000;
}

#credit a:hover {
	text-decoration:underline;
	color:#FF9933;
}
#credit a:active {
	text-decoration:none;
	color:#3f0000;
}
#credit a:visited {
	text-decoration:underline;
	color:#3f0000;
}



/* generic styles */
.left {
	float:left;
	}
	
.btext {
	font-weight:bold;
}

.padded {
	padding:15px;
	}

.clear {
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

#list {
	font-size:1.2em;
}

#list li {
	padding-bottom: .75em;
}

#hpCallOut {
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}

#hpCallOut img {
	padding-left: 5px;;
}

#list_tight {
	font-size:1.2em;
	list-style:none;	
}

#list_tight > li {
	margin-bottom: 1em;	
}

#list_tight > li + ul  {
	margin-bottom: 1em;
	margin-top: -1em;
}


/* table CSS */


#auction_table th.sortable, #auction_table th.sortable-text, #auction_table th.sortable-date, #auction_table th.sortable-keep, #auction_table th.sortable-date-dmy, #auction_table th.sortable-numeric, #auction_table th.sortable-currency, #auction_table th.sortable-sortByTwelveHourTimestamp, #auction_table th.sortable-sortIPAddress, #auction_table th.sortable-sortEnglishLonghandDateFormat, #auction_table th.sortable-sortScientificNotation, #auction_table th.sortable-sortImage, #auction_table th.sortable-sortFileSize {
	cursor: pointer;
	background: #CAE8EA url(../images/bg_header_sortable.jpg) no-repeat;
	padding: 8px 12px 4px 16px;
	}

#auction_table th {
	font: bold 10px/22px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 12px 4px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
	vertical-align: middle;
	}

#auction_table table {
	width: auto;
	padding: 0;
	margin: 0 auto 1.5em auto;
	border-left: 1px solid #C1DAD7;
	border-collapse: collapse;
	}

#auction_table tr[class="alt"] td { background: #F5FAFA url(../images/td_alt.jpg) no-repeat; }

#auction_table td {
	font: normal 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 12px 6px 12px;
	color: #4f6b72;
	}
	
#auction_table tr.alt {
	background: #F5FAFA;
	color: #797268;
	}

#auction_table td.lft { text-align: left; }

#auction_table th.forwardSort a,#auction_table th.reverseSort a {
	color: #000;
	outline: 0 none;
	}

#auction_table th.forwardSort { background: #CAE8EA url(../images/bg_header_down.jpg) no-repeat 0 0; }
#auction_table th.reverseSort { background: #CAE8EA url(../images/bg_header_up.jpg) no-repeat 0 0; }

#auction_table  th a {
	text-decoration: none;
	color: #4f6b72;
	}

#auction_table td a:hover {
	color: #a84444;
	border-bottom: 1px dotted #a80000;
	}

#auction_table td a {
	text-decoration: none;
	color: #239;
	}
	
#auction_table caption {
	padding: 0 0 5px 0;
	margin: 0 auto;
	width: auto;
	font: italic 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}
	
	
/* Image gallery */
#FrogJS{
	width: 770px;
	height: auto;
	_height: 500px;
	min-height: 500px;
	margin: 0 auto;
	}

#FrogJSCredit{
	text-align: right;
	font-size: 80%;
	color: #999;
	padding: 1px;
	}

#FrogJSCaption{
	text-align: center;
	line-height: 140%;
	}
	
/* Lot styles */
.lotTitle {color: #61090C}

.contactNote {
	font-size: 1em;
	font-style:italic;
}

.bid {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #293131;
}

.lot {
	font-size: 1.2em;
}

#back-to-top {
	width: 27px;
	height: 27px;
	display: block;
	position: fixed;
	bottom: 50%;
	right: 0px;
	background: url(../images/page-up.png) no-repeat 0 0;
	outline: 0 none;
	}
	
#back-to-top span { display: none; }

:focus {
	-moz-outline-style: none;
	outline: none;
	}

#smallthumb {
	width: 125px;
	text-align: center;
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
	
/* Home page styles */
.headline {
	text-align:center;
	color: #61090C;
	font-size: 2.2em;
	font-weight:bold;
	}

.headline2 {
	text-align:center;
	color: #61090C;
	font-size: 2.2em;
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
.catlink {
	text-align:center;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	}


.preview {
	text-align:center;
	color: #61090C;
	padding-top: 10px;
	font-size: 1.5em;
}
.note {
	font-size:.9em;
	font-style:italic;
	text-align:center;
	margin-top: 0px;
	padding-bottom:5px;
	}
	
.result {
	font-weight:bold;
	color: #FF0000;
	}
/*Auction main page */
#catalog-request {
	float:left;
	width: 300px;
}

.right_col {
	float:left;
	width: 460px;
	margin-right: 10px;
	}

/*Email sign up*/

.signUptext a {
	color: #61090C;
	font-size: 1.2em;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height: 2em;
	text-decoration: none;
} 
.signUptext a:visited {	color: #61090C;}
.signUptext a:hover,a:focus { color: #61090C; text-decoration: underline;}
.signUptext a:active {}
	
#signfrm label {
	font-weight:bold;
}

#signfrm {
	text-align:center;
	border-top: 1px solid #61090C;
	background-color:#f6f6f6;
	padding-bottom: 10px;	
}


	
/*site search */
	
.sp2_info {font-style:normal; font-size:1.4em; text-decoration:none; color:#000000; font-weight:bold;}
.sp2_title { margin: 0px; padding: 0px;}
.sp2_title a:link, .sp2_title a:active, .sp2_title a:visited {font-family:Arial; font-style:normal; text-decoration:none; color:#61090C; font-weight:bold;}
.sp2_title a:hover {font-family:Arial; font-style:normal; text-decoration:underline; color:#61090C; font-weight:bold; }

.sp2_result {font-family:Arial; font-style:normal; text-decoration:none; color:#000000; font-weight:normal; margin: 0px; }
.sp2_select {font-family:Arial; font-style:normal; text-decoration:none; color:#990000; font-weight:bold; }
.sp2_address a:link, .sp2_address a:active, .sp2_address a:visited {
	font-family:Arial;
	font-size: .9em;
	font-style:normal;
	text-decoration:none;
	color:#405251;
	font-weight:normal;
}

.sp2_address a:hover {
	font-family:Arial;
	font-size: .9em;
	font-style:normal;
	text-decoration:underline;
	color:#405251;
	font-weight:normal;
	}

.sp_unit {
	padding-bottom: 2px;
	padding-top: 10px;
	border-bottom: 1px dashed #e6e6e6;
}

.sp2_page {font-family:Arial; font-style:normal; text-decoration:none; color:#000000; font-weight:normal; }
a.sp2_page:link,a.sp2_page:active,a.sp2_page:visited {font-family:Arial; font-style:normal; text-decoration:underline; color:#000000; font-weight:normal; }
a.sp2_page:hover {font-family:Arial; font-style:normal; text-decoration:underline; color:#000000; font-weight:normal; 	}
.sp2_nowpage {font-family:Arial; font-style:normal; text-decoration:none; color:#a90a08; font-weight:bold; 	}


.testimony {    
width:100%;
background-image: url(../images/l_quote2.gif);
background-repeat: no-repeat;
background-position: left top;
margin:0;
position:relative;
}  

.testimonial {
	width:90%;
	padding:10px 30px 0px;
	background-image: url(../images/r_quote2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color:#666666;
	position:relative;
	font: italic 1.5em "Times New Roman", Times, serif;
}

.testaments {
	margin: 5px 0px 20px;
}


.testimony2 {    
width:100%;
background-image: url(../images/l_quote.gif);
background-repeat: no-repeat;
background-position: left top;
margin:0;
position:relative;
}  

.testimonial2 {
	width:80%;
	padding:20px 60px 5px;
	background-image: url(../images/r_quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color:#666666;
	position:relative;
	font: italic 1.5em "Times New Roman", Times, serif;
}

p.caption {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	font: italic 1.2em "Times New Roman", Times, serif;
}

#timeline_content {
	clear:both;
	min-height: 300px;
	padding: 20px;
	background:url(../images/timeline_bg.jpg) repeat-x left top;
}

.skipyears {
	width: 770px;
	height: 30px;
	margin: 0;
	padding: 0;	
	list-style:none;
	background: #580E0F url(../images/menu_wrap_bg.jpg);
}

.skipyears li {
	padding: 0;
	margin:0;	
	display:block;
	float:left;
	text-align:center;
	font: bold 12px/30px Georgia, "Times New Roman", Times, serif;
}


.skipyears li.intro {
	padding: 0 10px;
	color:#FFFFFF;
}

.skipyears select {
	margin-top: 5px; !important
}

.skipyears li a {
	display:block;
	float:left;
	color:#ede29e;
	text-decoration:none;
	text-align:center;
	background:url(../images/menu2.jpg) repeat-x 0px -60px;
	border-right: 1px solid #4a1211;
	border-left: 1px solid #4a1211;
	width:auto;
	padding-left:20px;
	padding-right:20px;
	height:30px;
	line-height: 30px;

}

.skipyears li a:hover {
	color:#fff;
	background:url(../images/menu2.jpg) repeat-x 0px -30px;
	border-right: 1px solid #8c0009;
	border-left: 1px solid #8c0009;
}




/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac*/
/* ie hacks */	
	

