@charset "utf-8";
/* CSS Document */

/* ===============
     Reset
================== */
body, html, div, p, span, h1, h2, h3, h4, h5, table, td, tr, th, ul, ol, li, dl, dt, dd, form, input, fieldset, label, legend, select, textarea, a, img, pre {
    margin: 0;
    padding: 0;
	border: none;
	background: none;
	font-weight: normal;
}

textarea:focus, input:focus{
    outline: none;
}

a {
	text-decoration: none;
}

p {
	padding-bottom: 20px;
}

/* ================
     Main styles
=================== */

html, body {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	background-color: #ffffff;

}

body.parquet {
	background: url(../images/bg-parquet.jpg) repeat-x top left;
}

.wrapper {
	margin: 0 auto;
	width: 890px;
}

#topContainer  {
	background: url(../images/top_shadow2.png) repeat-x top left;
	margin: 0;
	padding: 0;
	border: none;
}

#middleContainer  {
	background: url(../images/bg-border2.png) repeat-x top left;
	margin: -60px 0 0 0;
	padding: 100px 0 0 0;
	position: relative;
	border: none;
}

#parquet {
	height: 617px;
	background: url(../images/bg-parquet.jpg) repeat-x top left;
}

/* ================
     Header
=================== */

#header {
	padding: 8px 0 20px 0;
	overflow: hidden;
	clear: both;
	position: relative;
}

#logo {
	background: url(../images/logo.png) no-repeat top left;
	width: 72px;
	height: 72px;
	float: left;
	margin: 0 15px 0 0;
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 50;
}

.underlined {
	border-bottom: 1px solid #000000;
	float: right;
	width: 803px;
	height: 71px;
}

#slogan {
	float: left;
	font-size: 53px;
	font-weight: bold;
	line-height: 62px;
	margin: 10px 0 0 0;
}

.navigation {
	float: right;
	padding-top: 43px;
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 50;
}

.navigation a {
	font-size: 16px;
	color: #000000;
	margin-left: 14px;
}

.navigation a:hover {
	color: #999999;
}

/* ================
    Video
=================== */

#blockVideo {
	margin: 0 0 30px 0;
	position: relative;
}

#blockVideo h2 {
	float:  left;
	margin: 25px 0px 0px 30px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 53px;
	font-weight: bold;
	line-height: 64px;
	color: #000000;
}

#video {
	background: url(../images/ipad_frame.png) no-repeat top left;
	width: 499px;
	height: 411px;
	float: left;
	margin-left: -38px;
	position: relative;
	padding: 68px 0 0 90px;
}

#app_store {
	position: absolute;
	bottom: 36px;
	right: 74px;
}

.social {
	position: absolute;
	bottom: 132px;
	right: 97px;
}

h1 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 53px;
	color: #000000;
	font-weight: bold;
	line-height: 58px;
	margin-bottom: 20px;
	display: block;
	clear: both;
	overflow: hidden;
	white-space: nowrap;
}

h1 span.border {
	float: right;
	background: url(../images/h1_border.gif) repeat-x 0 19px;
	height: 58px;
}

h3 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	
	line-height: 28px;
	margin-top: 24px;
	
	display: block;
	clear: both;
	overflow: hidden;
	white-space: nowrap;
}

h3 span.border {
	float: right;
	background: url(../images/h1_border.gif) repeat-x 0 19px;
	height: 28px;
}

table {
	padding: 0;
	margin: 0;
	border: none;
	width: 890px;
	
}

table td.border {
	background: url(../images/h1_border.gif) repeat-x 0 19px;
	width: 100%;
}

h5 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 23px;
	margin-bottom: 20px;
}

/* ================
    Form
=================== */

.line {
	clear: both;
	overflow: hidden;
	padding-bottom: 11px;
}

#freeForm {
	clear: both;
	overflow: hidden;
	padding: 5px 0 80px 0;
}

#freeForm label {
	float: left;
	width: 92px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 27px;
}

#freeForm input  {
	float: left;
	background: none;
	border: none;
	border: 1px solid #000000;
	background-color: #ffffff;
	width: 468px;
	height: 27px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 0 5px;
}

#freeForm input#submit {
	width: 178px;
	height: 27px;
	background-color: #474747;
	color: #ffffff;
	cursor: pointer;
	margin-left: 92px;
	padding: 0;
}

/* ================
    Content
=================== */

.block {
	overflow: hidden;
	clear: both;
	padding: 0 0 80px 0;
}

.block h2 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 53px;
	color: #000000;
	font-weight: bold;
	line-height: 56px;
}

.block .box {
	float: left;
	margin-right: 50px;
}

.block .box.last {
	margin-right: 0;
}

.block .boxContent {
	background: url(../images/box_top.png) no-repeat top left;
	width: 248px;
	height: 186px;
	margin-bottom: 30px;
}

.features {
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	margin: 0 -20px 0 0;
	padding-top: 15px;
}

.features h2 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 15px;
}

.features .box {
	float: left;
	width: 271px;
	margin: 0 40px 20px 0;
}

.features .last {
	margin: 0 0 20px 0;
}

.features img {
	margin-left: -8px;
}

.separator {
	overflow: hidden;
	clear: both;
	height: 40px;
}

/* ================
    Gallery
=================== */

.gallery {
	
}

.gallery .box {
	margin: 0 31px 40px 0;
	width: 276px;
	float: left;
}

.gallery a.boxContent {
	background: url(../images/gallery_bg.png) no-repeat top left;
	width: 276px;
	height: 221px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}

.gallery .last {
	margin-right: 0;
}

.gallery h4 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 13px;
}

.gallery a {
	color: #2a00ff
}

/* ================
    Footer
=================== */

#footer {
	background: url(../images/footer_bg.jpg) repeat-x top left;
	height: 277px;
}

#footer .wrapper {
	height: 187px;
	padding-top: 90px;
	position: relative;
}

#footer .navigation {
	padding: 0;
	top: 90px;
}

#footer .app_store {
	position: absolute;
	bottom: 28px;
	left: 0px;
}

#footer .social {
	bottom: 125px;
	left: 0px;
}

/* ================
    Served styles
=================== */

.clear {
	overflow: hidden;
	clear: both;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}