/* Copyright (c) 2009 concrete5studio.com */

html, body {height: 100%;  }
body {/* customize_background */ background-color: #ffffff; /* customize_background */ text-align: center; padding: 0px; margin: 0px; }
img {border: 0px}
a { cursor: pointer}

#page {
    width: 926px;
    margin: auto;
    text-align: left;
}

#page #header {
    background: #e8e8e8 url(http://genkilabs.com/packages/theme_floating/themes/floating/images/header.jpg) no-repeat;
    height: 206px;
    width: 926px;
    margin-bottom: 10px;
    overflow: hidden;
}

#page #logo {
    float: left;
    padding: 25px 0 0 50px;
}
#page #logo a {
    text-decoration: none;
}

#page #nav {
    background: url(http://genkilabs.com/packages/theme_floating/themes/floating/images/navbar.jpg) no-repeat;
    height: 46px;
    width: 926px;
    overflow: hidden;
}

/* main navigation menu */

#page #nav ul.nav-header {list-style: none; margin: 0px 0px 0px 16px; padding: 0px; width: auto; float: left}
#page #nav ul.nav-header li{float: left; padding: 10px 15px 7px 15px; margin-left: 0px; color: #E5E5E5; font-size:20px; border-right: 1px solid #E5E5E5}
#page #nav ul.nav-header li a{text-decoration: none; color: #E5E5E5}
#page #nav ul.nav-header li a:hover{text-decoration: none; color: #cccccc}

/************************/

#page #sidebar {
    float: right;
    width: 257px;
    margin-top: 10px;
    overflow: hidden;
}

#page #sidebar #side-top{
    background:  #848687 url(http://genkilabs.com/packages/theme_floating/themes/floating/images/sidebar-top.jpg) no-repeat;
    height: 35px;
    width: 257px;
}
#page #sidebar #side-middle{
    background:  #848687 url(http://genkilabs.com/packages/theme_floating/themes/floating/images/sidebar-middle.jpg) repeat-y;
    height: 100%;
    margin: 0;
    padding: 7px;
}
#page #sidebar #side-bottom{
    background:  #848687 url(http://genkilabs.com/packages/theme_floating/themes/floating/images/sidebar-bottom.jpg) no-repeat;
    height: 22px;
    width: 100%;
}

#page .no-sidebar #main{
    float: none !important;
    width: auto !important;
    overflow: hidden;    
}

#page #contain.left-sidebar #sidebar{
    float: left !important;
}

#page #contain.left-sidebar {
    float: right !important;
}

#page #main {
    float: left;
    width: 630px;
    padding: 10px;
}

#page #footer {
    background: #848687 url(http://genkilabs.com/packages/theme_floating/themes/floating/images/footer.jpg) no-repeat;
    height: 57px;
    width: 926px;
    overflow: hidden;
    clear: both;
}


#page #footer span.powered-by {
    float: right;
}

#page #footer span.copyright {
    float: left;
}

/* customize_miscellaneous */ /* customize_miscellaneous */
