﻿/*----------------------------------------*/
/*                                         */
/*          Site.Master                    */
/*                                         */
/*----------------------------------------*/

#Body
{
    background: #e0dbdc;
    font: normal 12px auto Verdana, Arial;
    color: #555555;
}

#SiteContainer
{
    width: 940px;
    height: 940px;
    position: relative;
}

#SiteBackground
{
    width: 940px;
    height: 940px;
    position: absolute;
    top: 0;
    left: 0;
}

#TheSite
{
    width: 940px;
    height: 940px;
    position: absolute;
    top: 0;
    left: 0;
}

#TopImagesContainer
{
    width: 924px;
    height: 103px;
    position: relative;
}

#PosterImagesContainer
{
    width: 924px;
    height: 195px;
    position: relative;
}

#NavigationBarContainer
{
    width: 924px;
    height: 29px;
    background: url(./Images/NavigationBar.png) no-repeat;
    position: relative;
}

#ContentContainer
{
    width: 924px;
    height: 583px;
    position: relative;
}

#FooterContainer
{
    width: 924px;
    height: 29px;
    position: relative;
    border-top: 1px solid #EAEAEA;
}

div.FooterText
{
    padding-top: 5px;
}

img.FooterImage
{
    padding: 0 7px 2px 7px;
}



/*----------------------------------------*/
/*                                         */
/*          TopImagesContainer             */
/*                                         */
/*----------------------------------------*/

#NaisLogoImage /* 103 x 48 */
{
    position: absolute;
    left: 22px;
    top: 22px;
}

#CollaborateLeverageDeliverImage /* 221 x 14 */
{
    position: absolute;
    left: 140px;
    top: 56px;
}

#MicrosoftCertifiedPartnerImage /* 135 x 59 */
{
    position: absolute;
    right: 22px;
    top: 22px;
}

#UnderConstructionImage /* 200 x 43 */
{
    position: absolute;
    left: 50%;
    top: 30px;
}



/*----------------------------------------*/
/*                                         */
/*          PosterImagesContainer          */
/*                                         */
/*----------------------------------------*/

#StreamerBackgroundImage /* 309 x 195 */
{
    position: absolute;
    left: 0px;
    top: 0px;
}

#StreamerImage /* 215 x 106 */
{
    position: absolute;
    left: 47px;
    top: 44px;
}

#StreamerButtonImage /* not used */
{
    position: absolute;
    left: 244px;
    top: 137px;
}

.StreamerButton /* 15 x 15 */
{
    position: absolute;
    left: 244px;
    top: 137px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.StreamerButton img /* 15 x 15 */ /* 15 x 15 */
{
    border: none;
}

#ConceptImage /* 615 x 195 */
{
    position: absolute;
    left: 309px;
    top: 0px;
}



/*----------------------------------------*/
/*                                         */
/*          NavigationBarContainer         */
/*                                         */
/*----------------------------------------*/

a.NavigationBarItem, a.FirstNavigationBarItem, a.HighlightedNavigationBarItem, a.FirstHighlightedNavigationBarItem
{
    font: normal normal bold 11px Verdana;
    color: White;
    text-decoration: none;
    border-right: 1px solid #FA8C00;
    float: left;
    padding: 7px 16px 7px 16px;
    margin-top: 1px;
}

a.FirstNavigationBarItem, a.FirstHighlightedNavigationBarItem
{
    border-left: 1px solid #FA8C00;
}

a.HighlightedNavigationBarItem, a.FirstHighlightedNavigationBarItem
{
    color: #EA6F25;
    background: White;
}

#SearchBox
{
    position: absolute;
    width: 175px;
    height: 18px;
    border: 1px solid White;
    top: 5px;
    right: 14px;
}

.SearchBoxText
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: absolute;
    padding-left: 4px;
    left: 0px;
    top: 0px;
    padding-top: 3px;
    height: 15px;
    background: white; /*url(./Images/SearchboxBackground.png) no-repeat;*/
    width: 147px;
    color: #555555;
    font: normal normal bold 11px Verdana;
    z-index: 1;
}

.SearchBoxImage /* 25 x 18 */
{
    position: absolute;
    left: 150px;
    top: 0px;
}

.SearchScopeDrop
{
    position: absolute;
    left: 178px;
    top: 0px;
}
