body
{
    font-family: Segoe UI, Arial, Sans-Serif;
    font-size: 12px;
}

img
{
    border: 0px;
}

#win
{
    background-image: url(images/win7bg.jpg);
    background-position: center;
    width: 880px;
    height: 550px;
    border: #ffffff 1px solid;
}

#app
{
    float: left;
    text-align: center;
    margin: -15px 0 0 -30px;
    list-style: none;
}

#app a
{
    text-decoration: none;
    border: solid 1px transparent;
    display: block;
    padding: 3px;
    margin: 20px 0 0 0;
    color: #ffffff;
    text-shadow: 0.2em 0.1em 0.3em #000000;
}

#app a:hover
{
    border: solid 1px #bbd6ec;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    background-color: #5caae8;
}

#taskbar
{
    height: 42px;
    width: 880px;
    margin: -42px 0 0 1px;
    background: url(images/taskbarbg.png) no-repeat;
}

#taskbar img
{
    margin: 5px 0 0 0;
    width: 30px;
    height: 29px;
}

#taskbar a
{
    position: absolute;
    text-align: center;
    width: 57px;
    height: 46px;
    background: url(images/taskbarhover.png) 0 -46px no-repeat;
}

#taskbar a:hover
{
    background-position: 0 -3px;
}

#taskbar #start
{
    position: absolute;
    text-align: center;
    width: 57px;
    height: 46px;
    background: url(images/start.bmp) 0 -6px no-repeat;
}

#taskbar #start:hover
{
    text-decoration: none;
    background-position: 0 -114px;
}

#desktop
{
    height: 42px;
    width: 530px;
    margin: 0 0 0 350px;
}

#menuwin
{
    margin: -448px 0 0 1px;
    display: none;
}

#startmenu
{
    border: solid 1px #102a3e;
    overflow: visible;
    display: block;
    float: left;
    height: 404px;
    width: 400px;
    opacity: 0.9;
    -webkit-border-radius: 5px;
    position: absolute;
    box-shadow: inset 0 0 1px #ffffff;
    -webkit-box-shadow: inset 0 0 1px #ffffff;
    background-color: #619bb9;
    background: -webkit-gradient(linear, center top, center bottom, from(#327aa4),color-stop(45%, #2e4b5a), to(#5cb0dc));
}

#leftspliter
{
    margin: 0 15px 0 15px;
    border-top: solid 1px #d6e5f5;
}

#rightspliter
{
    margin: 0 7px 0 7px;
    border-top: solid 1px #596d77;
}

#search
{
    margin: -2px 0 0 0;
}

#programs, #links
{
    float: left;
    padding: 0;
    list-style: none;
    position: relative;
}

#programs
{
    background: #ffffff;
    border: solid 1px #365167;
    margin: 7px 0 7px 7px;
    box-shadow: 0 0 1px #ffffff;
    -webkit-box-shadow: 0 0 1px #ffffff;
    -webkit-border-radius: 3px;
}

#programs a
{
    border: solid 1px transparent;
    display: block;
    padding: 3px;
    margin: 3px;
    color: #4b4b4b;
    text-decoration: none;
    min-width: 220px;
}

#programs a:hover
{
    border: solid 1px #7da2ce;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 0 1px #ffffff;
    -moz-box-shadow: inset 0 0 1px #ffffff;
    -webkit-box-shadow: inset 0 0 1px #ffffff;
    background-color: #cfe3fd;
    background: -webkit-gradient(linear, center top, center bottom, from(#dcebfd), to(#c2dcfd));
}

#programs a img
{
    border: 0;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#links
{
    margin: 7px;
    margin-top: -30px;
}

#links li.icon
{
    text-align: center;
}

#links a
{
    border: solid 1px transparent;
    display: block;
    margin: 5px 0;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    min-width: 120px;
}

#links a:hover
{
    border: solid 1px #000;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 1px #ffffff;
    -webkit-box-shadow: inset 0 0 1px #ffffff;
    background-color: #658da0;
    background: -webkit-gradient(linear, 0% 100%, 100% 100%, from(#517384), color-stop(50%, #79a3b8), to(#517384));
}

#links a span
{
    padding: 5px;
    display: block;
}

#links a:hover span
{
    background: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(49%, transparent),                color-stop(50%, rgba(2,37,58,0.5)), to(rgba(63,111,135,0.5)));
}
