
#bg {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 701;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

* html .fade { /* ie6 hack */
     position: fixed;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + '0px');}

#win {
	width: 90%;
	height: auto;
	position: absolute;
	left: 5%; 
	/*top:10%;*/
	top:8%;
	background: #FFF;
	display: none;
	z-index: 800;
}

.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 702;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.windowhead{
	background-color:#e9e9e9;
	height:40px;
	}
	
.windowclose{
	float:right;
	margin:5px;
	}
	
.windowclose a img{	width:30px;}
	
.appslogo{
	width: auto;
	margin: 0 auto;
	text-align: center;
	}

.appslogo img{
	width: 20%;
	}

.windowcon{
	margin: 20px 0;
	}
	
.windowcon p{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	margin-bottom:10px;
	}

.appsBtn{
	background-color: #e9e9e9;
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding:5px 0 0px 0;
	}
	
.appsBtn2{
	background-color: #e9e9e9;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #cccccc;
	padding:5px 0 0px 0;
	}

.appsBtn p,.appsBtn2 p{
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	text-align: left;
	margin-left: 10px;
	}

.appsBtn a img,.appsBtn2 a img{
    width:100%;
	}
	
.appsBtn a:hover,.appsBtn2 a:hover{
	color:#F00;
	text-decoration:none;
	}

.appsBtn a:active,.appsBtn2 a:active{
	color:#F00;
	text-decoration:none;
	}

.solomo{
	width:90%;
	margin: 0 auto;
	}
	
.solomopic1, .solomopic2, .solomopic3{
	float:left;
	width:33.33%;
	text-align: center;
	margin-bottom:15px;
	}


.solomopic1{background-color:#3b559f;}
.solomopic2{background-color:#ffc059;}
.solomopic3{background-color:#00aced;}

.solomopic1 img,.solomopic2 img,.solomopic3 img{
	width:100%;
	}
.clear{
	clear:both;
}