html,body,blockquote,div,form,h1,h2,h3,h4,h5,h6,ol,p,table,ul,li,td,th,button,img,legend,fieldset{margin:0;padding:0;}
html,body{height:100%;}
img,fieldset{border:0;}
table{border-collapse:collapse;border-spacing:0;}
th,td{text-align:left;font-weight:normal;}
body,select,input,textarea,button{font-family:Arial,Verdana,Helvetica,sans-serif;}
body{font-size:12px;}
select,input,textarea,button{font-size:1em;}
h1,h2,h3,h4,h5,h6{margin-bottom:0.8em;line-height:1em;}
h1{font-size:3.0em;}
h2{font-size:2.4em;}
h3{font-size:1.9em;}
h4{font-size:1.5em;}
h5{font-size:1.2em;}
h6{font-size:1em;}
p{padding:.2em 0 .7em;}
label{cursor:pointer;}
ul,ol{padding-left:2em;}
:focus{outline:0;}
button::-moz-focus-inner{padding:0;border:none}
.clear{clear:both;}

body {
	background: url(g/back.jpg) 50% 0 repeat;
	font-size: 12px;
	line-height: 21px;
}

#center {
	width: 988px;
	margin: 0 auto;
	padding: 0 0 30px;
}
#header {
	height: 128px;
	position: relative;
}
#logo {
	display: block;
	width: 560px;
	height: 80px;
	position: absolute;
	top: 32px;
	left: 158px;
	background: url(g/logo.png);
}
#lngmenu {
	position: absolute;
	right: 13px;
	top: 28px;
	text-align: right;
	white-space: nowrap;
}
#lngmenu a {
	text-transform: uppercase;
	padding: 0 6px;
	color: #88775d;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#lngmenu a:hover,
#lngmenu a.open {
	color: #190000;
}

#menu {
	width: 200px;
	float: left;
}
#menu-top {
	background: url(g/menu.png) 0 0 no-repeat;
	height: 37px;
	width: 188px;
}
#menu-mid {
	background: url(g/menu.png) 50% 0 repeat-y;
	width: 188px;
}
#menu-bot {
	background: url(g/menu.png) 100% 100% no-repeat;
	height: 16px;
	width: 188px;
}
#menu-mid ul {
	margin: 0;
	padding: 2px 19px 0 15px;
	list-style-type: none;
}
#menu-mid ul ul {
	list-style-type: disc;
	color: #fff;
	padding: 0 0 0 1.5em;
}
#menu-mid li {
	margin: 0;
	padding: 0;
}
#menu-mid a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	padding: 4px 2px;
	text-decoration: none;
}
#menu-mid li li a {
	line-height: 13px;
	font-size: 10px;
	padding: 0;
}
#menu-mid li li {
	padding: 5px 0;
}
#menu-mid li.open ul {
	background: url(g/menu-line.png) 0 100% repeat-x;
	padding-bottom: 5px;
}
#menu-mid a:hover,
#menu-mid a.open {
	color: #eecfa0;
}
#menu-mid a.open {
	background: url(g/menu-line.png) 0 100% repeat-x;
	padding-bottom: 6px;
}
#menu-mid li li a.open {
	padding-bottom: 0;
	background: transparent;
}

#menu-info {
	font-weight: bold;
	font-size: 10px;
	padding: 12px 21px 0 17px;
}

#content {
	width: 600px;
	float: left;
}
#content-top {
	background: url(g/content.png) 0 0 no-repeat;
	height: 37px;
	width: 588px;
}
#content-mid {
	background: url(g/content.png) 50% 0 repeat-y;
	width: 588px;
}
#content-bot {
	background: url(g/content.png) 100% 0 no-repeat;
	height: 16px;
	width: 588px;
	padding-top: 40px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
#content-inner {
	position: relative;
	top: -9px;
	padding: 1px 6px 1px 2px;
}
#content-pad {
	padding: 25px 25px 5px;
}

#boxes {
	width: 188px;
	float: left;
}
#boxes .box {
	position: relative;
	background: url(g/box.png) 50% 0 no-repeat;
	width: 188px;
	height: 140px;
}
#boxes .box.fst {
	background-position: 0 0;
	height: 149px;
}
#boxes .box img {
	position: absolute;
	z-index: 1;
	left: 12px;
	bottom: 10px;
}
#boxes .box a span {
	display: none;
	position: absolute;
	z-index: 2;
	left: -4px;
	bottom: -8px;
	width: 170px;
	line-height: 18px;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #f6e7cf;
	border: 1px solid #1a0101;
}
#boxes .box a:hover span {
	display: block;
}
#boxes .box-bot {
	background: url(g/box.png) 100% 0 no-repeat;
	height: 6px;
}
#boxes-nav {
	padding-top: 15px;
	text-align: center;
	display: none;
}
#boxes-nav a {
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url(g/arrows.png) 0 0 no-repeat;
}
#boxes-nav a.prev {
	background-position: 100% 0;
	margin-left: 10px;
}


h1 {
	font-size: 19px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 21px;
	color: #060;
}
h1.house-name {
	line-height: 26px;
	padding: 12px 20px;
	margin: 0;
	color: #fff;
	background: #180000;
}
h2 {
	font-size: 16px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 21px;
	color: #060;
}
h3 {
	font-size: 12px;
	margin: 0;
	padding: 0 0 3px;
}
p {
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img.house-pic {
	border-bottom: 12px solid #180000;
}

#content {
	font-family: Georgia, "Times New Roman", serif;
}

table {
	border: 0;
	border-collapse: collapse;
}
#content table {
	font-family: Arial, Verdana, sans-serif;
}
th {
	background-color: #eecfa0;
	font-weight: bold;
	border-top: 1px solid #eecfa0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #eecfa0;
	border-left: 1px solid #eecfa0;
}
td {
	background-color: #f6e7cf;
	vertical-align: top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #f6e7cf;
	border-left: 1px solid #f6e7cf;
}
th, td {
	padding: 3px 10px;
	text-align: left;
}

input {
	width: 300px;
}
textarea {
	width: 300px;
}
button {
	padding: 3px 10px;
}