/* CSS Document */

* {margin:0; padding:0;}

body {
	background:#000;
	text-align:center;
}

#outer_border {
	width:800px;
	margin:0px auto 0px auto;
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:#FFFFFF;	
}

#wrapper {
	width:800px;
	background:#bfbeb2 url(../images/content_back.jpg) repeat-y;
}

#header {
	width:800px;
	height:92px;
	background:#bfbeb2 url(../images/header.jpg) no-repeat;
}

#header_bottom {
	width:800px;
	height:6px;
	background:#bfbeb2 url(../images/header_bottom.jpg) no-repeat;
	overflow:hidden;
}
	
#nav {
	width:800px;
	height:37px;
	background:#bfbeb2;
	overflow:hidden;
}

#nav #nav_left {
	width:224px;
	height:31px;
	float:left;
	background:#bfbeb2 url(../images/nav_left.jpg) no-repeat;
}

#nav #nav_right {
	width:800px;
	height:30px;
	background:#bfbeb2;
	text-align:left;
}

#nav #nav_right #nav_links {
	width:800px;
	height:30px;
	background:#bfbeb2 url(../images/nav_back.jpg);
	text-align:center;
}

#nav #nav_right #nav_links ul {
	margin-top:0px;
	list-style-type:none;
	text-align:center;
	width:760px;
	margin-left:33px;
}

#nav #nav_right #nav_links ul li {
	text-align:center;
	float:left;
	display:block;
}

#nav #nav_right #nav_links ul li a {
	display:block;
	height:30px;
	background:#bfbeb2 no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
	margin-left:10px;
	margin-right:10px;
}

#nav #nav_right #nav_links ul li a.home {
	width:64px;
	background:url(../images/nav_home.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.information {
	width:110px;
	background:url(../images/nav_information.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.members {
	width:85px;
	background:url(../images/nav_members.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.sellers {
	width:76px;
	background:url(../images/nav_sellers.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.auctions {
	width:88px;
	background:url(../images/nav_auctions.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.resources {
	width:97px;
	background:url(../images/nav_resources.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.contact {
	width:83px;
	background:url(../images/nav_contact.jpg) no-repeat;
	border-right:none;
}

#nav #nav_right #nav_links ul li a.home:hover {
	width:64px;
	background:url(../images/rollover/nav_home.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.information:hover {
	width:110px;
	background:url(../images/rollover/nav_information.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.members:hover {
	width:85px;
	background:url(../images/rollover/nav_members.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.sellers:hover {
	width:76px;
	background:url(../images/rollover/nav_sellers.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.auctions:hover {
	width:88px;
	background:url(../images/rollover/nav_auctions.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.resources:hover {
	width:97px;
	background:url(../images/rollover/nav_resources.jpg) no-repeat;
}

#nav #nav_right #nav_links ul li a.contact:hover {
	width:83px;
	background:url(../images/rollover/nav_contact.jpg) no-repeat;
}

#nav #nav_bottom {
	width:800px;
	height:7px;
	background:#bfbeb2 url(../images/nav_bottom.jpg) no-repeat;
}

#auctions {
	width:800px;
	height:119px;
	background:#bfbeb2 url(../images/auction_area.jpg) no-repeat;
}

#content {
	width:800px;
	text-align:left;
}

#content_spacer {
	width:800px;
	height:12px;
	text-align:left;
}

#content #content_top {
	width:800px;
	height:35px;
	background:transparent url(../images/content_top.jpg) no-repeat;
	overflow:hidden;
}

#content #content_bottom {
	width:800px;
	height: 28px;
	background:#bfbeb2 url(../images/content_bottom.jpg) no-repeat;
	float:left;
}

#left {
	width:290px;
	float:left;
	overflow:hidden;
}

#right {
	right:542px;
	float:right;	
}

#footer {
	width:800px;
	height:18px;
	clear:both;
	text-align:left;
	background:#bfbeb2 url(../images/footer.jpg) repeat-x;
}

#footer #nav_links {
	width:576px;
	height:18px;
	margin-left:10px;
}

#footer #nav_links ul {
	margin-top:2px;
	list-style-type:none;
	text-align:center;
	width:576px;
}

#footer #nav_links ul li {
	text-align:center;
	padding-left:10px;
	float:left;
	display:block;
}

#footer #nav_links ul li a {
	display:block;
	height:18px;
	text-decoration:none;
	color:#eaeaea;
	font-weight:bold; 
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
}

#floor {
	height:0px;
	clear:both;
}

#left #column_links ul {
	margin-top:0px;
	margin-left:4px;
	list-style-type:none;
	width:259px;
}

#left #column_links ul li {
}
	
#left #column_links ul li a {
	display:block;
	width:259px;
	background:#bfbeb2 no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}

#left #column_links ul li a.login {
	background:url(../images/customer_login.jpg) no-repeat;
	width:145px;
	height:34px;
}

#left #column_links ul li a.login:hover {
	background:url(../images/rollover/customer_login.jpg) no-repeat;
	width:145px;
	height:34px;
}

#left #column_links ul li a.email {
	background:url(http://www.marknetalliance.com/images/email_updates1.jpg) no-repeat;
	width:250px;
	height:110px;
	padding-bottom:10px;
}

#left #column_links ul li a.email:hover {
	background:url(http://www.marknetalliance.com/images/rollover/email_updates1.jpg) no-repeat;
	width:250px;
	height:110px;
}

#left h2 {
	width:259px;
	height:60px; 
	text-indent:-5000px;
	overflow:hidden;
	background:url(../images/newsHeader.jpg) no-repeat;
}

#news_box {
	margin-top:10px;
	margin-left:10px;
	width:230px;
	text-align:center;
	background:transparent url(../images/news_box_content.jpg);
}

#left #news_box #news_box_top {
	width:230px;
	height:31px;
	background:transparent url(../images/news_box_top.jpg) no-repeat;
	overflow:hidden;
}

#left #news_box #news_box_content {
	padding-top:5px;
	padding-bottom:5px;
	width:230px;
	background:transparent url(../images/news_arrow1.gif) center no-repeat;
	text-align:left;
}

#left #news_box #news_box_content a {
	display:block;
	padding-left:35px;
	width:190px;
}

#left #news_box #news_box_content_arch {
	padding-top:8px;
	padding-bottom:5px;
	width:230px;
	text-align:left;
}

#left #news_box #news_box_content_arch a {
	display:block;
	padding-left:35px;
	font-size: 12px;
	font-weight:bold;
	width:190px;
}
	
#left #news_box #news_box_bottom {
	width:230px;
	height:10px;
	background:transparent url(../images/news_box_bottom.jpg) no-repeat;
	overflow:hidden;
}

#right #feat_aucs {
	padding-right:52px;
	width:456px;
	background:transparent url(../images/feat_auc_back.jpg) repeat-y;
	text-align:left;
}

#right #feat_aucs #feat_auc_top h2 {
	width:456px;
	height:45px;
	text-indent:-5000px;
	background:transparent url(../images/feat_auc_top.jpg) no-repeat;
	overflow:hidden;
}

#right #feat_aucs #feat_auc_middle1{
	width:456px;
	height:109px;
	background:transparent url(../images/feat_auc_test1.jpg) no-repeat;
	overflow:hidden;
	border-bottom:dotted;
	border-bottom-width:2px;
	border-bottom-color:#807f6f;
}

#right #feat_aucs #feat_auc_middle2{
	width:456px;
	height:109px;
	background:transparent url(../images/feat_auc_test2.jpg) no-repeat;
	overflow:hidden;
}

#right #feat_aucs #feat_auc_bottom{
	width:456px;
	height:24px;
	background:transparent url(../images/feat_auc_bottom.jpg) no-repeat;
	overflow:hidden;
	clear:both;
}

#clear_both{
	width:0px;
	height:0px;
	overflow:hidden;
	clear:both;
}

#dotted_bottom{
	width:100%;
	height:0px;
	border-bottom:dotted;
	border-bottom-width:2px;
	border-bottom-color:#807f6f;
}

#clear_both{
	width:0px;
	height:0px;
	overflow:hidden;
	clear:both;
}

#quick_links {
	float:right;
	height:45px;
	border:#C0BEB2 solid 2px;
	text-align:right;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:10px;
	padding:5px;
	background:#908e8e url(../images/quick_links_back.jpg) repeat-x;
}

#quick_links select {
	background:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border:#FFFFFF dotted 1px;
}

#member_map {
	padding-left:5px;
	text-align:left;
}

.navtext {
	font-size:12pt;
	border-width:2px;
	border-style:outset;
	border-color:darkgray;
	layer-background-color:#eaeaea;
	background:#3f5767 url(../images/map_popup_back.jpg) repeat-x;
	color:black;
	text-align:left;
	z-index:1;
}

.popup_title {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.popup_text {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#mnet_home_auclink {
	width:452px;
	margin-left:2px;
	height:144px;
	background:#7e8a8b url(../images/mnet_home_grad.jpg) repeat-x;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#eaeaea;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#eaeaea;
}

#mnet_home_auclink_inner {
	width:452px;
	height:144px;
	background:transparent url(../images/mnet_watermark1.jpg) right no-repeat;
}

#mnet_home_auclink img {
	float:left;
}

#mnet_home_auclink a {
	display:block;
	width:225px;
	margin-top:10px;
	margin-bottom:18px;
	text-align:center;
	color:#333333; 
	text-decoration:none; 
	font-size: 24px; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	margin-right:15px;
}

#mnet_home_auclink a:hover {
	color:#6f1a1a; 
}

#mnet_home_auclink_cats {
	width:452px;
	margin-left:2px;
	background:#7e8a8b url(../images/mnet_grad_catback.jpg) repeat;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#eaeaea;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#eaeaea;
}

#mnet_home_auclink_cats a {
	display:block;
	margin-bottom:5px;
	text-align:left;
	color:#eaeaea; 
	text-decoration:none; 
	font-size: 12px; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
}

#mnet_home_auclink_cats a:hover {
	color:#6f1a1a; 
}

#mnet_home_viewbycat {
	width:452px;
	height:29px;
	overflow:hidden;
	background:#7e8a8b url(../images/mnet_home_viewbycat_back.jpg) repeat;
	font-weight:bold;
	text-align:left;
}

#mnet_home_viewbycat span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	display:block;
	width:266px;
	height:29px;
	background:#7e8a8b url(../images/mnet_home_viewbycat_text.jpg) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}

#mnet_home_viewbyloc {
	width:452px;
	height:29px;
	overflow:hidden;
	background:#7e8a8b url(../images/mnet_home_viewbycat_back.jpg) repeat;
	font-weight:bold;
	text-align:left;
}

#mnet_home_viewbyloc span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	display:block;
	width:266px;
	height:29px;
	background:#7e8a8b url(../images/mnet_home_viewbyloc_text.jpg) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}

#mnet_home_findanauctioneer {
	width:452px;
	height:29px;
	overflow:hidden;
	background:#7e8a8b url(../images/mnet_home_viewbycat_back.jpg) repeat;
	font-weight:bold;
	text-align:left;
}

#mnet_home_findanauctioneer span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	display:block;
	width:266px;
	height:29px;
	background:#7e8a8b url(../images/mnet_home_findanauctioneer_text.jpg) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}

#mnet_home_auclink_cats #cat_col1 {
	float:left;
	width:223px;
	text-align:left;
	padding-left:2px;
	border-right:solid #eaeaea 1px;
}

#mnet_home_auclink_cats #cat_col2 {
	padding-left:2px;
	float:right;
	width:223px;
	text-align:left;
}