/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: none;
}

body {
	color: #262626;
	font: 1em/1.15em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 auto 20px;
	text-align: left;
	background: #647564 url(../images/body_grad_trans.png) repeat-x;
}

p {
	font-size: 1.0em;
	font-weight: normal;
	color: #444;
	padding-bottom: 1.25em;
	line-height: 1.4em;
}

h1 {
	line-height: 1.25em;
	font-size: 2.5em;
	font-weight: normal;
}

h2 {
	line-height: 1.25em;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: .25em;
	color: #666;
}

h3 {
	line-height: 1.25em;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: .25em;
	color: #999;
}

.listHeader {
	color: #777;
	padding-bottom: 0;
	line-height: 0;
	padding-top: .5em;
}

ul, ol {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #777;
}

ol {
	overflow: auto;
}

label {
	font-size: .80em;
	line-height: 1.25em;
	font-weight: normal;
	color: #777;
}

blockquote {
	font-size: .75em;
	font-style: italic;
	color: #555;
}

a {
	text-decoration: none;
	border-bottom: none;
}

a:link {
	color: rgb(35,117,35);
	border-bottom: none;
	text-decoration: none;
}

a:visited {
	color: rgb(35,117,35);
	border-bottom: none;
	text-decoration: none;
}

a:hover, a:focus {
	color: rgb(46,154,46);
    border-bottom: none;
	text-decoration: none;
}

a.imglink {
	border: none;
	text-decoration: none;
}

.hiddenLink a:link {
	border-bottom: none;
	text-decoration: none;
}

.hiddenLink a:visited {
	border-bottom: none;
	text-decoration: none;
}

.redtext {
	color: red;
}

#copyright {
	clear: both;
	text-align: center;
	height: 30px;
	margin-top: 20px;
}

#copyright p {
	color: #dfefdf;
	font-size: .75em;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
}

#header {
	width:980px;
	height: 80px;
	margin: 0 auto 20px;
	position:relative;
	text-align:left;
	white-space: nowrap;
	-webkit-box-shadow: 0 3px 6px #364036;
	-moz-box-shadow: 0 3px 6px #364036;
	box-shadow: 0 3px 6px #364036;
	background-color: #044300;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 8px;
}

#header img {
	margin: 15px 0 15px 15px;
	float: left;
}

#header a { color:#fff; text-decoration:none; }

#nav {
	margin: 0 auto;
	position: relative;
	float: right;
	padding-right: 20px;
	padding-bottom: 0;
	padding-top: 14px;
}

#nav ul {
	display: block;
	position: relative;
	float: right;
	list-style: none;
	line-height: 2.0em;
}

#nav li {
	display: inline;
	padding-left: 32px;
	position: relative;
	float: left;
}

#nav ul a:link,
#nav ul a:visited {
	color: #bbc6bc;
	display: block;
}

#nav li a:hover {
	border-bottom: 3px inset #bbc6bc;
}

#nav li a.active {
	color: #fff;
	border-bottom: 3px inset #bbc6bc;
}

#subnav {
	float: right;
	margin-bottom: 20px;
	margin-right: -10px;
	top: -10px;
	position: relative;
}

#subnav a.active {
	font-weight: bold;
	border-bottom: 3px inset #bbc6bc;
}

#subnav ul {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	float: right;
	list-style: none;
}

#subnav li {
	display: inline;
	padding-left: 16px;
	position: relative;
	float: left;
	padding-right: 16px;
	margin-left: 5px;
}

#subnav a {
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 4px;
}

#subnav a:hover {
	border-bottom: 3px inset #eee;
}

#subnav .divider {
	margin: 0 -10px 0 -10px;
	font-size: 1em;	
}

.saleBadge {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 99;
}

.awaitingApprovalBadge {
	position: absolute;
	top: 0px;
	left: 400px;
	z-index: 99;
}

.priceTagBadge {
	position: absolute;
	top: 0px;
	left: 800px;
	z-index: 99;
}

.offerEnds {
	position: absolute;
	top: 0px;
	left: 180px;
	z-index: 99;
}

.freetrial {
	display: block;
	background-image: url(../images/FreeTrial.png);
	background-repeat: no-repeat;
 	text-indent: -999em;  /* Comment this out to show the text! */
 	width: 30px;
	padding-bottom: 8px;
	padding-right: 54px;
 	margin: -5px 0 0 5px;
}

.buynow {
	display: block;
	background-image: url(../images/BuyNow.png);
	background-repeat: no-repeat;
 	text-indent: -999em;  /* Comment this out to show the text! */
 	width: 30px;
	padding-bottom: 8px;
	padding-right: 54px;
 	margin: -5px 0 0 -20px;
}

a.specialOffer {
	position: relative;
	display: block;
	background-color: rgb(234, 159, 47);
	clear: both;
	padding: 15px;
	color: #ffffff;
	font-size: 16pt;
	text-align: center;
	margin: 15px 50px;
	opacity: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: 0px 3px 6px #364036;
	box-shadow: 0px 3px 6px #364036;
	border-width: 1px;
	border-color: #fe9912;
	text-shadow: 0 -1px 1px #000000;
}
a:hover.specialOffer {
	background-color: hsl(35, 81%, 60%);
}
a:active.specialOffer {
	background-color: hsl(35, 81%, 40%);
	-webkit-box-shadow: 0px 1px 3px #364036;
	-moz-box-shadow: 0px 1px 3px #364036;
}

a.buyButton {
/*	position: relative;*/
/*	display: block;*/
	background-color: rgb(24, 97, 19);
	padding: 15px 20px;
	color: #ffffff;
	font-size: 16pt;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: 0px 3px 6px #364036;
	box-shadow: 0px 3px 6px #364036;
	text-shadow: 0 -1px 1px #000000;
	width: 350px;
	position: relative;
	display: block;
	float: left;
	margin: 20px;
}
a:hover.buyButton {
	background-color: hsl(115, 67%, 35%);
}
a:active.buyButton {
	background-color: hsl(115, 67%, 15%);
	-webkit-box-shadow: 0px 1px 3px #364036;
	-moz-box-shadow: 0px 1px 3px #364036;
}

.contentBreak {
	position: relative;
	width: 980px;
	margin: 10px auto;
	padding: 15px 0 15px 0;
	text-align: center;
	background: white; /*#dfefdf;*/
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: 0px 3px 6px #364036;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.contentBreak p, .contentBreak h1, .contentBreak h2, .contentBreak h3 {
	margin-top: 5px;
	color: #555;
}

#content {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 40px;
	background: white; /*#dfefdf;*/
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: 0px 3px 6px #364036;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	clear: both;
}

#searchbox {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

.contentLeft {
	position: relative;
	float: left;
	width: 485px;
	text-align: left;
}

.contentRight {
	position: relative;
	float: right;
	width: 485px;
	text-align: left;
}

.banner {
	position: relative;
	margin-left: -20px;
}

.banner p, .banner h1, .banner h2, .banner h3 {
	margin-top: 15px;
}

.centered {
	text-align: center;
	padding-bottom: 10px;
}

.movieScreen {
	display: block;
	position: relative;
	float: none;
	width: 900px;
	text-align: center;
 	margin: 20px auto;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;
}

.helpBanner {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #aaa;
}

.helpFooter {
	padding-top: 10px;
	border-top: 2px solid #aaa;
}

.help {
}

.help h1 {
	padding-top: 00px;
}

.help h2 {
}

.help h3 {
}

.help h4 {
	font-size: .85em;
	font-weight: lighter;
}

.help ol {
	margin: 0 0 20px 5px;
}

.help ol {
    list-style: decimal outside;
    margin-left: 10px;
	padding: 0 0 0 5px;
	line-height: 1.25em;
	color: #777;
}

.showcase {
	position: relative;
	float: left;
	text-align: left;
}

.showcase ol li {
    list-style: decimal outside;
    margin-left: 10px;
	padding: 0 0 0 5px;
	line-height: 1.25em;
	color: #777;
}

.bannerRight {
	float: right;
	position: absolute;
	left: 650px;
	top: 140px;
}

.bannerRight h1 {
	font-weight: bold;
}

.bannerRight h2 {
	font-weight: bold;
	color: #c5c5c5;
}

.feature {
	padding-top: 20px;
	position: relative;
	clear: both;
	border-top: 1px dashed #ccc;
}

.floatLeft {
	margin-left: -20px;
	padding-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.textRight {
	float: right;
}

.floatRight {
	margin-right: -20px;
	padding-left: 20px;
	float: right;
	margin-bottom: 20px;
}

.flushLeft {
	margin-left: -40px;
	padding-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.flushRight {
	margin-right: -40px;
	padding-left: 20px;
	float: right;
	margin-bottom: 20px;
}

.bleedLeft {
	margin-left: -180px;
	padding-right: 20px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

.bleedRight {
	margin-right: -60px;
	padding-left: 20px;
	float: right;
	margin-bottom: 20px;
}

.blurb {
	position: relative;
	float: left;
	width: 420px;
	text-align: left;
	padding-right: 30px;
}

.blurb p {
	margin-top: 5px;
}

.blurb h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

.blurb h3 {
	margin: 10px 0 0 0;
}

.filist {
	position: relative;
	float: left;
	width: 300px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.filist ul, .filist ol {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: .75em;
	line-height: 1.5em;
	color: #777;
}

.hugeWide {
	position: relative;
	float: left;
	width: 900px;
	text-align: left;
	margin: 0 30px 30px 30px;
}

.hugeWide h1 {
	margin: 20px 30px 10px 30px;
	font-size: 5.0em;
	color: rgb(192, 32, 32);
	text-shadow: 0 3px 6px #364036;
}


.stack {
	position: relative;
	float: left;
	width: 420px;
	text-align: center;
	margin-top: 20px;
/* 	margin-bottom: 20px; */
	margin-right: 30px;
}

.stack p, .stack h1, .stack h2, .stack h3 {
	margin-top: 15px;
}

.panel {
	position: relative;
	float: left;
	width: 360px;
	margin: 0 0 10px 65px;
	padding: 15px 15px 15px 15px;
	background: #ffffdd; /*#dfefdf*/
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.panel h3 {
	margin-top: 15px;
}

.panel li {
    list-style: disc inside;
	padding: 0 0 0 35px;
	color: #237523;
}

.panel_wide {
	clear: left;
	display: block;
	position: relative;
	float: none;
	width: 820px;
	text-align: left;
 	margin: 0 auto;
 	margin-top: 20px;
 	margin-bottom: 30px;
 	padding: 20px 10px 10px 20px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.panel_wide p {
	font-size: 0.90em;
	padding: 10px 20px 0 0;
}

.panel_wide h2 {
	color: #339933;
}

.screens_panel {
	clear: left;
	display: block;
	position: relative;
	float: none;
	width: 870px;
	text-align: center;
 	margin: 0 auto;
 	margin-top: 20px;
 	margin-bottom: 20px;
 	padding: 20px 10px 20px 10px;
	background: #444;
	border: 4px solid #000;
/*	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;*/
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}

.faq_question {
	clear: left;
	display: block;
	position: relative;
	float: none;
	width: 820px;
	text-align: left;
 	margin: 0 auto;
 	padding: 10px 10px 10px 40px;
	background: #ffffaa;
	background-image: url(../images/Q.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.faq_question p {
	font-size: 1.10em;
	color: #000;
	padding: 10px 20px 0 0;
}

.faq_answer {
	clear: left;
	display: block;
	position: relative;
	float: none;
	width: 820px;
	text-align: left;
 	margin: 0 auto;
 	margin-top: 20px;
 	margin-bottom: 30px;
 	padding: 10px 10px 10px 40px;
	background: #ffffff;
	background-image: url(../images/A.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.faq_answer p {
	font-size: 0.90em;
	padding: 5px 20px 0 0;
	margin-top: 10px;
}

.faq_answer li {
	padding-right: 20px;
}

.tintedBox {
	position: relative;
	float: none;
/*	width: 900px;*/
	text-align: left;
 	margin: auto;
 	padding: 20px;
	background: #ffffdd;
	-webkit-box-shadow: 0px 3px 6px #364036;
	-moz-box-shadow: #364036 0px 3px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	height: auto;
	width: 50%;
	display: block;
}

.tintedBox form {
	text-align: right;
	padding-right: 90px;
	padding-bottom: 20px;
}

.quote {
	position: relative;
	float: left;
	width: 400px;
	text-align: left;
	background: url(../images/quoteLeft.png) no-repeat 10px -5px;
	padding-left: 36px;
	padding-top: 6px;
}

.quote p {
	font-size: .75em;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: italic;
}

.quote p.tag {
	font-size: .75em;
	color: #999;
	text-align: right;
	padding-bottom: 4px;
}

.wideContent {
	position: relative;
	float: left;
	width: 530px;
	text-align: left;
}

.sidebar {
	position: relative;
	float: left;
	width: 330px;
	text-align: left;
	margin-left: 30px;
}

.article {
	position: relative;
	float: left;
	width: 400px;
	text-align: left;
	margin-left: 30px;
/* 	margin-top: 20px; */
	padding-left: 40px;
	padding-bottom: 15px;
	background-image: url(../images/article-sml.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.author {
	float: right;
	font-size: 9pt;
	color: #777;
}

.registerNow {
	font-size: 0.90em;
}

.video {
	position: relative;
	float: left;
	width: 380px;
	text-align: left;
/*	margin-left: 30px;*/
/* 	margin-top: 20px; */
	padding-left: 40px;
	padding-bottom: 20px;
	background-image: url(../images/video-sml.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-right: 20px;
}

.videoNew {
	position: relative;
	float: left;
	width: 400px;
	text-align: left;
	margin-left: 30px;
/* 	margin-top: 20px; */
	padding-left: 40px;
	padding-bottom: 15px;
	background-image: url(../images/video-sml-new.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.faq {
	margin: 0 30px 0 30px;
	padding: 10px 0 10px 0;
	font-size: 85%;
	border-top: dotted thin #004200;
}

.faq h2 {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: 90%;
	font-style: normal;
	color: #004200;
	font-weight: bold;
}

.faq h3 {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	font-size: 90%;
}

.faq h4 {
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 80%;
}

.faq p {
	margin: 0;
	padding: 0 10px 0 5px;
	font-size: 80%;
}

.faq ul {
	margin: 0;
    padding: 0 10px 0 10px;
	font-size: 80%;
}

.faq ol {
	margin: 0;
    padding: 0 10px 10px 10px;
	font-size: 80%;
}

.faq ul ul {
	margin: 0;
	font-size: inherit;
	padding: 0 0 0 5px;
}

.faq ul li{
    list-style: disc inside;
	font-size: 80%;
	margin: 0 0 0 15px;
    padding: 5px 0 0 0;
}

.faq ol li{
	margin: 0 0 0 55px;
    padding: 0;
}

.leftTight {
	padding-right: 5px;
	float: left;
}

.rightTight {
	padding-left: 5px;
	float: right;
}

.leftImage {
	padding-right: 10px;
	float: left;
}

.rightImage {
	padding-left: 10px;
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

