﻿@import url('tabs.css');

a:link, a:visited, a:active {text-decoration:underline; color:#ffc717}
a:hover {text-decoration:underline; color:white;}

#nav {
	background: url('../siteart/background-yellow-top.jpg') no-repeat top;
	text-align:center;
	padding: 0px 15px;
	}

#nav a {
	border-bottom: 1px solid #f2c41f;
	display:block;
	text-align: left;
	background: url('../siteart/arrow-on.gif') no-repeat 8px 17px;
	padding: 12px 0px 10px 25px;
	text-decoration: none;
	font-size: 14px;
	color: black;
	}	
	
#nav a:hover {
	color: #675100;
	background: url('../siteart/arrow-off.gif') no-repeat 8px 17px;
}	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	margin: 23px;
	background: #a2a2a2;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	}
	
#maintable {
	border: 0;
	background: white;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#left {
	background: #ffce22 url('../siteart/background-yellow.jpg') repeat-y;
	width: 202px;
	vertical-align: top;
}

#main-cell {
	background: black;
	vertical-align:top;
	width:787px;
}

.heading {
	font-size: 20px;
	color: #ffc717;
}

#main-content {
	padding: 28px;
}

#auction-content{
	padding:10px;
}

#position-it{
	position:relative;
}

a.mailing-list{
	display:block;
	text-indent:-9999px;
	background:url('../siteart/mailing-list.png') no-repeat;
	height:103px;
	width:313px;
	position:absolute;
	left:33px;
	top:115px;
	z-index:8000;
}

a.mailing-list:hover{
	background-position:0px -103px;
}
