/* CSS Document */

body {  /* for all pages */
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006;
}
.BodyStyle {   /* website background colour - does not affect editor */
	background: #006;
	/*text-align: center;*/
}

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

#PrintHeader, #PrintFooter { display: none; }

#Container {
	margin: 0 auto;
	width: 753px;
	text-align: left;
}

/* Header */

#Header {
	width: 753px;
	height: 90px;
	background: #006;
}
	#Header h1 {
		margin: 0;
		padding: 0;
		float: left;
	}
	.HeaderLinks {
		width: 303px;
		float: left;
		margin-top: 34px;
	}
		.Date {
			line-height: 21px;
			font-size: 9px;
			color: #FFF;
			text-align: right;
			padding-right: 22px;
		}
		
/* Footer */

#Footer {
	width: 753px;
	height: 39px;
	background: #006;
}
	.Premium {
		float: left;
		margin-left: 60px;
	}
	.FooterLinks {
		line-height: 25px;
		float: left;
		font-size: 10px;
		color: #7373FE;
		margin-left: 45px;
	}
		.FooterLinks a:link { color: #7373FE; text-decoration: none; }
		.FooterLinks a:visited { color: #7373FE; text-decoration: none; }
		.FooterLinks a:hover { color: #FFF; text-decoration: none; }
		.FooterLinks a:active { color: #FFF; text-decoration: none; }
	.FooterTop {
		float: left;
		margin-left: 5px;
	}

/* Menu */

.MenuArea {
	vertical-align: top;
	width: 157px;
	background: url(../images/nav_bg.gif) repeat-y top right;
}
	#Nav {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		width: 157px;
	}
		#Nav li {
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			width: 157px;
		}
		#Nav li a {
			display: block;
			margin: 0;
			padding: 0;
			width: 157px;
		}

/* Home Page */

#HomeBody { width: 753px; }
	.HomeContent {
		background: #FFF;
		vertical-align: top;
		width: 580px;
	}
		.HomeWelcome {
			background: #E2E2FD;
			height: 163px;
			overflow: hidden;
			padding: 0 20px;
		}
			.HomeWelcome h2 {
				margin: 5px 0;
				padding: 0;
			}
			.HomeWelcome p {
				color: #006;
				font-size: 10px;
				margin: 8px 0;
				padding: 0;
				line-height: 14px;
			}
			.WelcomeMore { text-align: right; }
				.WelcomeMore a:link { color: #1515FE; text-decoration: underline; }
				.WelcomeMore a:visited { color: #1515FE; text-decoration: underline; }
				.WelcomeMore a:hover { color: #E26E29; text-decoration: underline; }
				.WelcomeMore a:active { color: #E26E29; text-decoration: underline; }
		.HomeLinks {
			background: url(../images/home_links_bg.gif) repeat-x;
			height: 88px;
			padding: 0;
			padding-left: 30px;
		}
			.HomeLinksSales, .HomeLinksBuyers, .HomeLinksSellers {
				margin: 0;
				margin-top: 4px;
				padding: 0;
				float: left;
			}
		.HomeFeatureTitle { height: 54px; }
			.HomeFeatureTitle div {float: left; }
			.HomeFeatureSaleInfo {
				width: 280px;
				padding-top: 7px;
				font-size: 11px;
				color: #006;
				text-align: center;
			}
		.HomeFeaturePhotos {
			height: 124px;
			clear: both;
			padding-left: 28px;
		}
			.HomeFeaturePhotos table {
				border-top: 1px solid #FCB304;
				border-bottom: 1px solid #FCB304;
				border-collapse: separate;
				border-spacing: 2px;
				margin-top: 5px;
			}
				.HomeFeaturePhotos table td { border: 1px solid #006; }
	.HomeSide { 
		background: url(../images/content_side.gif) repeat-y;
		vertical-align: top;
		width: 16px;
	}
		.HomeWelcomeSide {
			background: url(../images/home_welcome_side.gif) repeat-y;
			height: 163px;
		}
		.HomeLinksSide {
			background: url(../images/home_links_side.gif) no-repeat;
			height: 88px;
		}


/* Popup */

#PopupContainer {
	width: 646px;
	margin: 0 auto;
	background: #006;
}
	#PopupContainer h2 {
		margin: 0;
		padding: 0;
	}
	.PopupBody {
		background: #FFF url(../images/popup_bg.gif) repeat-y;
		padding: 0 45px;
	}
		.Title {
			color: #006;
			font-size: 17px;
			font-weight: bold;
			margin-bottom: 5px;
			background: url(../images/pagetitle_bg.gif) no-repeat;
		}
		.Lot {
			color: #006;
			font-size: 14px;
			font-weight: bold;
			/*text-align: right;*/
			margin: 5px 0;
		}
		.Photo { 
			margin: 0 auto;
			text-align: center;
		}
			.Photo img { border: 1px solid #006; }
		.Caption {
			font-size: 11px;
			color: #006;
			margin: 5px 0 0 0;
			line-height: 16px;
		}
	.PopupClose {
		height: 24px;
		text-align: right;
		font-size: 10px;
		color: #7373FE;	
		margin-right: 26px;
	}
		.PopupClose a:link { color: #7373FE; text-decoration: none; }
		.PopupClose a:visited { color: #7373FE; text-decoration: none; }
		.PopupClose a:hover { color: #FFF; text-decoration: none; }
		.PopupClose a:active { color: #FFF; text-decoration: none; }
		

/* Content Pages */

#ContentBody { width: 753px; }
	.ContentSide { 
		background: url(../images/content_side.gif) repeat-y;
		vertical-align: top;
		width: 16px;
	}
	.Content {
		background: #FFF;
		vertical-align: top;
		width: 580px;
		line-height: 16px;
		font-size: 11px;
	}
		.Content h2 {
			margin: 5px 20px 20px 20px;
			padding: 0;
		}
		.Content h3 {
			margin: 12px 20px;
			color: #006;
			font-weight: bold;
			font-size: 18px;
		}
		.Content h4	{
			margin: 12px 20px;
			font-size: 14px;
			font-weight: bold;
			color: #7891C3;
		}
		.Content h5	{
			margin: 12px 20px;
			font-size: 12px;
			font-weight: bold;
			color: #48579E;
		}
		.Content p, .Content table { 
			margin-left: 20px;
			margin-right: 10px;
		}
		.Content ol { list-style: decimal; }
			.Content ol li {
				line-height: 19px;
				padding-bottom: 7px;
			}
		.Content ul { list-style: url(../images/bullet_list.gif); }
			.Content ul li {
				line-height: 19px;
				padding-bottom: 7px;
			}
		.Content a:link { color: #1515FE; text-decoration: underline; }
		.Content a:visited { color: #1515FE; text-decoration: underline; }
		.Content a:hover { color: #E26E29; text-decoration: underline; }
		.Content a:active { color: #E26E29; text-decoration: underline; }
			.PhotoFloatLeft {
				float: left;
				margin-right: 5px;
				margin-bottom: 5px;
			}
			.PhotoFloatRight {
				float: right;
				margin-left: 5px;
				margin-bottom: 5px;
			}
			.ImageBorder { border: 1px solid #006; }


/* Sales */
.UpcomingSalesTable {
	width: 550px;
	/*border: 1px solid #8394C3;*/
}
	.UpcomingSalesTable th {
		background: #3D3D97 url(../images/table_header_bg.jpg) repeat-x left bottom;
		color: #FFF;
		line-height: 20px;
		font-size: 12px;
	}
	.UpcomingSalesTable tr { background: #FFF; }
		.UpcomingSalesTable tr:hover { background: #FFFDD8; }
	.UpcomingSalesTable td {
		padding: 2px 4px;
	}
	.UpcomingSalesTable a:link { color: #006; text-decoration: underline; }
	.UpcomingSalesTable a:visited { color: #006; text-decoration: underline; }
	.UpcomingSalesTable a:hover { color: #E26E29; text-decoration: underline; }
	.Content a:active { color: #E26E29; text-decoration: underline; }
	tr.TableRowAlt {
		background: #EFEFF5;
	}
.SalesFooter {
	text-align: center;
	margin-top: 20px;
}
.SaleTitle {
		font-size: 14px;
		font-weight: bold;
		color: #E26F2A;
}
.SaleNotes {
	font-size: 12px;
	font-weight: bold;
}
table.SaleIconsTable { margin: 0 auto 20px auto; }
	.SaleIconsTable td {
		text-align: center;
		vertical-align: middle;
		color: #7891C3;
		font-size: 10px;
	}
table.GalleryTable {
	margin:  0 0 20px 40px;
	width: 468px;
	border-top: 1px solid #FCB304;
	border-bottom: 1px solid #FCB304;
	border-collapse: separate;
	border-spacing: 2px;
}
	.GalleryTable td img { border: 1px solid #006; }
	td.Caption { 
		background: #EFEFF5;
		vertical-align: top;
		padding: 1px;
	}
	td.Space { line-height: 4px; }