﻿html,body{height:100%;}
html {overflow:hidden;}
body{
    font-size:12px;
    color:#030;
    font-family: Georgia, Sans-Serif, Serif;
    line-height:20px;
    margin:0;
    padding:0;
    background: url('images/bg_main.gif') repeat-y #030 center top;
    scrollbar-face-color: #ffc;
	scrollbar-highlight-color: #030;
	scrollbar-3dlight-color: #ffc;
	scrollbar-shadow-color: #030;
	scrollbar-darkshadow-color: #ffc;
	scrollbar-arrow-color: #030;
	scrollbar-track-color: #ffc;
}
h1{
    line-height:normal;
    font-size:24px;
}
h2{padding-left:20px;}
h3{
    font-size:20px;
    line-height:24px;
    text-align:center;
}
a{text-decoration:none;color:#ffc;}
a img{border:0;}
/**/

#preLoad{
    display:none;
    position:absolute;
    top:-5000px;
    width:100%;
    height:auto;
}
#container{
    margin:0 auto;
    width:800px;
    height:100%;
    background-color:#ffc;
}
#main{
    float:right;
    width:650px;
    height:100%;
}
#lift{
    float:left;
    width:150px;
    height:100%;
    line-height:normal;
    font-size:12px;
    font-weight:bold;
    background: url('images/bgLift.jpg') repeat-y;
}
#lift a,
#lift a:visited{
    display:block;
    width:90px;
    height:35px;
    padding:15px 0 0 60px;
    color:#002a00;
}
#lift a.one{background:url('images/01.jpg') no-repeat 0 0;}
#lift a.one:hover{background:url('images/01red.jpg') no-repeat 0 0;}
#lift a.two{background:url('images/02.jpg') no-repeat 0 0;}
#lift a.two:hover{background:url('images/02red.jpg') no-repeat 0 0;}
#lift a.three{background:url('images/03.jpg') no-repeat 0 0;}
#lift a.three:hover{background:url('images/03red.jpg') no-repeat 0 0;}
#lift a.four{background:url('images/04.jpg') no-repeat 0 0;}
#lift a.four:hover{background:url('images/04red.jpg') no-repeat 0 0;}
#lift a.ground{background:url('images/ground.jpg') no-repeat 0 0;}
#lift a.ground:hover{background:url('images/groundRed.jpg') no-repeat 0 0;}
#lift a.lower{background:url('images/lGround.jpg') no-repeat 0 0;}
#lift a.lower:hover{background:url('images/lGroundRed.jpg') no-repeat 0 0;}
#lift a.one{
    height:40px;
    padding:10px 0 0 60px;
}
#lift .UpArrow{
    margin-top:35px;
    width:150px;
    height:77px;
}
#lift .UpArrow a,
#lift .UpArrow a:visited{
    display:block;
    width:150px;
    height:77px;
    padding:0;
    text-indent:0;
    background:url('images/upRed.jpg') no-repeat 0 0;
}
#lift .UpArrow a:hover img{
    display:none;
}
#lift .DownArrow{
    width:150px;
    height:77px;
}
#lift .DownArrow a,
#lift .DownArrow a:visited{
    display:block;
    width:150px;
    height:77px;
    padding:0;
    text-indent:0;
    background:url('images/DownRed.jpg') no-repeat 0 0;
}
#lift .DownArrow a:hover img{
    display:none;
}
.credit{
    position:absolute;
    bottom:0;
    width:650px;
    height:20px;
    margin:0 auto;
    color:#fff;
    font-size:10px;
    text-align:center;
    background:#003300;
}
/**/
#header{
    float:right;
    width:650px;
    height:100px;
    color:#FFF;
}
.banner{
    width:650px;
    height:30px;
    color:#fff;
    text-align:center;
    font-size:22px;
    padding:7px 0 0 0;
    background:#f20;
}
.floor{
    float:right;
    height:70%;
    width:620px;
    padding:20px 15px 0 15px;
    background-color:#ffc;
    overflow:auto;
}
.floor a,
.floor a:visited{
    text-decoration:underline;
    color:#000;
}
.floor a:hover{
    text-decoration:none;
    color:#fff;
    background:#330000;
}
.content{
    float:left;
    width:380px;
    height:100%;
    padding-left:20px;
    overflow:auto;
}
.image{
    float:right;
    width:250px;
    text-align:center;
}
.imgleft{float:left;padding-right:5px;}
.imgRight{
    float:right;
    margin-left:10px;
}
.red{color:#f20;}
.green{color:#368919;}
.blue{color:#0042ff;}
img.center{
    margin:0 auto;
    text-align:center;
}
span.price{
    display:block;
    float:right;
    width:100px;
    height:20px;
    padding:0 200px 0 0;
    margin-top:-22px;
}
