﻿body
{
    font-family: Tahoma, sans-serif;
    font-size: 70%;
    line-height: 165%;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 auto;
    padding: 0;
    background: #000000;
}

img
{
    border: none;
}

a
{
    color: #FFFFFF;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin: 0px;
    padding: 15px 0px 0px 0px;
}

.imageNote
{
    margin: 0px;
    padding: 0px 5px 0px 5px;
    font-size: 91%;
}

.bg
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.holder
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
}

#wraper
{
    width: 975px;
    text-align: left;
}

#header
{
    width: 975px;
    height: 42px;
    margin: 60px 0px 0px 0px;
}

#logo
{
    float: left;
}

#logo a
{
    display: block;
    width: 256px;
    height: 42px;
    background: url(Assets/logo-trans.png) no-repeat;
}

#strapLine
{
    float: right;
    padding: 2px 0px 0px 0px;
}

#strapLine2
{
    float: right;
    padding: 26px 0px 0px 0px;
}

#nav
{
    width: 975px;
    height: 19px;
    margin: 20px 0px 0px 0px;
    padding: 6px 0px 0px 0px;
    background: url(Assets/navBg-trans.png) no-repeat;
    z-index: 400;
}

#nav ul
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
    z-index: 400;
    display: block;
}

#nav li
{
    float: left;
    margin: 0px;
    padding: 0px 15px 0px 15px;
    position: relative;
    height: 19px;
}

#nav li.first
{
    float: left;
    margin: 0px;
    padding: 0px 15px 0px 20px;
}

#nav li a.home
{
    display: block;
    width: 35px;
    height: 11px;
    background: url(Assets/nav/home-trans.png) no-repeat;
}

#nav li a.homeOn
{
    display: block;
    width: 35px;
    height: 11px;
    background: url(Assets/nav/homeOver-trans.png) no-repeat;
}

#nav li a.home:hover
{
    background: url(Assets/nav/homeOver-trans.png) no-repeat;
}

#nav li a.location
{
    display: block;
    width: 49px;
    height: 11px;
    background: url(Assets/nav/location-trans.png) no-repeat;
}

#nav li a.locationOn
{
    display: block;
    width: 49px;
    height: 11px;
    background: url(Assets/nav/locationOver-trans.png) no-repeat;
}

#nav li a.location:hover
{
    background: url(Assets/nav/locationOver-trans.png) no-repeat;
}

#nav li a.masterplan
{
    display: block;
    width: 69px;
    height: 13px;
    background: url(Assets/nav/masterplan-trans.png) no-repeat;
}

#nav li a.masterplanOn
{
    display: block;
    width: 69px;
    height: 13px;
    background: url(Assets/nav/masterplanOver-trans.png) no-repeat;
}

#nav li a.masterplan:hover
{
    background: url(Assets/nav/masterplanOver-trans.png) no-repeat;
}

#nav li a.video
{
    display: block;
    width: 63px;
    height: 11px;
    background: url(Assets/nav/video-trans.png) no-repeat;
}

#nav li a.videoOn
{
    display: block;
    width: 63px;
    height: 11px;
    background: url(Assets/nav/videoOver-trans.png) no-repeat;
}

#nav li a.video:hover
{
    background: url(Assets/nav/videoOver-trans.png) no-repeat;
}

#nav li a.specification
{
    display: block;
    width: 79px;
    height: 13px;
    background: url(Assets/nav/specification-trans.png) no-repeat;
}

#nav li a.specificationOn
{
    display: block;
    width: 79px;
    height: 13px;
    background: url(Assets/nav/specificationOver-trans.png) no-repeat;
}

#nav li a.specification:hover
{
    background: url(Assets/nav/specificationOver-trans.png) no-repeat;
}

#nav li a.conqueror
{
    display: block;
    width: 101px;
    height: 12px;
    background: url(Assets/nav/conqueror-trans.png) no-repeat;
}

#nav li a.conquerorOn
{
    display: block;
    width: 101px;
    height: 12px;
    background: url(Assets/nav/conquerorOver-trans.png) no-repeat;
}

#nav li a.conqueror:hover
{
    background: url(Assets/nav/conquerorOver-trans.png) no-repeat;
}

#nav ul ul li
{
    padding: 10px 16px 0px 16px;
}

#nav ul ul li a
{
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    width: 103px;
}

#nav ul ul li a:hover
{
    color: #333333;
}


ul ul.drop
{
    left: 0;
    top: 100%;
    width: 135px;
    height: 70px;
    background: url(Assets/nav/drop-trans.png) no-repeat;
}

ul ul.drop2
{
    left: 0;
    top: 100%;
    width: 135px;
    height: 70px;
    background: url(Assets/nav/drop2-trans.png) no-repeat;
}

#nav ul ul, #nav ul li:hover ul ul, #nav ul ul li:hover ul ul
{
    position: absolute;
    visibility: hidden;
}

#nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul
{
    visibility: visible;
}


#nav li a.downloads
{
    display: block;
    width: 68px;
    height: 11px;
    background: url(Assets/nav/downloads-trans.png) no-repeat;
}

#nav li a.downloadsOn
{
    display: block;
    width: 68px;
    height: 11px;
    background: url(Assets/nav/downloadsOver-trans.png) no-repeat;
}

#nav li a.downloads:hover
{
    background: url(Assets/nav/downloadsOver-trans.png) no-repeat;
}

#nav li a.occupiers
{
    display: block;
    width: 136px;
    height: 13px;
    background: url(Assets/nav/occupiers-trans.png) no-repeat;
}

#nav li a.occupiersOn
{
    display: block;
    width: 136px;
    height: 13px;
    background: url(Assets/nav/occupiersOver-trans.png) no-repeat;
}

#nav li a.occupiers:hover
{
    background: url(Assets/nav/occupiersOver-trans.png) no-repeat;
}

#nav li a.contacts
{
    display: block;
    width: 55px;
    height: 10px;
    background: url(Assets/nav/contacts-trans.png) no-repeat;
}

#nav li a.contactsOn
{
    display: block;
    width: 55px;
    height: 10px;
    background: url(Assets/nav/contactsOver-trans.png) no-repeat;
}

#nav li a.contacts:hover
{
    background: url(Assets/nav/contactsOver-trans.png) no-repeat;
}

#footer
{
    margin: 1px 0px 0px 0px;
    width: 975px;
    height: 50px;
    background: url(Assets/Bg/footer-trans.png) no-repeat;
}

/*------------- pages ---------------*/

#flashDiv
{
    width: 975px;
    height: 550px;
    position: absolute;
    left: 0px;
    z-index: 200; /* need for Opera 6 */
}

#pageContentFull
{
    width: 975px;
    height: 550px;
    background: url(Assets/Bg/full-trans.png) no-repeat bottom;
    position: relative;
}

#pageContentHome
{
    width: 975px;
    height: 550px;
    background: url(Assets/Bg/home-trans2.png) no-repeat bottom;
    position: relative;
}

#pageContentLocation
{
    width: 975px;
    height: 550px;
    background: url(Assets/Bg/location-trans.png) no-repeat bottom;
    position: relative;
}

.strapText
{
    position: absolute;
    top: 45px;
    left: 30px;
    z-index: 300;
}

.lowerText p, .lowerText2 p, .lowerText3 p, .lowerTextRight p, .upperTextLeft p, .upperTextLeft2 p, .upperTextRight p, .upperTextRight2 p
{
    font-size: 109%;
}

.lowerText
{
    margin: 0px 0px 0px 30px;
    width: 400px;
    position: absolute;
    bottom: 35px;
    z-index: 250;
}

.lowerText2
{
    margin: 0px 0px 0px 30px;
    width: 400px;
    position: absolute;
    bottom: 40px;
    z-index: 250;
}

.lowerText3
{
    margin: 0px 0px 0px 30px;
    text-align: left;
    width: 430px;
    position: absolute;
    bottom: 50px;
    z-index: 250;
}

.lowerTextRight
{
    margin: 0px 0px 0px 30px;
    width: 430px;
    position: absolute;
    right: 60px;
    bottom: 35px;
    z-index: 250;
}

.upperTextLeft
{
    width: 395px;
    position: absolute;
    text-align: left;
    top: 50px;
    left: 30px;
    z-index: 250;
}

.upperTextLeft2
{
    margin: 0px 0px 0px 30px;
    width: 380px;
    position: absolute;
    top: 50px;
    z-index: 250;
}

.upperTextRight
{
    width: 400px;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 250;
}

.upperTextRight2
{
    width: 380px;
    position: absolute;
    top: 45px;
    right: 35px;
    z-index: 250;
}

.locationTableBg
{
    width: 174px;
    padding: 0px 13px 10px 13px;
    background: url(Assets/Bg/locationTable-trans.png) no-repeat;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 250;
}

.masterplanTableBg
{
    width: 200px;
    padding: 0px;
    background: none;
    position: absolute;
    bottom: 35px;
    right: 80px;
    z-index: 250;
}

.topLeftImgae
{
    width: 500px;
    padding: 0px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 250;
}

.topRightImgae
{
    width: 500px;
    padding: 0px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 250;
}

.topRightImgae
{
    width: 500px;
    padding: 0px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 250;
}

.topRightImgaeOverlay
{
    width: 500px;
    padding: 0px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 300;
}

.leftMiddleImgae
{
    width: 500px;
    padding: 0px;
    position: absolute;
    left: 30px;
    top: 130px;
    z-index: 250;
}

.specGallery
{
    width: 500px;
    padding: 0px;
    position: absolute;
    right: 35px;
    top: 50px;
    z-index: 250;
}

.accommImage
{
    width: 471px;
    padding: 0px;
    position: absolute;
    right: 40px;
    top: 120px;
    z-index: 250;
}

.accommImageOverlay
{
    width: 471px;
    padding: 0px;
    position: absolute;
    right: 40px;
    top: 120px;
    z-index: 300;
}

.accommImageLink
{
    width: 471px;
    padding: 0px;
    position: absolute;
    right: 30px;
    bottom: 35px;
    z-index: 250;
}

.agents
{
    margin: 0px 0px 0px 30px;
    width: 600px;
    position: absolute;
    top: 270px;
    z-index: 250;
}

.agents p
{
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

.developments
{
    margin: 0px 0px 0px 30px;
    width: 210px;
    position: absolute;
    right: 30px;
    top: 270px;
    z-index: 250;
}

.developments p
{
    margin: 0px;
    padding: 5px 0px 10px 0px;
}

.contactsTable
{
    width: 100%;
    margin: 15px 0px 0px 0px;
}

.downloadsList
{
    margin: 0px 0px 0px 30px;
    position: absolute;
    top: 290px;
    z-index: 250;
}

.downloadsList ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.downloadsList li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 2px 0px 2px 0px;
}

/*------------- classes -------------*/

.clear
{
    clear: both;
}

.downloadsHolder
{
    float: left;
    margin: 10px 40px 0px 0px;
}

.specHolder
{
    float: left;
    width: 170px;
    margin: 0px 10px 0px 0px;
}

.specHolder ul
{
    margin: 10px 0px 0px 15px;
    padding: 0px;
}

.specHolder li
{
    margin: 0px;
    padding: 2px 0px 2px 0px;
}

img.picBorder
{
    border: solid 2px #FFFFFF;
}

.locationTable
{
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.locationTable td
{
    padding: 0px 0px 0px 0px;
}


.accommTable
{
    width: 90%;
}

.accommTable td
{
    background: url(Assets/Bg/accommTable-trans.png) repeat-x;
    padding: 2px 5px 2px 5px;
    text-align: center;
}

.accommTable td.offer
{
    background: url(Assets/Bg/accommTable-trans.png) repeat-x;
    padding: 2px 5px 2px 5px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.accommTable td.let
{
    background: url(Assets/Bg/accommTable-trans.png) repeat-x;
    padding: 2px 5px 2px 5px;
    text-align: center;
    color: #FF0000;
    font-weight: bold;
}

.accommTable tr.btnHolder td.let
{
    background: url(Assets/Bg/accommTable-trans.png) repeat-x;
    padding: 2px 5px 2px 5px;
    text-align: center;
    color: #FF0000;
    font-weight: bold;
}

.accommTable tr.btnHolder:hover td.let
{
    background: url(Assets/Bg/accommTable-trans.png) repeat-x;
    padding: 2px 5px 2px 5px;
    text-align: center;
    color: #FF0000;
    font-weight: bold;
}

.accommTable tr.btnHolder td
{
    background: url(Assets/Bg/accommTable-trans.png) repeat-x;
    padding: 0px;
    text-align: center;
}

.accommTable tr.btnHolder:hover td
{
    background: url(Assets/Bg/accommTableHL-trans.png) repeat-x;
    text-align: center;
}

.accommTable tr.btnHolder td a
{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
}

.masterTable
{
    width: 100%;
    margin: 5px 0px 0px 0px;
}

.masterTable td
{
    background: url(Assets/Bg/accommTable-trans.png) repeat-x;
    padding: 0px;
}

.masterTable tr.btnHolder td
{
    background: url(Assets/Bg/accommTable-trans.png) repeat-x;
    padding: 0px;
}

.masterTable tr.btnHolder:hover td
{
    background: url(Assets/Bg/accommTableHL-trans.png) repeat-x;
}

.masterTable tr.btnHolder td a
{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}


a.pdf
{
    background: url(Assets/pdf-trans.png) no-repeat 0px 3px;
    padding: 2px 0px 2px 15px;
}

.imgBackground
{
    padding: 5px;
    background: url(Assets/picBg-trans.png) repeat-x;
}

