@charset "utf-8";
*, html {
	margin: 0; /* it's good practice to zero the margin and padding of all the elements to account for differing browser defaults */
	padding: 0;
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 11pt;
	line-height: 120%;
}
.left {
	width:50%;
	text-align: left;
	float: left;
}
.right {
	width:50%;
	text-align: right;
	float: right;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	text-align: left;
	background-image: url(../images/background-header.png);
	background-repeat: repeat-x;
	background-position: top;
}
#navigation {
	height: 32px;
	background-image: url(../images/background-navigation.png);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFF;
	background-position:top;
}
#navigation h3 {
	font-size:10pt;
	padding-top: 6px;
}
#header {
	height: 130px;
}
#content {
	width: 885px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#body {
	min-height: 885px;
}
#body h1 {
	color:#000000;
	font-size: 16pt;
	padding-top: 40px;
	padding-bottom: 35px;
	line-height:120%;
}

#footerContainer {
	width: 100%;
	bottom: 0px;
	background-image: url(../images/background-footer.png);
	background-repeat: repeat-x;
	background-position:bottom;
	min-height: 194px;
}
#footer {
	width: 885px;
	margin: 0 auto;
}
.caption {
	color: #FFF;
	line-height: 150%;
	font-size: 11pt;
}
#iphoneLeft {
	background-image: url(../images/iphone-small.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 30%;
	min-height:540px;
	text-align: left;
	float: left;
	margin-top: 80px;
}
#iphoneCenter {
	background-image: url(../images/iphone.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:620px;
	width: 40%;
	text-align: center;
	float:left;
}
#iphoneRight {
	background-image: url(../images/iphone-small.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 30%;
	text-align: right;
	float: right;
	min-height: 540px;
	margin-top: 80px;
}
.screenshotLeft {
	position:relative;
	top:85px;
	width:190px;
	height:274px;
	left: 22px;
}
.screenshotCenter {
	width:258px;
	height:371px;
}
.screenshotRight {
	position:relative;
	top:85px;
	width:190px;
	height:274px;
	right: 21px;
}
.slideshow
{
	width: 258px; 
	height: 371px;
	margin: auto;
	position:relative;
	top:115px;
	left:1px;	
	overflow:hidden;
}
.accent {
	color: #980035;
}
#downloadArea
{
	background-image:url(../images/background-download-area.png); 
	background-repeat:no-repeat;
	height:192px;
	padding: 25px;
	text-align:center;
}


