html {

}
    #bg
    {
        width:100%;
        height:100%;
        padding:0px;
        margin:0px;
        position:fixed;
        top:0px;
        left:0px;
        z-index:1;
    }
    body
    {

    }

    div
    {
        margin:0px
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
        padding:0px;
    }


    #bamboo_top
    {
        position:fixed;
        left:0px;
        top:0px;
        width:100%;
        height:27px;
        background:url(./images/bamboo_top.png) repeat;
        z-index:95;
    }

    #bamboo_bottom
    {

        left:0px;
        bottom:0px;
        width:100%;
        height:27px;
        background:url(./images/bamboo_bottom.png) repeat;
        z-index:95;
        position: fixed;
    }

    #green_top
    {
        position:absolute;
        left:0px;
        width:100%;
        top:0px;
        height:77px;
        background:url(./images/green_pattern.png) repeat;
        z-index:9;
    }


    #contentborder
    {
        margin-top:130px;
        width:960px;

        padding: 8px;
        border-radius:6px;
        box-shadow:0px 0px 10px #333;
        text-align:left;
        z-index:55 !important;
        position:relative;
        display:block;
    }

    #content
    {
        border-radius:6px;
        background:url(./images/semiwhite.png) repeat;
        width:100%;
        display:block;
        z-index: 54 !important;
        position:inline;
    }

    #menu_holder
    {
        z-index:55;
        position:fixed;
        left:0px;
        top:0px;
        width:100%;
        height:160px;
        background:url(./images/bg.jpg) no-repeat;
        overflow:hidden;


    }

    #menu_inside img
    {
        border:0px;
    }
    .menubutton
    {
         -webkit-transition: all 0.5s;
         -moz-transition:all 0.5s;
         transition: all 0.5s;
         z-index:55;
         width:170px;
    }

	.menubutton:hover
{
transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2); /* IE 9 */
-webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
-o-transform: scale(1.2,1.2); /* Opera */
-moz-transform: scale(1.2,1.2); /* Firefox */
z-index:45;
}

.alignleft
{
	float:left;
	margin:10px;
}

    .fixed
    {
      position: fixed;
      bottom: 0;
    }

    #palm_overlay
    {
        width:350px;
        position:absolute;
        right:0px;
        bottom:40px;
    }
    #hgm_map_holder
    {
        width:420px;
        margin:5px;
        float:left;
        background-color:#333;
        border:5px solid #fff;
        border-radius:4px;
        box-shadow:0px 0px 6px #333;
        position:fixed;
        bottom:60px;
    }

    #hgm_map
    {
        width:100%;
        height:100%;
    }

    #changelocation
    {

        z-index:30;
        position:absolute;
        top:0px;
        left:0px;
        border:0px;
        width:400px;
        height:25px;
        text-align:left;
        font-family:Arial;
        font-size:22px;
        line-height:18px;
        font-weight:bold;
        background:url(./images/changecity.png) no-repeat;
        color:#000;
        text-shadow:0px 0px 6px #fff;
        text-decoration:none;
    }
    #hgm_category_box
    {
        margin:0px;padding:0px;
        display:block;
        font-family:Arial;
        font-size:12px;
        color:#fff;
        font-weight:bold;
        width:465px;

        margin-left:460px;
        height:25px;
        padding:4px;
        background:url(./images/semiblack.png) repeat;
        border:5px solid #ddd;
        box-shadow:0px 0px 6px #333;
        border-radius:5px;
        text-align:center;
        z-index:45;
    }

    #hgm_category_box select
    {
        width:150px;
        height:20px;
        margin:2px;
    }

    .orderby_selected
    {
        color:#fff;
        font-weight: bold;
        font-size:12px;
        text-decoration:none;
        font-family:Arial;
    }

    .orderby_noselect
    {
        font-family:Arial;
        font-size:12px;
        color:#fff;
        text-decoration:underline;
    }

    #hgm_contentframe
    {
        width:480px;
        margin:5px;
        margin-left:460px;
        min-height:800px;
    }

    #beachball
    {
        position:fixed;
        bottom:200px;
    }

    #telescope
    {
        z-index:24;
        position:absolute;
        bottom:0px;
        left:840px;
    }

    #locationbox
    {
        width:340px;
        height:190px;
        border:5px solid #ddd;
        border-radius:5px;
        background-color:#000;
        color:#fff;
        font-family:Arial;
        text-align:center;
        position:absolute;
        display:none;
        box-shadow:0px 0px 6px #333;
        z-index:90;
        padding:5px;
    }

    #locationbox select, #locationbox input
    {
        width:95%;
        height:20px;
        margin:1px;
    }

    #locationbox submit
    {
        width:95%;
        height:20px;
        margin:1px;
        font-family:Arial;
        font-weight:bold;
        text-align:center;
    }

    #locationbox h1
    {
        margin:0px;
        padding:0px;
        font-size:16px;
        line-height:16px;

    }

    #categorysign
    {
        position:fixed;
        z-index:65;
        width:200px;

    }

    #welcome
    {
        width:340px;
        padding-left:120px;
        padding-right:10px;
        padding-top:80px;
        height:170px;
        background:url(./images/welcomebg.png) no-repeat;
        font-family:Arial;
        font-size:12px;
        line-height:16px;
        text-align:left;
        color:#fff;
        margin-left:460px;
        float:left;
    }

    #lei
    {
        position:absolute;
        display:none;
        z-index:30;
    }

    #gettheapp
    {
        position:fixed;
        left:0px;
        bottom:25px;
        z-index:95;
        border:0px;
    }

    #gettheapp_show
    {
        position:fixed;
        left:-45px;
        bottom:100px;
        z-index:50;
        cursor:pointer;
        box-shadow: 0px 0px 6px #fff;
    }

    #searchbox
{
    position:absolute;
    right:10px;
    top:60px;

    border-radius:5px;
    width:440px;
    color:#000;
    font-family:Arial;
    font-size:10px;
    padding:5px;
    z-index:55;

}

#search_q
{
    width:270px;
    height:19px;
    border:1px inset #333;
}

#search_button
{
    background:url(./images/searchbutton.jpg) no-repeat;
    width:154px;
    border:0px;
    height:21px;
}

#tagline
{
    z-index:40;
    position:fixed;
    top:127px;

}

#hgm_infowin
{
    width:210px;
    height:60px;
    padding:0px;
    margin:0px;
    display:block;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}

#hgm_infowin h1
{
    font-size:15px;
    line-height:18px;
    padding:0px;
    margin:0px;
    font-weight:bold;
    font-family:Arial;
    text-align:center;
}

.thumbnail
{
     border:3px solid #fff;
    border-radius:3px;
    box-shadow:2px 2px 2px #333;
    margin:5px;
}