/*
Theme Name: Lychee
Theme URI: http:///
Author: Nic
Author URI: http://www.comworks.com.au
Description: Wordpress Theme
Version: 1.0
Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, featured-images, full-width-template, theme-options, 
*/


/* Css Reset */
@font-face {
    font-family: 'kaushan_scriptregular';
    src: url('font/kaushanscript-regular-webfont.eot');
    src: url('font/kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kaushanscript-regular-webfont.woff') format('woff'),
         url('font/kaushanscript-regular-webfont.ttf') format('truetype'),
         url('font/kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,
samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
}
body {
	color:#000;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul,ol {
	list-style:none;
}
img,fieldset {
	border:none;
}	
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/*----------------------*/
/*     Page structure   */
/*----------------------*/
#body_bg_area {
	width:100%;
	background:url(images/bgr_body.jpg) no-repeat center top;
}
#body_bg_btm {
	width:100%;
	background:url(images/bgr_body_btm.jpg) no-repeat center bottom;
}
#body_bg_main{
	background:url(images/bgr_slider_area.jpg) no-repeat center top;
	padding-top:45px;
}
#wrapper {
	width:980px;
	margin:0 auto;
}
#banner_area {
	background:#fff;
	border-top:10px solid #82c42e;
	padding:23px 20px 8px 20px;
	margin-bottom:34px;
}
#banner_top {
	overflow:hidden;
	padding-bottom:13px;
}
.check_availability {
	width:179px;
	height:44px;
	background:#7fc229 url(images/gterthen.png) no-repeat 158px center;
	float:right;
}
.check_availability a {
	width:159px;
	height:44px;
	display:block;
	font-size:18px;
	color:#fff;
	line-height:44px;
	text-transform:capitalize;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	padding-left:20px;
}
#banner_top  p {
    font-family: 'kaushan_scriptregular';
	color:#8c8c8c;
	font-size:23px;
	float:right;
	text-align:right;
	padding: 4px 15px 0 0;
}
/*----------------------*/
/*     slider_area      */
/*----------------------*/

#slider_area {
	position:relative;
}
.logo {
	width:290px;
	height:202px;
	position:absolute;
	top:-135px;
	left:-13px;
	z-index:999;
}
.logo img {
	display:block;
}

.slider_text {
	width:199px;
	height:92px;
	padding:15px 80px 0 16px;
	position:absolute;
	right:0;
	bottom:26px;
	z-index:3;
	background:url(images/bgr_slider_text.png) repeat-x;
}
.slider_text p {
	color:#fff;
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	line-height:16px;
}
.slider_text p span {
	color:#fff;
	font-size:29px;
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	line-height:38px;
}
.slider_text p span a {
	color:#fff;
}
.slider_btm_arow {
	background:url(images/bgr_slider_btm_arrow.png) no-repeat;
	width:93px;
	height:13px;
	position:absolute;
	bottom:-7px;
	left:0;
	z-index:3;
}
.family {
	width:687px;
	height:389px;
	position:absolute;
	right:-489px;
	bottom:-249px;
	z-index:999;
}
.family img {
	display:block;
}
html,body {
	overflow-x:hidden;
}

.slider {
	position:relative;
	z-index:0;
	border-bottom:1px solid #e9e5e2;
	padding-bottom:7px;
}
/*----------------------*/
/*     menu              */
/*----------------------*/

#menu {
	padding:0px 0 0 16px;
	border-bottom:1px solid #e9e5e2;
	margin-top:-7px;
}
#menu_inner {
	position:relative;
	z-index:9999;
}
#menu ul {
	overflow:hidden;
}
#menu ul li {
	font-size:17px;
	margin-right:41px;
	float:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}
#menu ul li a {
	color:#595959;
	display:block;
	padding:24px 0 17px 0;
}
#menu ul li a:hover,
#menu ul .current_page_item > a,
#menu ul li:hover > a {
	color:#ff9623;
	border-top:7px solid #ff9623;
	padding-top:17px;
	background:url(images/bgr_drop_arrow.jpg) no-repeat center top;
}
#menu ul li ul {
	width:200px;
	position: absolute;
	left: -999em;
	height: auto;
	padding:0;
	text-align:left;
	margin-left:-9px;
	z-index:9999 !important;
	background:#027371;

}
#menu ul li ul li {
	width:200px;
	background:none;
	height:auto;
	line-height:16px;
	float:left;
	border-top:1px solid #e9e5e2;
	text-align:left;
	padding:0;
	margin:0;
}
#menu ul li ul li:first-child {
	border:none;
	padding:0;
	margin:0;
}
#menu ul li ul a {
	width:191px;
	font-size:14px;
	color:#fff;
	padding:0;
	margin:0;
	padding:6px 0 5px  9px;
	height:auto;
	line-height:16px;
}
#menu ul li ul li:hover > a,
#menu ul li ul .current_page_item > a {
	padding:0;
	border:0;
	padding:6px 0 5px  9px;
	color:#ff9623;
	background:#676e74;
}
#menu ul li ul ul {
	width:200px;
	margin:-27px 0 0 200px;
	padding:0;
}
#menu ul li ul ul li {
	width:200px;
	padding:0;
	margin:0;
}
#menu ul li ul ul li a {
	width:191px;
}
#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li.sfhover ul ul, #menu ul li.sfhover ul ul ul {
	left: -999em;
}
#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li.sfhover ul, #menu ul li li.sfhover ul, #menu ul li li li.sfhover ul {
	left: auto;
}
#menu ul li:hover, #menu ul li.sfhover { 
	position: static;
}



#menu ul li ul li a:hover,
#menu ul li ul li .current_page_item > a,
#menu ul li ul li:hover > a {
	color:#ff9623;
	background:none !important;
}

.sub-menu .current-page-item > a { background:none !important; }

/*----------------------*/
/*   content_area       */
/*----------------------*/

#content_area {
	padding:7px 0 25px 0;
	background:#fff;
	margin-bottom:11px;
	position:relative;
	z-index:999;
}
#quick_quote_area {
	height:70px;
	background:url(images/bgr_quick_area.png) repeat;
	position:relative;
	z-index:0;
	padding:0 10px 0 30px;
}
#quick_quote_area h2 {
	color:#e9e5e2;
    font-family: 'kaushan_scriptregular';
	font-size:28px;
	line-height:70px;
	font-weight:normal;
	float:left;
}
#quick_quote {
	background:url(images/bgr_quick.png) no-repeat;
	width:190px;
	height:70px;
	float:right;
	padding-left:17px;
}
#quick_quote p {
	color:#fff;
	font-size:28px;
	line-height:70px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	text-transform:capitalize;
}
.entry {
	width:100%;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	color:#96cd50;
	font-size:27px;
	padding-bottom:25px;
	font-weight:300;
	font-family: 'Roboto Condensed', sans-serif;
}
.entry h1 {
	font-size:28px;
	text-transform:uppercase;
	padding-bottom:9px;
}
.entry h2 {
	font-size:22px;
	color:#96cd50;
	line-height:24px;
}
.entry h3 {
	font-size:20px;
}
.entry h4 {
	font-size:18px;
}
.entry h5 {
	font-size:16px;
}
.entry h6 {
	font-size:15px;
}

.entry p {
	color:#889095;
	font-size:14px;
	line-height:18px;
	padding-bottom:18px;
}
.entry a {
	color:#96cd50;
}
.entry ul {
	padding:0 0 10px 7px;
	list-style-type: disc;
	margin-left:10px;
}
.entry ul li {
	list-style-type: disc;
	color:#889095;
	font-size:14px;
	line-height:17px;
	padding-bottom:5px;
}
.entry ol {
	padding:0 0 15px 15px;
	list-style-type:decimal;
	margin-left:10px;
}
.entry ol li {
	list-style-type:decimal;
	color:#889095;
	font-size:14px;
	line-height:17px;
	padding-bottom:5px;
}

#content {
	padding:23px 27px 0 34px;
	overflow:hidden;
}
#content_left {
	float:left;
	width:704px;
	overflow:hidden;
	padding-top:3px;
}
.feature_left {
	width:366px;
	float:left;

}
.gallery_area {
	width:310px;
	float:right;
}
.freature {
	overflow:hidden;
}
.freature img {
	display:block;
	float:left;
	padding:0 7px 6px 0;
}
.freature br { display:none }
.view {
	width:285px;
	height:52px;
	background:#77c910;
	padding-left:18px;
}
.view a {
	width:285px;
	height:52px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:20px;
	background:url(images/gterthen.png) no-repeat right 7px;
	line-height:52px;
	padding-right:173px;
	color:#fff;
}
#sidebar {
	width:173px;
	float:right;
}
.widget {
}
#apartments {
	height:102px;
	padding:22px 135px 0 211px;
	background:#fff url(images/bgr_apartments.png) no-repeat right top;
	position:relative;
	border:1px solid #fff;
	margin-bottom:7px;
	z-index:99999;
}
#apartments h3 {
	color:#757d82;
	font-size:26px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	line-height:24px;
}
#apartments h4 {
	color:#ff9623;
	font-size:26px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
}
#apartments h4 span {
	color:#ff9623;
	font-size:26px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}
.bag {
	width:203px;
	height:153px;
	position:absolute;
	top:-35px;
	left:-10px;
}
.bag img {
	display:block;
}
.apartments_next {
	width:48px;
	height:49px;
	position:absolute;
	right:194px;
	bottom:15px;
}
.apartments_next img {
	display:block;
}
#feature_3boxes {
	overflow:hidden;
	width:998px;
	padding:4px 0 93px 4px;
	margin-left:-4px;
}
.feature_box {
	width:316px;
	min-height:364px;
	background:#fff url(images/bgr_feature_3boxes_left.jpg) repeat-x;
	padding-top:19px;
	position:relative;
	margin-right:16px;
	float:left;
}
.feature_box h3 {
	color:#fff;
	font-size:30px;
    font-family: 'kaushan_scriptregular';
	font-weight:normal;
	padding-left:25px;
	line-height:30px;
}
.feature_box img {
	display:block;
}
.feature_box p {
	color:#889095;
	font-size:14px;
	line-height:18px;
	padding:28px 15px 0 20px;
}
.more {
	width:70px;
	height:40px;
	background:url(images/feature_1_more.png) no-repeat;
	position:absolute;
	bottom:-53px;
	right:21px;
	padding:13px 0 0 115px;
}
.more a {
	color:#434540;
	font-size:14px;
	background:url(images/bgr_more.png) no-repeat right center;
	padding-right:12px;
}
.feature_mid{
	background:#fff url(images/bgr_feature_3boxes_mid.jpg) repeat-x;
}
.more_mid {
	background:url(images/feature_2_more.png) no-repeat;
}
.feature_right {
	background:#fff url(images/bgr_feature_3boxes_right.jpg) repeat-x;
}
.more_right {
	background:url(images/feature_3_more.png) no-repeat;
}
#blog_area {
	overflow:hidden;
	padding:4px 4px 60px 4px;
	width:980px;
}

.blog_left {
	width:228px;
	height:130px;
	padding:10px 10px;
	float:left;
	background:#fff;
	position:relative;
}
.blog_left_arrow {
	background:url(images/arrow_blog.png) no-repeat;
	width:50px;
	height:35px;
	position:absolute;
	bottom:-35px;
	left:27px;
}
.blog_left img {
	display:block;
}
.blog_right {
	width:663px;
	height:131px;
	background:#fff;
	float:right;
	padding:19px 35px 0 24px;
}
#blog_top {
	overflow:hidden;
	padding-bottom:17px;
}
#blog_top h3 {
	color:#72cb00;
	font-size:30px;
	line-height:30px;
	float:left;
    font-family: 'kaushan_scriptregular';
	font-weight:normal;
}
#facebook_like {
	background:url(images/bgr_like_f.jpg) no-repeat;
	width:74px;
	height:20px;
	float:right;
	margin-top:8px;
}
.blog_right p {
	color:#3f4346;
	font-size:14px;
	line-height:20px;
}
.blog_right p a {
	color:#72cb00;
}
#social_area {
	height:68px;
	background:#fff;
	position:relative;
	padding-left:43px;
}
.facebook {
	width:48px;
	height:47px;
	position:absolute;
	right:21px;
	bottom:9px;
}
.facebook  img {
	display:block;
}
#social_area ul {
	overflow:hidden;
}
#social_area ul li {
	font-size:14px;
	float:left;
	padding-right:51px;
	line-height:68px;
}
#social_area ul li a {
	color:#3f4346;
}
#social_area ul li a:hover,
#social_area .current_page_item > a {
	color:#ff9623;
}

/*----------------------*/
/*   footer             */
/*----------------------*/
#footer {
	padding:30px 0 14px 0;
	position:relative;
}
.man {
	width:269px;
	height:380px;
	position:absolute;
	bottom:0;
	left:-106px;
}
.man img {
	display:block;
}

#footer_top {
}
#footer_top ul {
	text-align:center;
}
#footer_top ul li {
	font-size:14px;
	padding:0 8px 0 7px;
	line-height:16px;
	display:inline;
}
#footer_top ul li a {
	color:#3f4346;
}
#footer_top ul li a:hover {
	color:#ff9623;
}

#footer_contact {
	padding:26px 0 238px 0;
}

#footer_contact ul {
	text-align:center;
}
#footer_contact ul li {
	font-size:14px;
	padding-left:12px;
	margin-right:4px;
	line-height:16px;
	display:inline;
	color:#3f4346;
	background:url(images/bgr_footer_li.png) no-repeat left center;
}
#footer_contact ul li a {
	color:#3f4346;
}
#footer_contact ul li:first-child {
	background:none;
	padding:0;
}

#footer_com_work{
	background:url(images/bgr_comwork.png) no-repeat;
	width:86px;
	height:15px;
	margin-left:892px;
}
#footer_com_work a {
	width:86px;
	height:15px;
	display:block;
}









/*
ul li { display: inline; }
*/

ul.lightboxgallery img{
    margin-right: 10px;
    
}


div.facebook .pp_top .pp_left {
	background:url(prettyPhoto/themes/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
	background:url(prettyPhoto/themes/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
	background:url(prettyPhoto/themes/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content .ppt {
	color:#000;
}
div.facebook .pp_content_container .pp_left {
	background:url(prettyPhoto/themes/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
	background:url(prettyPhoto/themes/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_content {
	background:#fff;
}
div.facebook .pp_expand {
	background:url(prettyPhoto/themes/facebook/sprite.png) -31px -26px no-repeat;
	cursor:pointer;
}
div.facebook .pp_expand:hover {
	background:url(prettyPhoto/themes/facebook/sprite.png) -31px -47px no-repeat;
	cursor:pointer;
}
div.facebook .pp_contract {
	background:url(prettyPhoto/themes/facebook/sprite.png) 0 -26px no-repeat;
	cursor:pointer;
}
div.facebook .pp_contract:hover {
	background:url(prettyPhoto/themes/facebook/sprite.png) 0 -47px no-repeat;
	cursor:pointer;
}
div.facebook .pp_close {
	width:22px;
	height:22px;
	background:url(prettyPhoto/themes/facebook/sprite.png) -1px -1px no-repeat;
	cursor:pointer;
}
div.facebook #pp_full_res .pp_inline {
	color:#000;
}
div.facebook .pp_loaderIcon {
	background:url(prettyPhoto/themes/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
	background:url(prettyPhoto/themes/facebook/sprite.png) 0 -71px no-repeat;
	height:22px;
	margin-top:0;
	width:22px;
}
div.facebook .pp_arrow_previous.disabled {
	background-position:0 -96px;
	cursor:default;
}
div.facebook .pp_arrow_next {
	background:url(prettyPhoto/themes/facebook/sprite.png) -32px -71px no-repeat;
	height:22px;
	margin-top:0;
	width:22px;
}
div.facebook .pp_arrow_next.disabled {
	background-position:-32px -96px;
	cursor:default;
}
div.facebook .pp_nav {
	margin-top:0;
}
div.facebook .pp_nav p {
	font-size:15px;
	padding:0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
	background:url(prettyPhoto/themes/facebook/sprite.png) -1px -123px no-repeat;
	height:22px;
	width:22px;
}
div.facebook .pp_nav .pp_pause {
	background:url(prettyPhoto/themes/facebook/sprite.png) -32px -123px no-repeat;
	height:22px;
	width:22px;
}
div.facebook .pp_next:hover {
	background:url(prettyPhoto/themes/facebook/btnNext.png) center right no-repeat;
	cursor:pointer;
}
div.facebook .pp_previous:hover {
	background:url(prettyPhoto/themes/facebook/btnPrevious.png) center left no-repeat;
	cursor:pointer;
}
div.facebook .pp_bottom .pp_left {
	background:url(prettyPhoto/themes/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
	background:url(prettyPhoto/themes/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
	background:url(prettyPhoto/themes/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
	outline:none;
}
div.pp_overlay {
	background:#000;
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9500;
}
div.pp_pic_holder {
	display:none;
	position:absolute;
	width:100px;
	z-index:10000;
}
.pp_top {
	height:20px;
	position:relative;
}
* html .pp_top {
	padding:0 20px;
}
.pp_top .pp_left {
	height:20px;
	left:0;
	position:absolute;
	width:20px;
}
.pp_top .pp_middle {
	height:20px;
	left:20px;
	position:absolute;
	right:20px;
}
* html .pp_top .pp_middle {
	left:0;
	position:static;
}
.pp_top .pp_right {
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
.pp_content {
	height:40px;
}
.pp_fade {
	display:none;
}
.pp_content_container {
	position:relative;
	text-align:left;
	width:100%;
}
.pp_content_container .pp_left {
	padding-left:20px;
}
.pp_content_container .pp_right {
	padding-right:20px;
}
.pp_content_container .pp_details {
	float:left;
	margin:10px 0 2px 0;
}
.pp_description {
	display:none;
	margin:0 0 5px 0;
}
.pp_nav {
	clear:left;
	float:left;
	margin:3px 0 0 0;
}
.pp_nav p {
	float:left;
	margin:2px 4px;
}
.pp_nav .pp_play,.pp_nav .pp_pause {
	float:left;
	margin-right:4px;
	text-indent:-10000px;
}
a.pp_arrow_previous,a.pp_arrow_next {
	display:block;
	float:left;
	height:15px;
	margin-top:3px;
	overflow:hidden;
	text-indent:-10000px;
	width:14px;
}
.pp_hoverContainer {
	position:absolute;
	top:0;
	width:100%;
	z-index:2000;
}
.pp_gallery {
	left:50%;
	margin-top:-50px;
	position:absolute;
	z-index:10000;
}
.pp_gallery ul {
	float:left;
	height:35px;
	margin:0 0 0 5px;
	overflow:hidden;
	padding:0;
	position:relative;
}
.pp_gallery ul a {
	border:1px #000 solid;
	border:1px rgba(0,0,0,0.5) solid;
	display:block;
	float:left;
	height:33px;
	overflow:hidden;
}
.pp_gallery ul a:hover,.pp_gallery li.selected a {
	border-color:#fff;
}
.pp_gallery ul a img {
	border:0;
}
.pp_gallery li {
	display:block;
	float:left;
	margin:0 5px 0 0;
}
.pp_gallery li.default a {
	background:url(prettyPhoto/themes/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display:block;
	height:33px;
	width:50px;
}
.pp_gallery li.default a img {
	display:none;
}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next {
	margin-top:7px !important;
}
a.pp_next {
	background:url(prettyPhoto/themes/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display:block;
	float:right;
	height:100%;
	text-indent:-10000px;
	width:49%;
}
a.pp_previous {
	background:url(prettyPhoto/themes/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display:block;
	float:left;
	height:100%;
	text-indent:-10000px;
	width:49%;
}
a.pp_expand,a.pp_contract {
	cursor:pointer;
	display:none;
	height:20px;
	position:absolute;
	right:30px;
	text-indent:-10000px;
	top:10px;
	width:20px;
	z-index:20000;
}
a.pp_close {
	display:block;
	float:right;
	line-height:22px;
	text-indent:-10000px;
}
.pp_bottom {
	height:20px;
	position:relative;
}
* html .pp_bottom {
	padding:0 20px;
}
.pp_bottom .pp_left {
	height:20px;
	left:0;
	position:absolute;
	width:20px;
}
.pp_bottom .pp_middle {
	height:20px;
	left:20px;
	position:absolute;
	right:20px;
}
* html .pp_bottom .pp_middle {
	left:0;
	position:static;
}
.pp_bottom .pp_right {
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
.pp_loaderIcon {
	display:block;
	height:24px;
	left:50%;
	margin:-12px 0 0 -12px;
	position:absolute;
	top:50%;
	width:24px;
}
#pp_full_res {
	line-height:1 !important;
}
#pp_full_res .pp_inline {
	text-align:left;
}
#pp_full_res .pp_inline p {
	margin:0 0 15px 0;
}
div.ppt {
	color:#fff;
	display:none;
	font-size:17px;
	margin:0 0 5px 15px;
	z-index:9999;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}





.special_area {
	padding:20px;
	margin-bottom:20px;
	background:url(images/repeat.png) repeat #494f53;	
	display:block;

}
.qtybg { background:#53b3d9; }

.se_apartments_feed { display:block; }

.nodebg { float:left; margin-right:10px; width:250px; }

.nodecontents { float:left; width:400px; }

.special_area h3 { color:#fff; padding-bottom:15px; font-size:20px; }

.special_area p, .special_area td { color:#fff; }


.apartment_node {
	background:url(images/repeat.png) repeat #494f53;
	color:#fff;
	padding:15px;
	margin:0 0 15px 0; 
}

.apartment_node p, .apartment_node h2 { color:#fff; }


.apartment_node .ngg-gallery-thumbnail { 
	margin-left:12px; margin-right:12px;
}


.alignright { float:right; margin-left:20px }



.category_area { background:#fff; border:1px solid #ccc; padding:10px; }

.category_area li { padding-bottom:3px; padding-left:5px; list-style:disc; margin-left:20px }
.category_area ul { margin-left:20px; }


.resort_facilities { 
	background:url(images/repeat.png) repeat #494f53;	
	padding:20px 20px 0 20px;
	color:#fff;
}
.resort_facilities ul { float:left; width:300px; }
.resort_facilities ul li { color:#fff; }


.apartment_bullets { 
	background:#53b3d9;
	padding:20px 20px 0 20px;
	color:#fff;
	margin-bottom:15px;
}
.apartment_bullets ul { float:left; width:300px; }
.apartment_bullets ul li { color:#fff; }
.apartment_bullets p { margin:0; padding:0 }
.sleeps  { float:right; font-size:17px; padding-top:5px }