@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'MCond';
    src: url('mcond-webfont.eot');
    src: url('mcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('mcond-webfont.woff') format('woff'),
         url('mcond-webfont.ttf') format('truetype'),
         url('mcond-webfont.svg#MyriadProCondRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}

#MainContainer {
	width:1245px;
	height:1245px;
	background-repeat: no-repeat;
	background:transparent;
	margin-top: 0px;
	margin-bottom: 0;
}
#navigationtable {
	width:210px;
	z-index:1;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 10.5pt;
	color: #2D4155;
    padding: 80px 0 0 12px;
    position: absolute;
	text-align: center;
}
#navigationtable div {
    
}
#player {
	position:absolute;
	width:864px;
	height:864px;
	z-index:1;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 10.5pt;
	color: #3B7082;
	left: 295px;
	top: 220px;
	text-align: center;
}

#logo {
	position:absolute;
	width:864px;
	height:200px;
	z-index:1;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 10.5pt;
	color: #3B7082;
	left: 295px;
	top: 20px;
}

#footer {
	position:absolute;
	width:864px;
	height:100px;
	z-index:1;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 10.5pt;
	color: #3B7082;
	left: 295px;
	top: 1105px;
}



/* NAV */
.navItem {
    background-repeat: no-repeat;
    height: 215px;
    width: 200px;
}
#ImageLicense {
    background-image: url(images/license_r.png);    
}
#ImageLicense:hover {
    background-image: url(images/license_y.png);
}

#ImageDownload {
    background-image: url(images/download_r.png);    
}
#ImageDownload:hover {
    background-image: url(images/download_y.png);
}

#ImageAbout {
    background-image: url(images/about_r.png);
}
#ImageAbout:hover {
    background-image: url(images/about_y.png);
}

#ImageContact {
    background-image: url(images/contact_r.png);
}
#ImageContact:hover {
    background-image: url(images/contact_y.png);
}














#apDiv1 {
	position:absolute;
	left:50px;
	top:50px;
	width:253px;
	height:151px;
	z-index:1;
}
#MainContainer #navigationtable table tr td {
	text-align: center;
}


img {
    border: 0;
}

.copyright {
    font-size: 0.8em;
    position: absolute;
    text-align: center;
    top: 800px;
    width: 200px;
}

* {
   border: 0;
   outline: none;
}

#instruction {
    padding: 0 0 0 55px;
}
