/* -- default style -- */
body {
	padding: 0 0 12px;
	margin: 0;
	color: #4a4a4a;
	background: #f8fcfd url(images/bg.jpg) repeat-x 0 0;
	font: 13px/19px Arial, Helvetica, sans-serif;
}

div, table, th, tr, td, h1, h2, h3, h4, h5, h6, p, img, ul, ol, form, fieldset, input, textarea, select {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

ul {
	list-style: none;
}

hr {
	margin: 30px 0;
}

.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.newitem {
	color: red;
}

/* -- anchor style -- */
a {
	outline: none;
	text-decoration: none;
	color: #cd5128;
	background-color: inherit;
}
a:hover {
	color: #000000;
	background-color: inherit;
}

/* -- direct element style -- */
form input,
form textarea {
	width: 166px;
	height: 14px;
	padding: 2px 8px;
	margin-bottom: 8px;
	font: 10px/14px Arial, Helvetica, sans-serif;
}
form textarea {
	height: 78px;
}
form input.btn {
	width: auto !important;
	height: auto !important;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

h1 {
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 24px;
	padding-bottom: 8px;
	color: #161616;
	background-color: inherit;
}

h2 {
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 8px;
	color: #161616;
	background-color: inherit;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 10px;
	padding-left: 0;
	color: #16859e;
	background-color: inherit;
	background-position: 0 2px;
	background-repeat: no-repeat;
}
h3.one {
	background-image: url(images/no-01.gif);
	padding-left: 23px;
}
h3.two {
	background-image: url(images/no-02.gif);
	padding-left: 23px;
}

p {
	margin-bottom: 20px;
	_overflow: hidden;
	_height: 100%;
}
p span {
	color: inherit;
	background-color: #daecf4 !important;
}
p a.more {
	clear: both;
	float: right;
	font-weight: bold;
}

ul.list li {
	background: url(images/arrow-01.gif) no-repeat 0 7px;
	padding: 0 0 14px 9px;
}

ul.mylist {
	list-style: disc;
	margin: 10px 50px;
}
ul.mylist li {
	padding: 0 0 14px 0px;
	margin-left: 0px;
}

table.sublist {
	margin-left: 50px;
}
table.sublist td {
	vertical-align: top;
}

ul.leftSide,
ul.rightSide {
	width: 294px;
	float: left;
	margin-top: 10px;
}
ul.leftSide  {
	padding-right: 34px;
	border-right: 1px solid #d1cfcf;
}
ul.rightSide {
	padding-left: 34px;
}
ul.leftSide a,
ul.rightSide a {
	text-decoration: underline;
}
ul.leftSide a:hover,
ul.rightSide a:hover {
	text-decoration: none;
}

.blueTxt {
	color: #16859e;
	background-color: inherit;
}

/* -- wrapper/main table panel style -- */
#wrapper {
	margin: auto;
	background: url(images/header-bg.jpg) no-repeat 0 0;
}
#wrapper1 {
	margin: auto;
}

/* -- top navigation style -- */
.topBar {
	padding-bottom: 20px !important;
}
.topBar img {
	margin-right: 30px;
	float: left;
}
.topBar ul.topNav li {
	float: left;
	padding-right: 30px;
}
.topBar ul.topNav li a {
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	padding: 6px 0;
	display: block;
	color: #2c2c2c;
	background-color: inherit;
}
.topBar ul.topNav li a:hover,
.topBar ul.topNav li a.active {
	padding-top: 0;
	border-top: 6px solid #990000;
	color: #cd5128;
	background-color: inherit;
}
.bhome .topBar ul.topNav li a.home,
.babout .topBar ul.topNav li a.about,
.btestimonials .topBar ul.topNav li a.testimonials,
.bhypnotherapy .topBar ul.topNav li a.hypnotherapy,
.bmotivating .topBar ul.topNav li a.motivating,
.bcontact .topBar ul.topNav li a.contact {
	padding-top: 0;
	border-top: 6px solid #990000;
	color: #cd5128;
	background-color: inherit;
}

/*.topBar form {
	float:right;
	padding:11px 20px 0 0;
} 
.topBar form input {
	width:118px;
	margin:0 0 0 2px;
	float:left;
}*/

/* -- left header style -- */
.header {
	padding:18px 35px 35px 214px !important;
}
.headwrap {
	width: 400px;
}
.header p.quote {
	font-size:18px;
	line-height:23px;
	font-style:italic;
	color:#096175;
	background-color:inherit;
	background:url(images/quote.gif) no-repeat 0 4px;
	padding:0 0 0 76px !important;
}
.header p.author {
	font-size:16px;
	line-height:23px;
	text-align:right;
	color:#000;
	background-color:inherit;
	background:url(images/dot-01.gif) repeat-x 0 18px;
	margin:-20px 0 0 76px;
	padding:0 0 20px;
}
.header p.author span {
	padding-left:2px;
	color:inherit;
	background-color:#d9edf6;
}

.header ul.headerNav {
	float: right;
}
.header ul.headerNav li {
	float: left;
	width: 83px;
	height: 73px;
	margin-left: 5px;
	background: url(images/header-nav-bg.gif) no-repeat 0 0;
}
.header ul.headerNav li a {
	display: block;
	width: 83px;
	height: 19px;
	padding: 16px 0 36px 0;
	color: #990000;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}

.header ul.headerNav li a:hover {
	color: #cd5128;
	background-color: inherit;
}

/*
.header ul.headerNav li a.idea     { background-image:url(images/idea-ico.gif);}
.header ul.headerNav li a.download { background-image:url(images/download-ico.gif);}
.header ul.headerNav li a.note     { background-image:url(images/note-ico.gif);}
.header ul.headerNav li a.support  { background-image:url(images/support-ico.gif);}
*/

/* -- event section style -- */
.events {
	border-top: 1px solid #d1cfcf;
	padding: 15px 0;
}
.events h2 {
	background: url(images/event-ico.gif) no-repeat 0 0;
	padding: 5px 17px 7px 56px;
	float: left;
	border-right: 2px solid #d1cfcf;
}
.events h2 em {
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
}
.events p {
	padding-left: 140px;
	padding-right: 0;
	font-size: 12px;
	line-height: 18px;
}

.content {
	padding-top: 23px;
}

.rphoto {
	float: right;
	margin-left: 10px;
}
.rphoto img {
	display: inline;
}

/* -- right panel style -- */
.right {
	font-size:11px;
	line-height:17px;
}
.right h2 { font-size:20px; line-height:22px;}
.right table.feature {
	color:inherit;
	background:#f4fafc url(images/feature-top-curve.gif) no-repeat 0 0;
	margin-bottom:10px;
}
.right table.feature td {
	background:url(images/feature-bottom-curve.gif) no-repeat 0 100%;
	 padding:12px 20px !important;
}
.right table.contact {
	color:inherit;
	background:#f4fafc url(images/contact-top-curve.gif) no-repeat 0 0;
	margin-bottom:10px;
}
.right table.contact td {
	background:url(images/contact-bottom-curve.gif) no-repeat 0 100%;
	padding:5px 0 !important;
}
.right table.contact td form {
	background:url(images/contact-bg.gif) repeat-y 0 0;
	padding:10px 20px 18px !important;
	height:100%;
	overflow:hidden;
}
.right table.contact td form input.btn {
	font-size:12px !important;
	line-height:21px !important;
	height:21px !important;
	width:58px !important;
	text-align:center !important;
	margin-left:5px !important;
	float:right !important;
}
.right a.banner {
	width:223px;
	height:0;
	padding-top:63px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	background-position:0 0;
	background-repeat:no-repeat
}
.right a.banner:hover { background-position:0 -63px;}
.right a.support      { background-image:url(images/online-support.gif);}
.right a.registration { background-image:url(images/registration.gif);}

/* -- footer style -- */
.footer {
	color: #88bcd2;
	background: #096175 url(images/footer-curve.gif) no-repeat 0 0;
	font-size: 11px;
	line-height: 14px;
}
.footer td {
	padding: 14px 20px !important;
	background: url(images/logo-footer.gif) no-repeat 25px 24px;
}
.footer p {
	clear: both;
	margin-bottom:0;
}
.footer p.copyright {
	font-size: 10px;
}
.footer a {
	color: #e3a12d;
	background-color: inherit;
}
.footer a:hover {
	color: #ffffff;
	background-color: inherit;
}
.footer ul {
	float: right;
	margin-right: -3px;
}
.footer ul li {
	float: left;
	color: #e3a12d;
	background-color: inherit;
}
.footer ul li a {
	margin: 0 6px;
}

.mytable {
	margin: 20px 0;
}

.ljust {
	text-align: left;
	padding: 0 15px 0 0;
	padding-right: 25px;
}

.rjust {
	text-align: right;
	padding: 0 0 0 15px;
}

table.paypalwrap {
	margin: 0 0 10px 0;
}
table.paypalwrap td {
	padding-right: 10px;
}

form.paypal input {
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Form Validation */

input, select {
	border: 1px solid silver;
}
input.error, select.error {
	padding-right: 16px;
	border: 1px solid red;
	background-color: #FFFCE2;
	background-image: url(images/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
}
input:focus, select:focus {
	border: 1px solid red;
	background-color:#EFEFEF;
}


/* Contact Form */

.cform {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #D0D0D0;
	border: 3px ridge #2F0B65;
}
.cform th {
	padding: 5px;
	color: #FFDD00;
	background-color: #2F0B65;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}
.cform td {
	padding: 3px 10px;
	color: #000000;
}
.cform .label {
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.cform input,
.cform textarea {
	width: auto;
	height: auto;
	padding: 2px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}



/* Softseller.com styles */

.SSform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; color: #336699;
	margin: 10px 0;
}
table.SSform {
	background-color: transparent;
	border: 1px solid #336699;
	margin: 10px 0;
}
th.SSform {
	background-color: #336699;
	color: #ffffff;
	padding: 10px;
}
td.SSform {
	background-color: transparent;
	color: #336699;
	padding: 10px;
}

.SSform h3 {
	margin: 5px 0;
	color: #4a4a4a;
}
.SSform h4 {
	margin: 5px 0;
	color: #4a4a4a;
}
.SSform a {
	text-decoration: underline;
}
