/* -------------- Layout & Positioning -------------- */

body {
	background-color: #ffffff;
	background-image: url(images/back.png);
	background-position: 0px 125px;
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#container {
  margin: 15px auto;
  padding: 0;
}

#contentContainer {
	width: 700px;
}
#logo {
	position: absolute;
	top: 15px;
	left: 33px;
}
#iPhone {
	position: absolute;
	top: 15px;
	left: 783px;
	width: 297px;
	height: 560px;
	background-image: url(images/iPhone_empty.png);
}

#iPhoneApp {
	position: relative;
	top: 92px;
	left: 32px;
}


#applist {
	float: left;
	width: 430px;
	color: #666666;
}

#screenshots {
	float: right;
	width: 250px;
	color: #666666;
	text-align: right;
}

#col1 {
	float: left;
	width: 330px;
	color: #666666;
}

#col2 {
	float: right;
	width: 330px;
	color: #666666;
}

/* -------------- Footer -------------- */

#Footer {
	width: 720px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	top: -95px;
	left: 130px;
	height: 70px;
}

#FooterFade {
	background-image: url(images/footerfade.png);
	background-repeat: repeat-x;
	width: 800px;
	height: 60px;
}
#FollowUs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #008cb9;
	font-weight: bold;
	float: left;
	padding-right: 15px;
}
#Twitter {
	float: left;
}
#Facebook {
	float: left;
}
#RSS {
	float: left;
}

#LinksAndCopyright {
	float: left;
	padding-left: 15px;
}
#FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #009bc6;
	font-weight: normal;
	vertical-align: top;
	height: 35px;
}
#Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	vertical-align: bottom;
	height: 35px;
}


/* -------------- Navigation -------------- */

#Navigation {
	margin-top: 59px;
	width: 720px;
	height: 175px;
	line-height: 175px;
}

#Home {
	margin-left: 200px;
	width: 125px;
	height: 155px;
	float: left;
}
#AboutUs {
	width: 142px;
	height: 155px;
	float: left;
	padding-top: 13px;
}
#Apps {
	width: 125px;
	height: 155px;
	float: left;
}
#Contact {
	width: 123px;
	height: 155px;
	float: left;
	padding-top: 9px;
}



/* -------------- Global typography -------------- */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 18pt;
}
.introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1b313e;
	font-weight: normal;
	text-decoration: underline;
}

.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #073c56;
	font-weight: bold;
}
.FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #009bc6;
	font-weight: normal;
}
.FooterLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
}

.label_column {
	text-align: right;
	font-weight: bold;
	width: 100px;
	float: left;
}

.value_column {
	text-align: left;
	width: 900px;
}
