/* Body and containers */


	html, body {
		margin:0;
		padding:0;
}

	body {
		background-color: #dadbdd;
		text-align: center;
}

	#container {
		margin:0 auto;
		position:relative;
		height:600px;
		width:1000px;
		clear:left;
		text-align: left;
}

img {
	border:0;
}

	body {
		background-color: #dadbdd;
		text-align: center;
}

	

/* Main Menu */

	#main-menu {
		position: absolute;
		display: block;
		float:left;
		width:207px;
		height: 300px;
		color: #fffafd;
		text-align: left;
		top: 180px;
		left: 34px;
		z-index:1;
}

#subscribe {
	position: absolute;
	display: block;
	width: 170px;
	height: 68px;
	top: 530px;
	left: 50px;
	color: #ffffff;
	font: 14px Arial;
	z-index:1;
}


* { behavior: url("/iepngfix.htc"); }



#side-bar {
	position:fixed;
	z-index:1;
}


#menubackground {
	position: absolute;
	width:242px;
	height:600px;
	top: 0px;
	left: 0px;
	z-index:1;
	background-image:url(/images_menu/past-auctions-side-bar.jpg);
}



/* Main CSS */



	#containermain {
		margin:0 auto;
		position:relative;
		height:150px;
		width:1000px;
		clear:left;
		text-align: left;
		background-color: #ffffff;
		}


#containerupcomingauction {
		margin:0 auto;
		position:absolute;
		top:0px;
		height:600px;
		width:1000px;
		clear:left;
		background-color:#ffffff;
		text-align: left;
		}

#featuredimage {
		position:absolute;
		width:479px;
		height:556px;
		left:500px;
		top: 20px;
		}

#containerauctioninfo {
		position:absolute;
		left: 252px;
		float:left;
		width:240px;
		height:550px;
		top: 15px;
		}
		
#auctiontitle {
		position:absolute;
		left: 0px;
		float:left;
		top: 5px;
		font: 24px Arial;
		text-align:left;
		color:#000000;
		}
		
#datecatalogposted {
		position:absolute;
		left: 0px;
		float:left;
		top: 105px;
		font: 12px Arial;
		text-align:left;
		color:#000000;
		}
		
#dategallerypreview {
		position:absolute;
		left: 0px;
		float:left;
		top: 150px;
		font: 12px Arial;
		text-align:left;
		color:#000000;
		}
		
#dateonlinebidding {
		position:absolute;
		left: 0px;
		float:left;
		top: 195px;
		font: 12px Arial;
		text-align:left;
		color:#000000;
		}
		
#numberoflots {
		position:absolute;
		left: 0px;
		float:left;
		top: 240px;
		font: 12px Arial;
		text-align:left;
		color:#000000;
		}
		
#receiveupdates {
		position:absolute;
		left: 0px;
		float:left;
		top: 240px;
		font: 12px Arial;
		text-align:left;
		color:#0066FF;
		cursor:pointer;
		}
		
#featuredimageinfo {
		position:absolute;
		left: 0px;
		float:left;
		top: 270px;
		font: 12px Arial;
		text-align:left;
		color:#000000;
		}	

#featuredimagearrow {
		position:absolute;
		width:12px;
		height:10px;
		left:100px;
		top: 330px;
		float:left;
		background-image:url(../images/upcomingauctionarrow.jpg)
		}
		
#upcomingcatagories {
		position:absolute;
		left: 0px;
		float:left;
		top: 345px;
		font: 12px Arial;
		text-align:left;
		color:#000000;
		}
		
		
		
		
#receiveupdatesbackground {
       	position:absolute; 
		left:100px;
        top:143px;
        width:344px;
        height:214px; 
		z-index:1;
        background-image:url(../images/receiveupdatesbg.png);
		}
		
#receiveupdateserror {
       	position:absolute; 
		left:0px;
        top:0px;
        width:305px;
        height:183px; 
		z-index:-1;
        background-image:url(../images/receiveupdatesbgred.png);
		}

#loadercontainer {
       	position:absolute; 
		left:50px;
        top:70px;
        width:245px;
        height:50px;
		}

#loaderimage {
       	position:absolute; 
		left:160px;
        top:85px;
        width:32px;
        height:32px; 
        background-image:url(../images/loader.gif);
		}
		
#loaderthankyou {
		position:absolute;
		left:85px;
		float:left;
		top: 0px;
		font: 12px Arial;
		text-align:left;
		color:#ffffff;
		}
		
#alreadysubscribed {
		position:absolute;
		left:55px;
		width:200px;
		float:left;
		top: 75px;
		font: 12px Arial;
		text-align:left;
		color:#436C9D;
		}
		
#receiveupdatessubmit {
       	position:absolute; 
		left:230px;
        top:155px;
        width:71px;
        height:26px; 
		cursor:pointer;
		}
		
#receiveupdatescancel {
       	position:absolute; 
		left:140px;
        top:155px;
        width:71px;
        height:26px;
		cursor:pointer;
		}

#firstnametext {
		position:absolute;
		left: 60px;
		float:left;
		top: 35px;
		font: 12px Arial;
		text-align:right;
		color:#000000;
		}

#lastnametext {
		position:absolute;
		left: 60px;
		float:left;
		top: 65px;
		font: 12px Arial;
		text-align:left;
		color:#000000;
		}
		
#emailtext {
		position:absolute;
		left: 60px;
		float:left;
		top: 95px;
		font: 12px Arial;
		text-align:left;
		color:#000000;
		}
		
#firstnamefield {
		position:absolute;
		left:130px;
		top:30px;
		}

#lastnamefield {
		position:absolute;
		left:130px;
		top:60px;
		}
		
#emailfield {
		position:absolute;
		left:130px;
		top:90px;
		}

		
.upcomingauctionlist {
		position: relative;
		left: 0px;
		width:1000px;
		min-height:10px;
		top: 600px;
		background-color:#ffffff;
		}
		
.previewimage {
		position:relative;
		display:block;
		float:left;
		top:0px;
		left:0px;
		}
		
.previewimageinfo {
		position:inherit;
		display:block;
		float:left;
		margin-left:10px;
		width:142px;
		font: 12px Arial;
		}

	
table {
		height:210px;
		top:0px;
		left:253px;
		width:734px;
		margin-left:242px;
		}

tr {
		height:210px;
		top:0px;
		width:734px;
		}

td {
		height:210px;
		top:0px;
		width:367px;
		}

		
#bottomupcomingauction {
		position:relative;
		top:0px;
		height:45px;
		width:1000px;
		clear:left;
		background-color:#dadbdd;
		text-align: left;
		}
		
#upcomingauctionlinkscontainer {
	overflow:hidden;
	position: absolute;
	width:719px;
	height:30px;
	left: 143px;
}
		
a.updateslink:link {text-decoration: none; color:#0066FF;}
a.updateslink:visited {text-decoration: none; color:#0066FF;}
a.updateslink:active {text-decoration: none; color:#0066FF;}
a.updateslink:hover {text-decoration: none; color:#0066FF;}

a.previewimageinfo:link {text-decoration: none; color:#000000;}
a.previewimageinfo:visited {text-decoration: none; color:#000000;}
a.previewimageinfo:active {text-decoration: none; color:#000000;}
a.previewimageinfo:hover {text-decoration: none; color:#000000;}
