* {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
}

body {
	background: #c3ccb8 url(/public/img/main_bgtile.gif) repeat-x 0 111px;
}

a {
	text-decoration: none;
}

img {
	display: block;
	border: none;
}

.top, .bottom {
	position: absolute;
}

.top {
	top: -6px;
}

.bottom {
	bottom: -18px;
	left: -15px;
}

#header {
	background: url(/public/img/header_gradient.png) repeat-x 0 top;
}

#header #logo {
	display: inline;
	position: absolute;
	top: 8px;
}

#header .buy_cta.big {
	position: absolute;
	top: 16px;
	right: 0;
}

.buy_cta.big{
	z-index: 900;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #818273 1px 1px 2px;
	line-height: 1em;
	padding: 11px 0 15px 0;
	background: url(/public/img/buynow_big.png) no-repeat;
	width: 169px;
	font-size: 1.25em;
}

#header #masthead {
	width: 940px;
	margin: 0 auto;
	height: 77px;	
}

#header #navigation {
	background: transparent url(/public/img/nav_shadow.png) repeat-x 0 bottom;
	padding: 0 0 4px 0;
	position: relative;
	z-index: 900;
}

#header #navigation .inner {
	background: url(/public/img/nav_sprite.png) 0 bottom;
}

#header #navigation ul {
	width: 905px;
	list-style: none;
	height: 34px;
	margin: 0 auto;
}

#header #navigation ul li {
	float: left;
	text-transform: uppercase;
	background: url(/public/img/nav_sep.png) right 0;
	padding: 0 1px 0 0;
}

#header #navigation ul li.right {
	float: right;
}

#header #navigation ul li.last, #header #navigation ul li.right {
	background: none;
	padding: 0;
}

#header #navigation ul li a {
	color: #fff;
	background: url(/public/img/nav_sprite.png) 0 bottom;
	display: block;
	font-size: .84em;
	padding: 10px 10px 8px 10px;
	text-shadow: #5c5f4e 1px 1px 2px;
}

#header #navigation ul li a:hover {
	color: #fff;
	background: url(/public/img/nav_sprite.png) 0 top;
}

#header #navigation ul li.right a {
	color: #fffffe;
	font-size: 75%;
	padding: 11px 10px 9px 10px;
}

/* login form styles */
#loginform {
    width: 905px;
    margin:  0 auto;
}

#loginform form {
    float: right;
}

#content_holder {
	left: -15px;
	top: -3px;
}

#content_holder .inner {
	background: url(/public/img/purty_glow.png) no-repeat center 0;
	width: 100%;
	margin: 0 auto;
	clear: both;
}

#content_holder .inner .frame {
	width: 931px;
	margin: 0 auto;
}

#content_holder .inner .page_holder {
	width: 931px;
	left: 15px;
	top: 34px;
	margin: 0 auto;
	background: #e6e9d8 url(/public/img/inner_bgtile.png) repeat-x 0 bottom;
}

#content_holder .inner #actual_content {
	top: -6px;
	padding: 33px 46px 24px 46px;
	overflow: auto;
}

#footer {
	width: 870px;
	margin: 0 auto;
	color: #fff;
	font-size: .75em;
	top: 85px;
	color: #f2f5ec;
	padding: 0 0 50px 0;
}

#footer ul {
	list-style: none;
	float: right;
}

#footer ul li {
	display: inline;
	padding: 0 15px 0 0;
}

#footer ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
    font-size: 24px;
    font-style: italic;
    margin: 10px 0;
}

h3, p {
    margin: 10px 0;
}

ul {
    padding-left: 40px;
}

.wrapper {
    width: 830px;
    overflow: hidden;
}

.wrapper .col_left {
    width: 410px;
    float: left;
}

.wrapper .col_right {
    width: 410px;
    float: right;
}

form.form2col div {
    padding:  5px;
    overflow:  hidden;
}

form.form2col div.forgot_pass {
    text-align: left;
    padding-left: 155px;
}

form.form2col div.forgot_pass a {
    color: #000000;
}

form.form2col div.actions {
    border-top: 1px solid gray;
    text-align: center;
}
form.form2col label {
    text-align: left;
    float: left;
    width: 150px;
}

form.form2col input {
    width: 220px;
    padding: 5px;
}

form.form2col input[type=submit] {
    width: 150px;
}

ul.errors {
    margin: 10px 0px;
    border: 1px solid #8b0000;
    background: #f98989;
    list-style: none;
    padding: 0;
}

ul.errors li {
    padding: 5px;
}

div.login-form {
    display: none;
    border: 1px solid gray;
    background: white;
    padding:  5px;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 50%;
    margin-left: -210px; 
    /*height: 130px;*/
    width: 420px;
}

span.filelabel, span.filelabel img{
	display: inline;
	font-size: 0.5em;
}

#faqs h3	{ cursor:pointer; }
#faqs h3.active	{ color:#d74646; }
#faqs div { height:0; overflow:hidden; position:relative; }
#faqs div p	{ padding:0; margin-bottom:15px; }

#pli-customer-info-description{
	font-size:.9em !important;
}

#secure-logos{
	float:right;
	width:135px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #878b72;
}

#secure-logos img{
	margin: 10px auto;
}

.name-emph{
	font-weight: bold;
	color: blue;
}

div.tableview table thead{ background-color:#777c5e; color: #dbded5; font-size:.9em;}
div.tableview h3 {margin-bottom: 0px; padding: 10px 10px 10px 40px; background: url(../img/minus-icon.png) no-repeat 10px 13px #777c5e; color: #dbded5;}
div.tableview h3.plus-sign {background-image: url(../img/plus-icon.png);}
div.tableview table {border: 1px solid #777c5e;}
#email_notify_yes, #email_notify_no {text-align: left;}

#landing-right{
	float: right;
	width: 500px;
	font-size: 20px;
}

#trynowform_wrapper p{
	font-size: 14px;
}

#landing-right h1{
	font-size: 34px;
}

#landing-right h2{
	font-size: 24px;
	margin-bottom: 20px;
}

#trynowform_wrapper{
	text-align: center;
	width: 350px;
	min-height: 180px;
	vertical-align: center;
	background-color: #f9bd25;
	border: 1px solid brown;
	margin: 20px auto;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#trynowform input{
	width: 200px;
	padding: 3px;
	margin: 5px;
}

#trynowform label{
	width: 70px;
}

#trynowform_wrapper ul.errors{
	font-size: 14px;
	width:300px;
	margin: 5px auto;
}

#dev-letter{
	width: 620px;
	height: 766px;
	background-color: white;
	margin:0 auto;
	padding: 72px;
}

#dev-letter img{
	margin-bottom: 50px;
}

#dev-letter p{
	margin-bottom: 30px;
}

#formsubmitted{
	margin-top:50px;
}

#letter-cta{
	margin:80px auto;
	background-color: #f9bd25;
	border: 1px solid brown;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    text-align:center;
    width: 200px;
    padding:25px;
}

#letter-cta a, #letter-cta a:visited, #letter-cta a:hover{
	color: #000000;
	font-size:1.2em;
	font-weight:bold;
}

#letter-from-author{
	text-align: center;
	z-index: 1;
	position: absolute;
	top: 260px;
	right: 160px;
}

#letter-from-author img{
	width: 150px;
}

#radio-ad{
	text-align: left;
	font-weight: bold;
	color: #333;
	width: 300px;
	float: right;
	background: url(../img/radio.png) no-repeat left top;
	padding: 30px 0 0 100px;
	margin-left: 20px;
	height: 140px;
	z-index:1;
}

#radio-ad audio{
	width:250px;
	margin-top: 5px;
}
#radio-ad img{
	margin-top: 5px;
}

#order-another-license{
	margin-top:30px;
	font-weight:bold;
	text-align: center;
}

#order-another-license form{
	display:inline;
}

#order-another-license input{
	background-color:transparent;
	color: blue;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

#profile-prod-key{
	color: #fff;
	padding:10px;
	margin:30px auto;
	display:block;
	background: #AAAE9F;
	border-radius:10px;
	width:500px;
	text-shadow: #818273 1px 1px 2px;
	text-align:center;
}

.status-icon{
	float: left;
	padding: 0px 20px;
	width: 36px;
	height: 36px;
}

.profile-status{
	margin: 20px 0px 20px;
}

.profile-status img.status-icon{
	float: left;
	padding: 0px 20px;
	width: 36px;
	height: 36px;
	position: relative;
	bottom:5px;
}

.profile-status table{
	clear:both;
}

.profile-status table td{
	padding: 0px 20px;
}

.grey-activation{
	color: #aaaaaa;
}
