body {
    background: #d1dee6 url('../images/bg-body2.jpg') repeat-x center top;
}
div#bodystage {
    position: relative;
    width: 100%;
    clear: both;
    z-index: 0;
}
div#windowstage {
    position: relative;
    margin: 110px auto 0px auto;
    width: 950px;
    background-color: white;
    clear: both;
    z-index: 0;
}
div#sitelogo {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 74px;
    height: 66px;
    overflow: hidden;
    z-index: 1000;
}
div#siteslogan {
    position: absolute;
    left: 587px;
    top: 28px;
    width: 337px;
    height: 13px;
    overflow: hidden;
    z-index: 1000;
}
div#siteabouteng {
    position: absolute;
    left: 525px;
    top: 27px;
    width: 55px;
    height: 13px;
    overflow: hidden;
    z-index: 1000;
}
div#sitecontent {
    padding: 106px 0px 0px 0px;
}

/*
    Header menu
*/
div#sitemenu {
    position: absolute;
    left: 165px;
    top: 87px;
    width: 700px;
    height: 15px;
    overflow: hidden;
    z-index: 1000;
}
div.menuunit {
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
div.menuunithover {
    background-position: 0px -23px;
    background-repeat: no-repeat;
}
div.mabout {
    background-image: url('../images/menu/about.gif');
}
div.mteam {
    background-image: url('../images/menu/team.gif');
}
div.mprojects {
    background-image: url('../images/menu/projects.gif');
}
div.mideas {
    background-image: url('../images/menu/ideas.gif');
}
div.mblog {
    background-image: url('../images/menu/blog.gif');
}
div.mcontacts {
    background-image: url('../images/menu/contacts.gif');
}
div.mcur {
    background-position: 0px -23px;
}

/*
    Submenu
*/
div#sitesubmenu {
    padding: 54px 0px 0px 32px;
}
div.submenuunit {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 86px;
    height: 21px;
    overflow: hidden;
}
div.submenuunithover {
    background-position: -96px 0px;
    background-repeat: no-repeat;
}
div.sevent {
    background-image: url('../images/submenu/event.gif');
}
div.sdecor {
    background-image: url('../images/submenu/decor.gif');
}
div.sdesign {
    background-image: url('../images/submenu/design.gif');
}
div.sprad {
    background-image: url('../images/submenu/prad.gif');
}
div.stravel {
    background-image: url('../images/submenu/travel.gif');
}

div.rightcol {
    padding: 0px 10px 0px 10px;
}

div.pageheader {
    padding-bottom: 20px;
}

div.rightcol div.projectpreview {
    position: relative;
    width: 190px;
    padding-bottom: 20px;
}
    div.projectpreview div.pic {
        float: left;
    }
    div.projectpreview div.bul {
        float: left;
        width: 15px;
        height: 65px;
        background: url('../../images/projectpreviewbul.gif') no-repeat left top;
    }
    div.projectpreview div.descr {
        clear: both;
        padding-top: 10px;
    }

div.rightlist {
    padding: 2px 0px 6px 0px;
}
.uppercase {
    text-transform: uppercase;
}
/*
    Footer
*/
div#sitecopyrights {
    padding: 20px;
}
div#sitecontacts {
    padding: 20px;
    text-align: right;
}
div#sitecontacts img {
    margin-left: 10px;
}

/*
    Table Form
*/
table.tableform {
    width: 100%;
}
    table.tableform td {
        padding: 2px;
    }
    table.tableform td span.info {
        font-size: 10px;
        color: gray;
    }

/*
    Modal Dialogue
*/
div#modmess {
    display: none;
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 200;
}
div#modmessarea {
    display: none;
    position: absolute;
    width: 350px;
    border: 3px solid black;
    background-color: white;
    z-index: 300;
}
    div#modmessareatext {
        padding: 20px;
    }

/*
    Transparent
*/
.opacity20 {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.opacity40 {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.opacity60 {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.opacity100 {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*
    Width
*/
.w100 {
    width: 100%;
}
