/* CSS Document */

body {
	font:normal 12px arial, verdana, sans-serif;
	color:#000;
	background: #000 url(bg.jpg) repeat-x;
	background-color:#001;
	background-attachment: fixed;
	padding:0px;
	margin:0px;
	_text-align: center;
	}

body a {
	font: normal 12px arial, verdana, sans-serif;
	text-decoration: none;
	color:black;
	font-weight:bold;
	}

body a:hover, body a:active {
	color:#008;
	}

.wrapper {
	_text-align: left;
	padding: 0;
	width:755px;
	height:auto;
	margin:20px auto 10px auto;
	position:relative;
	background:white url(header2bg.jpg) repeat-y;
	}

.wrapper2 {
	background: transparent url(footer.jpg) bottom-left no-repeat ;
	}

.header {
	height: 159px;
	width: 755px;
	background: transparent url(header.jpg) no-repeat;
	padding: 0;
	}

.contactbar {
	margin: 0;
	padding: 73px 10px 0 0;
	text-align: right;
	}

.contactbar a:link {
	font: normal 12px arial, verdana, sans-serif;
	text-decoration: none;
	color:black;
	font-weight:bold;
	}

.contactbar a:hover, .contactbar a:active {
	color:#008;
	}

.menu {
	background: transparent url(header2.jpg) no-repeat;
	padding: 0 0 0 0px;
	width:223px;
	float: left;
	margin: 0;
	}

.menu ul {
	list-style:none;
	width:180px;
	margin: 25px 0 0 18px;
	padding: 0;
	}

.menu li {
	font: normal 14px arial, verdana, sans-serif;
	font-weight: bold;
	color:#777;
	padding: 0;
	text-decoration:none;
	height:25px;
	}

.menu li a:link, .menu li a:visited {
	font: normal 14px arial, verdana, sans-serif;
	color:#888;
	font-weight: bold;
	text-decoration: none;
	}

.menu li a:hover, a:active {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	background: url(menulihover.gif) no-repeat;
	padding: 0 0 0 0px;
	}

.main {
	background: transparent;
	margin: 10px 0 0 0;
	padding: 0 0 50px 15px;
	width: 500px;
	float: left;
	}

.main ul {
	background: transparent url(prices.gif) no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	list-style: none; 
	}

.main li {
	padding: 10px 0 0 0;
	}
	
.date ul{
	background: transparent;
	margin: 0px 0 0 0px;
	padding: 0px 0 0 0px;
	list-style: none; 
	clear:left;
	}

.date li{
	padding: 5px 0 0 0px;
	float: left;
	width: 110px;
	}

.sidebar {
	background: #ddd;
	margin: 40px 0 0 20px;
	padding: 55px 0 0 0;
	width: 162px;
	float: left;
	color: #555;
	}

.sidebar img {
	border: 1px solid #333;
	}

.footer {
	background:transparent url(footer-logo.gif) no-repeat;
	color: black;
	clear: both;
	margin: 0 0 0 0;
	padding: 10px 150px 0 0;
	width:605px;
	_width:755px;
	height: 73px;
	_height: 83px;
	text-align:right;
	font-size:12px;
	}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(auctions/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(auctions/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="auctions/overlay.png", sizingMethod="scale");
	}
