html, body
{
	margin: 0;
	padding: 0;
	border-width: 0;
	font-family: amatic-sc, sans-serif;
}

#loader
{
	position:absolute; 
	left:50%;
	top:50%;
}


#header
{
	position: relative;
	width: 100%;
	height:400px;
	background-image: url("../images/headerBg.jpg");
	background-repeat: repeat-x;
}

#headerTitle
{
	position: relative;
	width: 100%;
}

#MainFrameHeader
{
	position: relative;
	width: 100%;
	height:380px;
	background-image: url("../images/headerBg.jpg");
	background-repeat: repeat-x;
}

#headerContent
{
	position:relative;
	width:1024px;
}

#appStoreContainer
{
	 position:absolute; 
	 left:640px; 
	 top:352px; 
	 width:332px; 
	 height:147px; 
	 background-image: url("../images/lines.png");
	 text-align:center;
}

#videoBg
{
	 position:absolute; 
	 left:32px; 
	 top:194px; 
	 width:609px; 
	 height:376px; 
	 background-image: url("../images/iPad.png");
	 text-align:center;
}

#screens
{
	position: relative;
	width:962px;
	height: auto;
}

#content
{
	position: relative;
	width:962px;
	height: auto;

}

.screenRow
{
	position: relative;
	width:962px;
	height:290px;
	margin-top:25px;
	margin-bottom:60px;
}

.teaserRow
{
	position: relative;
	width:962px;
	height:500px;
	margin-top:25px;
	margin-bottom:60px;
}

.teaserRowHome
{
	position: relative;
	width:962px;
	height:300px;
	margin-top:25px;
	margin-bottom:60px;
}


.contentCenterRow
{
	position: relative;
	width:960px;
	height:290px;
	margin-top:80px;
	margin-bottom:80px;
	font-size:30px;
	color: #3c4f6e;
	line-height:35px;
	text-align:center;
}

h1
{
	font-size:40px;
	color: #3c4f6e;
	line-height:3px;
}


#footer
{
	position: relative;
	width: 100%;
	height: 544px;
	background-image: url("../images/footerBg.jpg");
	background-repeat: repeat-x;
}

#lightBox {
	
	position:absolute; 
	left:10px; 
	top:10px; 
	width:964; 
	height:650px; 
	visibility:hidden;
	
	-moz-box-shadow: 0px 0px 20px #515151;
	-webkit-box-shadow: 0px 0px 20px #515151;
	box-shadow: 0px 0px 20px #515151;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#515151')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#515151');
}

#footerContent
{
	position:relative;
	width:1024px;
}

#footerText
{
	position:relative;
	top:220px;
	font-size:40px;
	line-height: 1.15;
	color: #ffffff;
	text-align:center;
}

.blueText36
{
	font-size:36px;
	color: #3c4f6e;
	line-height:48px;
	text-align:center;
}

.blueHeadline
{
	font-size:54px;
	color: #3c4f6e;
	line-height:48px;
	text-align:center;
}

.subline
{
	font-size:32px;
	color: #3c4f6e;
	line-height:48px;
	text-align:center;
}

.sublineTeaser
{
	font-size:47px;
	color: #3c4f6e;
	line-height:48px;
	text-align:center;
}

.sublineSmall
{
	font-size:23px;
	color: #3c4f6e;
	line-height:48px;
	text-align:center;
}

a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	color: #FFFFFF;
	text-decoration:none;
}

a:hover
{
	color: #c8daf2;
	text-decoration: none;
}

a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

a.mainMenuItem
{
	color:#bad6fe; 
	font-size:40px;
}

a.mainMenuItem:active
{
	color:#bad6fe; 
	font-size:40px;
}
