body {
	/*background-color: #d6d6d6;
	background-image: url(./images/body.png);*/
	background-color: #fff;
	color: #A0A0A0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

div.cleaner {
	clear: both;
}

a {
	border: none;
	color: rgb(94, 151, 197);
	text-decoration: none;
	text-shadow: rgba(255, 255, 255, 0.597656) 0px 1px 0px;
}

h1 {
	color: #A0A0A0;
	font-size: 24px;
	text-shadow: rgba(255, 255, 255, 0.597656) 0px 1px 0px;
	margin-bottom: 7px;
}

h2 {
	color: #C3C3C3;
	font-size: 16px;
	text-shadow: rgba(255, 255, 255, 0.597656) 0px 1px 0px;
}

h3 {
	color: #C3C3C3;
	font-size: 18px;
	margin-bottom: -5px;
	margin-top: 50px;
	text-shadow: rgba(255, 255, 255, 0.597656) 0px 1px 0px;
}

p {
	text-shadow: rgba(255, 255, 255, 0.746094) 0px 1px 0px;
}

p.teaser {
	color: #C3C3C3;
	font-size: 14px;
	font-weight: normal;
	margin-top: -5px;
}

div.question {
	color: rgb(94, 151, 197);
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -10px;
	text-shadow: #fff 0px 1px 0px;
}

p.quotes {
	padding-bottom: 15px;
}

q {
	font-family: Georgia, Verdana, sans-serif;
	font-style: italic;
}

img {
	border: 0;
}

#container {
	/*background-color: #e8e9ea;
	border: 1px solid #a8abac;*/
	margin: 0 auto;
	margin-top: 70px;
	position: relative;
	text-align: center;
	width: 880px;
}

#availableOnAppStore {
	position: absolute;
	left: 100px;
	top: -60px;
}

#navigation {
	border-bottom: 1px solid #fff;
	font-size: 12px;
	font-weight: normal;
	height: 60px;
	padding: 25px 25px 0 0;
	text-align: right;
}

#navigation a {
	border: 0 solid #bebfc2;
	color: #a0a0a0;
	display: block;
	float: right;
	font-size: 13ox;
	font-weight: bold;
	margin-left: 20px;
	padding: 5px 10px;
	text-transform: uppercase;
}

#navigation a:hover {
	color: #333;
}


#viewer {
	border-top: 0;
	text-align: justify;
	padding: 30px;
	padding-top: 70px;
}


#viewer .leftColumn {
	float: left;
	width: 360px;
}


#viewer .rightColumn {
	margin-left: 410px;
	width: 381px;
}


#ad {
	height: 260px;
}

.takeATour {
	margin: 25px 0;
	text-align: center; 
}

.tabBarIcon {
	float: left;
	margin-right: 25px;
}

img.screenRight {
	float: right;
	margin: 0 20px 0 40px;
}

img.screenLeft {
	float: left;
	margin: 0 40px 0 20px;
}


#workTimesIcon {
	float: left; 
	margin: 6px 15px 0 0;
}

#twitterIcon {
	background: url('images/twitter.png') no-repeat;
	display: block;
	height: 25px;
	padding-left: 40px;
	position: absolute;
	left: 50px;
	top: 475px;
}

#supportIcon {
	background: url('images/support.png') no-repeat;
	display: block;
	height: 30px;
	padding-top: 5px;
	padding-left: 40px;
	position: absolute;
	left: 50px;
	top: 510px;
}

#footer {
	/*background: url('images/footer.png') no-repeat;*/
	clear: both;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
	padding: 15px;
	position: relative;
	text-align: center;
	width: 850px;
}

#footer a {
	margin-right: 10px;
}


/* @group Forms */

form {
	margin-top: 40px;
	text-align: left;
}

label {
	color: #2c2b2b;
	font-size: 14px;
}

input, textarea, select, button {
	font: 12px Helvetica, Verdana, sans-seif;
	margin-bottom: 15px;
}

input.text {
	background-color: #fff;
	border-width:2px;
	padding: 2px;
	width: 350px;
	-moz-border-bottom-colors: #F9F9F9 #CECECE;
	-moz-border-left-colors: #F9F9F9 #ABABAB;
	-moz-border-right-colors: #F9F9F9 #ABABAB;
	-moz-border-top-colors: #F9F9F9 #707070;
}

input.radio {
	margin-bottom: 5px;
}

textarea {
	height: 200px;
	padding: 2px;
	width: 356px;
}

input.text.focus {
	background-color: #fefeee;
}

/* @end */