::-moz-selection {
  background-color: #333;
  color:#ccc;
}

::selection {
  background-color: #888;
  color:#ccc;
}

body {
  background: #24282d;
}

.clear {clear:both}

div.showcase {
	height: 600px;
	background: url("/images/appPageShowcase.png") repeat-x;
}

div.showcase div.header {
	padding: 40px 0px;
	background: none;
	position: relative;
	margin-bottom: 0;
}

div.showcase div.header a.goback {
	position: absolute;
	left: 0; top: 45px;
	color: #656e7c;
	font-size: 13px;
	padding: 7px 15px;
	text-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
	transition: 0.2s color;
	-moz-transition: 0.2s color;
	-webkit-transition: 0.2s color;
}
div.showcase div.header a.goback:hover {color: #a7b1c1}

div.showcase div.header a.available {
	position: absolute;
	right: 0; top: 40px;
	display: inline-block;
	background: url("/images/appPageAvailable.png") no-repeat 0 0;
	width: 175px;
	height: 30px;
	padding-top: 16px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}
div.showcase div.header a.available:hover {background-position: 0 -46px;}
div.showcase div.header a.available:active {background-position: 0 -92px;}

div.showcase div.screenshots {position: relative}
div.showcase div.shot {
	width: 158px;
	height: 235px;
	border: 3px solid #fff;
	background: #000;
	box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
	border-radius: 4px;
	position: absolute;
	transition: 0.1s -webkit-transform;
	-moz-transition: 0.1s -webkit-transform;
	-webkit-transition: 0.1s -webkit-transform;
	-webkit-transition-timing-function: ease-in-out
}

div.showcase div.shot.a1 {
	left: 80px;
	top: 160px;
}

div.showcase div.shot.a2 {
	right: 80px;
	top: 160px;
}

div.showcase div.shot.b1 {
	left: -130px;
	top: 180px;
	width: 130px;
	height: 200px;
}

div.showcase div.shot.b2 {
	right: -130px;
	top: 180px;
	width: 130px;
	height: 200px;
}

div.showcase div.shot img {
	width: 100%;
	height: 100%;
	transition: 0.2s opacity;
	-moz-transition: 0.2s opacity;
	-webkit-transition: 0.2s opacity;
}
div.showcase div.shot:hover {-webkit-transform: scale(1.04);}
div.showcase div.shot:hover img {opacity: 0.8}

div.showcase div.phone {
	width: 356px;
	height: 455px;
	background: url("/images/appPagePhone.png") no-repeat 0 bottom;
	margin: 0 auto;
	position: relative;
}

div.showcase div.phone div.screen {
	width: 294px;
	height: 320px;
	position: absolute;
	top: 135px;
	left: 32px;
	background: #000;
	overflow: hidden;
}

div.showcase div.phone div.screen img {
	width: 294px;
}

div.features {
	box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 3px;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 3px;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 3px;
}

div.features div.content-area {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
}

div.features div.feature {
	width: 300px;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-shadow: rgba(0, 0, 0, 0.75) 0 1px 1px;
	text-align: center;
}

div.features div.preview {
	border: 3px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 15px;
	width: 294px;
	height: 90px;
	overflow: hidden;
}

div.features div.preview img {
	width: 294px;
	position: relative;
	transition: 2s top;
	-moz-transition: 2s top;
	-webkit-transition: 2s top;
}

div.features div.preview.design img {top: -62px}
div.features div.preview.builder img {top: -220px}
div.features div.preview.transfer img {top: 0}
div.features div.preview.design img:hover {top: -300px}
div.features div.preview.builder img:hover {top: -430px}
div.features div.preview.transfer img:hover {top: -430px}

div.features div.feature h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

div.features div.feature.center {
	margin-left: 30px;
	margin-right: 30px;
}

div.footer {
	margin-top: 0;
}