body {
	margin: 0 auto;
	background: #000000;
	font: 62.5% Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	text-align: center;
}

/* Global
----------------------------------------*/
a {
	color: #000000;
	text-decoration: underline;
}

	a:visited {
		color: #000000;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}
	
	a img {
		border: none;
	}
	
h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
	
}

h4 {
	font-size: 1.1em;
	
}

h5 {
	font-size: 1.1em;
	color: #000000;
}

.bold {
	font-weight: bold;
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #000;
}

.alignright {
	float: right;
	margin: 10px 0 5px 10px;
	border: 1px solid #000;
}

.small {
	font-size: 0.9em;
	color: #8f8f8f;
}

/* Wrapper & newsletter top
----------------------------------------*/
#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #fbd856;
	background: #fbd856;
}

/*  header, logo
----------------------------------------7*/

#header {
	height: 78px;
	padding: 0;
	margin: 0;
	background: url(../images/header-bg.jpg) repeat-x top left;
	text-align: center;
}

#logo {
	height:65px;
	width: 605px;
	padding: 13px 0 0;
	margin: 0 auto;
}
	#logo span { display: none; }



/* Navigation
----------------------------------------*/
#navigation {
	padding: 5px 0;
	margin: 5px 0 0;
	list-style: none;
	width: 770px;
	border-top: 2px solid #edb452;
	border-bottom: 2px solid #edb452;
	font-size: 1.3em;
	font-weight: bold;
	height: 22px;
}

	#navigation li {
		float: left;
		margin: 0;
		position: relative;
	}
	
	#navigation .pipe {
		cursor: default;
		color: #fbeaab;
		font-size: 1.2em;
	}
	
	#navigation a {
		display: block;
		position: relative;
		padding: 2px 20px;
		color: #000000;
		text-decoration: none;
		text-align: center;
	}
	
	#navigation a:hover {
		background: #dd8a4e;
	}
	
/* home images
-------------------------------*/
table.homeimgs {
	text-align: center;
	margin: auto;
	margin-top: 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	border-collapse: collapse;
}

	.homeimgs img {
		padding: 5px 0;
	}


/* Content
----------------------------------------*/
.content {
	width: 475px;
	padding: 10px 10px 10px 13px;
	font-size: 1.2em;
	float: left;
}

.wide {
	width: 745px;
}
	
	.content p {
		margin: 6px 0;
	}
		
	.content ol {
		margin: 5px 0 0 30px;
		padding: 0;
	}
	
		.content ol li {
			margin: 0;
			padding: 2px 0 2px 0;
			vertical-align: middle;
		}
	
span.label {
	font-weight: bold;
	width: 75px;
	display: block;
	float: left;
}

ul.linklist {
	margin: 10px 0 15px 10px;
	list-style: none;
	padding: 0;
}

ul.linklist li {
	background: url(../images/sidebar-arrow-gray.gif) no-repeat left 10px;
	margin: 0;
	padding: 3px 0 3px 20px;
	vertical-align: middle;
}

/* Sidebar
----------------------------------------*/
#sidebar {
	width: 240px;
	font-size: 1.2em;
	margin-top: 15px;
	margin: 15px 13px 0;
	float: right;
}

	#sidebar .block {
		background: #fbf1ca;
		border: 1px solid #edb452;
		padding-bottom: 5px;
	}
	
	.notifyauctions {
		width: 237px;
		margin: 15px 0;
		background: #efba53 url(../images/gradient-bg.jpg) repeat-x top left;
		border: 1px solid #edb452;
		padding-bottom: 10px;
	}
		
		#sidebar .block h2, .notifyauctions h2 {
			display: block;
			font-size: 1.1em;
			padding: 5px;
			margin: 0;
		}
		
		#sidebar .block h2 {
			background: #edb452;
			margin-bottom: 5px;
		}
		
		#sidebar .block p, .notifyauctions p {
			padding: 5px 5px 5px;
			margin: 0;
		}
		
		.notifyauctions label {
			font-weight: bold;
			padding: 0 5px;
		}
		
		.btn-go {    
			cursor: pointer; /* hand-shaped cursor */
			cursor: hand; /* for IE 5.x */
			border: 0;
			padding: 0 0 0 23px;
			margin: 2px 10px 0 0;
			overflow: hidden;
			background: transparent url(../images/btn-go.gif) no-repeat left top;
			width: 23px;
			height: 23px;
			max-width: 23px;
			max-height: 23px;
			text-indent: -1000em;
		
		}
		
	
/* default landing
--------------------------------------------*/
.landing {
	border-bottom: 1px solid #edb452;
}
	.landing h2 {
		margin-bottom: 3px;
		font-weight: bold;
		text-transform: none;
		letter-spacing: normal;
		border-bottom: none;
	}
	
	.landing p.date {
		font-style: italic;
	}
	
	.landing p.viewdetails a {
		font-size: 0.9em;
	}




/* lightbox forms 
--------------------------------*/
.lightboxcontent {
	font-size: 1.2em;
	margin: 20px 20px 10px 20px;
}
	
table.lightboxdetails {
	background: #eeeeee;
    border: 1px solid #ffffff;
    border-collapse: collapse;
    margin-top: 20px;
}
	table.lightboxdetails td {
		border: 1px solid #ffffff;
		margin: 0;
		padding: 5px;
		text-align: left;
	}
	
	table.lightboxdetails td {
		height: 25px;
	}
		
/* photogallery
---------------------------------*/
.gallery {
	WIDTH : 740px;
	font-size: 0.9em;
}

	.gallery p {
		margin-top: 15px;
	}
	
	.gallery label {
		font-size: 1.1em;
		font-weight: bold;
	}

table.galleryitems {
	width:740px;
}

table.galleryitems td {
	width: 33%;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #edb452;
}

table.galleryitems img {
	float:left;
	margin-right: 5px;
}

table.galleryitems p {
	margin-top: 0;
}

.hidden {
	display : none;
}
	
p.caption {
	text-align: center;
	font-size: 0.9em;
	margin: 0 0 5px;
	padding: 0;
}

/* Contact Page Elements
-------------------------------------*/
#contactform 
{
	margin: 10px 0;
}

.status 
{
	font-weight: bold;
	text-align: center;
}

#contactform fieldset {
	border: none;
	margin: 0;
	padding: 10px;
	background: #f2c552;
}

#contactform legend {
	font-size: 0.9em;
}

#contactform label {
	width: 13em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

#contactform dd {
	clear: both;
	margin: 0;
}

#contactform textarea {
	height: 130px;
}

.btn-send {    
	cursor: pointer; 
	cursor: hand; 
	font-size: 1.1em;
	color:#ffffff;   
	background-color:#141414;   
	border: 1px solid #4c4c4c;
	width: 75px;
	font-weight: bold;
}

.red {
	color: #F00;
}

	
/* Footer
----------------------------------------*/
#footer {
	clear: both;
	width: 770px;
	height: 30px;
}

	#footer p {
		margin: 0;
		padding-top: 10px;
		text-align: center;
		color: #000000;
	}