/* Start of CMSMS style sheet 'vitalis-thai_interface' */
html, body {
    height:100%;
    width:100%;
    border:0;
    margin:0;
    padding:0;
    
    color:#002E61;
    font-family: "Verdana", "Arial", "sans-serif";
    font-size: 1.0em;
    line-height: 1.3em;
    
    background: #92D4E2 url("uploads/website/siteBackgroundBottom.jpg") bottom repeat-x;
}

#mainContainer {
    margin:auto;
    position:relative;
    text-align:left;
    height:800px;
    width:1004px;
    top:5px;
    clear:left;
    padding:0;

    background: url("uploads/website/contentBackground.jpg") repeat-y;
}
    #contentBackgroundTop {
        position:absolute;
        top:0;
        left:0;
        
        height:20px;
        width:100%;

        background: url("uploads/website/contentBackgroundTop.jpg") no-repeat;
    }
    
    /* header div */
    #header {
        position:absolute;
        top:6px;
        left:6px;
        
        height:125px;
        width:100%;
        
    }
        #flower {
            position:absolute;
            bottom:0;
            left:26px;
            
            width:124px;
            height:124px;
            
            float:left;
            
            background: url("uploads/website/flower.jpg") no-repeat;
        }
        #logo {
            position:absolute;
            bottom:0;
            left:350px;
            
            width:239px;
            height:124px;
            
            float:left;
            
            background: url("uploads/website/logo.jpg") no-repeat;
        }
        #headerText {
            position:absolute;
            top:27px;
            left:610px;
            
            width:360px;
            height:75px;
            overflow:hidden;
        }
    
    #lineTop {
        position:absolute;
        top:131px;
    }
    
    /* content div */
    #contentDiv {
        position:relative;
        top:140px;
        left:8px;
        width:986px;
        height:649px;
        padding:0;
    }
        #menuDiv {
            position:absolute;
            left:0;
            width:250px;
            height:100%;
            float:left;
            margin-right:5px;
            border-right:1px solid #24569A;
        }
            
        #content {
            position:absolute;
            left:255px;
            width:731px;
            height:100%;
            overflow:auto;
            overflow-x:hidden;
        }
    
    #contentBackgroundBottom {
        position:absolute;
        bottom:0;
        left:0;
        
        height:20px;
        width:100%;

        background: url("uploads/website/contentBackgroundBottom.jpg") no-repeat;
    }

/* classes */

.line {
    width:100%;
    height:3px;
    background: url("uploads/website/contentLine.jpg") no-repeat;
}

.menuUl {
}

.menu {
    display:block;
    width:250px;
    height:40px;
    clear:both;
    position:relative;
    top:0px;
    left:0;
    
    margin:0;
    padding:0;
    
    text-align:left;
    vertical-align:middle;
    
    border: 1px solid;
    
    font-size:1.5em;
}

.submenu {
    font-size:1.0em;
}
/* End of 'vitalis-thai_interface' */

