﻿/* encoding */
@charset "UTF-8";

/* import reset.css */
@import url('Modules/reset.css');
@import url('Modules/simplepager.css');
@import url('Modules/fancybox.css');

/* import font face */
@font-face {
    font-family: 'Interstate';
    src: url('../Font/Interstate/interstate-boldtr-webfont.eot');
    src: local('☺'), url('../Font/Interstate/interstate-boldtr-webfont.woff') format('woff'), url('../Font/Interstate/interstate-boldtr-webfont.ttf') format('truetype'), url('../Font/Interstate/interstate-boldtr-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***** [BEGIN] General Settings *****/
html, body {
    min-width: 960px;
    font: 12px/18px Arial;
    background-color: #f1f1f1;
    color: #3c3c3c;
}

body {
    overflow-y: scroll;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.title {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: -0.05em;
}

h1, h2, h3, h4, h5, h6 {
    color: #0091e0;
    font-family: 'Interstate', Arial;
}

input, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #3c3c3c;
    border: 0;
    margin: 0;
    padding: 0;
    resize: none;
    outline: none;
}

.textarea333 {
    border: 0;
    width: 323px;
    height: 129px;
    padding: 5px;
    background: url(../Img/bgFormInputs.png) no-repeat left -83px transparent;
}

.input201 {
    border: 0;
    width: 191px;
    height: 29px;
    padding: 0 5px;
    background: url(../Img/bgFormInputs.png) no-repeat left -54px transparent;
}

.input185 {
    border: 0;
    width: 173px;
    height: 27px;
    padding: 0 5px;
    background: url(../Img/bgFormInputs.png) no-repeat left top transparent;
}

.input170 {
    border: 0;
    width: 158px;
    height: 27px;
    padding: 0 5px;
    background: url(../Img/bgFormInputs.png) no-repeat left -27px transparent;
}

.input97 {
    border: 0;
    width: 87px;
    height: 29px;
    padding: 0 5px;
    background: url(../Img/bgFormInputs.png) no-repeat left -222px transparent;
    text-align: center;
}

.captchaCode {
    float: left;
    margin: 0 9px 11px 0;
}

.clear {
    clear: both;
    height: 0;
}

.clear:after {
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.leftTop, .rightTop, .leftBottom, .rightBottom {
    width: 5px;
    height: 5px;
    background: url(../Img/bgImageBoxRadius.png) no-repeat;
    float: left;
}

.leftTop, .newsPic .leftTop {
    background-position: left top !important;
}

.rightTop, .newsPic .rightTop {
    background-position: right top !important;
}

.leftBottom, .newsPic .leftBottom {
    background-position: left bottom !important;
}

.rightBottom, .newsPic .rightBottom {
    background-position: right bottom !important;
}

.centerTop, .centerBottom {
    background-color: #ffffff;
    float: left;
    height: 4px;
}

.centerTop {
    border-top: 1px solid #d9d9d9;
}

.centerBottom {
    border-bottom: 1px solid #d9d9d9;
}

.image {
    padding: 0 4px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background-color: #ffffff;
}

.radiusTop, .radiusBottom {
    width: 160px;
    height: 5px;
    background: url(../Img/bgRadiusTopBottom.png) no-repeat transparent;
}

.radiusTop {
    background-position: left top;
}

.radiusBottom {
    background-position: left bottom;
}
/***** [END] General Settings *****/

/***** [BEGIN] Header Settings *****/
#header {
    width: 100%;
    height: 76px;
    background: url(../Img/bgHeader.png) repeat-x center top transparent;
    z-index: 200;
    position: relative;
}
/** <Logo> Settings **/
#logo {
    width: 218px;
    height: 48px;
    background: url(../Img/logoKentPlus.png) no-repeat center top transparent;
    text-indent: -9999px;
    position: absolute;
    top: 17px;
    left: 0;
    display: block;
}

#logo a {
    width: 100%;
    height: 100%;
    display: block;
}
/** </Logo> Settings **/

/***** [BEGIN] Main Menu Settings *****/
#menu {
    float: right;
    position: relative;
    display: block;
    height: 38px;
    margin: 22px 0 0;
}

#menu > ul > li {
    position: relative;
    float: left;
    background: url(../Img/bgMainMenu.png) no-repeat right 0 transparent;
}

#menu > ul > li:last-child {
    background-position: right 38px;
}

#menu > ul > li:hover a {
    color: #0191e0;
}

#menu > ul > li > a {
    height: 38px;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #4d4d4d;
    padding: 8px 10px 0;
}

#menu li.has-sub:hover {
    background-color: #f9f9f9;
    background-position: right -76px;
}
/***** [END] Main Menu Settings *****/

/** <SubMenu> Settings **/
.projects .subMenu {
    position: absolute;
    left: 0;
    top: 38px;
    display: none;
}

.projects .subMenuTop, .projects .subMenuBottom {
    width: 206px;
    height: 8px;
    background: url(../Img/bgSubMenuTopBottom.png) no-repeat transparent;
}

.projects .subMenuTop {
    background-position: left top;
}

.projects .subMenuBottom {
    background-position: left bottom;
}

.projects .subMenuContent {
    padding: 0 10px;
    background-color: #f9f9f9;
    border-right: 2px solid #989898;
    width: 184px;
}

.institutional .subMenu {
    position: absolute;
    right: 0;
    top: 38px;
    display: none;
}

.institutional .subMenuTop, .institutional .subMenuBottom {
    width: 184px;
    height: 8px;
    background: url(../Img/bgSubMenuInstituonalTopBottom.png) no-repeat transparent;
}

.institutional .subMenuTop {
    background-position: left top;
}

.institutional .subMenuBottom {
    background-position: left bottom;
}

.institutional .subMenuContent {
    padding: 0 10px;
    background-color: #f9f9f9;
    border-right: 2px solid #989898;
    width: 162px;
}

.subMenu a {
    display: block;
    text-decoration: none;
    color: #3c3c3c;
    padding: 8px 0 9px 13px;
    background: url(../Img/icoSubMenuBullet.gif) no-repeat 4px 14px transparent;
}

.subMenu a:hover {
    color: #0091e0;
}

.subMenu li {
    background: url("../Img/bgFooterBorder.png") repeat-x left bottom transparent;
}

.subMenu li:last-child {
    background: none transparent;
}
/** </SubMenu> Settings **/
/***** [END] Header Settings *****/

/***** [BEGIN] Footer Settings *****/
#footer {
    height: 75px;
    background: url(../Img/bgFooterBorder.png) repeat-x center top transparent;
    color: #aca9a7;
    font-size: 11px;
    line-height: 15px;
    padding: 12px 0 0;
    margin-top: 48px;
}

#footer ul {
    float: left;
}

#footer li {
    float: left;
    margin: 0 19px 0 10px;
}

.footerTxt {
    width: 515px;
    float: left;
    padding: 6px 0 0;
}

.woohoo {
    position: absolute;
    right: 11px;
    top: 13px;
    background: url(../Img/logoWoohoo.png) no-repeat 0 0 transparent;
    width: 56px;
    height: 16px;
    text-indent: -9999px;
    display: block;
}

.woohoo:hover {
    background-position: 0 -20px;
}
/***** [END] Footer Settings *****/

/***** [BEGIN] Slider Settings *****/
#slider {
    margin: -3px 0 0;
    position: relative;
    z-index: 150;
}

#slider .bx-controls {
    margin: -25px auto 25px;
    width: 960px;
    position: relative;
    z-index: 250;
    text-indent: -9999px;
    display: block;
}

#slider .bx-controls .bx-prev, #slider .bx-controls .bx-next {
    position: absolute;
    background: url(../Img/iconSliderPrevNext.png) no-repeat transparent;
    width: 23px;
    height: 34px;
    bottom: 0;
}

#slider .bx-controls .bx-prev {
    background-position: 0 0;
    left: -1px;
}

#slider .bx-controls .bx-next {
    background-position: -23px 0;
    left: 40px;
}

.sliderImg {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
}

.sliderContainer {
    width: 960px;
    height: 400px;
    position: relative;
    z-index: 110;
    margin: 0 auto;
}

.sliderContent {
    position: absolute;
    bottom: 22px;
    right: -210px;
    color: #000;
    width: 552px;
    height: 210px;
    background: url(../Img/bgSliderTxt.png) no-repeat right top;
}

.sliderTxt {
    width: 300px;
    margin: 10px 0 0 36px;
}

.sliderTxt h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    font-family: Arial;
    margin: 0 0 10px;
}

.sliderTxt p {
    font-size: 13px;
    line-height: 18px;
}

.sliderClickDetail {
    background: url(../Img/iconClickDetail.png) no-repeat right center;
    padding: 0 9px 0 0;
    display: inline;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    left: 26px;
    top: 157px;
    letter-spacing: -0.071em;
    text-decoration: none;
}
/***** [END] Slider Settings *****/

/***** [BEGIN] Main Page Widgets Settings *****/
#mainWidgets {
    z-index: 175;
}

.widget {
    width: 290px;
    float: left;
    margin: 11px 0 0;
}

.widget .title {
    background: url(../Img/bgFooterBorder.png) repeat-x left bottom;
    padding: 0 0 3px;
    margin: 0 0 9px;
}

.widget p {
    font-size: 11px;
    line-height: 16px;
}
/** announcements widget **/
.widget .announcementsList {
}

.widget .announcement {
    background: url(../Img/bgBorderDotted.png) repeat-x left bottom;
    padding: 0 0 12px;
    margin: 0 0 14px;
}

.widget .announcement a {
    text-decoration: none;
}

.widget .announcement h5 {
    color: #5e5e5e;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.showAllInfo {
    color: #0091e0;
    font-family: 'Interstate', Arial;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-decoration: none;
    position: relative;
    top: -3px;
}
/** newsletter widget **/
.newsletterWidget {
    float: right;
}

.newsletter {
    padding: 2px 0 0;
}

.newsletterForm {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: bold;
    margin: 14px 0 0;
}

.newsletterForm td {
    height: 40px;
    vertical-align: middle;
}

.newsletterForm input[type=text] {
    position: relative;
    top: 1px;
    left: 1px;
}

.newsletterForm .firstCell {
    width: 73px;
}

.newsletterForm .secondCell {
    width: 12px;
}

.newsletterForm .thirdCell {
    width: 185px;
    text-align: center;
}

.newsletterForm .btnSend {
    position: relative;
    top: 3px;
    left: 137px;
}
/** projects widget **/
.projectsWidget {
    width: 360px;
    height: 293px;
    background: url(../Img/bgProjectsWidget.png) no-repeat left top transparent;
    float: left;
    position: relative;
    z-index: 250;
    margin: -13px 0 0 10px;
}

.projectsWidget h4 {
    margin: 24px 0 0 20px;
}

.projectSlider {
    width: 320px;
    margin: 11px auto 0;
}

.projectSlider .bx-controls {
    position: absolute;
    top: 29px;
    right: 20px;
}

.projectSlider .bx-prev, .projectSlider .bx-next {
    width: 13px;
    height: 20px;
    background: url(../Img/iconProjectsliderPrevNext.png) no-repeat transparent;
    display: inline-block;
    text-indent: -9999px;
}

.projectSlider .bx-prev {
    background-position: 0 0;
    margin: 0 15px 0 0;
}

.projectSlider .bx-next {
    background-position: -28px 0;
}

.projectSlider li {
    margin: 0 5px 0 0;
}

.projectSlider .projectImgTitle {
    width: 320px;
    height: 110px;
    position: relative;
    margin: 0 0 11px;
}

.projectSlider .projectImgTitle img {
    position: relative;
    z-index: 190;
}

.projectSlider .projectTitle {
    position: absolute;
    height: 34px;
    z-index: 200;
    color: #ffffff;
    background: url(../Img/bgProjectSliderTitle.png) no-repeat left top transparent;
    right: 0;
    padding: 0 0 0 16px;
    margin: 15px 0 0;
}

.projectSlider .projectTitle h4 {
    background-color: #0191e0;
    color: #ffffff;
    font-size: 14px;
    margin: 5px 0 0;
    padding: 6px 15px 5px 9px;
    letter-spacing: -0.05em;
}
/***** [END] Main Page Widgets Settings *****/

/***** [BEGIN] General Sub Page & Left Menu Settings *****/
.pageBanner {
    width: 100%;
    height: 200px;
    position: relative;
    margin: -3px 0 0;
    overflow: hidden;
}

.pageBanner img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#leftArea {
    width: 264px;
    float: left;
}

#leftMenu {
    width: 264px;
    position: relative;
    top: -170px;
    z-index: 200;
    margin-bottom: -123px;
}

.bgLeftMenuCorner {
    width: 202px;
    height: 195px;
    background: url(../Img/bgLeftMenuCorner.png) no-repeat transparent;
    position: absolute;
    left: -202px;
    top: 7px;
}

.bgLeftMenuFooter {
    width: 264px;
    height: 36px;
    background: url(../Img/bgLeftMenuFooter.png) no-repeat left transparent;
    position: absolute;
    left: -4px;
    bottom: -36px;
}

.leftMenuContainer {
    background: url("../Img/bgLeftMenuContainer.png") repeat-y scroll left top transparent;
    left: -4px;
    min-height: 100px;
    padding: 10px 0 17px 3px;
    position: relative;
    width: 261px;
}

.bgLeftMenuTitle {
    height: 60px;
    width: 260px;
    background: url(../Img/bgLeftMenuTitleBack.jpg) repeat-x -2px 20px #ffffff;
    position: relative;
    left: 0;
}

.bgLeftMenuTitle h3 {
    background: url(../Img/bgLeftMenuTitle.png) no-repeat right top transparent;
    height: 29px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: -0.05em;
    padding: 11px 39px 0 10px;
    display: inline-block;
    margin: 20px 0 0;
}

.leftNoAccordionMenu a {
    text-decoration: none;
    display: block;
}

.leftNoAccordionMenu .soldActive a {
    color: #3aa7e3;
}

.leftNoAccordionMenu .soldPassive a {
    color: #969696;
}

.leftAccordionMenu, .leftNoAccordionMenu {
    left: 1px;
    margin: 0 auto;
    position: relative;
    width: 240px;
}

.leftAccordionMenu h4, .leftNoAccordionMenu h4 {
    cursor: pointer;
    display: block;
    font-size: 14px;
    letter-spacing: -0.05em;
    margin: 0 0 3px;
    padding: 7px 1px 6px 9px;
    width: 230px;
}

.leftAccordionMenu .soldPassive, .leftNoAccordionMenu .soldPassive {
    color: #969696;
    background-color: #e5e5e5;
}

.leftAccordionMenu .soldActive, .leftNoAccordionMenu .soldActive {
    color: #3aa7e3;
    background-color: #d3e4ee;
}

.leftAccordionMenu > div {
    width: 230px;
    margin: 0 0 0 10px;
    padding: 1px 0 10px;
}

.leftAccordionMenu > div li {
    border-bottom: 1px solid #d3e4ee;
}

.leftAccordionMenu > div li:last-child {
    border-bottom: 0 none;
}

.leftAccordionMenu > div a {
    width: 221px;
    font-size: 13px;
    color: #3c3c3c;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 9px;
}

.leftAccordionMenu > div a:hover {
    color: #0191e0;
}

#leftArea .newsletterWidget {
    width: 260px;
    position: relative;
    left: -4px;
}

#leftArea .newsletterWidget .title {
    background: url("../Img/bgFooterBorder.png") repeat-x scroll left bottom transparent;
    margin: 0 0 11px;
    padding: 0 0 3px;
    font-size: 17px;
    letter-spacing: -0.05em;
    line-height: 30px;
}

#leftArea .newsletterWidget p {
    font-size: 11px;
    line-height: 16px;
}

#leftArea .newsletterWidget .btnSend {
    left: 110px;
    position: relative;
    top: 12px;
}

#leftArea .newsletterWidget .firstCell {
    width: 92px;
}

#leftArea .newsletterWidget .secondCell {
    width: 11px;
}

#leftArea .newsletterWidget.thirdCell {
    width: 185px;
    text-align: center;
}

#container {
    width: 681px;
    float: right;
    padding: 18px 0 0;
    position: relative;
    left: 1px;
}

#container h1 {
    color: #0091e0;
    font-size: 21px;
    letter-spacing: -0.05em;
    position: relative;
    left: -1px;
    padding: 0 0 15px;
}

#container h2 {
    color: #0091e0;
    font-size: 16px;
    letter-spacing: -0.05em;
    position: relative;
    left: -1px;
    padding: 15px 0 5px 0;
}

#container .spotText {
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    color: #5e5e5e;
    padding: 0 0 21px;
}

#container .pageContent {
    color: #3c3c3c;
    position: relative;
    left: -1px;
}

.pageContent > ul {
    margin: 3px 0 21px;
}

.pageContent > ul li {
    background: url(../Img/icoBullet.gif) no-repeat left 14px transparent;
    padding: 8px 0 0 9px;
    margin: 0 0 0 11px;
}

#container .salesOver {
    position: absolute;
    right: 1px;
    top: -40px;
}

.salesOver .salesOverLeft, .salesOver .salesOverRight {
    float: left;
    width: 10px;
    height: 30px;
}

.salesOver .salesOverLeft {
    background: url(../Img/bgSalesOverCorner.png) no-repeat left top transparent;
}

.salesOver .salesOverRight {
    background: url(../Img/bgSalesOverCorner.png) no-repeat -10px top transparent;
}

.salesOver .salesOverTxt {
    float: left;
    background-color: #ffffff;
    color: #0091e0;
    font-family: 'Interstate', Arial;
    font-size: 14px;
    padding: 7px 5px 5px 4px;
    letter-spacing: -0.02em;
}

.contentBigImage {
    margin: 4px 0 16px;
}

.categoryName {
    font-weight: bold;
}

.tvCommercials {
    width: 280px;
    height: 288px;
    background: url(../Img/bgTvCommercialsWidget.png) no-repeat left top transparent;
    position: relative;
    left: -20px;
    margin: 5px 0 11px;
}

.tvCommercials .widgetTitle {
    height: 40px;
    width: 260px;
    background: url(../Img/bgLeftMenuTitleBack.jpg) repeat-x -2px 0 #ffffff;
    position: relative;
    left: 20px;
    top: 22px;
}

.tvCommercials .widgetTitle h3 {
    background: url(../Img/bgLeftMenuTitle.png) no-repeat right top transparent;
    height: 29px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: -0.05em;
    padding: 11px 29px 0 19px;
    display: inline-block;
    margin: 0 0 0 -8px;
}
/***** [END] General Sub Page & Left Menu Settings *****/

/***** [BEGIN] Site Plan Settings *****/
.sitePlanList {
    font-weight: bold;
    margin: 7px 0 0 0;
}

.sitePlanList ul li {
    min-width: 142px;
    line-height: 26px;
    float: left;
    padding: 0 20px 0 0;
}

.sitePlanList ul li span {
    font-weight: normal;
}
/***** [END] Site Plan Settings *****/

/***** [BEGIN] News & Media Room & Sales Office Settings *****/
#newsList h5, #mediaRoomList h5 {
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    color: #3c3c3c;
    margin: 0 0 11px;
}

#newsList li {
    margin: 0 0 27px;
}

.newsPic {
    float: left;
    margin: 0 10px 0 0;
}

.newsPic .leftTop, .newsPic .rightTop, .newsPic .leftBottom, .newsPic .rightBottom {
    width: 4px;
    height: 4px;
    background: url(../Img/bgNewsThumbBoxRadius.png) no-repeat transparent;
    float: left;
}

.newsPic .centerTop, .newsPic .centerBottom {
    height: 3px;
}

.newsPic .image {
    padding: 0 3px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background-color: #ffffff;
}

.newsThumb {
    padding: 1px 0 0;
}

.newsThumb a {
    text-decoration: none;
    color: #3c3c3c;
    display: block;
}

#mediaRoomList {
    padding: 1px 0 0;
}

#mediaRoomList li {
    background: url(../Img/bgFooterBorder.png) repeat-x left bottom transparent;
    padding: 0 0 20px;
    margin: 0 0 17px;
}

#mediaRoomList li:last-child {
    background: none transparent;
}

#mediaRoomList h5 {
    margin-bottom: 6px;
}

#mediaRoomList a.downloadDoc {
    background: url(../Img/icoDownload.gif) no-repeat 5px 2px transparent;
    font-size: 11px;
    color: #979797;
    text-decoration: none;
    padding: 0 0 0 17px;
}

#mediaRoomList a:hover.downloadDoc {
    color: #3c3c3c;
}

#salesOfficeList {
    position: relative;
    left: -1px;
}

#salesOfficeList li {
    background: url(../Img/bgFooterBorder.png) repeat-x left bottom transparent;
    padding: 0 0 10px 0;
    margin: 0 0 16px;
    /*height: 199px;*/
}

#salesOfficeList li:last-child {
    background: none transparent;
}

#salesOfficeList h5 {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 11px;
}

#salesOfficeList table {
    margin: 0 0 4px;
}

#salesOfficeList td {
    padding: 0 0 14px;
}

#salesOfficeList a {
    color: #3c3c3c;
    text-decoration: none;
}

#salesOfficeList a.viewmap {
    font-size: 11px;
    background: url(../Img/icoViewMap.png) no-repeat left 0 transparent;
    padding: 3px 0 3px 18px;
    position: relative;
    left: 1px;
}
/***** [END] News & Media Room & Sales Office Settings *****/

/***** [BEGIN] Contact Form Settings *****/
#contactForm {
    margin: 4px 0 0;
}

#contactForm input[type=text], #contactForm textarea {
    float: left;
}

#contactForm td {
    vertical-align: top;
    padding: 0 0 9px;
    font-size: 14px;
}

#contactForm .txtTitle {
    padding: 4px 0 0;
}

#contactForm .btnSubmit {
    text-align: center;
    background: url(../Img/bgFooterBorder.png) repeat-x left top transparent;
}

#contactForm .btnSubmit div {
    display: inline-block;
    margin: 22px 0 0;
}

#contactForm label.error {
    font-size: 11px;
    color: #969696;
    position: relative;
    left: 9px;
    top: 5px;
}

td.height40 {
    *height: 40px;
}
/***** [END] Contact Form Settings *****/

/***** [BEGIN] Gallery Settings *****/
#gallery {
    padding: 9px 0 0;
}

#gallery li {
    float: left;
    margin: 0 10px 10px 0;
}

.galleryPic .image {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.galleryPic .image a {
    display: block;
    overflow: hidden;
}

.galleryPic .image img {
    /*position: relative;*/
    z-index: 100;
    display: block;
}

.galleryPic .image .thumbHover, .floorPlansGallery .image .thumbHover {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 4px;
    top: 0;
    display: none;
    z-index: 150;
    background: url(../Img/bgGalleryHover.png) no-repeat center top transparent;
}

.galleryPic .image:hover .thumbHover, .floorPlansGallery .image:hover .thumbHover {
    display: block;
}

.fancyboxBtn {
    position: relative;
    float: right;
    display: inline-block;
    width: 18px;
    height: 24px;
    background: url(../Img/btnGalleryPrevNext.png) no-repeat transparent;
    text-indent: -9999px;
    margin: 13px 0 4px;
}

.fancyboxPrev {
    background-position: left top;
    right: 40px;
}

.fancyboxNext {
    background-position: right top;
    right: -9px;
}
/***** [END] Gallery Settings *****/

/***** [BEGIN] Floor Plans Settings *****/
.floorPlansGallery .image {
    width: 150px;
    position: relative;
}

#floorPlans {
    padding: 9px 0 0;
}

#floorPlans > ul {
    border-bottom: 1px solid #d3e4ee;
    overflow: auto;
    margin: 0 0 20px;
}

#floorPlans .tabList li {
    float: left;
    margin: 0 2px 0 0;
}

#floorPlans .tabList li a {
    font-size: 11px;
    color: #969696;
    text-decoration: none;
    background-color: #e8e8e8;
    padding: 6px 12px 5px 10px;
    display: block;
}

#floorPlans .tabList li.ui-tabs-active a {
    font-weight: bold;
    color: #0191e0;
    background-color: #d3e4ee;
    padding-right: 7px;
    padding-left: 6px;
    padding-bottom: 7px;
}

.floorPlansTabContent li {
    float: left;
    margin: 0 10px 10px 0;
}

.floorPlansTabContent .thumbTitle {
    text-align: center;
    padding: 9px 0 4px;
    *padding-top: 8px;
    *padding-bottom: 5px;
}

.floorPlansTabContent li a {
    color: #3c3c3c;
    text-decoration: none;
    display: block;
}

.totalArea {
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 14px;
}

.property td {
    padding: 3px 0;
}

.property td:nth-child(2n+1) {
    font-weight: bold;
}

.pageContent .totalArea li {
    float: left;
    width: 320px;
    font-size: 12px;
    font-weight: normal;
    background: url(../Img/icoBullet.gif) no-repeat left 14px transparent;
    padding: 8px 0 0 9px;
    margin: 0 0 0 2px;
}

.image .imageThumb {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    display: block;
}

.floorPlansGallery .image img {
    z-index: 100;
    display: block;
    width: 100%;
}
/***** [END] Floor Plans Settings *****/



/* 404 */

.body-404 #container {
    float: left;
    width: 960px;
}

.body-404 #container .pageContent {
    min-height: 320px;
}


/***** [BEGIN] Social Media & Language Buttons *****/
#languageBox {
    position: fixed;
    width: 70px;
    right: -71px;
    top: 205px;
    z-index: 300;
    background-color: #f1f1f1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#languageBox:hover {
    right: 0;
}

#languageBox a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #5e5e5e;
    padding: 0 10px;
}

#languageBox a:hover {
    background-color: #f9f9f9;
    color: #0091e0;
}

#languageBox .icon {
    position: absolute;
    top: 0;
    left: -31px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../Img/icoLang.png) no-repeat 0 0;
}



#socialMedia {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 30px;
    right: 0;
    top: 105px;
    position: fixed;
    z-index: 300;
}

#socialMedia li {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 500;
    margin: 0 0 1px;
    cursor: pointer;
}

#socialMedia li span {
    display: block;
    padding: 0;
    height: 30px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    color: #333;
}

#socialMedia ul {
    position: absolute;
    right: 0;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

#socialMedia ul li {
    width: 110px;
    float: right;
    margin-right: 30px;
    margin-top: -30px;
    padding-top: 4px;
    height: 26px;
}

#socialMedia ul span {
    display: block;
    padding: 0;
}

#facebook {
    background: url(../Img/SocialMediaButtons.gif) no-repeat right -40px;
}

#facebook:hover {
    background-position: right -172px;
}

#twitter {
    background: url(../Img/SocialMediaButtons.gif) no-repeat right -71px;
}

#twitter:hover {
    background-position: right -203px;
}

#plusone {
    background: url(../Img/SocialMediaButtons.gif) no-repeat right -102px;
}

#plusone:hover {
    background-position: right -234px;
}
/***** [END] Social Media & Language Buttons *****/
