/* basic elements */

a:link {color: #5ea0c1; text-decoration: none;}     /* unvisited link */
a:visited {color: #5ea0c1; text-decoration: none;}  /* visited link */
a:hover {color: #000; text-decoration: underline;}   /* mouse over link */
a:active {color: #5ea0c1; text-decoration: none;}   /* selected link */

body {
	background: #fff url(/gfx/bg.gif) repeat-x;
	text-align: center;
	margin: 0px; padding: 0;
}	

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	margin-top: 16px;
	margin-bottom: 12px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-right: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-right: 10px;
}

/* main divs */
#container {
	width: 1000px;
	margin: 0 auto; padding: 0;
	text-align: left;
}

#maincontentHome {
	position: relative;
	background:  url(/gfx/homebg_fpo.jpg) no-repeat;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}	
#maintxtHome {
	position: relative;
	background:  url(/gfx/iphone_fpo.jpg) no-repeat;
	margin: 0px;
	width: 540px; height: 620px;
	text-align: left;
}	
#maintxtHome2 {
	position: relative;
	background:  url(/gfx/iphone_fpo2.jpg) no-repeat;
	margin: 0px;
	width: 540px; height: 620px;
	text-align: left;
}	
#maintxtHome3 {
	position: relative;
	background:  url(/gfx/iphone_fpo_demo.jpg) no-repeat;
	margin: 0px;
	width: 540px; height: 640px;
	text-align: left;
}	
#maincontent {
	position: relative;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}	
#maintxt {
	left: 120px;
	margin-left: 180px;
	width: 540px;
	text-align: left;
}		
#maintxtcontainer { 
	position: relative;
	width: 1000px; 
}	
#maintxtleft {
	float: left;
	width: 460px;
	margin-left: 110px;
}	
#maintxtright {
	margin-left: 675px;
	width: 300px;
}	

#homeVideo {
	position: absolute;
	left: 68px;
	top: 109px;
}
#demoVideo {
	position: absolute;
	left: 45px;
	top: 20px;
}

#pixiAppLogo {
	position: absolute;
	left: 470px;
	top: 113px;
	z-index: 50;
}

#txt0 {
	position: absolute;
	top: 0px;
	margin-left: 340px;
}
#txt1 {
	position: absolute;
	top: 40px;
	margin-left: 10px;
	width: 290px;
}
#txt2 {
	position: absolute;
	top: 195px;
	margin-left: 60px;
	width: 280px;
}
#txt3 {
	position: absolute;
	top: 342px;
	margin-left: 60px;
	width: 280px;
}
#txt4 {
	position: absolute;
	top: 135px;
	margin-left: 715px;
	width: 280px;
}
#txt5 {
	position: absolute;
	top: 278px;
	margin-left: 715px;
	width: 280px;
}
#txt6 {
	position: absolute;
	top: 398px;
	margin-left: 715px;
	width: 280px;
}

#txtA1 {
	position: absolute;
	top: 0px;
	margin-left: 10px;
	width: 700px;
}
#txtA2 {
	position: absolute;
	top: 115px;
	margin-left: 10px;
	width: 720px;
}
#txtA3 {
	position: absolute;
	top: 435px;
	margin-left: 788px;
	width: 200px;
}

#btnHomeLogo {
	position: absolute;
	top: 36px;	
	left: 596px;
}
#btnHomeLogo2 {
	position: absolute;
	top: 36px;	
	left: 396px;
}
#btnHomeQuotes {
	position: absolute;
	top: 70px;	
	left: 676px;
	width: 300px;
	color: #787878;
}
#btnHomeQuotes h1 {
	color: #787878;
	font-size: 18px;
	margin-bottom: 6px;
}
#btnHomeTxt {
	position: absolute;
	top: 220px;	
	left: 500px;
}
#btnHomeTxt2 {
	position: absolute;
	top: 220px;	
	left: 400px;
}
#btnHomeVideo {
	position: absolute;
	top: 434px;	
	left: 377px;
}
#btnHomeLearn {
	position: absolute;
	top: 434px;	
	left: 575px;
}
#btnHomeStore {
	position: absolute;
	top: 434px;	
	left: 772px;
}
#btnLearnmore2 {
	position: absolute;
	top: 556px;	
	left: 18px;
}
#btnBack {
	position: absolute;
	top: 572px;	
	left: 18px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* text style divs */
#headerRight p {
	font: 16px Arial, Helvetica, sans-serif;
	color: #ccc;
	line-height: 24px;
	margin: 0px;
}
#headerRight a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	margin: 0px;
	color: #000;
	margin-top: 6px; margin-bottom: 4px;
}

#headerRight a:link {color: #333; text-decoration: none;}     /* unvisited link */
#headerRight a:visited {color: #333; text-decoration: none;}  /* visited link */
#headerRight a:hover {color: #5ea0c1; text-decoration: underline;}   /* mouse over link */
#headerRight a:active {color: #333; text-decoration: none;}   /* selected link */

#maintxt p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-left: 20px;
}	


#maintxtcontainer h1 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 0px;
}
#maintxtcontainer h2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5ea0c1;
	padding-right: 30px;
}
#maintxtcontainer h3 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5ea0c1;
	padding-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maintxtcontainer h4 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5ea0c1;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maincontentHome h1 span{
	display:none
}
#maincontentHome h2 span{
	display:none
}
#maincontentHome p span{
	display:none
}
#txt0 h1 {
	display:none
}
#txtA1 h1 {
	display:none
}
#maintxtcontainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 16px;
	margin-top: 4px;
}
#maintxtcontainer p.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 10px;
}
#maintxtleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 16px;
}
#maintxtleft span.boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5ea0c1;
	line-height: 20px;
}
#maintxtleft span.lightgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #aaa;
	line-height: 20px;
}

#maintxtright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 24px;
	margin-top: 18px;
	margin-bottom: 18px;
}
#maintxtright span.bigblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5ea0c1;
	line-height: 32px;
}
#footer p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	padding-bottom: 20px;
}

#footer p.home {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-bottom: 20px;
}

.navc, .navc a:hover, navc a:focus,
navc a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}



.pressAsset {
	padding: 8px 24px;
	float: left;
	text-align: center;
}
