body
{
	background: url(../img/body-bg.jpg) center top repeat-x;
}

#header
{
	height: 755px;
	/*background: url(../img/header-bg.png) center top no-repeat;*/

	color: white;
}

#header .container
{
	position: relative;
	width: 958px;
	margin: 0 auto;
}

#header .menu
{
	padding-top: 40px;
}

#header .menu a
{
	padding-top: 5px;
	padding-bottom: 4px;
	
	color: white;
	font-family: klavika_lightplain, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#header .menu a:hover
{
	text-decoration: underline;
}

#header .menu .iphone,
#header .menu .ipad
{
	padding-left: 23px;
	background: url(../img/menu-icon-apple.png) 3px 1px no-repeat;
}

#header .menu .android,
#header .menu .android-tablet
{
	padding-left: 27px;
	background: url(../img/menu-icon-android.png) 3px 0 no-repeat;
}

#header .menu .blackberry
{
	padding-left: 25px;
	background: url(../img/menu-icon-blackberry.png) 3px 2px no-repeat;
}

#header .menu .help-support
{
	float: right;
	padding-left: 25px;
	background: url(../img/menu-icon-help-support.png) 0 3px no-repeat;
}

#header .slogan
{
	margin-top: 74px;

	font-family: klavika_boldbold, sans-serif;
	font-size: 60px;
}

#header .slogan .sub
{
	display: block;
	margin-top: 3px;

	font-family: klavika_lightplain, sans-serif;
	font-size: 31px;
}

#header h1
{
	height: 1px;
	overflow: hidden;
}

#header .content
{
	height: 1px;
	margin-bottom: -1px;
	overflow: hidden;
}

#header .download-buttons a
{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#header .download-buttons a:hover
{
	opacity:1;
	filter:alpha(opacity=100);
}

.iphone #header .download-buttons,
.ipad #header .download-buttons
{
	margin-top: 116px;
	margin-left: -10px;
}

.android #header .download-buttons
{
	margin-top: 97px;
	margin-left: -6px;
}

.android-tablet #header .download-buttons
{
	margin-top: 97px;
	margin-left: -6px;
}

.blackberry #header .download-buttons
{
	margin-top: 97px;
	margin-left: -10px;
}


#header .dotted-arrow
{
	width: 500px;
	height: 79px;
	margin-top: 14px;
	margin-left: 106px;

	background: url(../img/dotted-arrow.png);
}

#header .device
{
	position: absolute;
	float: right;
}

.iphone #header .device
{
	top: 113px;
	right: 48px;
	width: 430px;
	height: 651px;
	background: url(../img/mockup-iphone.png);
}

.ipad #header .device
{
	top: 100px;
	right: -98px;
	width: 607px;
	height: 670px;
	background: url(../img/mockup-ipad.png);
}

.android #header .device
{
	top: 110px;
	right: 83px;
	width: 400px;
	height: 679px;
	background: url(../img/mockup-android.png);
}

.android-tablet #header .device
{
	top: 246px;
	right: 0;
	width: 686px;
	height: 472px;
	background: url(../img/mockup-android-tablet.png);
}

.blackberry #header .device
{
	top: 136px;
	right: 48px;
	width: 430px;
	height: 651px;
	background: url(../img/mockup-blackberry.png);
}

.iphone #header .device .screenshot
{
	margin-left: 88px;
	margin-top: 109px;
}

.ipad #header .device .screenshot
{
	margin-left: 99px;
	margin-top: 67px;
}

.android #header .device .screenshot
{
	margin-left: 54px;
	margin-top: 64px;
}

.android-tablet #header .device .screenshot
{
	margin-left: 58px;
	margin-top: 58px;
}

.blackberry #header .device .screenshot
{
	margin-left: 83px;
	margin-top: 107px;
}

#main
{
	width: 1000px;
	margin: 0 auto;
	padding-top: 34px;
	padding-bottom: 33px;

	font-family: klavika_lightplain, sans-serif;
	font-size: 24px;
}

#main .divider-top,
#main .divider-bottom
{
	width: 960px;
	height: 4px;
	margin: 0 auto;
}

#main .divider-top
{
	background: url(../img/divider-top.jpg);
}

#main .divider-bottom
{
	background: url(../img/divider-bottom.jpg);
}

#main .icon
{
	float: left;
	margin-top: 48px;
	margin-left: 61px;
	margin-right: 51px;
}

#main .content
{
	margin-left: 343px;
	margin-bottom: 69px;
}

#main .content h2
{
	margin-top: 60px;
	margin-bottom: 41px;
	font-size: 29px;
	font-family: klavika_boldbold, sans-serif;
}

.android #main .content h2,
.android-tablet #main .content h2
{
	color: #a2c437;
}

.blackberry #main .content h2
{
	color: #0a82ac;
}

#main .content ul li
{
	background: url(../img/list-style-image.gif) no-repeat 11px 2px;
	padding-left: 41px;
	padding-bottom: 5px;
}

#facebook
{
	background: #333;
}

#facebook .shadow-top
{
	position: relative;
    
    height: 5px;
    margin-bottom: -5px;
    
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

#facebook .shadow-bottom
{
	position: relative;
    
    height: 5px;
    margin-top: -5px;
    
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

#facebook .fb-like-box-container
{
	width: 976px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 8px;
}

#backward-compatibility
{
	height: 1px;
	overflow: hidden;
}

#footer
{
	padding: 21px 0;
	text-align: center;
}

#footer .randomized-links
{
	height: 1px;
	overflow: hidden;
}

#footer a
{
	color: black;
	font-family: klavika_lightplain, sans-serif;
	font-size: 18px;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}