
#main{
    margin-bottom: 0px;
}

#page-header{
	width: 409px;
	height: 48px;
	margin: 0px auto auto;
	padding-top: 80px;
	background: url(images/header-title-new.png) center bottom no-repeat;
}

#page-main-screenshot{
	width: 1020px;
	height: 703px;
	margin: -80px auto 0px auto;
	background: url(images/header-screenshot.png) center center no-repeat;
}

#page-tabs{
    width: 240px;
    margin: 0px auto 20px auto;
}

#share-buttons{
    width: 200px;
    margin: 0px auto 40px auto;
}

.page-tab{
    width: 120px;
    height: 40px;
    display: table-cell;
    text-align: center;
    font: 16px "Helvetica", "Arial", sans-serif;
    padding-top: 7px;
    padding-bottom: 0px;
    -webkit-user-select: none;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
}

.page-tab:hover{
    color: #FFFFFF;
    cursor: pointer;
}

.page-tab-selected{
    font-weight: bold;
    background: url(images/tab_selected_3.png) top center no-repeat;
    text-shadow: rgba(255,255,255,0.3) 0px 1px 0px;
    color: #222 !important;
    cursor: default !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
}

.page-block{
    background: url(images/block-light.png) top center no-repeat;
}

.page-block-inner{
    width: 1000px;
    margin: 0px auto auto;
    padding-bottom: 70px;
	padding-top: 70px;
    background: url(images/block-light-top.png) top center no-repeat;
}

#trial-footer{
    text-align: center;
    margin-bottom: 70px;
}

#download-button{
    padding: 10px 30px 10px 30px;
    margin: 20px auto auto;
    border: 1px solid #333;
    width: 160px;
    font: bold 14px "Helvetica", "Arial", sans-serif;
    color: #AAAAAA;
    -webkit-border-radius: 3px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255,255,255,0.0)), color-stop(1, rgba(255,255,255,0.1)));
	text-shadow: black 0px 1px 1px;
	cursor: pointer;
	-webkit-user-select: none;
}

#download-button:active{
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255,255,255,0.1)), color-stop(1, rgba(255,255,255,0.0)));
}

#buy-mac{
    width: 250px;
    text-align: center;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
}

#buy-ipad{
    width: 250px;
    text-align: center;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
}

.block-title{
    font: 26px "Helvetica", "Arial", sans-serif;
    color: #FFFFFF;
    margin-bottom: 0.5em;
    height: 30px;
    background-position: top left;
    background-repeat: no-repeat;
}

.block-desc{
    font: 16px "Helvetica", "Arial", sans-serif;
    color: #999999;
    line-height: 1.5em;
}

.block-desc b{
    color: #CCCCCC;
}

.feature{
    display: table-cell;
    width: 300px;
    padding-top: 50px;
}

.feature-center{
    padding-left: 50px;
    padding-right: 50px;
}

.feature-title{
    font: 20px "Helvetica", "Arial", sans-serif;
    color: #FFFFFF;
    margin-bottom: 0.5em;
    height: 22px;
    background-position: top left;
    background-repeat: no-repeat;
}

.feature-desc{
    font: 14px "Helvetica", "Arial", sans-serif;
    color: #999999;
    line-height: 1.5em;
}

.feature-desc b{
    color: #CCCCCC;
}

.block-float-right{
    float: right;
    text-align: center;
    padding: 30px;
}

#sync-banner{
	width: 900px;
	height: 350px;
	background: url(images/sync_banner.png) center center no-repeat;
	margin: 40px auto 40px auto;
}

#icloud-banner{
	width: 900px;
	height: 457px;
	background: url(images/banner_icloud_a.png) center center no-repeat;
	margin: 20px auto 20px auto;
}

#copyright{
	width: 1000px;
	margin: 0px auto 50px auto;
	padding-top: 20px;
	border-top: 1px solid #222222;
}

.quicktour-feature{
    position: absolute;
    -webkit-box-shadow: rgba(0,0,0,0.33) 0px 1px 1px;
    -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
    -moz-box-shadow: rgba(0,0,0,0.33) 0px 1px 1px;
    -moz-transition: -moz-box-shadow 0.25s ease-in-out;
}

.quicktour-feature:hover{
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 1px 10px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 1px 10px;
}

.quicktour-feature-description{
    display: none;
    pointer-events: none;
    width: 225px;
    height: auto;
	z-index: 20;
    position: absolute;
    padding: 15px 20px 15px 20px;
    font: 12px "Helvetica", "Arial", sans-serif;
    text-align: center;
	line-height: 1.33em;
    opacity: 0;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(50,50,50,0.85) 0px 1px 25px;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-border-radius: 5px;
    -moz-box-shadow: rgba(50,50,50,0.85) 0px 1px 25px;
    -moz-transition: opacity 0.25s ease-in-out;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0,0,0,0.9)), color-stop(1, rgba(0,0,0,0.75)));
	background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0.9), rgba(0,0,0,0.75));
}

.quicktour-feature-description h1{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0.5em;
    color: #CCCCCC;
}

.quicktour-feature-description p{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
	color: #AAAAAA;
}

.quicktour-caption{
    position: absolute;
    width: 760px;
    margin: 0px auto 20px auto;
    font: 12px "Helvetica", "Arial", sans-serif;
    color: #666666;
}

.quicktour-description-blip{
	width: 15px;
	height: 10px;
	background: url(images/blip.png) top left no-repeat;
	position: absolute;
	margin-left: 105px;
	margin-top: -25px;
	opacity: 0.7;
}

/* Quick Tour */

#quicktour-feature-1{
    background: url(images/quicktour-feature-1.png) top left no-repeat;
    width: 85px;
    height: 85px;
    margin-left: 181px;
    -webkit-border-radius: 42.5px;
    -moz-border-radius: 42.5px;
}

#quicktour-feature-desc-1{
    margin-left: 91px;
    margin-top: 105px;
}

#quicktour-feature-2{
    background: url(images/quicktour-feature-2.png) top left no-repeat;
    width: 70px;
    height: 70px;
    margin-left: 24px;
    margin-top: 137px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
}

#quicktour-feature-desc-2{
    margin-left: -74px;
    margin-top: 225px;
}


#quicktour-feature-3{
    background: url(images/quicktour-feature-3.png) top left no-repeat;
    width: 64px;
    height: 64px;
    margin-left: 720px;
    margin-top: 68px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
}

#quicktour-feature-desc-3{
    margin-left: 620px;
    margin-top: 152px;
}


#quicktour-feature-4{
    background: url(images/quicktour-feature-4.png) top left no-repeat;
    width: 64px;
    height: 64px;
    margin-left: 10px;
	margin-top: -5px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
}

#quicktour-feature-desc-4{
    margin-left: -91px;
    margin-top: 80px;
}

#quicktour-feature-5{
    background: url(images/quicktour-feature-5.png) top left no-repeat;
    width: 64px;
    height: 64px;
    margin-left: 725px;
	margin-top: -5px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
}

#quicktour-feature-desc-5{
    margin-left: 625px;
    margin-top: 80px;
}

#quicktour-feature-ipad-1{
    background: url(images/quicktour-feature-ipad-1.png) top left no-repeat;
    width: 84px;
    height: 84px;
    margin-left: 287px;
    margin-top: 77px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
}

#quicktour-feature-desc-ipad-1{
    margin-left: 198px;
    margin-top: 185px;
}

#quicktour-feature-ipad-2{
    background: url(images/quicktour-feature-ipad-2.png) top left no-repeat;
    width: 64px;
    height: 64px;
    margin-left: 196px;
    margin-top: 223px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
}

#quicktour-feature-desc-ipad-2{
    margin-left: 95px;
    margin-top: 305px;
}

#quicktour-feature-ipad-3{
    background: url(images/quicktour-feature-ipad-3.png) top left no-repeat;
    width: 51px;
    height: 51px;
    margin-left: 626px;
    margin-top: 157px;
    -webkit-border-radius: 25.5px;
    -moz-border-radius: 25.5px;
}

#quicktour-feature-desc-ipad-3{
    margin-left: 520px;
    margin-top: 230px;
}

#quicktour-feature-ipad-4{
    background: url(images/quicktour-feature-ipad-4.png) top left no-repeat;
    width: 50px;
    height: 50px;
    margin-left: 176px;
    margin-top: 83px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

#quicktour-feature-desc-ipad-4{
    margin-left: 69px;
    margin-top: 152px;
}

#quicktour-feature-ipad-5{
    background: url(images/quicktour-feature-ipad-5.png) top left no-repeat;
    width: 50px;
    height: 50px;
    margin-left: 628px;
    margin-top: 83px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

#quicktour-feature-desc-ipad-5{
    margin-left: 521px;
    margin-top: 152px;
}

/* Animation */

@-webkit-keyframes zoomIn
{
    0% { -webkit-transform: translate(0px,20px); opacity: 0; }
    100% { -webkit-transform: translate(0px,0px); opacity: 1; }
}

@-webkit-keyframes zoomOut
{
    0% { -webkit-transform: translate(0px,0px); opacity: 1; }
    100% { -webkit-transform: translate(0px,20px); opacity: 0; }
}
