@charset "utf-8";

.bold{font-weight:bold}
.center{text-align:center;margin-left:auto;margin-right:auto}
.red{color:red}
.white{color:white}
.black{color:black}
.noborder{border:none}
.hidden{display:none}

h1, h2, h3, h4, h5, h6, body
{
	margin:					0px;
	padding:				0px;
}

body
{
	background:				black url(/images/new_background.jpg) no-repeat scroll top center;
}

img[src="javascript:void(0)"], a[href="#hidden"]
{
	display:				none;
}

#menu
{
	height:					20px;
	position:				relative;
	width:					100%;
	z-index:				1;
	text-align:				right;
}
#menu a
{
	text-decoration:		none;
	margin-right:			30px;
	-color:					#666;
	font-style:				italic;
	color:					white;
	font-weight:			bold;
}
.lake, .mailer
{
	text-decoration:		none;
	color:					#666;
	text-align:				center;
	font-weight:			bold;
}
#content
{
	margin-left:			auto;
	margin-right:			auto;
	width:					820px;
}
#article, #table
{
	background:				transparent url(/images/opaque.png) repeat scroll;
	margin-bottom:			50px;
	_background-image:		none;
	/filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#00FFFFFF,GradientType=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#00FFFFFF,GradientType=0)";
}
#main
{
	background:				transparent url(/images/titleblock.png) no-repeat scroll top center;
	_background-image:		none;
	/filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/titleblock.png',sizingMethod='scale');
	width:					820px;
	height:					406px;
}
#description
{
	padding-left:			55px;
	width:					275px;
	font-size:				12pt;
}
#main_img, #secondary_img
{
	margin-right:			15px;
	border:					none;
	max-width: 				450px;
	/width:					450px;
}
/**
 *	The shadow class works in IE >=7, Safari >=3, Firefox >=3.1
 *
 */
.shadow
{
	box-shadow: 			5px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 	5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 		5px 5px 5px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 		5px 5px 5px rgba(0, 0, 0, 0.5);
	-opera-box-shadow: 		5px 5px 5px rgba(0, 0, 0, 0.5);
	
	/filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=1, Color='#10000000', Positive='true') 
			progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=2, Color='#20000000', Positive='true') 
			progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#30000000', Positive='true') 
			progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=4, Color='#40000000', Positive='true') 
			progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=5, Color='#50000000', Positive='true');
	
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=1, Color='#50000000', Positive='true') 
				progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=2, Color='#53000000', Positive='true') 
				progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#57000000', Positive='true') 
				progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=4, Color='#5a000000', Positive='true') 
				progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=5, Color='#5c000000', Positive='true')";
}

.vcard .email
{
	margin: 0px;
}

.contact .vcard
{
	display:				none;
	_display:				block;/* in IE6 we need to handle :hover via javascript*/
	position:				absolute;
	top:					20px;
	right:					20px;
	background:				transparent url(/images/opaque.png) repeat scroll;
	_background-image:		none;
	_filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/opaque.png',sizingMethod='scale');
	text-align:				left;
	width:					275px;
	border:					2px solid white;
	color:					white;
	padding:				10px;
}

.contact .vcard a{color:white}

.contact:hover .vcard
{
	display:				inline-block;
}


#auctions
{
	margin-left:			auto;
	margin-right:			auto;
	width:					460px;
}
img.auction
{
	width:					80px;
	height:					80px;
	background-color:		gray;
	margin:					5px;
	-ms-interpolation-mode: bicubic;
	display:				inline-block;
}

.infobar
{
	height:					20px;

	position:				fixed;
	_position:				absolute;
	bottom: 				0px;
	width:					100%;
	padding-left:			10px;
	font-style:				italic;
	text-align:				center;
	color:					white;
	font-weight:			bold;
}

.jh
{
	float:					left;
}

.infobar a
{
	text-decoration:		none;
	font-style:				italic;
	color:					white;
	font-weight:			bold;
}


.weigmann
{
	float:					right;
	margin-right:			50px;
}

#current_auction
{
	float:					right;
	margin-top:				80px;
}

