﻿
body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 15px;
    color: #210f08;
    text-align: center;
    background-color:#c0c0c0;
}


#wrapper
{
    width: 980px;
    margin: auto;
    background-image: url(Images/kungbackground.jpg);
    background-repeat: no-repeat;
    text-align: left;
    height: 1020px;
    border:solid 1px black;
}

#header
{
    width: 980px;
    height: 370px;
}

div.loader
{
     background: url(Images/kungbackground.jpg) no-repeat;
    background: url(Images/home.png) no-repeat;
    background: url(Images/home-over.png) no-repeat;
    background: url(Images/game.png) no-repeat;
      background: url(Images/game-over.png) no-repeat;
    background: url(Images/media.png) no-repeat;
     background: url(Images/media-over.png) no-repeat;
    background: url(Images/research.png) no-repeat;
     background: url(Images/research-over.png) no-repeat;
    background: url(Images/support.png) no-repeat;
    background: url(Images/support-over.png) no-repeat;
    margin-left: -1000px;
    visibility: hidden;
}




#navbar
{
    width: 610px;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 370px;
}

#navebar ul
{
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#navbar li
{
    display: inline;
    list-style-type: none;
}

#navbar li a
{
    text-decoration: none;
    float: left;
    padding-left: 30px;
}



a.home
{
    display: block;
    background-image: url(Images/home.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 25px;
}

a.home:hover
{
    background-image: url(Images/home-over.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 25px;
}


#selectedhome
{
    background-image: url(Images/home-over.png);
}

a
{
   text-decoration:none;
   color: #301507; 
}
a.game
{
    display: block;
    background-image: url(Images/game.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 25px;
}

a.game:hover
{
    background-image: url(Images/game-over.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 25px;
}


#selectedgame
{
    background-image: url(Images/game-over.png);
}

a.media
{
    display: block;
    background-image: url(Images/media.png);
    background-repeat: no-repeat;
    width: 62px;
    height: 25px;
}

a.media:hover
{
    background-image: url(Images/media-over.png);
    background-repeat: no-repeat;
    width: 62px;
    height: 25px;
}


#selectedmedia
{
    background-image: url(Images/media-over.png);
}

a.research
{
    display: block;
    background-image: url(Images/research.png);
    background-repeat: no-repeat;
    width: 112px;
    height: 25px;
}

a.research:hover
{
    background-image: url(Images/research-over.png);
    background-repeat: no-repeat;
    width: 112px;
    height: 25px;
}


#selectedresearch
{
    background-image: url(Images/research-over.png);
}

a.support
{
    display: block;
    background-image: url(Images/support.png);
    background-repeat: no-repeat;
    width: 97px;
    height: 25px;
}

a.support:hover
{
    background-image: url(Images/support-over.png);
    background-repeat: no-repeat;
    width: 97px;
    height: 25px;
}


#selectedsupport
{
    background-image: url(Images/support-over.png);
}

#main
{
    width: 950px;
    height: 535px;
    padding-left: 30px;
}

#video
{
   margin-left: auto;
   margin-right: auto;
   padding-top: 40px;
   padding-left: auto;
   padding-right: auto;
   text-align: center;
}


#footer
{
    width: 980px;
    height: 70px;
}

#leftSide
{
    width: 300px;
    float: left;
    height: 450px;
}

.homeImage
{
    margin-top: 110px;
    float: left;
}

.gameImage
{
    margin-top: 60px;
    float: left;
}

#rightSide
{
    width: 642px;
    float: left;
}


.gameHeading
{
    margin-top: 40px;
    text-align: center;
    margin-right: 10px;
    margin-left: 30px;
}

.gameText
{
    text-align: center;
    margin-left: 50px;
    margin-right: 10px;
}

.gameTextBold
{
    text-align: center;
    margin-left: 50px;
    margin-right: 10px;
	font-size: 1.2em;
}


.mediaHeading
{
    margin-left: 350px;
    text-align: center;
}

.marginTop
{
    margin-top: 40px;
}

.wallpapers
{
    width: 860px;
    margin-top: 60px;
    margin-left: 120px;
}

.researchImage
{
    margin-top: 60px;
    margin-left: 60px;
    float: left;
}

.researchHeading
{
    margin-top: 40px;
    text-align: center;
    margin-right: 10px;
    margin-left: 30px;
}

.supportHeading
{
    margin-top: 40px;
    text-align: center;
    margin-right: 10px;
    
}



.center
{
    text-align: center;
}

.researchText
{
    text-align: left;
    margin-left: 50px;
    margin-right: 10px;
}


.navBottom
{
    width: 750px;
    float: right;
    margin-right: 10px;

}

.cellwidth
{
    width: 150px;
}


.tablefooter
{
    padding-top: 1px;
    font-size: 12px;
    font-weight: bold;
    float: right;
}
.supportCell
{
    width: 300px;
    height: 20px;
}

.supportDiv
{
    margin-left: 120px;
    margin-top:30px;
}

.thanksPage
{
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}

.wallpaperText
{
    text-align:center;
    margin-top:5px;
    
}
