

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	background: #7f7f7f;
	color: #fff;
	
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #fff;
}

.header {
	background: #595959;
	overflow: hidden;
	padding: 20px 20px 20px 40px; 
}

.header h1 {
	float: left;
	margin: 0 2em 0 0;
	
	text-indent: -3000px;
	width: 277px;
	height: 26px;
	background: url(images/logo.png) no-repeat top left;
}
.header ul {
	float: left;
	overflow: hidden;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #2c2c2c;
	margin: 3px 1.5em 0 0;
	padding: 5px 8px;
}
.header ul li {
	list-style-type: none;
	float: left;
}
.header ul li a {
	padding: 0 8px;
	text-decoration: none;
	font-size: 95%;
}


.content {
	padding: 40px 40px 40px;
}

.content p.introduction {
	font-size: 120%;
	font-weight: bold;
	line-height: 160%;
	margin: 0 0 2em;
}


.content .left,
.content .right {
	float: left;
	width: 264px;
	min-height: 288px;
	margin: 0 20px 0 0;
	padding: 20px 20px;
	
	background: url(images/box.png) no-repeat top left;
	
	text-align: center;
}
.content p {
	margin: 0 0 1em;
	line-height: 150%;
}
.content h3 {
	margin: 0 0 1em;
}

#headerIphone,
#headerAIR {
	width: 264px;
	height: 450px;
	
	text-indent: -2000px;
	margin: 0 auto 1em;
}

#headerIphone {
	background: url(images/iphone.jpg) no-repeat top left;
}
#headerAIR {
	background: url(images/air.jpg) no-repeat top left;
}


.sidebar {
	float: left;
	margin: -40px 0 0;
}

.box {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	background: #666;
	
	width: 264px;
	margin: 0 0 20px;
	padding: 20px;
}
.box form {
	margin: 2em 0 2em;
}
.box p {
	margin: 0 0 1em;
}
.box ul {
	padding: 0 0 0 1.5em;
}

.footer {
	clear: both;
	height: 60px;
}