﻿div.MainPage
{
    min-height:418px;
    background-color:#FFFFFF;
}
h1
{
    
    width:700px;
    height:40px;
    margin:0;
    padding:10px 36px 0 0;
    font-size:1.3em;
    font-weight:bold;
    color:#FFFFFF;
    text-align:right;
    background-repeat:no-repeat;
    background-position:right top;
}


ul.AreaMenu
{
    width:700px;
    height:28px;
    margin:3px 0 20px 0;
    padding:0 36px 0 0;
    background-repeat:repeat-x;
    background-position:right bottom;
}
ul.AreaMenu li
{
    float:right;
    height:28px;
    font-size:0.8em;
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
    list-style-type:none;
}
ul.AreaMenu li.slctd
{
    background-image:url('../images/bg-slctd_area.png');
    background-repeat:repeat-x;
    background-position:right top;
}
    
ul.AreaMenu span.divArea
{
    display:inline-block;
    width:2px;
    height:28px;
    background-image:url('../images/div-area.png');
    background-repeat:no-repeat;
    background-position:right top;
}
ul.AreaMenu span.RightShadow
{
    display:inline-block;
    width:3px;
    height:28px;
    background-image:url('../images/shadow-right_area.png');
    background-repeat:no-repeat;
    background-position:right top;
}
ul.AreaMenu span.LeftShadow
{
    display:inline-block;
    width:3px;
    height:28px;
    background-image:url('../images/shadow-left_area.png');
    background-repeat:no-repeat;
    background-position:left top;
}
ul.AreaMenu li a
{
    display:inline-block;
    vertical-align:top;
    margin:0.5em 1em 0 1em;
    color:#FFFFFF;
    text-decoration:none;
}



div.ContactTabs
{
    position:absolute;
    top:0;
    left:0;
    width:244px;
    height:418px;
    background-repeat:no-repeat;
    background-position:center bottom;
}
h4.tabON
{
    text-align:center;
    background-repeat:no-repeat;
    background-position:center bottom;
}
h4.tabOFF
{
    text-align:center;
    background-repeat:no-repeat;
    background-position:center bottom;
}

h4#tabPrice
{
    position:absolute;
    top:0;
    right:0;
    width:80px;
    height:17px;
    margin:0;
    padding-top:1px;
    font-size:0.8em;
    font-weight:bold;
    color:#FFFFFF;
    cursor:pointer;
}
form#PriceDetails
{
    position:absolute;
    top:18px;
    right:0;
    width:244px;
    height:299px;
    margin:0;
    padding:0;
    text-align:right;
}
form#PriceDetails p.TopNote
{
    width:auto;
    margin:12px 10px 0 0;
    font-size:0.8em;
    font-weight:bold;
    color:#FFFFFF;
}
form#PriceDetails p.BottomNote
{
    width:auto;
    margin:8px 5px 0 0;
    font-size:0.74em;
    color:#FFFFFF;
}
form#PriceDetails fieldset
{
    display:block;
    width:202px;
    margin:10px 20px 0 0;
    padding:0;
    border:0 none;
}
form#PriceDetails label
{
    float:right;
    clear:right;
    width:52px;
    margin:0 0 10px 0;
    font-size:0.74em;
    font-weight:bold;
    color:#FFFFFF;
}
form#PriceDetails .iTxt
{
    display:block;
    width:148px;
    height:15px;
    margin:0 0 8px 0;
    padding:1px;
    font-size:0.7em;
    background-color:#FFFFFF;
    color:#000000;
    border:0 none;
}
form#PriceDetails .aTxt
{
    display:block;
    width:148px;
    height:109px;
    margin:0 0 8px 0;
    padding:1px;
    background-color:#FFFFFF;
    color:#000000;
    border:0 none;
}
form#PriceDetails .iImg
{
    float:left;
    clear:right;
    padding:0;
}
h4#tabContact
{
    position:absolute;
    top:0;
    right:82px;
    width:80px;
    height:17px;
    margin:0;
    padding-top:1px;
    font-size:0.8em;
    font-weight:bold;
    color:#FFFFFF;
    cursor:pointer;
}
div#ContactDetails
{
    display:none;
    position:absolute;
    top:18px;
    right:0;
    width:244px;
    height:299px;
    text-align:right;
}
div#ContactDetails h5
{
    margin:35px 20px 0 0;
    font-size:0.9em;
    font-weight:bold;
    color:#FFFFFF;
}
div#ContactDetails ul
{
    width:auto;
    margin:18px 20px 0 0;
    padding:0;
}
div#ContactDetails ul li
{
    margin-bottom:8px;
    font-size:0.9em;
    color:#FFFFFF;
    list-style-type:none;
}
div#ContactDetails ul a
{
    color:#FFFFFF;
}
div#ContactDetails ul address
{
    font-style:normal;
}