body{	
	background-color: #E9E9E9;
}

#container{
	background: #fff;
	margin-left: 95.5px;
	margin-right: 95.5px;
	background-color: #FFF;
	position: relative;
	top:0px;
}


#container #header{
	height: 124px;
	margin-top:0px;
	background-image: url(../images/header.gif);	
	
	
}

#container #header #menu{
	position: absolute;
	margin-left: 48%;
	margin-top:93px;
}

#box{
	top: 25px;
	left: 690px;
	position: absolute;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#box a:visited{
	color: #006AC7;
	
}

#box a:hover{
	color: #FF6600;
	text-decoration:none;
}

	#ml img{background:url(../images/home_1.gif);width:60px;height:31px}
	#ml:hover img{background:url(../images/home_2.gif)}
	#m2 img{background:url(../images/how_1.gif);width:152px;height:31px}
	#m2:hover img{background:url(../images/how_2.gif)}
	#m3 img{background:url(../images/features_1.gif);width:87px;height:31px}
	#m3:hover img{background:url(../images/features_2.gif)}
	#m4 img{background:url(../images/faq_1.gif);width:48px;height:31px}
	#m4:hover img{background:url(../images/faq_2.gif)}
	#m5 img{background:url(../images/partners_1.gif);width:87px;height:31px}
	#m5:hover img{background:url(../images/partners_2.gif)}



#container #middle{
	background-image: url(../images/index_panel.gif);
	height:286px;
}

#container #middle1{
	background-image: url(../images/index_panel2.gif);
	height:204px;
}
	
#container #maincontent{
	background-color: #FFF;
	position: relative;
	top:0px;
	
}


#maincontent #details{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0% 10%;
	width:auto;
	height: auto;
	padding-bottom:70px;
	
}

#maincontent #details h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #006AC7;
	font-size: 15pt;
	margin-left:2px;
}

#maincontent #details h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #0F5F7D;
	font-size: 12pt;
	margin-left:2px;
}

#maincontent #features{
	width:473px;
	height:300px;
	background-image: url(../images/features.gif);
	margin: 0% 10%;
	margin-top:-40px;
	
}

#fdetails{
	padding-top:60px;
	margin-left:5%;
	color: #0F5F7D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#container #footer{
	position: absolute;
	background-image: url(../images/footer.gif);
	height:69px;
	width:100%;
	bottom:0;
	margin-left:0px;
	

}

#footer #bt{
	text-align:left;
	margin-left:35px;
	margin-top:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
}

#bt a:visited{
	color: #999999;
	text-decoration: none;
}

#bt a:hover{
	color: #FF0000;
	text-decoration:none;
}


#copyright{
	color: #999999;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top:-5px;
	margin-right:30px;
}

#copyright a:visited{
	color: #006AC7;
	
}

#copyright a:hover{
	color: #FF6600;
	text-decoration:none;
}
		
.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

a.flowplayer, a.flowplayer img {
	display:block;				
	width:300px;
	height:250px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}



