* {
  margin: 0;
  padding: 0;
}

html { height: 100%; }

body {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  height: 100%;
}

a img { border: none; }

a { text-decoration: none; color: #3b4981; }
a:hover { color: #a4a4a4; }

#pageWrapper {
  width: 900px;
  margin: 0 auto;
}

#leftCol {
  margin-top: 24px;
  float: left;
  width: 130px;
}

#rightCol {
  margin-top: 24px;
  float: left;
  width: 770px;
}

#leftCol ul { list-style: none; margin-right: 25px; float: right; }
#leftCol li { border-top: 1px solid #c9c9c9; padding: 4px 0; }
#leftCol li.active a { color: #a4a4a4; }
#leftCol li.last { border-bottom: 1px solid #c9c9c9; }

.clear {
  clear: both;
}

#logo { margin-bottom: 74px; }
#content-header { margin-bottom: 42px; }

.box { border: 10px solid #efefef; background-color: #efefef; }
.box .image { float: left; margin-right: 10px; }

.description { color: #878787; }

.bottom-padding { margin-bottom: 18px; }

#content-header img { display: block; margin-bottom: 16px; }
#content-header h1 { font-size: 14px; font-weight: normal; height: 14px; }

#footer { margin: 20px 0; }
#footer ul { list-style: none; }
#footer li { float: left; padding-right: 5px; border-right: 1px solid #000; margin-right: 5px; }
#footer li.last { padding-right: 0; margin-right: 0; border-right: none; }

.projectitem, .partneritem { float: left; border: 10px solid #efefef; background-color: #fff; width: 355px; margin: 0 10px 10px 0; }
.projectitem img, .partneritem img { display: block; float: left; margin-right: 10px; }
.projectitem .top, .partneritem .top { margin: 10px 0; }
.projectitem h3, .projectitem h2 { font-weight: normal; font-size: 12px; }
.projectitem a { display: block; margin-top: 10px; }

#project-detail .left { width: 380px; border: 10px solid #efefef; float: left; margin-right: 30px; }
#project-detail .left img { display: block; }
#project-detail .right { width: 340px; float: left; }
#project-detail #detailText h3, #project-detail #detailText h2,
#project-detail #detailText #category { font-size: 12px; font-weight: bold; }
#project-detail #detailText { margin-bottom: 15px; }

#apartmentList { margin-top: 10px; }
#apartmentList h3 { display: none; }

.apartment .openBtn { display: block; border-top: 1px solid #c9c9c9; padding: 2px 4px 2px 4px; color: #3c3c3c; }
.apartment.open { background-color: #f5f5f5; }
.apartment .detail-left { float: left; width: 164px; }
.apartment .detail-right { float: left; width: 166px; }
.apartmentBg { padding: 4px; }

.apartment .closeBtn {
    float: right;
    margin: 5px 10px 0 0;
    padding: 0 0 0 13px;
    background: url("../cimages/close.gif") no-repeat scroll 0;
}


.buy-left { width: 200px; float: left; }
.btns-right { width: 130px; float: left; }

p { margin-bottom: 12px; }

/* image box overlay */

#ImageBoxOverlay
{
	background-color: #000;
}

#ImageBoxCaption
{
	background-color: #fff;
}

#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #fff;
}

#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}

#ImageBoxCaptionImages
{
	margin: 0;
}

#ImageBoxNextImage
{
	background-image: url('../images/next_image.gif');
	background-repeat:	no-repeat;
	background-position: right center;
	filter: alpha(opacity=100); /*for ie6*/
}

#ImageBoxPrevImage
{
	background-image: url('../images/prev_image.gif');
	background-repeat:	no-repeat;
	background-position: left center;
	filter: alpha(opacity=100); /*for ie6*/
}

#ImageBoxNextImage:hover
{
	background-image: url('../images/next_image.gif');
	background-repeat:	no-repeat;
	background-position: right center;
	filter: alpha(opacity=100); /*for ie6*/
}

#ImageBoxPrevImage:hover
{
	background-image: url('../images/prev_image.gif');
	background-repeat:	no-repeat;
	background-position: left center;
	filter: alpha(opacity=100); /*for ie6*/
}

/* // image box overlay */

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../cimages/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../cimages/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../cimages/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../cimages/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../cimages/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 10px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

a#fancy_left:hover {
	background: transparent url(../cimages/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(../cimages/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../cimages/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../cimages/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../cimages/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../cimages/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../cimages/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../cimages/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../cimages/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../cimages/fancy_shadow_nw.png) no-repeat;
}

.hidden { display: none; }

#startContent { width: 745px; height: 245px; }

ul { list-style: none; }

.text ul {
  list-style: disc;
  padding-left:1em;
  margin-left:0;
  margin-bottom: 12px;
}

#articleLeft {
  width: 400px;
  float: left;
  margin-right: 16px;
}

#articleRight {
  width: 354px;
  float: left;
}

#articleImage {
  width: 380px;
  height: 380px;
}

#articleRight h3 {
  margin: 20px 0 8px 0;
  font-size: 12px;
}
