@charset "utf-8";
body {
	font: 100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: url(images/mainbak.gif) center no-repeat;
	background-position:top;
	background-color: #110a00;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 1000px;
	background: none;
	margin: 0 auto;
	border: 0px;
	text-align: left;
	overflow:visible;
}
#mainContent {
	margin: 0;
	background: url(images/contentbak.png);
	padding: 5px 30px;
}
#menu {
	border-top: #FFF solid 1px;
	width: 1000px;
	position:relative;
	height: 28px;
	margin-bottom: 18px;
}
#footer {
	font-family:Verdana, Geneva, sans-serif;
	width:1000px;
	margin: 0 auto;
	text-align:right;
	padding: 20px 20px 20px 0;
	font-size: 11px;
	color: #FFF;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 9px;
}
#barnDetails {
	font-size:14px;
	color:#FFF;
	width: 400px;
	float:right;
	text-align:right;
}
#barnDetails img {
	margin-left:10px;
}

.finishedThumb {
	width:304px;
	height: 156px;
	display: inline-block;
	margin:3px;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color:#5f4831;
}
.soldThumb {
	background: url(images/sold.png) no-repeat left;
	background-position: bottom;
}
.notsld {
	background: none;
}
.finishedThumb img {
	margin-right:10px;
}
#mainContent a:hover {
	color: #fff;
	text-decoration: none;
}
.thumbName {
	font-size:12px;
	font-weight:bold;
}
.finishedThumbHover {
	background-color:#3b1e00;
	color:#fff;
}
.barnSpecs {
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	
}
.abRight {
	text-align: right;
	padding-right: 3px;
	border:0px;
	border-right: solid black 1px;
}
.aLeft {
	text-align:left;
	padding-left: 2px;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #eee;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #000;
}

.MasterDetail .MasterContainer
{
	background: none;
	border: 0;
	width: 380px;
	float: left;
	overflow: auto;
	height: 700px;
	margin:0 30px 0 0;
	padding:0;
}

.MasterDetail .DetailContainer
{
	border: 0px;
	padding:0px;
	width: 500px;
	float: right;
	overflow: auto;
}

.breadCrumbs
{
	border-bottom: #fff 1px solid;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom: 2px;
	padding-bottom: 2px;
	color:#FFF;
}
.rightThickBox
{
	width: 150px;
	float: right;
}
.MasterDetail .MasterColumnSelected
{
	background-color:#fff;
	color: #000;
}
#FBlogo {
	color: #FFF;
	float: right;
	margin: 110px 20px 0 0;
	text-align: right;
}