/**Header**/
* {
	font-family: Minion Pro, Arial, Georgia,  Times New Roman;
	font-size: 12px;
}

img {
	border:none;
}

body {
	background:URL('/images/bkgd.jpg') no-repeat;
}


#wrapper {
	width:960px;
	margin:0 auto;
}

#nav {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 10px 4px 15px;
	margin-right: 1px;
	margin-bottom: -9px;
}

#nav:hover {
	background:URL('/images/nav-flatbushgardens_r3_c6.png') no-repeat;
	color:#fff;
}

.selected {
	background:URL('/images/nav-flatbushgardens_r3_c6.png') no-repeat;
	color: #fff;
}


#text-style2 {
	color: #8ac0ad;
	font-size: 1.4em;
	font-weight: bold;
}

.text-style3 {
	color: #c7b7a4;
	font-size: 1.1em;
}

.text-style6 {
	color: #fff;
}

.text-style8 {
	font-size: 1.8em;	
	font-weight: bold;
}

.text-style9 {
	color: #fff;
	font-size: 2em;
}

#TABLE-STYLE1 {
	color: #fff;
	text-align: left;
}

h1 {
	font-size: 2.2em;
}

/** Footer **/
#footer {
	background:URL('/images/footer.png') no-repeat;
	color: #FFF78F;
}

.text-small {
	font-size: 0.8em;
}

#TABLE-comparison {
	border-left: solid 5px #7dbdd3;
	border-right: solid 5px #7dbdd3;
	border-bottom: solid 5px #7dbdd3;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
}

#TABLE-comparison-b {
	border-left: solid 5px #ffc00e;
	border-right: solid 5px #ffc00e;
	border-bottom: solid 5px #ffc00e;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
}

#line-vertical {
	background: URL('/images/line-vertialrule.png') repeat-y;
}

/*	##################################
  	DISPLAY HOME
  	################################## */

#display {
	position: relative;
	height: 445px;
	width: 960px;
	line-height: 24px;
	background: #252525;
	color: #fff;
	text-shadow: 1px 0px 0px #000;
	z-index: 1;
	overflow: hidden;
}

#man {
	position: absolute;
	left: 772px;
	top: 170px;
	z-index: 999;
}

.display-img {
	width: 960px; /* was 660px */ 
}

.display-inner {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 280px;
}

#display .price-listing {
	right: 0px;
	bottom: 0px;
}

#display a {
	color: #fff;
}

#display h2 {
	margin: 0 0 10px;
	font-size: 24px;
}

#display h2 a {
	text-decoration: none;
}

#display-control {
	position: absolute;
	left: 100px;
	bottom: 0px;
	margin: 0px;
	height: 30px;
	z-index: 2;
}

#display-control li {
	display: inline;
}

#display-control a {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin: 9px 10px 0 0;
	background: transparent url(img/bg-display-control-inactive.png) no-repeat center center;
	outline: none;
}

#display-control li.ui-tabs-selected a {
	background: transparent url(img/bg-display-control-active.png) no-repeat center center;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

#bg-display-control {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 960px; /* was 660px */ 
	height: 30px;
	/*background: transparent url(img/bg-display-control.png) repeat-x left top;*/
	z-index: 1;
}