/*---reset-----------------------*/

* {
    font-size: 100.01%;
    font-family: tahoma, verdana, arial;
}

:focus {outline: 0;}

body, html,
h1, h2, h3, h4, h5, h6,
address, blockquote, div, p, pre,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, table, tbody, td, tfoot, th, thead, tr,
img,
iframe, object  {
    margin: 0;
    padding: 0;
    border: 0;
}

/*---default---------------------*/

html, body {height: 100%;}

body {
    background: black;
    font-size: .69em;
    line-height: 1.65;
    color: #c0b58d;
}

h1 {
    margin-bottom: 1em;
    font: normal 1.82em arial;
    text-transform: uppercase;
    color: white;
}

p {margin-bottom: 1.6em;}

a {
    text-decoration: underline;
    color: #d87d25;
}

a:hover, a:active, a:focus {color: white;}

/*---develop---------------------*/

.z {border: 1px dashed red;}

/*---global----------------------*/

.g-color {color: #d87d25;}

/*---container-------------------*/

.l-container {
    min-width: 990px;
    width: 100%;    
    min-height: 100%;
    position: relative;
    background: url(../img/container.jpg) top center no-repeat;
}

.l-container .page {
    margin: 0 auto;
    padding-bottom: 9.6em;
    width: 900px;
    position: relative;
}

/*---footer----------------------*/

.l-footer {
    margin-left: -450px;
    width: 900px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.l-footer .marker,
.l-footer .content {width: 100%;}

.l-footer .marker:after,
.l-footer .content:after {
    clear: both;
    display: block;
    content: '';
}

.l-footer .marker div {
    height: 20px;
    background: url(../img/marker-bottom.gif) 0 0 no-repeat;
}

.l-footer .left {
    width: 54%;
    float: left;
}

.l-footer .right {
    width: 36%;
    float: right;
    clear: right;
}

.l-footer p {
    margin-bottom: 1.3em;
    line-height: 1.5;
}

/*---logo------------------------*/

.b-logo a,
.b-logo {
    width: 118px;
    height: 50px;
    display: block;
}

.b-logo {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 1;
    background: url(../img/logo.gif);
}

.b-logo img {display: none;}

/*---menu------------------------*/

.b-menu {
    width: 100%;
    height: 130px;
    position: relative;
}

.b-menu dd,
.b-menu dt {
    width: 190px;
    position: absolute;
}
    
.b-menu dt {
    padding-top: 44px;
    top: 0;
    font: normal 1.09em arial;
    text-transform: uppercase;    
    white-space: nowrap;
}

.b-menu dd {
    margin-left: -20px;
    padding-left: 20px;    
    top: 68px;
    line-height: 1.2;
    background: url(../img/marker.gif) 0 .5em no-repeat;    
}

.b-menu .point-1 {left: 216px;}

.b-menu .point-2 {left: 465px;}

.b-menu .point-3 {left: 714px;}

.b-menu dt a {
    height: 11px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
}

.b-menu dt.point-1 a {
    width: 151px;
    background: url(../img/point-1.gif);
}

.b-menu dt.point-2 a {
    width: 145px;
    background: url(../img/point-2.gif);
}

.b-menu dt.point-3 a {
    width: 138px;
    background: url(../img/point-3.gif);
}

.b-menu dt span {
    width: 7px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/marker-top.png);
}

.b-menu dt ins {
    margin-right: 5px;
    width: 10px;
    height: 13px;
    overflow: hidden;
    position: absolute;
    right: 100%;
    top: 10px;
}

.b-menu .point-1 ins {background: url(../img/1.png);}

.b-menu .point-2 ins {background: url(../img/2.png);}

.b-menu .point-3 ins {background: url(../img/3.png);}

.b-menu dd a {
    text-decoration: none;
    color: #c0b58d !important;
}

/*---banner----------------------*/

.b-banner {
    position: absolute;
    top: 145px;
    left: -18px;
}

.b-banner a {
    width: 245px;
    height: 135px;
    display: block;
    text-indent: -9999px;
	background: url(../img/blank.gif); /* IE */
    cursor: pointer;
}

/*---content---------------------*/

.b-content {padding: 5em 205px 0 216px;}

.b-address {
    margin-bottom: 5.3em;
    width: 100%;
}

.b-address p {
    margin-bottom: 1.3em;
    font: normal 1.27em/1.45 arial;
}

.b-tabs {
    margin: 0;
    width: 100%;
    position: relative;
}

.b-tabs:after {
    clear: both;
    display: block;
    content: '';
}

.b-tabs dt {
    margin-right: 35px;
    float: left;
    position: relative;
    font: normal 1.36em arial;
    text-transform: uppercase;
    border-bottom: 1px dashed #d87d25;
    color: #d87d25;
    cursor: pointer;
}

.b-tabs dt:hover {
    border-color: white;
    color: white;
}

.b-tabs dt.selected {
    margin-left: -20px;
    padding-left: 20px;    
    z-index: 2;
    border: 0;
    background: url(../img/marker.gif) 0 .4em no-repeat; 
    color: white;
    cursor: text;
}

.b-tabs dd {
    margin: 3.4em 0 0 -100%;
    width: 100%;
    float: right;
    position: relative;
    z-index: 1;    
    display: none;
}

.b-tabs dd.selected {display: block;}

.b-tabs dd div {
    margin: 2em 0;
    display: block;
}