/*
PegQuest.css
by Thomas Bonnin
*/

* {
	margin: 0;
	padding: 0;
}

body {
background:#FFF;
font-family:"Lucida Grande",Helvetica,"Helvetica Neue",Helvetica,Geneva,sans-serif;
height:100%;
text-align:center;
margin:0px;
}

p {
	padding: 0px;
	margin:0;
}

a {
	text-decoration: none;
}

img {
		border: none;
}

div#content {
	text-align:left;
	margin:0;
	padding:0;
}

div#iphonepix {
	float:left;
	margin: 30px 50px 0 50px;
}

div#myOthersApps {
	text-align: right;
	margin:0;
	padding: 0;
	height: 80px;
}

div#myOthersApps p {
	line-height: 80px;
	margin-right:15px;
}


div#myOthersApps p img {
	vertical-align:middle
}

div#titleband {
	background: #006FC3;
	color: #DDD;
	padding: 15px;
}

p#title {
	margin-top:20px;
}

div#appstorebadge{
	margin: 20px 0 20px 0;
}

div#logo{
	float:right;
	margin:0;
}

div#description {
	text-align: justify;
	font-size: 0.9em;
	padding: 10px 0px 10px 80px;
}

div#description p {
	padding: 10px 150px 0px 320px;
}


blockquote {
	quotes: "\201C" "\201D";
}

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

.clear {
	clear:both;	
}

div.center {
	text-align:center;
}

div#features {
	text-align: justify;
	width:960px;
	margin: 0 auto;
	padding:10px;
}

div.feature {
	background: #FFF;
	padding:10px;
	width: 280px;
	height: 200px;
	float:left;
	margin: 0 0px 0 15px;
}

div#video {
	margin-bottom:35px;
}

.hr {
	border-top: 1px solid #AAA;
	margin: 0px auto;
	width:900px;
}

div#actions {
	width: 300px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align:left;
}

div#actions p{
	margin: 20px;
}

div#actions span {
	display:block;
	color: #000;
	font-size: 1.3em;
	font-width: bold;
	width: 300px;
}

div#actions a {
	color: #666;
}

div#footer {
	font-size: 0.8em;
	text-align: center;
	background: #006FC3;
	color: #DDD;
	padding: 30px 0;
}
