﻿/* SET Up Page */

*{
	font-family:arial;
}

ul{
	margin:0px;
	padding:0px;
}

img{
	border:0px;	
}

.trans_gif{
	position:relative;
	top:25px;
	right:75px;
	#right:70px;	
}

body{
	text-align:center;
	margin:0px;
	padding:0px;
}

#container{
	width:880px;
	margin: 0px auto;
	text-align:center;
	height:100%;
}

#top_banner{
	display:block;
	width:886px;
	height:223px;
}

#logo_banner{
	background-image:url('../images/top_banner2.gif');
	background-repeat:no-repeat;
	display:block;
	width:886px;
	height:234px;
	float:left;
	margin-top:9px;
}

#logo_click {
	position:absolute;
	top:30px;
	left:0px;
	width:245px;
	height:150px;
	cursor:pointer;
}

#thin_grey_bar{
	background-image:url('../images/right_small_bar_grey.gif');
	background-repeat:repeat-x;
	width:870px;
	height:25px;
	margin-left:10px;
}

#date_text{
	color:#FFFFFF;
	font-size:11px;
	margin-left:25px;
	line-height:25px;
	#line-height:23px;
	float:left;
}

#address_text{
	color:#FFFFFF;
	font-size:11px;	
	text-align:right;
	float:right;
	line-height:25px;
	#line-height:23px;
	margin-right:15px;

}

/* BODY CONTENT */

#body_content{
	display:block;
	width:886px;
 	position: relative;
	min-height: 100%;
	text-align:left;
}


/* POSITION NAVIGATION */

#navigation {
	position:absolute;
	top:205px;
	left:105px;
	z-index:999999;
}

#navigation ul{
	list-style:none;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}

#flash_banner{
	position:absolute;
	top:42px;
	left:261px;
}

/* LEFT COLUMN */
#left_box{
	display:block;
	width:414px;
	height:auto;
	float:left;
	font-size:12px;
	margin-left:9px;
	#margin-left:3px;
}

#list_previous_sales_container{
	padding-top:12px;
	float:left;
}

#previous_sales_image{
	float:left;
}

#previous_sales_text ul{
	float:left;
	list-style:none;
	padding-left:5px;
	padding-top:11px;
}

#left_column_text{
	margin-left: 9px;
	margin-bottom: 25px;
}

NOTE { firefox hack }
head:first-child+body #left_column_text {
	margin-bottom: 45px
}

#left_column_text li {
	margin-left: 20px;
}

/* END LEFT COLUMN */

/* RIGHT COLUMN */
#right_column{
	float:right;
	padding-left:5px;
	font-size:12px;
	width:431px;
}

#right_container{
	padding-bottom:20px;
	width:431px;
	float:right;
	margin-bottom:10px;
}

#small_bar_grey{
	background-image:url('../images/right_small_bar_grey.gif');
	background-repeat:repeat-x;
	height:25px;
	width:431px;
	color:#FFFFFF;
	line-height:25px;
}

.heading{
	margin-left:10px;
	line-height:27px;
	#line-height:15px;
}

ul.image_frame li{
	list-style:none;
	background-image:url('../images/image_frame.gif');
	background-repeat:no-repeat;
	width:117px;
	height:149px;
}

.Event_IMG {
	position: relative;
	float:left;
}

/* END RIGHT COLUMN */

/* FULL COLUMN */
#full_column{
	display:block;
	width:865px;
	height:auto;
	float:left;
	font-size:12px;
	margin-left:5px;
	#margin-left:0px;
}

#full_column #small_bar_grey .heading a:link, #full_column #small_bar_grey .heading a:active, #full_column #small_bar_grey .heading a:visited {
	color: #fff;
}

#full_column table td {
	font-size:12px;
}

/* END FULL COLUMN */

#navigation ul li{
	display:inline;
}

#content{
	display:block;
	width:870px;
	padding-left:5px;
	margin-left:5px;
	position:relative;
	top:10px;
}

/* Keep footer at bottom of the page */
* html #body_content{
	height: 100%;
}
/* END keep footer at bottom of the page */

/* FOOTER STYLES */
#footer{
	display:block;
	width:886px;
	height:30px;
	margin: 0px auto;
	position: relative;
    margin-top: -1em;
    position: relative;
	margin-top: -1em;
	clear:both;
}

.terms_conditions, .terms_conditions a:active, .terms_conditions a:link, .terms_conditions a:visited {
	color:#FFFFFF;
	position:relative;
	right:10px;
}

.copyright{
	position:relative;
	left:10px;	
}

.Auction_Link {
	color:#FFFFFF;
}
.Auction_Link a:link, .Auction_Link a:active, .Auction_Link a:visited {
	color:#FFFFFF;
}
a:link, a:active, a:visited {
	color:#636E75;
}
