/* layout */
body {
	margin: 0;
}
a img { border: none; }
#page {
	width: 765px;
	margin: 0 auto;
	position: relative
}
#main {
	float: left;
	width: 343px;
}

/* devices */
#devices {
	float: right;
	width: 417px;
	height: 566px;
	position: relative;
}
#devices .play {
	display: block;
	border-radius: 50%;
}
#devices .screen img {
	position: absolute;
	left: 0;
	top: 0;
}

#devices .play, #devices .screen, #devices .ribbon {
	position: absolute;
}

#device_ipad {
	width: 413px;
	height: 526px;
	position: absolute;
	left: 0;
	top: 25px;
	background: url('img/device/ipad.png');
}
#device_ipad_ver {
	width: 521px;
	height: 401px;
	position: absolute;
	left: 0;
	top: 100px;
	background: url('img/device/ipad.png');
}
#device_ipad .screen {
	width: 314px;
	height: 420px;
	left: 47px;
	top: 53px;
}
#device_ipad_ver .screen {
	width: 420px;
	height: 314px;
	left: 52px;
	top: 44px;
}
#device_ipad .ribbon {
	left: 0;
	top: 3px;
}
#device_ipad .play {
	width: 56px;
	height: 56px;
	left: 61px;
	top: 250px;
	background: url('img/device/play1.png');
}

#device_ipad_ver .play {
	width: 56px;
	height: 56px;
	left: 61px;
	top: 300px;
	background: url('img/device/play1.png');
}

#device_iphone {
	width: 154px;
	height: 291px;
	position: absolute;
	left: 284px;
	top: 273px;
	background: url('img/device/iphone.png');
	border-radius: 23px;
    box-shadow: -1px -1px 10px -2px black;
}

#device_iphone_ver {
	width: 291px;
	height: 154px;
	position: absolute;
	left: 284px;
	top: 400px;
	background: url('img/device/iphone.png');
	border-radius: 23px;
    box-shadow: -1px -1px 10px -2px black;
}

#device_iphone .screen {
	width: 135px;
	height: 203px;
	left: 10px;
	top: 40px;
}

#device_iphone_ver .screen {
	width: 203px;
	height: 135px;
	left: 42px;
	top: 10px;
}
#device_iphone .ribbon {
	left: 0;
	top: 0;
}
#device_iphone .play {
	width: 29px;
	height: 29px;
	left: 18px;
	top: 207px;
	background: url('img/device/play2.png');
}

#device_iphone_ver .play {
	width: 29px;
	height: 29px;
	left: 50px;
	top: 110px;
	background: url('img/device/play2.png');
}

/*#device_iphone.only {
	width: 231px;
	height: 437px;
	position: absolute;
	left: 184px;
	top: 73px;
	background: url('img/device/iphone_only.png');
	border-radius: 35px;
}

#device_iphone.only .screen {
	width: 202px;
	height: 305px;
	left: 15px;
	top: 60px;
}*/

/* header */
#logo { margin: 43px 5px 10px 8px; }
#title { margin: 0 0 10px 0; }
#lang {
	position: absolute;
	right: -20px; top: 5px;
	margin: 0;
	padding: 0;
}
#lang li {
	list-style-type: none;
	width: 25px;
}

/* appstore */
#appstore {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 350px;
}
#appstore_iphone {
	float: left;
	width: 174px;
	height: 70px;
	background: url('img/appstore/iphone.png');
}
#appstore_iphone a {
	display: block;
	width: 157px;
	height: 53px;
	margin: 1px 0 0 3px;
}
#appstore_ipad {
	float: left;
	width: 172px;
	height: 70px;
	background: url('img/appstore/ipad.png');
}
#appstore_ipad a {
	display: block;
	width: 157px;
	height: 53px;
	margin: 0 0 0 4px;
}

#video {
	float: right;
	clear: right;
	width: 370px;
	padding-top: 10px;
	margin-bottom: -30px;
}
#video h1 {
    float: left;
    margin: 0 10px 0 0;
}
#video a { float: left; clear: left; }
/* offset for right-sided video block */
#main { margin-right: 50px; }
#devices { margin-left: -50px; }

/* more apps */
#moreapps { clear: both; }
#moreapps ul {
	margin: 0 0 13px 0;
	padding: 0;
	overflow: hidden;
}
#moreapps li {
	float: left;
	width: 77px;
}
#moreapps a {
	display: block;
}
#moreapps img {
	width: 63px;
	height: 63px;
	margin: 0 0 4px;
}
#moreapps #arrows { position: relative; }
#moreapps .arrow {
	width: 18px;
	height: 32px;
	display: block;
	position: absolute;
	top: 15px;
}
#moreapps .left {
	background-position: 0 0;
	left: -30px;
}
#moreapps .right {
	background-position: -22px 0;
	right: -30px;
}
/* footer */
#footer { padding: 10px; overflow: hidden; }
	#support { float: left; }
	#copy { float: right; margin: 5px 15px 0 0; }
	#copy img { float: right; margin: -5px 0 5px 10px; }

/* typography */

#page { font-family: "Trebuchet MS", Ubuntu, Arial, Helvetica, sans-serif; }
#description { font-size: 15px; }
#description p { line-height: 24px; }
#keywords {
	color: #4a2707;
    font-size: 11px;
    margin-top: 20px;
    text-decoration: underline;
}
h2 { font-size: 21px; margin-bottom: 0; }
h1 { font-size: 25px; font-weight: normal; }
#moreapps li {
	font-family: Myriad Pro, sans-serif;
	font-size: 12px;
	text-align: center;
	list-style-type: none;
}
#moreapps a {
	text-decoration: none;
}
#footer { font-size: 10px; }
#footer #support { font-size: 22.5px; }
#footer #copy { text-align: right; }