/*----------------------------------------*/
/*------------- Contsants --------------- */
/*----------------------------------------*/


/*----------------------------------------*/
/*----------- Html Elements ------------- */
/*----------------------------------------*/
body {
	font-size:62.5%;
	color:#333;
	line-height:1.6em;
	background: url(../img/BodyBG.jpg) top left #efefef;
}

h1, h2, h3, h4, h5 {
   font-variant: small-caps;
   line-height:1em;
}

h2 {
	font-weight:bold;
	font-size: 150%;
	border-bottom: 1px solid #b50101;
	margin: .2em 0;	
	text-transform: capitalize;
}

h3 {
	font-variant: normal;
	padding:.8em 0 0 0;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid;
	color:#b50101;	
}

ul, li {
	text-decoration:none;	
}

strong {
	font-weight:bold;	
}

a {
	color: #b50101;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

p {
	clear:both;
	margin:.2em 16px;
}
/*----------------------------------------*/
/*------------Classes & IDs-------------- */
/*----------------------------------------*/

/* Paging */
div.paging {
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/*Article date*/
.date {
	font-size:90%;
	font-weight:bold;
	float:right;
	clear:both;
}

/*Auction ID's*/
#auctionDate {
	display:block;
	font-weight:normal;
	font-variant: small-caps;
	text-align: center;
	font-size:130%;
	
}

#auctionLocation {
	display:block;
	font-weight:normal;
	font-variant: small-caps;
	text-align: center;
	font-size:120%;	
}


#auctionDetails h1, #auctionDetails h2, #auctionDetails h3, #auctionDetails h4{
	border:none;
}

.related h3 {
	clear:both;	
}
/*----------------------------------------*/
/*--------------- Styles ---------------- */
/*----------------------------------------*/
#container {
	font-size: 1.4em;
}

#subContent ul {
	padding: .8em 0 0 0;
	margin: .6em 0 0 0;
	background: url(topBorderStripes.jpg) top center no-repeat;
	font-size:120%;
	font-weight: bold;
	text-indent:.4em;
	color:#f3f3f3;	
}

#subContent ul ul {
	padding: .6em 0 0 0;
	background:none;
	font-size:90%;
	font-weight:normal;
	color:#333;
	text-indent:0em;
	margin:.6em 0 0 .3em;
}

#subContent ul p{
	padding: 0 0 .4em 0;
	border-bottom:1px solid;
	font-size:90%; 
}

#nav {
	background: #b50101 url(topBorderStripes.jpg) top left repeat-x;
	text-align: center;
}

#nav a {
	color:#f3f3f3;
}

#nav li ul, #nav li ul li {
	background:	#b50101;
	text-align:left;
}

/*----------------------------------------*/
/*--------------- Layout ---------------- */
/*----------------------------------------*/
#container {
	width:896px;
	margin:0 auto;
	background: url(containerBG.jpg) top left repeat-y #f3f3f3;
	border-left:2px solid #6f6f6f;
	border-right:2px solid #6f6f6f;
}

#header {
	width:900px;
	background: url(../img/HeaderBG.png) center right no-repeat;
	padding:0;
	height:116px;
	margin:0 auto;
	cursor:pointer;
}

#quickLinks {
	width:860px;
	text-align:right;
	margin: 16px auto 0;
	display:block;
	font-size:120%;
	border-bottom:2px 
}

#header h1 {
	float:left;
	text-indent:-999em;	
}

/*navigation */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width:660px;
	float:left;
	line-height: 1;
}

#nav a {
	display: block;
	width: 9.5em;
	padding:.2em 0;
}

#nav li {
	float: left;
	width: 9.5em;
	padding: .4em 1em;
}

#nav li ul {
	position: absolute;
	width: 9.5em;
	left: -999em;
	margin:.4em 0 0 0;
}

#nav li:hover ul {
	left: auto;
}

#nav li ul ul {
	margin: -1.4em 0 0 9.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


/* content */
#content {
	width:640px;
	float:right;
	padding:0 0 .4em 10px;
}

#subContent {
	width:210px;
	overflow:hidden;
	float:left;
	padding:10px 15px;
}

#searchField input {
	width:10em;	
}

#footer {
	clear:both;
	width:100%;
	border-top: 1px solid #ff0000;
	text-align:right;
}


#footer img {
	margin:0 6px;
}

/*Home Content*/
#nextAuction {
	padding:6px 4px;
	margin:6px 4px;
	text-align:center;
	background:#f9f9f9;
	border:1px solid #ddd;	
}

#nextAuction .name {
	font-size:130%;
	font-weight:bolder;
	font-variant: small-caps;
	display:block;
	padding:2px;	
}

#nextAuction .date {
	float:none;
	font-size:100%;
	display:block;
	padding:2px;	
}

#nextAuction .address {
	font-weight:bold;
	display:block;
	padding:2px;	
}

.subContent .saleItem {
	width: 280px;
	float:left;
	padding:10px;
	margin:4px 10px;
}

.saleItem .homeImage {
		height:200px;
		overflow:hidden;
		float:left;
}

.auctions #image {
	text-align:center;	
}

.items #image {
	text-align:center;	
}

.items #details {
	width:200px;
	float:left;	
}

.items #description {
	width:360px;
	float:right;
	clear:none;
	margin:.6em;

}

.article {
	margin:8px;
	clear:both;	
}

.article p {
	margin:4px;	
}

#pageCounter {
	font-size:80%;
	font-weight:bold;
	border-top:1px solid;	
}

#creds {
	text-align:center;
}
/*------------------------------------*/
/*--------Special Tables -------------*/
/*------------------------------------*/
table {
	border-collapse: collapse;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1.2em;
	padding: 0;
	width:600px;
}
 tr {
	border-left: 1px solid #666;
	border-right: 1px solid #666; 
}
 
th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.4em;
	vertical-align: middle;
}
th {
	text-align: left;
	text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
	background-color: #9f9f9f;
	font-size: 1.1em;
	font-weight:bold;
}
tbody th, td {
	background-color:#eee;
}
tbody tr:hover td {
	background-color: #f9f9f9;
}
tr.altrow td {
	background-color: #ddd;
}

tfoot th {
	text-align: right;
}
tfoot th:after {
	content: ":";
}

table img {
	margin:0;
	padding:0;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 16px 20px;
}
fieldset legend {
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 110%;
	font-weight: normal;
	margin-left: 10px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 10px;
}
form div {
	clear: both;
	margin-bottom: .3em;
	padding: .4em;
	vertical-align: text-top;
}
form div.input {
	
}
form div.required {
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
}
label {
	display: block;
	font-size: 100%;
	padding-right: 10px;
}
input, textarea {
	clear: both;
	display: block;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}

select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	
}
option {
		padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
}

input[type=submit] {
	display: inline;
	vertical-align: bottom;
}

/*Image Fader */
.slide {
	position:absolute;
}

#slideHolder {
	width:640px;
	height:350px;
	overflow:hidden;
}
