@CHARSET "ISO-8859-1";

body,html {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 5px;
}

* {
	/*font-family: Trebuchet MS;
	font-size: 12pt;*/
	color: #363636;
	font-family: Georgia, 'times new roman', sans-serif;
	font-weight: normal;
	font-size: 12pt;
}

a.top-menu,span.top-menu {
	text-decoration: none;
	color: rgb(255, 255, 255);
	outline: none;
	font-variant: small-caps;
	letter-spacing: 1pt;
	font-size: 10pt;
	letter-spacing: 1px;
}

a.top-menu:ACTIVE {
	
}

a.top-menu:FOCUS,a.selected {
	color: rgb(200, 200, 200);
}

a.top-menu:HOVER {
	
}

a.top-menu:VISITED {
	
}

div#main-content-widget {
	min-height: 400px;
}

div.main-content {
	
}

div#menu {
	background: url("/gfx/bg/top-header-bg.png") repeat-x;
	height: 120px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	/*border: 1px solid rgb(240, 240, 240);*/
}

div.nobr {
	display: inline;
}

div#pagination {
	height: 30px;
	line-height: 30px;
	text-align: center;
}

div#pagination div.page {
	border: 1px solid rgb(200, 200, 200);
	margin: 5px;
	padding: 0 5px;
	background-color: #e2ead5;
	font-size: 0.9em;
	outline: none;
}

div#pagination div.selected {
	background-color: #abb0a4;
}

a.page,a.page:ACTIVE,a.page:FOCUS,a.page:HOVER,a.page:LINK,a.page:VISITED
	{
	text-decoration: none;
}

.menu-line a {
	text-decoration: none;
	outline: none;
	font-size: 10pt;
	color: black;
}

.menu-line a:HOVER {
	text-decoration: none;
	outline: none;
	color: white;
}

.menu-line {
	padding: 5px;
	border: 1px solid rgb(255, 255, 255);
	color: white;
}

.menu-line:HOVER {
	border: 1px solid rgb(200, 200, 200);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: black;
	color: white;
}

img#logo {
	/*bottom: 20px;*/
	float: left;
	position: absolute;
	text-align: right;
	/*z-index: 2;*/
}

ul#menu {
	list-style: none outside none;
	position: relative;
	margin-left: 100px;
	z-index: 3;
	white-space: nowrap;
	background-image: url(/gfx/bg/menu-bg.gif);
}

ul#menu * {
	list-style: none;
}

ul#menu ul {
	position: absolute;
	display: none;
	top: 100%;
	/*left: 0;*/
	z-index: 99;
}

ul.sub-menu {
	border: 1px solid rgb(200, 200, 200);
	padding: 5px;
	background: rgb(220, 220, 220);
}

ul#menu li {
	display: inline;
	font-family: Myriad Pro;
	font-size: 12pt;
	color: rgb(200, 200, 200);
}

ul#menu li:hover>ul,ul#menu li.sfHover>ul {
	display: block;
}

ul#menu a {
	position: relative;
}

ul#menu ul ul {
	top: 0;
	left: 100%;
}

ul#menu li.break {
	min-width: 5px;
	border-left: 1px solid rgb(200, 200, 200);
	min-width: 5px;
	padding: 0 2px;
}

ul#menu li.selected {
	color: rgb(255, 255, 255);
}

div#menu-item {
	position: relative;
	top: 35px;
	/*background-image: url(/gfx/bg/menu-bg.gif);*/
	line-height: 32px;
}

div#number {
	float: right;
	font-size: 10pt;
	padding-right: 20px;
	position: relative;
	top: 40px;
}

div#home {
	background: rgb(0, 0, 0) url("/gfx/page/main-home.jpg") no-repeat center
		center;
	min-height: 700px;
	position: relative;
}

div#bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(/gfx/bg/main-bg.png);
}

div#objective {
	background-color: #FFFFFF;
	float: right;
	max-width: 700px;
	padding: 10px;
	position: relative;
	right: 40px;
	top: 300px;
	background: url(/gfx/bg/main-bg.png);
	color: rgb(255, 255, 255);
	border: 1px solid rgb(200, 200, 200);
	text-align: justify;
}

div#footer {
	/*border: 1px solid rgb(200, 200, 200);*/
	margin-top: 5px;
	padding-top: 5px;
	background: url("/gfx/bg/footer-bg.png") repeat-x;
	max-height: 120px;
}

.dd-menu {
	list-style-type: none;
	margin-top: 20px;
	padding: 0;
	position: relative;
	z-index: 10;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(200, 200, 200);
}

.curvy-corners {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.curvy-corners-5,.ui-corner-all {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.curvy-corners-3,.ui-corner-all {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.curvy-corners-top {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.curvy-corners-bottom {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135,
		Color='#aaaaaa');
}

.ie-blur {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='15',
		MakeShadow='true', ShadowOpacity='0.40');
}

img#realtor-logo,img#equal-house-logo {
	padding: 20px;
}

table {
	margin: 0 auto;
}

table#footer {
	width: 100%;
}

table#footer tr td {
	width: 33%;
	font-size: 10pt;
}

table#footer tr td#left {
	text-align: left;
}

table#footer tr td#center {
	text-align: center;
}

table#footer tr td#right {
	text-align: right;
	padding-right: 20px;
}

table#footer a {
	font-size: 10pt;
}

table#bottom {
	width: 100%;
}

table#bottom td#selling,table#bottom td#buying,table#bottom td#showcase
	{
	width: 22%;
	text-align: center;
	border: 1px solid rgb(200, 200, 200);
	color: rgb(255, 255, 255);
}

table#bottom td#text {
	width: 34%;
	border: 1px solid rgb(200, 200, 200);
}

table#bottom td#text div#title {
	color: rgb(153, 0, 0);
	font-size: 10pt;
	background-color: rgb(255, 255, 255);
}

table#desc {
	color: rgb(255, 255, 255);
}

table#desc td#padding {
	min-width: 5px;
	width: 5px;
	background-color: #441F22;
}

table#desc td#data {
	font-size: 10pt;
	color: white;
}

.page-title {
	background: url("/gfx/bg/title-bg.png") repeat-x scroll 0 0
		rgba(0, 0, 0, 0);
	border: 1px solid #DCDCDC;
	color: #810000;
	font-size: 18pt;
	font-variant: small-caps;
	letter-spacing: 5px;
	text-align: right;
	width: 100%;
}

div.sub-title {
	color: #810000;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-weight: bold;
}

.page-text {
	position: relative;
}

img.left {
	float: left;
	margin-right: 30px;
}

img.right {
	float: right;
	margin-left: 30px;
}

div#email {
	border: 1px solid #646464;
	border-radius: 5px 5px 5px 5px;
	margin: 5px auto;
	padding: 5px;
	width: 550px;
}

div.from-email {
	border: 1px solid #C8C8C8;
	border-radius: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	text-align: center;
	width: 540px;
}

div.mail-title {
	display: inline-block;
	text-align: right;
	width: 150px;
}

div.mail-value {
	display: inline-block;
}

input#email,input#name {
	background-color: #F5F6CE;
	border-radius: 5px 5px 5px 5px;
	width: 370px;
}

textarea.mail-content {
	background-color: #F5F6CE;
	border-radius: 5px 5px 5px 5px;
	height: 100px;
	width: 525px;
}

table#properties {
	border: 1px solid rgb(200, 200, 200);
	margin: 0 auto;
	width: 95%;
}

table#properties th {
	font-weight: bold;
}

table#properties td.image {
	width: 160px;
}

table#properties td.description {
	padding: 10px;
}

table#properties div.description {
	padding-top: 10px;
	text-align: justify;
}

table.listings {
	border: 1px solid rgb(200, 200, 200);
	border-collapse: collapse;
	width: 90%;
	margin-top: 10px;
}

table.listings th,.listings td {
	border: 1px solid rgb(220, 220, 220);
}

table.listings th {
	font-weight: bold;
}

table.listings td {
	padding-left: 10px;
}

table.listings td.vtour {
	text-align: center;
}

table#gallery {
	
}

div.panes div.image {
	display: table-cell;
}

div.panes div.description {
	text-align: justify;
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}

div.information div.description {
	text-align: justify;
	padding-left: 20px;
}

table#properties div.title,div.information div.title {
	color: #572d6b;
	font-size: 14pt;
}

table#properties div.title {
	display: inline;
}

div.header-info {
	display: inline;
	float: right;
	padding: 5px;
}

div.header-info>div {
	display: inline;
	margin-right: 50px;
	padding: 5px;
}

div.header-info a,div.header-info a:ACTIVE,div.header-info a:FOCUS {
	text-decoration: none;
}

table#properties tr,div.hitlist {
	border: 1px solid rgb(200, 200, 200);
}

div.hitlist {
	display: table;
	width: 95%;
	margin: 0 auto;
}

table#properties tr.information td {
	padding: 10px;
}

table#properties tr#heading {
	background-color: #d8e6c0;
	font-size: 14pt;
	font-variant: small-caps;
	font-weight: bold;
}

table#properties tr.odd,div.odd {
	background-color: #fafbe4;
}

div.odd,div.even {
	padding-bottom: 10px;
	border: 1px solid rgb(200, 200, 200);
}

table#properties tr.even,div.even {
	background-color: #f5f6ce;
}

div#gallery-container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.gallery-thumbs {
	margin: 0 auto;
	text-align: center;
	float: none !important;
}

ul.ad-thumb-list {
	margin: 0 auto;
	text-align: center;
	float: none !important;
	height: 125px;
}

div.detail-property-information {
	margin: 0 auto;
	width: 80%;
}

div.panes {
	border: 1px solid #000000;
	/*min-height: 300px;*/
	padding: 20px;
	border-top-left-radius: 0 !important;
	text-align: justify;
}

div.description-pane {
	margin: 30px;
}

span.required {
	color: rgb(255, 40, 0);
}

.tabs {
	border-bottom: none !important;
}

div.form-widget {
	margin: 10px 50px;
}

.tabs li {
	border-bottom: none !important;
}

div#gallery-widget {
	margin: 0 auto;
	width: 70%;
	background: url("/gfx/bg/gallery-bg.jpg") repeat;
}

div#property-name {
	color: #572D6B;
	font-size: 18pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
}

div.prop-title {
	font-weight: bold;
	padding: 10px;
}

div.top-level {
	border: 1px solid #C8C8C8;
	margin: 10px;
	padding: 10px;
	text-align: center;
	background-color: rgb(230, 230, 230);
}

div.second-level {
	display: inline-table;
	padding: 5px;
	margin: 5px;
	white-space: nowrap;
	background-color: rgb(240, 240, 240);
}

div.field-name {
	display: table-cell;
	padding-right: 10px;
}

div.field-content {
	display: table-cell;
}

div.top-level input,div.top-level textarea {
	width: 400px;
	border: 1px solid rgb(200, 200, 200);
}

div.top-level textarea {
	width: 500px;
	height: 100px;
}

img.vtour-thumbnail {
	/*width: 80%;*/
	
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.cell {
	display: table-cell;
	vertical-align: top;
}

td.realty {
	font-size: 0.8em;
	padding-top: 10px;
}

div#home {
	margin-top: 20px;
}

.attachment {
  border: 1px solid #C8C8C8;
  margin-bottom: 5px;
  padding: 5px;
}
