/* @group Promos */

#headerBanner {
	position: absolute;
	top: 119px;
	left: 50%;
	margin-left: 149px;
	z-index: 1;
}

.promoText, .promoText a {
	color: #fff;
}

.promoText {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #bf0000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DE2020), to(#9B0000));
	margin-bottom: 20px;
	padding: 17px 17px 20px 20px;
}

.promoText a {
	text-decoration:none;
}

.promoText strong {
	font-size: 140%;
}

.promoText img {
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}

/* @end */

#homeHeaderText {
	position: absolute;
	top: 124px;
	left: 50%;
	margin-left: -450px;
	width: 237px;
	padding: 30px;
	color: white;
	height: 274px;
}

#homeHeaderText h1 {
	text-indent: -9999px;
	background: url(http://aws.cachefly.net/aws/images/1password/home-header-logo.png) no-repeat;
	width: 192px;
	height: 52px;
	margin-bottom: 12px;
	margin-top: -10px;
	margin-left: -6px;
}

#mainContent {
	width: 501px;
	color: #323232;
}

#subContent {
	position: absolute;
	right: 11px;
	width: 280px;
	top: 0;
	padding: 25px 30px 0;
	bottom: 0;
	margin-bottom: -6px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	background: #fff6eb url(http://aws.cachefly.net/aws/images/1password/column-right-bg.png) repeat-y;
}

.lbLeft {
	float: left;
	margin-top: -12px;
	margin-left: -4px;
	margin-right: 10px;
}

.lbRight {
	float: right;
	margin-left: 10px;
	margin-top: -12px;
	margin-right: -12px;
	clear: both;
}

#subContent h3 {
	color: #806033;
	font-size: 21px;
	line-height: 23px;
}

#subContent h4 {
	color: #806033;
}

#subContent a {
	color: #806033;
}

img.awardLink {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-top: 2px;
}

/* @group Large Primary Button */

a.buttonLargePrimary {
	background: url(http://aws.cachefly.net/aws/images/1password/button-large-primary-right.png) no-repeat right 0;
	display: block;
	float: left;
	margin-right: 9px;
	padding-right: 9px;
	height: 37px;
	font-size: 15px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-left: -3px;
}

a.buttonLargePrimary span {
	display: block;
	background: url(http://aws.cachefly.net/aws/images/1password/button-large-primary-left.png) no-repeat;
	padding: 10px 15px 13px 25px;
	text-shadow: #fff 0 1px 0;
	white-space: nowrap;
}

a.buttonLargePrimary:hover {
	background-position: right -38px;
}

a.buttonLargePrimary span:hover {
	background-position: left -38px;
}

a.buttonLargePrimary:active {
	background-position: right -76px;
	color: #19457f;
}

a.buttonLargePrimary span:active {
	background-position: left -76px;
	text-shadow: #ccc 0 1px 0;
}

/* @end */

/* @group Large Button */

a.buttonLarge {
	background: url(http://aws.cachefly.net/aws/images/1password/button-large-right.png) no-repeat right 0;
	display: block;
	margin-right: 3px;
	padding-right: 9px;
	height: 37px;
	font-size: 15px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	margin-left: -3px;
	color: #656565;
	float: left;
}

a.buttonLarge span {
	display: block;
	background: url(http://aws.cachefly.net/aws/images/1password/button-large-left.png) no-repeat;
	padding: 10px 5px 13px 15px;
	text-shadow: #fff 0 1px 0;
	white-space: nowrap;
}

a.buttonLarge:hover {
	background-position: right -38px;
}

a.buttonLarge span:hover {
	background-position: left -38px;
}

a.buttonLarge:active {
	background-position: right -76px;
	color: #19457f;
}

a.buttonLarge span:active {
	background-position: left -76px;
	text-shadow: #ccc 0 1px 0;
}

/* @end */

ul.linkBox {
	float: right;
	width: 210px;
	background-color: #f2f2f2;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 15px 25px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #555;
	border-top: 1px solid #cbcbcb;
}

ul.linkBox li a {
	padding: 8px 13px;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #fff;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	text-shadow: #fff 0 1px 0;
	display: block;
	text-decoration: none;
	color: #555;
}

ul.linkBox li a:hover {
	background-color: #e5e5e5;
	color: #000;
	border-left-color: #cbcbcb;
	border-bottom-color: #cbcbcb;
	border-right-color: #cbcbcb;
}

ul.linkBox li.top {
	padding: 8px 13px 9px 13px;
	text-shadow: #fff 0 1px 0;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	color: #5b7698;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 9px;
	background-color: #e5e5e5;
	display: block;
}

ul.linkBox li.top a {
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	color: #5b7698;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 9px;
	background-color: #e5e5e5;
	display: block;
	border-top-color: #f2f2f2;
	border-bottom-color: #cbcbcb;
	border-right-color: #cbcbcb;
	border-left-color: #cbcbcb;
}

ul.linkBox li.top a:hover {
	color: #33557f;
	background-color: #d8d8d8;
	border-top-color: #f2f2f2;
	border-bottom-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-left-color: #bfbfbf;
}

ul.linkBox li.bottom a {
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	display: block;
}

/* @group Screenshots */

#one_password_screenshots #mainContent {
	width: 200px;
	color: #323232;
	margin-top: -10px;
}

#one_password_screenshots #subContent {
	position: absolute;
	right: 11px;
	width: 581px;
	top: 0;
	padding: 25px 30px 0;
	bottom: 0;
	margin-bottom: -6px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	background: #fff6eb url(http://aws.cachefly.net/aws/images/1password/column-right-bg.png) repeat-y;
	margin-top: -10px;
}

#iMac {
	position: fixed;
	top: 149px;
	left: 50%;
	margin-left: -191px;
}

#mainSS {
	position: fixed;
	top: 175px;
	z-index: 1;
	left: 50%;
	margin-left: -139px;
}

a.selected .thumbnail {
	background-position: 0 -139px;
}



/* @end */
