body {
	background-color: #999999;
	background-image: url(images/Background.gif);
	background-repeat: repeat-x;
}
/* Titles *************************************************/
.PageHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d58508;
	font-weight: bold;
	text-align: left;
}
.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.ItemLight {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d58508;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	padding-top: 8px;
}
.ItemDark {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000067;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	padding-top: 8px;
}
.NoteDark{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000067;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	padding-top: 95px;
}
.TextLight{color: #CCCCCC}
/* Text Buttons *******************************************/
.LogoButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}
/* Popups  ************************************************/
.thumbnail{
   position: relative;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   z-index:0;
}
.thumbnail:hover{
   background-color: transparent;
   z-index:1;
}
.thumbnail span{ /*enlarged image*/
	position: absolute;
	background-color: lightyellow;
	left: -1000px;
	padding: 5px;
	width: 305px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.thumbnail span img{ /*enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*enlarged image on hover*/
visibility: visible;
top:20px; /*enlarged image offset position*/
left:20px;
}
.Radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align: left;
}
/* Layers *************************************************/
#Logo {
	position:relative;
	width:203px;
	height:512px;
	z-index:0;
	visibility: visible;
}
#LogoHomeButton {
	position:absolute;
	width:45px;
	height:10px;
	z-index:0;
	left: 96px;
	top: 355px;
	visibility: visible;
	text-align: left;
}
#LogoForSaleButton {
	position:absolute;
	width:71px;
	height:12px;
	z-index:0;
	left: 96px;
	top: 380px;
	visibility: visible;
	text-align: left;
}
#LogoSoldButton {
	position:absolute;
	width:80px;
	height:12px;
	z-index:0;
	left: 96px;
	top: 405px;
	visibility: visible;
	text-align: right;
}
#LogoReturnsButton {
	position:absolute;
	width:150px;
	height:12px;
	z-index:0;
	left: 72px;
	top: 430px;
	visibility: visible;
	text-align: left;
}
#LogoContactsButton {
	position:absolute;
	width:77px;
	height:13px;
	z-index:0;
	left: 96px;
	top: 455px;
	visibility: visible;
	text-align: left;
}
/* Rights */
#Right{
	position:relative;
	width:300px;
	height:565px;
	z-index:0;
	left:0px;
	top: 0px;
	visibility: visible;
}
