/* @import url(/css/styles.css); */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ***** GLOBALS ***** */

*, body, html {
	font: normal small/1.4em arial, sans-serif;
}

body {
	background: #fff url(/images/body_bkgd.jpg) top left repeat-x;
	padding: 0 0 50px 0;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #1B498B;
}

strong {
	font-weight: bold;
}

#container {
	width: 964px;
	margin: 35px auto 95px auto;
	background: transparent url(/images/container_bkgd.png) top left repeat-y;
}

#header {
	width: 964px;
	background: transparent url(/images/header_bkgd.png) bottom left no-repeat;
	height: 118px;
	position: relative;
	top: -10px; /* background-image hack */
	left: 0;
}

#header h1 {
	text-indent: -999em;
}

#header #sitemap {
	background: transparent url(/images/sitemap_bkgd_r.png) right top no-repeat;
	position: absolute;
	top: 2px;
	right: 45px;
	padding: 0 0 0 12px;
	height: 44px;
	width: 420px;
}

#header #sitemap ul {
	background: transparent url(/images/sitemap_bkgd.png) left top no-repeat;
	overflow: hidden;
	height: 40px;
	margin-right: 30px;
	padding: 0 0 0 30px;
}

#header #sitemap ul li {
	display: inline;
}

#header #sitemap ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 23px;
	display: block;
	float: left;
	padding: 3px 12px;
	white-space: nowrap;
}

#header #sitemap ul li a:hover {
	text-decoration: underline;
}


#navigation {
	background: transparent;
	margin: 57px 5px 0 3px;
	height: 33px;
	padding: 0 0 0 0;
	float: right;
}

#navigation ul {
	overflow: hidden;
}

#navigation ul li {
	display: inline;
}

#navigation li a {
	display: block;
	float: left;
	padding: 3px 15px;
	font: 600 13px/29px arial, sans-serif;
	text-decoration: none;
	background: transparent url(/images/nav_bkgd_link.jpg) bottom left repeat-x;
	height: 27px;
	color: #1B498B;
	position: relative;
	white-space: nowrap;
}

#navigation li a.on {
	background: transparent url(/images/nav_bkgd_on_left.jpg) left bottom no-repeat;
	color: #fff;
}

#navigation li a span {
	padding: 0 6px 0 0;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 33px;
	background: transparent url(/images/nav_bkgd_on_rt.jpg) right bottom no-repeat;
	z-index: 888;
}

#mainWrap {
	background: transparent;
	margin: -10px 0 0 0;
	padding: 0;
	width: 960px;
}

#content {
	background: transparent;
	margin: 0 0 0 350px;
	width: 505px;
	padding: 20px 55px 5px 40px;
}

#content ul#subNav {
	overflow: hidden;
	margin: -10px 0 0 0;
	padding: 0 0 0px 0;
	border-bottom: 2px dotted #FFDCA7;
	width: 520px;
}

ul#subNav li {
	display: inline;
}

ul#subNav li a {
	display: block;
	float: left;
	padding: 5px 8px;
	text-decoration: none;
	color: #1B498B;
	border: 1px solid #fff;
	position: relative;
	white-space: nowrap;
	font-variant: small-caps;
}

ul#subNav li a.on {
	background: transparent url(/images/sub_nav_bkgd.jpg) top left no-repeat;
}

ul#subNav li a.on span {
	padding: 0 10px 0 0;
	background: transparent url(/images/sub_nav_bkgd.jpg) top right no-repeat;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 8px;
	z-index: 888;
	height: 28px;
	padding: 0;
}

#content p {
	margin: 10px 0 20px 0;
	font: 300 12px/18px Arial;
	letter-spacing: normal;
}

#content h2{
	color: #FEB245;
	font: bold 16px/24px arial, sans-serif;
	border-bottom: 3px double #FEB245;
	margin: 0 0 5px 0;
	padding: 15px 0 0px 0;
}

#content .homeCallOut {
	padding: 5px 10px;
	border: 3px double #FEB245; 
	background: #FFF0DA;
	margin: 5px 0 15px 0;
}

#content .homeCallOut h2 {
	border: 0;
	color: #F52;
	font: 600 18px/24px Arial;
	text-align: center;
}

#content .homeCallOut h4 {
	font: 600 14px/24px Arial;
	padding: 0 25px
}

#content h2 a {
	color: #F00;
	font: bold 16px/24px arial, sans-serif;
	text-decoration: none;
	border-bottom: 0;
}

#content h3 {
	color: #FEB245;
	font: bold 16px/24px arial, sans-serif;
	border-bottom: 3px double #FEB245;
	margin: 0 0 15px 0;
}

#content h4 {
	color: #1B498B;
	font: bold 16px/24px arial, sans-serif;
	margin: 25px 0 5px 0;
}


#content strong {
	font-weight: bold;
	color: #1B498B;
}

#content ul {
	margin: 10px 0 10px 45px;
	list-style: disc;
}

#content #orderNow {
	width: 554px;
	height: 132px;
	margin: 20px 0 25px 0px;
	overflow: hidden;
	background: transparent url(/images/order_now.png) left top no-repeat;
	position: relative;
}

#content #orderNow em {
	display: block;
	text-indent: -999em;
}

a.buyNowButton {
	background:transparent url(/images/buy_now.png) no-repeat scroll left top;
	clear:both;
	display:block;
	height:42px;
	text-indent:-999em;
	width:101px;
	position: absolute;
	top: 20px;
	right: 200px;
}

a.freeTrialButtonHome {
	background: transparent url(/images/free_trial.png) left top no-repeat;
	position: absolute;
	top: 5px;
	left: 265px;	
	display: block;
	display: block;
	float: right;
	width: 101px;
	height: 42px;
	text-indent: -999em;
}

a.freeTrialButton {
	background:transparent url(/images/free_trial.png) no-repeat scroll left top;
	display:block;
	float:right;
	height:42px;
	margin:-13px 21px 0 0;
	text-indent:-999em;
	width:101px;
}



#sideBar {
	clear: right;
	width: 300px;
	float: left;
	background: transparent url(/images/sidebar_bkgd.png) top left no-repeat;
	padding: 25px;
	margin: 0 0 0 2px;
	position: relative;
	left: 0;
	top: 0;
}

#sideBar #videoTutorial img {
	background: transparent;
	margin: 0 0 0 -14px;
	width: 325px;
}

#sideBar h3 {
	color: #1B498B;
}

#sideBar blockquote {
	text-align: left;
}

#sideBar p {
	text-align: left;
	padding: 5px;
	font: 300 12px/18px Arial;
}

#sideBar p strong {
	text-align: left;
}

#sideBar small {
	color: #999;
	font-size: 11px;
	display: block;
	text-align: right;
	margin: 0 9px 0 0;
}

#footer {
	clear: left;
	background: transparent url(/images/footer_bkgd.png) bottom left no-repeat;
	overflow: hidden;
	width: 954px;
	padding: 0px 5px 25px 0;
	position: relative;
	top: 14px;
}

#footer span {
	color: #555;
	font-size: 11px;
	margin: 3px;
	display: block;
	text-align: left;
	/*padding-left: 210px;*/
	text-align: center;
	width: 100%;
	display: block;
	clear: left;
}

#footer ul {
	width: 100%;
	margin: 0 0 0 205px;
}

#footer li {
	display: inline;
}

#footer li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 3px 6px;
	font-weight: 600;
	color: #1B498B;
	font-size: 12px;
	font-weight: 600;
}

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


/* **** HOME ***** */
p#lifeSkill {
	text-indent: -999em;
	width: 551px;
	height: 132px;
	background: transparent url(/images/life_skill.jpg) top left no-repeat;
	position: relative;
}

p#lifeSkill a.buyNowButton,
p#lifeSkill a.freeTrialButton {
	position: absolute;
	top: 5px;
	right: 170px;
}


.keyClassIs li {
	margin: 3px 0 0 15px;
	list-style-type: disc;
}

.keyClassIs li strong {
	font-weight: bold;
	color: #1B498B;
}

#sideBar h3 {
	color: #1B498B;
	font: 600 18px/1.3em arial, sans-serif;
	padding: 0 0 6px 0;
}

#sideBar img.imgLeft {
	display: block;
	padding: 0 10px 10px 0;
	margin: 0;
}

#sideBar iframe {
	margin: 0 0 0 -22px;
	background: #fff;
}



/* ***** FAQ ***** */
#faq h4.linkOn,
#faq h4.linkOver {
	text-decoration: underline;
	cursor: pointer;
}

#faq div {
	padding: 0 15px;
	border: 1px dotted #ccc;
	padding: 10px;
}

/* ***** LINKS ***** */

#links a {
	display: block;
	float: left;
	font-weight: 600;
	color: #1B498B;
	width: 245px;
}

#links a.buyNowButton {
	display: block;
	width: 101px;
}

#links p {
	width: 280px;
	margin: 0 0 25px 260px;
	font-size: 12px;
}


/* ***** CONTACT ***** */
.required {
	color: red;
	font-weight: bold;
}

#contactForm input.invalidInput,
#contactForm textarea.invalidInput {
border: 1px solid red;
}

#contactForm {
	padding: 0px;
}

#contactForm label {
	font-weight: bold;
	width: 100px;
	float: left;
	text-align: right;
	margin: 3px 6px 0 0;
	color: #1D4F91;
}

#contactForm input,
#contactForm textarea {
	margin: 3px 6px 0 0;
	width: 250px;
	border: 1px solid #1D4F91;

	padding: 5px;
}

#contactForm input.submit {
	clear: left;
	margin: 15px 0 0 106px;
	background: #1d4f91;
	color: #fff;
	border: 2px solid;
	border-color: #3E618F #003E8F #003E8F #3E618F;
	font-size: 2em;
	width: 260px;
}

#contactForm table {
	margin: 25px 0 0 0;
	border: 1px solid #999;
	width: 500px;
}

#contactForm table th {
	font-weight: bold;
}

#contactForm table th,
#contactForm table td {
	border: 1px solid #999;
	padding: 3px 6px;
	background: #ccc;
	border-collapse: separate;
	text-align: left;
}


/* ***** PRODUCT TRIAL / PURCHASE ****** */

#productContent {
	padding: 10px;
	width: 600px;
	margin: 10px auto;
}

#productContent h1{
	color: #feb245;
	font: 300 20px/24px Arial;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 3px double #feb245;
}

#productContent p.trialInstructions {
	text-align: center;
}

#productContent ul {
	padding: 25px;
}

#productContent ul li {
	list-style: disc;
}

#productForm #agreeClause {
	display: block;
	float: left;
	width: 430px;
	padding: 0;
	margin: 0;
}

#choices {
	clear: left;
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

#choices a {
	display: block;
	width: 100px;
	height: 42px;
	position: relative;
	text-indent: -999em;
	float: left;
	margin: 10px;
}

#choices a#trial {
	background: transparent url(/images/product/btn.jpg) no-repeat 0 0;
}

#choices a#purchase{
	background: transparent url(/images/product/btn.jpg) no-repeat -100px 0;
}

#choices a#trial.btnOff {
	background: transparent url(/images/product/btn.jpg) no-repeat 0 -42px;
	cursor: default;
}

#choices a#purchase.btnOff{
	background: transparent url(/images/product/btn.jpg) no-repeat -100px -42px;
	cursor: default;
}


#trialForm {
	overflow: hidden;
}

#trialForm label {
	display: block;
	float: left;
	clear: left;
	width: 200px;
	text-align: right;
	margin: 5px 10px;
	font: 600 13px/18px arial;
}

#trialForm input.text {
	float: left;
	width: 200px;margin: 5px 10px;
}

#trialForm input.radio{
	clear: both;
	display: block;
	float: left;
	margin-left: 180px;
}

#trialForm span {
	float: left;
	padding: 0 10px;
	margin: 0 0 10px 0;
}

#trialForm input.submit {
	display: block;
	clear: both;
	width: 161px;
	height: 41px;
	background: transparent url(/images/product/download_free.jpg) no-repeat 0 0;
	border: 0;
	text-indent: -999em;
	margin: 10px auto;
}


#response {
	margin: 25px;
}

#response table {
	width: 700px;
	margin: 0 auto;
}

#response .label{
	width: 75px;
	font: 600 16px/24px arial;
	padding: 5px 15px;
	text-align: right;
}

#response .value{
	font: 300 16px/24px arial;
}

#response p{
	text-align: center;
	margin: 20px;
}

#response p a.download_button{
	background: #1D4F91;
	display: block;
	width: 200px;
	height:30px;
	font: 600 20px/30px arial;
	font-variant: small-caps;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border: 1px solid #CCC;
	margin: 10px auto;
}

#response h2 {
	color: #FEB245;
	font: bold 16px/24px arial, sans-serif;
	border-bottom: 3px double #FEB245;
	margin: 0 0 5px 0;
	padding: 15px 0 0px 0;
}


/* ****** PRODUCT FORM ******* */

#productContent h4 {
	font: 600 14px/20px Arial;
	margin: 10px 0;
	padding: 10px;
	background: #E7ECF2;
	border: 1px solid #FFA700;
}

#errorContainer {
	background: #FEE;
	padding: 5px 10px;
}

#errorContainer ul {
	padding: 0;
	margin: 0;
} 

#errorContainer li {
	list-style: disc;
	color: #F00;
	padding: 0;
	margin: 0 20px;
}

#productForm td {
	vertical-align: top;
	padding: 10px;
}

#productForm td.cost,
#productForm td.image {
	text-align: center;
	font: 600 13px/18px Arial;
}

#productForm label{
	float: left;
	padding-right: 10px;
	font: 300 14px/18px Arial;
}
#productForm p {
	clear: left;
}

#productForm input {
	width: 30px;
	float: left;
	height: 14px;
	margin-right: 10px;
}

#productForm input.coupon {
	width: 200px !important;
}

#productForm input.submit {
	width: 100px;
	float: right;
	height: 24px;
	font: 600 14px/24px Arial;
	cursor: pointer
}

/* CONTACT US */
#content p#contact_us_addy {
	font: 600 1.1em/1.3em Arial, Helvetica, sans-serif; 
	color:#1d4f91;
}



