* { margin: 0; padding: 0; outline: 0; }


/* --- Body --- */

body {
	background: #3A1A0C;
	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 {
	margin: 100px 0 0 0;
    background: #251007;
}

#content {
    position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../img/owl.png) no-repeat right center;
	text-align: left;
}

p {
	margin: 10px 470px 0 0;
	font-size: 1.4em;
	color: #DF987A;
	line-height: 1.4em;
	text-shadow: 1px 1px 1px #000;
}

p.overview {
	margin-right: 490px;
	font-size: 2em;
	color: #EBBFAC;
}

a.launcher {
	float: left;
	display: inline;
	margin: 20px 0 0 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: -85px;
	right: 150px;
	width: 317px;
	height: 557px;
	background: url(../img/iphone.png) no-repeat 0 0;
}

#promo ul,
#promo ul li {
	float: left;
	display: inline;
	width: 233px;
	height: 296px;
}

#promo ul {
	margin: 158px 0 0 43px;
	list-style: none;
}

#promo #glass {
	position: absolute;
	top: 32px;
	right: 30px;
	width: 216px;
	height: 296px;
	background: url(../img/glass.png) no-repeat 0 0;
	z-index: 10;
}

/* --- Footer --- */

#footer {
    position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

#footer p {
	margin: 10px 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: #251007 no-repeat 7px center;
	font-size: 1.2em;
	color: #DF987A;
	text-decoration: none;
}

#footer ul li a:hover {
    background-color: #1C0D05;
    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;
	background: #251007;
	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: #1C0D05 url(../app/img/buttons/accept.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;
}