﻿body
{
    background-position: 0px 630px;
    margin: 0;
    background-image: url('../images/grassBg.gif');
    background-position:0 638px;
    font-family: Arial;
}
#background
{
    background-position: top center;
    background-image: url('../images/bg.jpg');
    width: 1280px;
    background-repeat: no-repeat;
}
#main
{
    width:920px;
    height:680px;
    background-image: url('../images/contentBg.png');
    text-align:left;
}
#header
{
    height: 110px;
    width:920px;
    text-align: left;
    background-image: url('../images/headBg.png');
}
#header #lang
{
    float: right;
    margin-right: 30px;
    padding-top: 5px;
    padding-left: 5px;
    border-left: dashed 2px #00B1A3;
}
#header #lang a
{
    display:block;
    color:#00B1A3;
    padding:3px;
}
#header #logo
{
    margin-left:30px;
    margin-top:5px;
}
#header #weather
{
    margin-left:180px;
    color:White;
    font-weight:bold;
    font-size:16px;
}
#header #topMenu
{
    float:right;
    margin-top:10px;
    margin-right:20px;
}
#header #topMenu img
{
    vertical-align:bottom;
}
#menubar
{
    width:190px;
    text-align:left;
    padding-top:10px; 
}
#menubar #menu
{    
    height:340px;
}
#menubar #menu a
{
    display:block;
    margin-left:10px;
    width:140px;
    background-image: url('../images/menuBg.png');
}
#menubar #menu .menuText_p
{
    padding:8px 0px 8px 15px;
}
#menubar #menu .menuText_e
{
    padding:9px 0px 9px 15px;
}
#menubar #menu .menuText_c, #menubar #menu .menuText_s
{
    padding:8px 0px 8px 15px;
}
#menubar #menu #home
{
    display:block;
    background-image: url('../images/menuTop.gif');
    width:178px;
    height:34px;    
    background-repeat: no-repeat;
}
#menubar #menu #home a
{
    background-color:Transparent;
    background-image:none;
    padding-top:5px;
    margin-left:50px;
    width:50px;
}
.bannerImg
{
    margin: 5px 0 0 10px;
    border-width:0px;
}
#content
{
    width:720px;
    text-align:left;
    margin-top:10px;
}
#leftBg
{
    background-position: right top;
    background-image: url('../images/treeBg.jpg');
    height: 770px;
    background-repeat: repeat-x;
}
#rightBg
{
    background-image: url('../images/treeBg.jpg');
    background-repeat: repeat-x;
}
.grass
{
    width:100%;
    height:140px;
    position:absolute;
    top:630px;
    z-index:4;
}
.grass #grassImg
{
    background-image: url('../images/grass.png'); 
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:bottom;
    font-size:12px;
    line-height:120px;
}
#footerText 
{
     z-index:5;
     position:absolute;
     top:620px;
}
#counter
{
    color:#3A3124;
    font-size:12px;
    font-weight:bold;
}
.greenFont
{
    color: #225522;
    font-size:12px;
    font-weight:bold;
}
#pandaIcon
{
    z-index:2;
    position:absolute;
}
#EasterEgg
{
	   z-index:4;
    position:absolute;
}
#leaf
{
    z-index:2;
    position:absolute;
    display:none;
}
#mask
{
    z-index:2;
    position:absolute;
    display:none;
}
.detailStyle
{
    background-image:url('../images/detailBg.png');
    width:655px;
    margin-left:20px;
    background-repeat: no-repeat;
}
#detail #detailTitle
{
    margin-left:40px;
    padding-top:8px;
    padding-bottom:15px;
    color:white;
    font-weight:bold;
    font-size:16px;
    /*width:330px;*/
    width:450px;
}
.smallFont
{
    font-size:12px;
}
.submenu
{
    position:absolute;
    display:none;
    z-index:3;   
}
.submenu a
{
    color:#765c2f;
    font-weight:bold;
    padding:6px 0px 6px 0px;
}

