﻿body
{
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #f0f0f0;
}

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

#frame
{
    text-align: left;
    width: 950px;
    margin: 0 auto;
}

.homepagePanel
{
    background-image: url('/Images/panelBackgroundCompressed.jpg');
    background-repeat: repeat-y;
    margin-top: 14px;
    border: 1px solid #c4c4c4;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}



.testimonialPanel
{
    margin-top: 20px;
    border: 1px solid #ccc;
    background-image: url('/Images/peteTongBackground.jpg');
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
        font-family: "etica", Verdana, sans-serif;
    font-weight: normal;
    font-size: 22px;
}

.link
{
    color: blue;
}

.screenshot
{
    border: 2px solid #ddd;
    text-align: center;
    margin: 0 auto;
}
.standardPanel
{
    margin-top: 20px;
    border: 1px solid #c4c4c4;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 8px;
    padding-bottom: 20px;
    background-color: white;
}

.copyrightPanel
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

    .copyrightPanel a
    {
        color: blue;
    }
h1
{
    font-family: "etica", Verdana, sans-serif;
    font-weight: normal;
    font-size: 32px;
    padding-top: 10px;
    margin-bottom: 8px;
    color: #333;
}

h2
{
    font-family: "etica", Verdana, sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #333;
}

.text
{
    line-height: 150%;
}
.smallText
{
    font-family: Verdana;
    font-size: 12px;
}

.highlight
{
    background-color: #FFC;
}


#globalNavigation
{
    background: url(http://c441723.r23.cf2.rackcdn.com/tab_background.png);
    height: 82px;
    text-align: center;
    margin: 0 auto 10px;
}

    #globalNavigation > ul
    {
        list-style: none;
        margin: 0 auto;
        width: 858px;
        padding-right: 40px;
    }

        #globalNavigation > ul > li
        {
            float: left;
        }

            #globalNavigation > ul > li > a
            {
                display: block;
            }

            #globalNavigation > ul > li.mik > a
            {
                background: url(http://c441723.r23.cf2.rackcdn.com/tab_mik.png) no-repeat;
                height: 77px;
                width: 190px;
            }

                #globalNavigation > ul > li.mik > a:hover, #globalNavigation > ul > li.mik > a.selected
                {
                    background-position: 0 -82px;
                }

            #globalNavigation > ul > li.pn > a
            {
                background: url(http://c441723.r23.cf2.rackcdn.com/tab_pn.png) no-repeat;
                height: 77px;
                width: 235px;
            }

                #globalNavigation > ul > li.pn > a:hover, #globalNavigation > ul > li.pn > a.selected
                {
                    background-position: 0 -82px;
                }


            #globalNavigation > ul > li.book > a
            {
                background: url(http://c758895.r95.cf2.rackcdn.com/tab_book2.png) no-repeat;
                height: 77px;
                width: 240px;
            }

                #globalNavigation > ul > li.book > a:hover, #globalNavigation > ul > li.book > a.selected
                {
                    background-position: 0 -82px;
                }

            #globalNavigation > ul > li.mashup > a
            {
                background: url(http://c758895.r95.cf2.rackcdn.com/tab_mashup.png) no-repeat;
                height: 77px;
                width: 193px;
            }

                #globalNavigation > ul > li.mashup > a:hover, #globalNavigation > ul > li.mashup > a.selected
                {
                    background-position: 0 -82px;
                }

            #globalNavigation > ul > li > a span
            {
                display: none;
            }
