* { margin: 0; padding: 0; outline: 0; }


/* --- Body --- */

body {
	background: #1E0E06;
	font-size: 62.5%;
	text-align: center;
	line-height: 1;
}

body, input, textarea, select {
	font-family: "Arial", sans-serif;
}

/* --- Clear --- */

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    display: inline-block;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {
    height: 1%;
}

/* --- Content --- */

#page {
    position: relative;
	width: 900px;
	margin: 200px auto 0 auto;
    background: url(../img/fade.png) repeat-y left;
}

#content {
    position: relative;
	width: 900px;
	height: 288px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}

p {
	margin: 10px 470px 0 0;
	font-size: 1.4em;
	color: #DF987A;
	line-height: 1.4em;
}

p.overview {
	margin-right: 490px;
	font-size: 2em;
	color: #EBBFAC;
}

p.instructions {
	margin: 20px 540px 0 130px;
	font-size: 1.2em;
	color: #6B2E16;
}

.launcher-wrapper {
	position: relative;
}

a.launcher {
	position: absolute;
	top: -3px;
	left: 0;
	padding: 10px 15px;
	background: #FF8817 url(../img/gradient.png) repeat-x top;
	font-size: 1.8em;
	color: #39190C;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFC16F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	letter-spacing: 1px;
}

#promo {
	position: absolute;
	top: -177px;
	right: 155px;
	width: 331px;
	height: 600px;
	background: url(../img/iphone.png) no-repeat 0 0;
	z-index: 5;
}

#promo ul,
#promo ul li {
	float: left;
	display: inline;
	width: 240px;
	height: 303px;
}

#promo ul {
	margin: 177px 0 0 46px;
	list-style: none;
}

#promo ul li {
	background: #000;
}

#promo #glass {
	position: absolute;
	top: 121px;
	right: 45px;
	width: 98px;
	height: 306px;
	background: url(../img/glass.png) no-repeat 0 0;
	z-index: 10;
}

#owl {
	position: absolute;
	top: -31px;
	right: 0;
	width: 361px;
	height: 364px;
	background: url(../img/owl.png) no-repeat 0 0;
}


/* --- Footer --- */

#footer {
    position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

#footer p {
	margin: 20px 0 0 0;
	font-size: 1.1em;
	color: #744A39;
	text-shadow: 1px 1px 1px #251007;
}

#footer p a {
	color: #B17A63;
	text-decoration: none;
}

#footer p a:hover {
    color: #EDC0AE;
}

#footer ul {
    list-style: none;
}

#footer ul li a {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 13px 13px 13px 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #150A04 no-repeat 7px center;
	font-size: 1.2em;
	color: #DF987A;
	text-decoration: none;
}

#footer ul li a:hover {
    background-color: #0D0602;
    color: #EDC0AE;
}

#footer ul li.twitter a {
    background-image: url(../img/icon-twitter.png);
}

#footer ul li.facebook a {
    background-image: url(../img/icon-facebook.png);
}

#footer ul li.feedback a {
    background-image: url(../img/icon-feedback.png);
}

/* --- Feedback --- */

#feedback {
	padding: 20px;
	text-align: left;
}

#feedback #form {
	float: left;
	display: inline;
	width: 300px;
}

#feedback .helper {
	float: right;
	display: inline;
	width: 200px;
	margin: 10px 0 0 0;
}

#feedback .helper p {
	margin-right: 0;
	font-size: 1.2em;
	color: #744A39;
	line-height: 1.6em;
}

#feedback .element {
	padding: 0 0 15px 0;
}

#feedback .element label {
   	display: block;
	padding: 5px 10px;
	font-size: 1.2em;
	color: #744A39;
}

#feedback input[type=text],
#feedback input[type=password],
#feedback select,
#feedback textarea {
	width: 259px;
	padding: 5px 10px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F4DDD2;
	font-size: 1.6em;
	color: #3A1A0C;
}

#feedback textarea {
	height: 80px;
}

#feedback .button {
	float: right;
	display: inline;
	margin: 0 20px 0 0;
	padding: 13px 13px 13px 45px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #3B1B0C url(../img/icon-tick.png) no-repeat 9px center;
	font-size: 1.4em;
	color: #EDC0AE;
	text-decoration: none;
}

#feedback .message-wrapper {
	display: none;
	padding: 0 0 10px 0;
}

#feedback .message-wrapper .message {
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
}

#feedback .message-wrapper .message-error {
	background: #990000;
	color: #FFC1C1;
	text-shadow: 1px 1px 1px #710000;
}
