/* 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 {
	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;
}

hr {
	width:			622px;
	height:			1px;

	border:			none;
	border-top:		1px #DDDDDD dotted;

	background-color: none;

	margin:			0;

	overflow:		hidden;
}

/* KRUSE  */
.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clear_none {
	clear: none;
}

.clear_both {
	clear: both;
}

html {
	height: 100%;
}

body {
	background: #ffffff url('./gfx/bg_main.jpg') no-repeat scroll top center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	color: #7d726c;
}

a:link {
	color: #9b1c25;
	border: none;
	text-decoration: none;
}

a:visited {
	color: #9b1c25;
	border: none;
	text-decoration: none;
}

a:hover {
	color: #9b1c25;
	border: none;
	text-decoration: underline;
}

a:active {
	color: #9b1c25;
	border: none;
	text-decoration: none;
}

#header {
	width: 960px;
	height: 160px;
	margin: 0px auto;
	z-index: 1000;
}

#header_top {
	height: 94px;
}

#logo {
	float: left;
	width: 277px;
	height: 84px;
	margin-top: 6px;
}

#logo a:hover {
	border: none;
}

#login {
	background: transparent url('./gfx/bg_login2.png') no-repeat scroll top center;
	width: 288px;
	height: 80px;
	padding-top: 25px;
	padding-right: 60px;
	margin-bottom: -25px;
	float: right;
	text-align: right;
	color: #333333;
}

#login a {
	margin-top: 25px;
	padding: 0px 2px;
	color: #333333;
	text-decoration: none;
}

.move_up {
	position: relative;
	top: -4px;
}

#menu {
	clear: both;
	width: 100%;
}

.menu_item {
	color: #ffffff;
	margin: 0px;
	padding: 11px 10px 0px 10px;
	height: 29px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.menu_item .nav_active {
	display: none;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
}

.menu_item_subnav_container {
	position: absolute;
	display: none;
	height: 28px;
	margin-top: -13px;
	margin-left: -20px;
	padding-top: 5px;
	text-align: left;
}

.menu_item_subnav {
	line-height: 24px;
}

.menu_item_subnav a {
	display: inline;
	color: #ffffff;
}

.menu_item_subnav a:hover {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.menu_item_subnav img {
	margin: 0px 12px;
}

.menu_item a:hover {
	text-decoration: none;
}

.menu_item_sep {
	color: #ffffff;
	padding: 16px 10px 0px 10px;
	height: 20px;
	text-align: center;
	float: left;
}

#home_image {
	margin-top: 2px;
}

.menu_item .link_main {
	display: block;
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 3px;
}

.menu_item .link_sub {
	display: block;
	font-size: 90%;
	color: #ffffff;
	text-decoration: none;
}

#menu_item_search {
	background: transparent url('./gfx/search_box.png') no-repeat scroll top left;
	float: left;
	width: 190px;
	height: 25px;
	padding: 11px 10px 0px 10px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 2px 0px 0px;
}

#search_inventory {
	background: transparent url('./gfx/search_box2.png') no-repeat scroll top left;
	float: left;
	line-height: 20px;
	font-size: 90%;
	width: 184px;
	height: 12px;
	padding: 4px;
	padding-right: 6px;
	color: #8c1c24;
	border: none;
}

#search_go {
	float: left;
	padding-top: 10px;
}

#search_go img {
	cursor: pointer;
}

#container {
	position: relative;
	width: 960px;
	min-height: 100%;
	margin: 0px auto;
}

* html #container {
	height: 100%;
}

#help_tab {
	width: 1024px;
	margin: 0px auto;
	text-align: right;
}

#help_tab a {
	border: none;
}

#content_column {
	width: 630px;
	float: left;
	padding-bottom: 272px;
}

.content_column_div {
	font-size: 120%;
	line-height: 120%;
}

h1.long {
	font-family: Helvetica, Arial, sans-serif;
	width: 622px;
	border-bottom: 1px solid #afa9a5;
	font-weight: 100;
	font-size: 180%;
	padding-bottom: 4px;
	margin-bottom: 8px;
	color: #7d746e;
}

h1.short {
	font-family: Helvetica, Arial, sans-serif;
	width: 286px;
	border-bottom: 1px solid #afa9a5;
	font-weight: 100;
	font-size: 180%;
	padding-bottom: 4px;
	margin-bottom: 8px;
	color: #7d746e;
}

.header_note {
	float: right;
}

.header_note a {
	font-size: 67%;
	color: #7d746e;
}

.header_note a:hover {
	font-size: 67%;
	color: #7d746e;
	text-decoration: none;
}

#quality1 {
	width: 295px;
	float: left;
	font-size: 120%;
	line-height: 1.4;
	margin-right: 24px;
	margin-bottom: 24px;
	text-align: justify;
}

#quality2 {
	width: 295px;
	float: left;
	clear: none;
	font-size: 120%;
	line-height: 1.4;
	margin-bottom: 24px;
	text-align: justify;
}

#featured_container {
	background: transparent url('./gfx/bg_featured.jpg') no-repeat scroll top left;
	width: 650px;
	height: 420px;
	padding-top: 4px;
	margin-top: -9px;
	margin-bottom: -200px;
}

.featured_item {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 130%;
	position: relative;
	background: #e6e6e6;
	margin: 4px 32px 8px 8px;
	padding: 8px;
	clear: both;
}

.featured_item_none {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 130%;
	min-width: 10px;
	height: 420px;
	position: relative;
	background: #e6e6e6;
	margin: 4px 32px 8px 8px;
	padding: 8px;
	clear: both;
	text-align: center;
}

.featured_item a {
	color: #7d726c;
	text-decoration: none;
}

.featured_item_link {
	font-size: 110%;
	font-weight: bold;
}

.featured_item a:hover {
	color: #7d726c;
	text-decoration: none;
}

.featured_label {
	font-size: 95%;
	font-weight: 600;
}

.featured_image {
	width: 120px;
	/*height: 80px;*/
	float: left;
	margin-right: 8px;
	background: transparent no-repeat center center;
}

.featured_button {
	background: #ffffff;
	border: 1px solid #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 4px;
	margin-left: 4px;
	color: #7d736d;
	text-align: center;
	float: right;
	padding: 1px 8px;
	clear: right;
	cursor: pointer;
}

.lot_absentee_button {
	background: #9b1c25;
	border: 1px solid #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	margin-bottom: 4px;
	color: #ffffff;
	text-align: center;
	float: right;
	padding: 2px 8px;
	clear: right;
	cursor: pointer;
}

.featured_bid {
	background: transparent;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 4px;
	color: #7d736d;
	text-align: center;
	float: right;
	padding: 1px 0px;
	clear: right;
}

.search_result_item {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 130%;
	position: relative;
	background: #e6e6e6;
	margin: 4px 8px 8px 8px;
	padding: 8px;
	clear: both;
}

.search_result_item a {
	color: #7d726c;
	text-decoration: none;
}

.search_result_item a:hover {
	color: #7d726c;
	text-decoration: none;
}

.search_result_label {
	font-size: 95%;
	font-weight: 600;
}

.search_result_image {
	width: 140px;
	text-align: center;
	/*height: 80px;*/
	float: left;
	margin-right: 8px;
	background: #ffffff no-repeat center center;
}

.search_result_button {
	display: inline;
	background: #ffffff;
	border: 1px solid #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #7d736d;
	text-align: center;
	float: right;
	clear: right;
	padding: 2px 8px;
	margin-bottom: 4px;
	margin-left: 4px;
	cursor: pointer;
}

.search_result_link {
	font-size: 110%;
	font-weight: bold;
}

#image_main {
	float: left;
	width: 286px;
	/*height: 286px;*/
	border: 1px solid #000000;
	margin: 4px;
	margin-top: 0px;
}

.image_thumb {
	float: left;
	width: 64px;
	/*height: 64px;*/
	border: 1px solid #000000;
	margin: 4px;
	cursor: pointer;
}

#lot_main_info {
	font-size: 160%;
	float: right;
	width: 330px;
}

#lot_description {
	font-size: 120%;
}

#contact_form {
	float: left;
	clear: none;

	width: 350px;
}

#contact_map {
	float: right;
	clear: none;
	margin-right: 20px;
	text-align: center;
	font-size: 120%;
}

#catalog_request {
	float: left;
	clear: none;

	width: 500px;
}

#email_list {
	float: left;
	clear: none;

	width: 500px;
}

#testimonials {
	float: left;
	clear: none;

	width: 500px;
}

#sidebar_column {
	width: 300px;
	float: right;
}

.auctions_container {
	background: transparent url('./gfx/bg_auctions.png') no-repeat scroll -14px bottom;
	width: 100%;
	height: 100px;
	padding-left: 20px;
	padding-top: 16px;
}

.auction_num {
	position: relative;
	top: 3px;
	left: -20px;
}

.auction_name {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	text-transform: uppercase;
	position: relative;
	margin-left: -16px;
	line-height: 120%;
	color: #7d726c;
}

.auction_name a {
	color: #7d726c;
}

.auction_name a:hover {
	color: #7d726c;
}

.auction_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	position: relative;
	line-height: 120%;
	margin-left: 2px;
}

.auction_description {
	margin: 4px 8px 4px 2px;
	padding-right: 20px;
	font-size: 120%;
	line-height: 120%;
	position: relative;
}

.article_thumb {
	width: 100px;
	height: 100px;
	float: left;
}

.article_title {
	float: right;
	font-size: 180%;
	font-weight: 100;
}

.article_author {
	clear: right;
	float: right;
	font-size: 140%;
}

.article_intro {
	font-size: 120%;
	text-align: justify;
}

.article_intro a {
	float: right;
}

#footer_container {
	background: transparent url('./gfx/bg_footer_bottom.jpg') no-repeat scroll bottom center;
	position: relative;
	margin-top: -254px;
	width: 100%;
	height: 254px;
}

#footer {
	position: absolute;
	top: 64px;
	left: 50%;
	width: 960px;
	height: 180px;
	margin-left: -480px;
	line-height: 1.5;
	color: #5E5344;
}

.footer_column_left {
	width: 188px;
	margin: 0px 2px;
	text-align: left;
	clear: none;
	float: left;
}

.footer_column_center {
	width: 186px;
	margin: 0px 2px;
	text-align: center;
	clear: none;
	float: left;
}

.footer_header {
	margin-bottom: 2px;
}

.footer_box {
	background: transparent url('./gfx/footer_blocks_bg.png') repeat-x scroll top left;
	width: 166px;
	padding: 4px;
	margin: 0px 24px 8px 0px;
}

.footer_box a {
	color: #5E5344;
}

.footer_box a:hover {
	color: #5E5344;
}

.Banner_Wrapper {
	width: 640px;
	height: 400px;
	position: relative;
}

.Banner_Container {
	width: 640px;
	height: 400px;
	left: 0px;
	position: absolute;
}

.Banner_Container_Number {
	width: 24px;
	height: 24px;
	border: 1px solid #ffffff;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.Banner_Container_Number_Active {
	width: 24px;
	height: 24px;
	border: 1px solid #999999;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.VisitedAdmin {
	background-image: url('./gfx/VisitedAdmin.png');
	width: 114px;
	height: 84px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.VisitedAdminLink {
	width: 43px;
	height: 38px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.PageNotice {
	width:			100%;

	font-size:		12px;
	color:			#CC0033;

	border:			1px #FFA8A8 solid;

	background-color: #FFF9F9;

	text-align:		center;

	padding:		2px;

	margin-bottom:	10px;
}

.CForm_Table {
	border-collapse:	separate;
	border-spacing:		2px;

	width:				100%;
}

.CForm_Name {
	width:			40%;

	vertical-align:	middle;
}

.CForm_Value {
	width:			60%;
}

