@charset "utf-8";

html {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #dddbda;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-shadow: #fff 0 1px 1px;
}

h3 {
	color: #333;
	margin: 24px 0 8px;
}

p, ul {
	margin: 0;
	width: 428px;
    color: #555;
	line-height: 16px;
	padding: 4px 0 8px;
}

ul {
	margin-left: 16px;
}

.wide {
	width: 680px;
}

img {
	border: 0;
}

a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a:hover {
	border-bottom: 1px solid #999;
}

a.imglink {
	border: 0;
}

a.tablink {
	border: 0;
}

a.tablink:hover {
	color: #000;
}

#screenshots {
	position: absolute;
	left: 640px;
	top: 232px;
}

#mice {
	vertical-align: middle;
}

#headline {
	padding: 32px 0 0 52px;
	height: 160px;
	background-color: #212123;
}

#tab0, #tab1, #tab2, #tab3 {
	position: absolute;
	top: 0;
	width: 100px;
	height: 18px;
	border: 1px solid white;
	background: #dddbda;
	border-top: 0;
	padding-top: 4px;
	text-align: center;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
}

#tab0 {
	left: 560px;
}

#tab1 {
	left: 680px;	
}

#tab2 {
	left: 800px;
}

#tab3 {
	left: 920px;
}

#content {
	border-top: 1px solid white;
	padding: 32px 0 0 64px;
}

#appstore {
	position: absolute;
	left: 64px;
	top: 840px;
	color: #333;
}

#legal {
	position: absolute;
	left: 64px;
	top: 1030px;
	color: #333;
	font-size: 11px;
}

#icon-group {
	width: 440px;
	margin-top: 128px;
	margin-left: auto;
	margin-right: auto;
}

.icon {
	float: left;
	width: 220px;
	text-align: center;
}

.icon-label {
	margin-top: 4px;
}
