@charset "UTF-8";

/* Universal Styles */

* {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 9pt;
}

body{
	background: #888877;
	text-align: center;
}

#header{
	height: 96px;
	width: 100%;
	background: url(../images/bg_header_left.png) repeat-x;
	margin-top: 10px;
	margin-bottom: 15px;
	min-width: 960px;
}

#header h1{
	width: 40%;
	float: left;
	height: 96px;
	background: url(../images/logo.png) no-repeat 50% 30%;
	text-indent: -9999px;
}

#header ul{
	width: 58%;
	float: left;
	height: 96px;
	background: url(../images/bg_header_right.png) repeat-x;
	padding-left: 2%;
}

#header li{
	display: block;
	width: 70px;
	float: left;
	height: 96px;
	background: url(../images/menu_home.png) no-repeat 50% 45%;
}

#header li.about{ background: url(../images/menu_about.png) no-repeat 50% 45%; width: 80px;}
#header li.gallery{ background: url(../images/menu_gallery.png) no-repeat 50% 45%; width: 115px;}
#header li.houses{ background: url(../images/menu_houses.png) no-repeat 50% 45%; width: 80px;}
#header li.produce{ background: url(../images/menu_produce.png) no-repeat 50% 45%; width: 100px;}
#header li.contact{ background: url(../images/menu_contact.png) no-repeat 50% 45%; width: 80px;}

#header li a{
	display: block;
	width: 100%;
	height: 96px;
	text-indent: -9999px;
}

#header li.active a{
	background: url(../images/bg_header_active.png) no-repeat 50% 100%;
}

div#wrapper {
	margin: 0 auto 20px;
	text-align: left;
}

div#content{
	background: #efefef;
	width: 710px;
	margin: 0 auto 20px;
	padding: 10px;
}

div.margin10px{
	margin: 10px;
}

div#footer{
	background: url(/images/copyright.png) no-repeat 20px 0;
	height: 20px;
	text-indent: -9999px;
}

/* Home */
.mainphoto{
	display: block;
	margin: 30px auto;
	padding: 6px;
	background: white;
}

/* About */
body.about h2{
	/*
	background: url(../images/h2_about.jpg) no-repeat 0 10px !important;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -9999px;
	position: relative;
	*/
}

div.col-left{
	width: 280px;
	float: left;
	padding: 10px;
}
div.col-right{
	width: 390px;
	float: left;
	padding: 10px;
}
body.about dt{
	font-weight: bold;
}

body.about dd{
	margin-bottom: 1em;
}

/* @group Houses Table */

div#wrapper h2{
	/*	
	background: url(/images/h2.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: relative;
	*/
	font-family: sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #999;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div#wrapper.detail h2{
	/*
	background: url(/images/h2.gif) no-repeat 0 -40px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -9999px;
	*/
	position: relative;
}

div#wrapper h2 a{
	display: block;
	position: absolute;
	top: -5px;
	right: 0;
	background: url(/images/btn_back.gif) no-repeat 0 -30px;
	height: 30px;
	width: 140px;
	text-indent: -9999px;
}

div#wrapper h2 a:hover{
	background-position: 0 0;
}

div#wrapper div.table-wrapper{
	position: relative;
}

div#wrapper table.spec{
	width: 710px;
	border-collapse: separate;
	border-spacing: 5px;
	margin-bottom: 10px;
}

div#wrapper table.spec th{
	border-left: 2px solid #99c;
	background: #f5f5f5;
	border-right: 1px dotted #ccc;
}

div#wrapper table.spec th,
div#wrapper table.spec td{
	padding: 2px 5px;
	vertical-align: middle;
}

div#wrapper table.spec th{
	width: 120px;
}

div#wrapper table.spec td{
	width: 200px;
}

div#wrapper table.spec td.photo{
	border: 1px solid #777;
	background: #999;
	vertical-align: middle;
	width: 130px;
	padding: 4px;
}

div#wrapper table.spec td.photo img{
	width: 130px;
	border: 1px solid #888;
}

div#wrapper table.spec td.detail{
	padding: 0;
	width: 80px;
	vertical-align: middle;
	background: #efefef;
	border: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
}

div#wrapper table.spec td.detail a{
	display: block;
	height: 40px;
	width: 80px;
	text-indent: -9999px;
	background: url(/images/btn_detail.gif) no-repeat 0 50%;
	text-decoration: none;
	border:0;
}

div#wrapper table.spec td.detail a:hover{
	background: url(/images/btn_detail.gif) no-repeat -80px 50%;
}

div#wrapper table.spec td.comment{
	width: 520px;
	border: 1px solid #ccc;
	vertical-align: middle;
	height: 25px;
	padding:  2px 5px;
	background: #fff;
}

div#wrapper table.spec td span{
	display: block;
	position: absolute;
	background: url(/images/signed.png) no-repeat 0 0;
	width: 65px; height:65px;
	left: 85px;
	bottom: 30px;
	text-indent: -9999px;
	z-index: 1000;
}

div#wrapper div.mainImg{
	border: 1px solid #777;
	background: #999;
	padding: 4px;
	text-align: center;
}

div#wrapper div.mainImg img{
	max-width: 100%;
}

div#wrapper h3{
	font-size: 120%;
	border-bottom: 1px solid #ccc;
	padding: 0.2em;
	margin: 10px 0;
}

div.thumb a,
div.thumb a img{
	display: block;
	float: left;
}

div.thumb a img{
	margin-left: 2px;
	float: left;
	width: 80px;
	height: 40px;
	padding: 4px;
	border: 1px solid #ccc;
	background: url(/images/bg_chili.gif);
}
	
/* @end */

/* @group clearfix */
	
.alignright{
	float: right;
	margin: 0 0 10px 20px;
}

.alignleft{
	float: left;
	margin: 0 20px 10px 0;
}

.clearboth{
	clear: both;
}

.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

/* @end */


#gallery div#wrapper h2{
	background-position: 0 -120px
}

.ngg-galleryoverview{
	margin-left: 10px;
	padding-left: 135px;
	width: 555px;
}

.ngg-galleryoverview:after{
    content: ""; 
    display: block; 
    clear: both;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box{
	float: left;
	margin: 0 0 15px 15px;
}

.ngg-galleryoverview{
	padding-left: 135px;
}

#ngg-gallery-1-186{
	background: url(/images/h3_appearance.jpg) no-repeat 15px 0;
}

#ngg-gallery-2-186{
	background: url(/images/h3_ldk.jpg) no-repeat 15px 0;
}

#ngg-gallery-3-186{
	background: url(/images/h3_entrance.jpg) no-repeat 15px 0;
}

#ngg-gallery-4-186{
	background: url(/images/h3_bathroom.jpg) no-repeat 15px 0;
}

#ngg-gallery-5-186{
	background: url(/images/h3_others.jpg) no-repeat 15px 0;
}