﻿div#HeaderBannerDiv
{
    width: 930px;
    height: 268px;
    background-image: url('../Images/newheader/normal.png');
    background-repeat: no-repeat;
    position: static;
    top: 0;
    left: 0;
    z-index:10;
}

div#HeaderBannerDiv_ActiveDownload
{
	width : 245px;
	height : 94px;  
	position : absolute;
	top:156px;
	left:645px;
	z-index:30;
  /*position : absolute;
	left : 645px;
	top : 156px;*/
	background-image : url('../Images/newheader/overlay_normal.png'); 
    z-index:20;
}

div#HeaderBannerDiv_Download_Text
{
	width : 160px;
	height : 30px;    	
	position : absolute;
	/*top : 104px;
	left : 644px; */
	top:198px; 
	left: 645px;
	z-index:30;  
	cursor : pointer;
}

div#HeaderBannerDiv_Download_Image
{
	width : 84px;
	height : 94px;
	position : absolute;
	/*top : 28px;
	left : 806px; */
	top:156px; 
	left: 806px;
	z-index:30;  
	cursor : pointer;
}

div#HeaderBannerDiv_Link_Home
{
	width : 65px;
	height : 26px;
	
	left:45px;

	position : absolute;
	top:203px;
	z-index:30;
	vertical-align : middle;
	margin: 0;        	
	padding:0;
}

div#HeaderBannerDiv_Link_Learn
{
	width : 70px;
	height : 26px;
	
	left:135px;

	position : absolute;
	top:203px;
	z-index:30;
	vertical-align : middle;
	margin: 0;        	
	padding:0;
}

div#HeaderBannerDiv_Link_Buy
{
	width : 50px;
	height : 26px;
	
	left:225px;

	position : absolute;
	top:203px;
	z-index:30;
	vertical-align : middle;
	margin: 0;        	
	padding:0;
}

div#HeaderBannerDiv_Link_Community
{
	width : 140px;
	height : 26px;
	
	left:295px;
	
	position : absolute;
	top:203px;
	z-index:30;
	vertical-align : middle;
	margin: 0;        	
	padding:0;
}

    
.HeaderBannerDivLink
{
	color: #d2d2ff;
	font-family: 'Century Gothic', 'Trebuchet', 'Arial';
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
    
.HeaderBannerDivLink:hover
{
	color : #CA0B0B;
}

.HeaderBannerDivLink:visited
{
}

    
    
div#BodyCellDiv
{
	padding-left: 0px;
	margin-left: 0px;		
}
