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

#entireHeaderBackground{
	width: 100%;
	background: #eff2f3;
	height: 335px;
	float: none;
	border-style: none;
}

#headerContentArea{
	width: 920px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	border:0;
}

#navBarArea{
	width: 100%;
	height: 50px;
	
}

#macroplantLogo{
	width: 149px;
	height: 33px;
	background: url(../img/headerArea/macroplantLogo.png) no-repeat;
	margin-top: 12px;
	margin-bottom: auto;
	float: left;
	border:0;
}

#navBarShadow{
	width: 891px;
	height: 50px;
	background: url(../img/headerArea/topShadow.png) no-repeat;
	margin-bottom: -50px;
}
 
  
 /* @group Text Banner and features */
.textBanner {
	/* Font Features */
	font-family: "QlassikMedium","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:16px;
	color: #525454;
	/* Font Features */
	
	width: 529px;
	height: 320;
	position: absolute;
	margin-top: 90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 338px;
}

.textBanner span, a:link, a:visited, a:active, a:active {
	text-decoration:none;
}

.info-ios {
	padding: 0px 0 0 280px;
	font-size:13px;
	clear:both;
	float: inherit;
	color:#000;
}

.info-title {
	padding:60px 0 0 460px;
	font-size:20px;
	float: inherit;
	color:#000;
}


/* HIGHLIGHT */
#highlight {float:left; padding: 90px 0 30px 300px; }
#highlight-box {float: left; width: 150px; height: auto; padding: 0 0 0px 0;}
.nav-button {width: 150px; height: 50px; /* border: 1px solid #CCC;*/}
.nav-button h2 {margin: 0px 0 0 35px;font-size: 13px; color:#FFF;; padding-top: 10px;}
.nav-button img {float: left; margin: 0 0 0 0;}

.title {
	font-size: 40px;
	position: absolute;
	margin: 0px 0 0 100px;
 }

.subtitle {
	font-size: 20px;
	position: absolute;
	margin: 50px 0 0 150px;
 }
 
.textFeature {
	color: #96bed1;
	font-size: 40px;
	position: absolute;
	margin: 70px 0 0 150px;
 }
  
.textFreeware {
	font-size: 15px;
	position: absolute;
	margin: 170px 0 0 45px;
}
 
.textBuilt {
	font-size: 15px;
	position:absolute;
	margin: 140px 0 0 360px;
}
 
.textConvert {
	font-size: 15px;
	position:absolute;
	margin: 205px 0 0 180px;
}
 
.textFlash {
	color: #166f9a;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	position: absolute;
	margin: 120px 0 0 160px;
}

 
/* @group App Logo & Download Button */
 
#headerLeftSide{
	width: 40%;
	float: left;
	position: relative;
	margin-top: 20px;
}

img#appLogoImage{
	width: 200px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	display: block;
}

#downloadButtonBox{
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}

#versionNumText{
	float: right;
	color: gray;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 20px;
}

#notesTextBlock{
	float: left;
	color: gray;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 10px;
	display: block;
	width: 200px;
	height: 36px;
}

.tagFreeware {
	position:absolute;
	margin: 0px 0 0 70px;
	background-image: url(../img/hightlights/tagFreeware.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 24px;
	z-index: 50;
}




#supportButton{
	background: url(../img/headerArea/supportButton.png) no-repeat;
	width: 128px;
	height: 56px;
	margin: 0;
	float: left;
}

#downloadButton{
	background: url(../img/headerArea/downloadButton.png) no-repeat 0 0;
	width: 128px;
	height: 56px;
	float: left;
	display: block;
}

#buyButton{
	background: url(../img/headerArea/buyButton.png) no-repeat;
		background-position: 0 1px;	
	width: 70px;
	height: 56px;
	margin: 0;
	float: left;
}

#buyButton:hover{
	background-position: 0 -53px;	
}

#buyButton:active{
	background-position: 0 -107px;	
}

#downloadButton:hover{
	background-position: 0 -54px;
}
#downloadButton:active{
	background-position: 0 -108px;
}


#downloadButton span{
	display: none;
}


#downloadTextForWindows{
	background: url(../img/headerArea/forWindowsText.png) no-repeat 0 14px;
	width: 230px;
	height: 29px;
	margin: 0;
	float: left;
	padding-top: 14px;
	padding-bottom: 13px;
}
#downloadTextForMac{
	background: url(../img/headerArea/forMacText.png) no-repeat 0 14px;
	width: 230px;
	height: 29px;
	margin: 0;
	float: left;
	padding-top: 14px;
	padding-bottom: 13px;
}
#downloadTextForWindowsAndMac{
	background: url(../img/headerArea/forMacAndWindowsText.png) no-repeat 0 14px;
	width: 230px;
	height: 29px;
	margin: 0;
	float: left;
	padding-top: 14px;
	padding-bottom: 13px;
}

/* @end */

/* @group App Title and Description */

#headerRightSide{
	width: 60%;
	float: right;
	position: relative;
	margin-top: 20px;
}

img#appTitleImage{
	width: 369px;
	height: 96px;
	background: no-repeat;
}

h1#appDescriptionText{
	
	color: #6a6a6a;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 15px 40px;
	text-align: left;
}

/* @end */


#gotAMacOrPCCorner{
	width: 120px;
	height: 150px;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;

	right: -10px;
}

#gotAPCOrMacText {
	font-size: 10px;
	padding: 0;
	text-align: right;
	margin-top: -15px;
	margin-right: 3px;
}
