body {
	background-color: #000099;
	min-height: 300px;
	margin: 0;
	padding: 20px 0;
	font: 12px/17px Helvetica, sans-serif;
	color: #3c4650;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
	-webkit-text-size-adjust: none;
}

body.fade {
	background: #dce9f6 url(gradient-blue-top.png) repeat-x; /* non-gradient-supportin' browsers */
	background: #dce9f6 -webkit-gradient(linear, left top, left bottom, from(rgba(122,157,191,1)), to(rgba(122,157,191,0))) no-repeat;
}

a img {
	border: 0;
}

a {
	color: #4b8721;
	text-decoration: none;
	-webkit-transition: color .15s linear;	
}
a:hover {
	color: #286200;
}

/* ============ Main Elements ============== */

#main {
	margin: 0 auto;
	width: 890px;
/* 	height: 500px; */
}

#menu {
	clear: both;
	float: left;
	width: 890px;
}
#menu a, #menu span {
	color: white;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.3) 0 1px 0;
	font-size: 15px;
	font-weight: bold;
}
#menu a:hover {
	color: #fff4a9;
	text-shadow: rgba(0,0,0,.5) 0 1px 0;
}

#menu .left {
	float: left;
	clear: none;
	width: 605px;
	padding-left: 18px;
}
#menu .left a {
	padding-left: 17px;
	margin-right: 15px;
}
#menu .right {
	float: left;
	clear: none;
	width: 140px;
	text-align: right;
}

@-webkit-keyframes float1
{
    0%   { -webkit-transform: translate(40px, 0px) }
    100% { -webkit-transform: translate(0px, 0px)}
}
@-webkit-keyframes float2
{
    0%   { -webkit-transform: translateX(-340px) }
    100% { -webkit-transform: translateX(230px)}
}
@-webkit-keyframes float3
{
    0%   { -webkit-transform: translate(0px, 0px) }
    100% { -webkit-transform: translate(-240px, 0px)}
}
#icon {
	position: relative;
	top: 535px;
	left: 225px;
	width: 412px;
	height: 139px;
	background: url(icon.png) no-repeat;
	text-align: center;
	
	-webkit-animation-name: float1;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
}
#front {
	padding-left: 36px;	
	margin-bottom: 30px;
}
#front h3 {
	color: #48759d;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	margin: 0;
}


#iphoneDownload {
	display: none;
}

#copy {
	float: left;
	clear: both;
	width: 870px;
	padding: 0px 0 15px 0;
	margin-top: 40px;
	padding-bottom: 40px;
}

#footer {
	float: left;
	clear: both;
	width: 400px;
	margin-top: 10px;
	padding: 30px 245px 20px 245px;
	color: #8697a8;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
	text-align: center;
}

#legal {
	font-size: 11px;
}

#faq_title, #bookmarklet_title {
	text-align: center;
}

#bookmarklet_title {
	margin-bottom: 20px;
}

#faq_contents {
	margin-top: 30px;
	margin-bottom: 50px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#faq_contents li {
	margin-bottom: 8px;
}

#faq_contents a {
	color: #213b56;
	font-weight: bold;
}

#bookmarklet_copy {
	width: 320px;
	margin-left: auto;
	margin-right: auto;	
}

h3.bookmarklet_step_heading {
	text-align: center;
}

div.bookmarklet_step {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left; 5px;
	padding-right: 5px;
	font-size: 15px;
}

/* ============ Classes ============== */

.small {
	font-size: 12px;
	line-height: 15px;
}

ul.column {
	float: left;
	clear: none;
	width: 260px;
	margin: 0 35px 0 0;
	padding: 0;
}
ul.column.wide {
	width: 300px;
}
ul.column.dropped {
	padding-top: 15px;
}
ul.column.last {
	margin-right: 0;
}
ul.column.iphone {
	margin-right: 20px;
	width:266px;
	height:460px;
	padding: 90px 0 0 27px;
	background: url(iphone-frame2.png) no-repeat top center;
}

ul.column li {
	display: block;
	padding: 0 0px 0 36px;
	margin: 0 0 20px 0;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left 0;
}

li.search {
	background-image: url(search.png);
	background-position: left 0px;
}
li.book {
	background-image: url(book.png);
	background-position: left 0px;
}
li.offline {
	background-image: url(offline2.png);
	background-position: left 0px;
}
li.design {
	background-image: url(faves.png);
	background-position: left 0px;
}
li.erg {
	background-image: url(dot-placards.png);
	background-position: left 0px;
}
li.icsc {
	background-position: left 0px;
}
li.niosh {
	background-position: left -20px;
}

div.faq_item {
	margin-bottom: 50px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.faq_item img, #bookmarklet_copy img {
	border: solid;
	border-color: #3c4650;
	border-width: 1px 1px 1px 1px;
}

#bookmarklet_copy img {
	display: block;
    margin-left: auto;
    margin-right: auto
}

h1 {
	font-size: 20px;
	margin: 0 0 5px 0;
	color: #1e3246;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	margin: 0 0 3px 0;
/*	color: #335f8a;*/
}
li h3 {
margin-top: 3px;
}

#appStoreLink {
	border: 0;

	-webkit-border-radius: 9px;	
	-moz-border-radius: 9px;

	-webkit-box-shadow: rgba(0,0,0,.1) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.1) 0 1px 3px;


	-webkit-transition-property: border-color, -webkit-box-shadow, -webkit-transform;
	-webkit-transition-duration: .15s;
	-webkit-transition-function: ease-in-out;
}

a:hover #appStoreLink {
	-webkit-box-shadow: rgba(0,0,0,.4) 0 2px 5px;
	-moz-box-shadow: rgba(0,0,0,.4) 0 2px 5px;

	-webkit-transform: translateY(-2px);
}


/* ============== Containers ================= */

.bottomFade {
	background: url(bg-bottom-fade.png) no-repeat bottom center;
}
.topFade {
	background: url(bg-top-fade.png) no-repeat top center;
}

/* ============== Screenshots ================ */

#screenshotWindow {
	width: 240px;
	height: 360px;
	background-color: black;
	background-repeat: no-repeat;
	background-image: url(startscreen.png);
}


.specialBar {
	float: left;
	clear: both;
	width: 720px;
	padding: 15px 0 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #bcd3e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#a4bdd6), color-stop(.06, #bcd3e9), to(#bcd3e9));
	-webkit-box-shadow: rgba(255,255,255,.8) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,.8) 0 1px 0;
}

.specialBar .left {
	clear: none;
	float: left;
	width: 460px;
	font: 15px/21px Helvetica, sans-serif;
	padding-top: 10px;
}
.specialBar .right {
	clear: none;
	float: right;
	text-align: right;
	width: 240px;
}

.screenshot {
	float: left;
	clear: none;
	width: 120px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
	color: #4a6076;
}
.screenshot img {
	clear: right;
	margin: 0 0 5px 2px; 
	border: 5px solid white;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 2px 5px;
	-moz-border-radius: 4px;
	-moz-box-shadow: rgba(0,0,0,.3) 0 2px 5px;

	-webkit-transition-property: border-color, -webkit-box-shadow, -webkit-transform;
	-webkit-transition-duration: .15s;
	-webkit-transition-function: ease-in-out;
}
.screenshot a {
	color: inherit;
	-webkit-transition: color, .15s linear;
}
.screenshot a:hover {
	color: #103051;
}
.screenshot a:hover img {
	border-color: #cbf8a1;

	-webkit-box-shadow: rgba(0,0,0,.4) 0 3px 7px;
	-moz-box-shadow: rgba(0,0,0,.4) 0 3px 7px;
	-webkit-transform: translateY(-2px);
}

/* Features */

/*
#lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .2;	
	z-index: 2;
	display: none;
}
*/

#notices {
	float: left;
	clear: both;
	background: #ffffdd;
	padding: 12px 20px 10px 20px;
	margin: 50px 80px 0 171px;
	width: 498px;	
	-webkit-box-shadow: rgba(0,0,0,.4) 0 3px 20px;
	-moz-box-shadow: rgba(0,0,0,.4) 0 3px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid white;
}

#features {
	position: absolute;
	margin-left: 142px;
	margin-top: 149px;
	padding: 35px 35px 0px 35px;
	width: 530px;	
/* 	height: 300px; */
	background: #ffffdd;
	-webkit-box-shadow: rgba(0,0,0,.7) 0 3px 60px;
	-moz-box-shadow: rgba(0,0,0,.7) 0 3px 60px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid white;
	z-index: 3;
	
	font-size: 14px;
	line-height: 20px;
	display: none;
}
#features h3 {
	font-size: 18px;
	color: #e27a00;
	text-shadow: rgba(255,255,255,1) 0 1px 0;	
	margin-top: 10px;
}

#notices h3 {
	font-size: 18px;
	color: #e27a00;
	text-shadow: rgba(255,255,255,1) 0 1px 0;	
	margin-top: 0px;
}

#features ul {
	margin: 15px 0 0 0;
	padding: 0;
	padding-left: 15px;
}

#closeFeatures {
	position: relative;
	left: -51px;
/* 	top: -39px; */
}

#features div {
	position: relative;
	top: -49px;
}


