*, html {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 11pt;
	position: relative;
	color: #ffffff;
}

body {
	margin: 0px;
	text-align: center;
	background: url(../images/bg.png) left top repeat-x #444444;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

h1 {
	font-size: 37pt;
	margin: 0px;
	font-weight: normal;
}

h2 {
	margin-top: 0px;
	font-size: 16pt;
}

.content_center {
	padding: 0px 67px;
}

#description.mac_line_height, .content_center.mac_line_height {
	line-height: 1.4em;
}

a.mailto {
	font-weight: bold;
}

#main {
	width: 1020px;
	margin: 0px auto 30px auto;
	text-align: center;
	border-top: 1px solid transparent; /* Firefox fix */
}

#gradient_container {
	width: 1020px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/content_bg.png) center top no-repeat #444444;
}

#header {
	width: 886px;
	height: 70px;
	padding: 0px 67px;
	margin-top: 32px;
}

#header #logo { display: block; }
#header #created_with { font-size: 10pt; position: absolute; left: 226px; bottom: 0px; }
#header #created_with.ipad_bottom_align { bottom: 1px; }
#header #demonstratives { display: block; position: absolute; top: -1px; left: 362px; }

#header ul#menu.bottom_align_fix { top: 5px; }

#header ul#menu {
	padding: 0px;
	margin: 0px;
	top: 3px;
}

#header ul#menu li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	font-weight: bold;
	top: 48px;
}
#header ul#menu li#features_link { width: 109px; text-align: left; }
#header ul#menu li#screenshots_link { width: 118px; text-align: center; }
#header ul#menu li#support_link { width: 106px; text-align: right; }
#header ul#menu li a:hover { color: #bbbbbb; }

#heading_bar {
	width: 953px;
	padding-left: 67px;
	padding-top: 3px;
	margin-top: 20px;
	height: 67px;
	background: url(../images/header_bar.png) left top no-repeat transparent;
	text-shadow: 0px 0px 6px #000000;
}

#description #ipad_main {
	margin-left: 20px;
	width: 598px;
	/*height: 482px;*/
	height: 470px;
	background: url(../images/ipad_bg.png) left top no-repeat transparent;
}

#description #ipad_main #screen_overlay {
	position: absolute;
	z-index: 2;
	top: 50px;
	right: 52px;
}

#description #ipad_main #main_screenshot {
	position: absolute;
	z-index: 1;
	top: 86px;
	left: 92px;
}

#description .right {
	width: 340px;
	margin-right: 60px;
	margin-top: 45px;
}

#description .right a { display: block; margin-right: 30px; }
#description .right .left { margin-top: 30px; }
#description .right .left, #description .right .left * { font-size: 16pt; }
#description .right div.left { top: -4px; }

#description .mac_badge_section a, #description .mac_badge_section .left { margin-top: 37px; }
#description .mac_badge_section_ff a, #description .mac_badge_section_ff .left { margin-top: 30px; }

#features ul { padding-left: 20px; }
#features ul li { padding: 7px 0px; }

.screenshot {
	width: 271px;
	height: 228px;
	background: url(../images/small_ipad.png) left top no-repeat transparent;
	cursor: pointer;
}
#middle_screenshot { margin-left: 36px; margin-right: 36px; }
.screenshot a {
	position: absolute;
	display: block;
	top: 32px;
	left: 28px;
}

/*
 * utility styles
 */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */