html {
	background: url(../images/theme/html.png) repeat-x #9a9999;
}
body {
	width: 806px;
	margin: 0 auto;
	font-family: 'DejaVu Sans', Helvetica, sans-serif;
	font-size: 14px;
}
h2 {
	margin: 0 -15px;
	padding: 8px 0;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background: #e8e6e6;
}
h3 {
	margin: 11px 0;
	font-size: 15px;
	text-align: center;
}
p {
	margin: 10px 0;
}
ul,
ol {
	margin: 12px 0;
	padding: 0 0 0 40px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin: 0;
	padding: 0 0 0 40px;
}
ol li,
ul li {
	margin: 3px 0;
}
a img {
	border: 0;
}
form {
	margin: 15px 0;
}
legend {
	display: none;
}
/* hCard */
.vcard div {
	margin: 1px 0;
}
.vcard .org {
	font-weight: bold;
}
.vcard .type {
	display: none;
}
/* classes */
.section {
	width: 145px;
	margin: 0 0 8px;
	padding: 0 10px;
	float: left;
	background: #a5c4d8;
}
.red,
.required {
	color: #f00;
}
/* forms */
form .data {
	padding: 10px 15px;
	border: 2px solid #a5c4d8;
	background: #eee;
}
form .data th {
	text-align: left;
}
form .data .data {
	margin: 0;
}
form .data .footer {
	text-align: center;
}
/* layout */
body.squeeze {
	width: 738px;
	margin: 20px auto;
}
#header {
	height: 220px;
	position: relative;
	background: url(../images/theme/header.jpg) no-repeat;
}
#container {
	width: 100%;
	float: left;
	background: #e8e6e6;
}
#content {
	width: 605px;
	padding: 0 15px;
	float: left;
	background: #fff;
}
body.squeeze #content {
	width: auto;
	adding: 10px 25px;
	float: none;
	border: 2px solid #000;
}
body.launch #content {
	width: 776px;
}
#sidebar {
	width: 165px;
	padding-top: 5px;
	float: right;
}
#footer {
	padding: 5px 0;
	clear: both;
	color: #333;
	text-align: center;
	font-size: 11px;
}
/* layout elements */
#header p {
	margin: 0;
	padding: 0 15px 0 0;
	float: right;
	line-height: 49px;
}
#header p a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#header p a:hover {
	text-decoration: underline;
}
#header h1 {
	margin: 0;
	padding: 33px 24px 0 0;
	float: right;
	clear: both;
}
#header h1 a {
	width: 455px;
	height: 48px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
body.launch #header h1 {
	padding-top: 82px;
}
#header ul {
	margin: 0;
	padding: 32px 0 0;
	float: right;
	clear: both;
	list-style: none;
}
#header li {
	margin: 0;
	float: left;
}
#header ul a {
	margin-right: 35px;
	padding: 9px 0 8px 35px;
	display: block;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/theme/nav.png) no-repeat;
}
#header ul a:hover {
	color: #ccc;
}
#palm {
	width: 134px;
	height: 224px;
	position: absolute;
	background: url(../images/theme/palm.jpg) no-repeat;
}
body.launch #palm {
	background: url(../images/theme/palm-launch.jpg) no-repeat;
}
body.squeeze h2,
body.launch h2 {
	margin: 15px 0;
	padding: 0;
	color: #f00;
	font-size: 30px;
	background: #fff;
}
#sidebar h2 {
	color: white;
	margin: 0 -10px;
	padding: 2px 0 2px 30px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background: url(../images/theme/arrow.png) 13px 50% no-repeat #04045A;
}
#footer ul {
	margin: .5em 0;
	padding: 0;
	list-style: none;
	text-align: center;	
}
#footer li {
	display: inline;
}
#footer li a {
	padding: 0 5px;
}
#footer a {
	color: #2178af;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 6px 0;
}
/* navigation */
#header .navhome {
	background-position: 0 3px;
}
#header .navforum {
	background-position: 0 -29px;
}
#header .navlibrary {
	background-position: 0 -62px;
}
#header .navlogin {
	background-position: 0 -96px;
}
/* shared styles */
.highlight {
	margin: .5em;
	padding: .5em;
	background:#ff9;
	border: 4px dashed #f1d200;
}
.disclaimer {
	font-size: 70%;
	color: #666;
}
.media,
.youtube,
.centre,
.center {
	margin: 1em 0;
	text-align: center;
}
.headshot {
	float: right;
	width: 140px;
	margin: 10px;
	border: 1px solid #51009d;
	text-align: center;
	font-size: 10pt;
}
.headshot p {
	margin: 0;	
}
.headshot.alt {
	width: 190px;
	border: 0;
}
.rightImage {
	margin: 10px;
	float: right;
	display: inline;
}
.rightImage img {
	display: block;
	margin-bottom: 3px;
}
.rightImage p {
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #5601a5;
}
.leftImage {
	margin: 10px;
	float: left;
	display: inline;
}
.leftImage img {
	display: block;
	margin-bottom: 3px;
}
.leftImage p {
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #5601a5;
}
.plus {
	display: block;
	width: 54px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/yellowplus.png) center top no-repeat;
	text-indent: -9999px;
}
.plus.alt {
	background-image: url(../images/purpleplus.png);
}
.video {
	text-align:center;
}
.video.one {
	padding-top: 40px;
	background: url(../images/WatchThis.png) center top no-repeat;
}
.video.two {
	padding-top: 130px;
	background: url(../images/ClickPlay.png) center top no-repeat;
}
.video.three {
	padding-top: 200px;
	background: url(../images/ClickHereToWatch.png) center top no-repeat;
}
.bonusBox {
	width: 550px;
	margin: 15px auto;
	padding: 15px 20px;
	border: 3px solid #b7ad88;
	background: #eee;
}
.speaker {
	margin: 20px;
	padding: 10px;
	border: 4px solid #51009d;
}
.speaker .bonus {
	width: 220px;
	height: 35px;
	background: url(../images/extraspeakers.png) left top no-repeat;
	text-indent: -9999px;
}
.speaker .speaker1 {
	background-position: 0 top;
}
.speaker .speaker2 {
	background-position: -220px top;
}
.speaker .speaker3 {
	background-position: -440px top;
}
.speaker h3,
.speaker h4 {
	color: #51009d;
}
.secureMyCopy a {
	width: 265px;
	height: 28px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	background: url(../images/secureMyCopy.png) no-repeat;
}
.secureMyCopy a:hover {
	background-position: -265px 0
}
.checklist,
.speaker ul {
	margin: 0 10px 0;
	padding: 0;
	list-style: none;
}
.checklist li,
.speaker li {
	margin: 5px 0;
	padding: 3px 0 3px 45px;
	background: url(../images/tick.gif) 15px 0 no-repeat;
}
.list {
	width: 605px;
	margin: 0 auto;
	padding: 10px 0 0;
	background: url(../images/bg-paper.gif) center top no-repeat;
	font-family: monospace;
	font-size: 120%;
}
.list ul,
.list ol {
	padding: 0 70px 40px;
	background: url(../images/bg-paper-bottom.gif) center bottom no-repeat;
}
.list li {
	margin: .5em 0;
}
.dates {
	float: left;
	width: 600px;
	margin: 10px 30px;
	padding: 10px;
	background: #51009d;
}
.date {
	float: left;
	width: 150px;
	text-align: center;
	color: white;
}
.date p.city {
	padding: 0;
	padding-top: 15px;
	font-size: 18pt;
}
.date p {
	margin: 0;
	padding: 15px 0;
}
.portrait {
	float:right;
	padding:0 0 10px 10px;
}
.main {
	border:1px solid #666;
	background:#DDD;
	padding:10px;
	text-align:center;
}
.box1,
.box2,
.box3,
.box4 {
	padding:10px;
	margin:20px;
}
.box1 {
	background:#ff9;
	border:4px dashed #f1d200;
}
.box2 {
	background:#51009d;
	color:white;
	float:left;
}
.box3 {
	border:4px solid #51009d;
}
.box3 h4 {
	text-indent: -9999px;
	font-size:1pt;
	margin:0;
	padding:0;
}
.box3 .img {
	text-align:right;
}
.box4 {
	background:#fff;
	font-family: Courier, sans-serif;
	margin:0;
	padding:0;
}
.box4 .start {
	background:url(../images/bg-paper.gif) top center no-repeat;
	padding:30px;
}
.box4 .end {
	background:url(../images/bg-paper-bottom.gif) top center no-repeat;
	height:65px;
	margin:0;
	padding:0;
}
.box4 ol {
	width:500px;
	margin:0 auto;
}
.dates {
	background:#51009d;
	text-align:center;
	color:#FFF;
	float:left;
	width:225px;
	border:1px solid #FFF;
}
.dates p.city {
	font-size:18pt;
	padding:0;
	padding-top:15px;
}
.dates p {
	padding:15px 0;
	margin:0;
}
.greeting {
	background: url(../images/dearfriend.gif) no-repeat;
	width: 169px;
	height: 36px;
	text-indent: -9999px;
}
.signoff {
	background: url(../images/signature.png) no-repeat;
	width: 250px;
	height: 35px;
	text-indent: -9999px;
}
.standout,
.under {
	text-decoration: underline;
}
.phrase {
	text-align: right;
}
.testimonial {
	border: 2px solid #333;
	padding: .5em;
}
.testimonial .image {
	float: right;
	margin: 0;
}
.testimonial .image img {
	margin: 0 0 .5em .5em;
	border: 1px solid #333;
}
.testimonial .cite {
	clear: right;
	text-align: right;
	font-weight: bold;
	font-family: monospace;
}
.testimonial .cite p {
	margin: 0;
}
.button a {
	display: block;
	width: 557px;
	min-height: 23px; /* minus padding */
	margin: 0 auto;
	padding: 10px 0;
	background: #5601a5 url(../images/button_any_colour.png) no-repeat;
	text-align: center;
	color: #FFF;
	font-size: 115%;
	text-decoration: none;
	font-weight: bold;
}
.button a:hover {
	background-color: #f1d200;
}
.consultationButton {
	width: 320px;
	height: 43px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/consultationButton.png) no-repeat;
}
.consultationButton:hover {
	background-position: 0 -56px;
}
.learnMore {
	width: 320px;
	height: 43px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	background: url(../images/learnMoreButton.png) no-repeat;
}
.learnMore:hover {
	background-position: 0 -56px;
}
.note {
	color:#666;
	font-style:italic;
	font-size:85%;
}
.secureNotice {
	width:280px;
	margin:0 auto 10px;
	padding:40px 100px;
	border:1px solid #444;
	background:url(../images/secure-image.png) no-repeat 10px center;
}
.center {
	text-align: center;
}
.red,
.required {
	color:#f00;
}
.form fieldset,
.contactform fieldset {
	width: 500px;
	margin: 15px auto;
	padding: 15px 0;
	display: block;
	border: 2px solid #aaa;
	background: #eee;
}
.form fieldset div,
.contactform fieldset div {
	margin: 5px 0;
}
.form fieldset label,
.contactform fieldset label {
	float: left;
	width: 220px;
	margin: 0 .5em;
	padding-top: 2px;
	text-align: right;
	color: #000;
}
.form .submit,
.form .buttons,
.contactform .buttons {
	text-align: center;
}
.error,
.errorBox {
	color: #f00;
	text-align: center;
}
.commsubscriptionblock input {
	width: 200px;
}
.tellafriend .submit input[type=hidden] {
	display: none;
}

.tellafriend .submit input {
	width: 257px;
	height: 28px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	background: url(../images/SendBonus.png) no-repeat;
	border: 0;
}
.tellafriend .submit input:hover {
	background-position: -257px 0;
}

.commsubscriptionblock .submit input[type=hidden] {
	display: none;
}
.enrolnow {
	padding: 15px 0;
	background: #fff;
}
.enrolnow a {
	width: 140px;
	height: 28px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/enrolnow.png) no-repeat;
}
.enrolnow a:hover {
	background-position: -140px 0;
}
.commsubscriptionblock .submit input {
	width: 257px;
	height: 28px;
	margin: 0 auto;
	padding-top: 25px;
	display: block;
	cursor: pointer;
	background: url(../images/RegisterNow.png) no-repeat;
	border: 0;
}
.commsubscriptionblock .submit input:hover {
	background-position: -257px 0;
}


.commsubscriptionblock .submit-free input {
	width: 257px;
	height: 28px;
	margin: 0 auto;
	padding-top: 25px;
	display: block;
	cursor: pointer;
	background: url(../images/free-dvd.png) no-repeat;
	border: 0;
}
.commsubscriptionblock .submit-free input:hover {
	background-position: -257px 0;
}




/* forms */
form {
}
.singleproduct fieldset {
	width: 600px;
}
.form fieldset {
        padding-top:10px;
        border:0;
        border:1px solid #ccc;
         }

legend {
       display: none
}
fieldset div {
       float: left;
       width: 600px;
       margin-top: .3em;
}
label {
       float: left;
       padding-right: 1em;
       text-align: right;
       width: 8em;
}
.checkbox input {
       margin-left: 10em;
}
.checkbox label {
       float: none;
}
#step1, #step2, #step3, #step4 {
        width:193px;
        height:62px;
        margin:5px 0 10px 60px;
        padding:0;
	font-size: 40px;
	font-weight: bold;
}

.error {
       font-weight: bold;
       text-align: center;
       color: red;
}

.paymentSummary { text-align: center; }

.buy-now-65{
	display:block;
	margin:0 auto;
	text-indent:-99999px;
	font-size:0px; /* IE6,7 FIX */
	line-height:0px; /* IE6,7 FIX */
}

.buy-now-65{
	height:64px;
	width:208px;
	background:url(../images/buy-now-65.png) 50% -67px no-repeat;
}

.buy-now-65:hover {
	background:url(../images/buy-now-65.png) 50% 0 no-repeat;
}


/** drmartian Sydney Form **/

.sydneyform-wrap {
	background: url(../images/sydneyform-bg.jpg) no-repeat top center;
	padding-top: 45px;
	height: 540px
}

.sydneyform-wrap .form fieldset {
	border: none;
	background: none;
}

.sydneyform-wrap .form fieldset div {
	margin: 4px 0;
}

.sydneyform-wrap .form fieldset label {
	font-size: 18px;
	color: #07178e;
	font-weight: bold;
	line-height: 26px;
}

.sydneyform-wrap input, .sydneyform-wrap select {
	padding: 3px;
	border: 1px solid #474b6a;
	font-size: 17px;
	color: #4f4f4f;
}

.sydneyform-wrap select {
	width: 150px;
}

.sydneyform-wrap .received-dvd {
	float: left;
	width: 250px;
	font-size: 11px;
	color: #4f4f4f;
}

.sydneyform-wrap .commsubscriptionblock .received-dvd input {
	width: 14px;
	margin: 0;
}

.sydneyform-wrap .commsubscriptionblock .submit-free input {
	width: 461px;
	height: 63px;
	background: url(../images/btn-booktickets.png) no-repeat top center;
	padding-top: 60px;
	margin-top: 0;
}

.sydneyform-wrap .commsubscriptionblock .submit-free input:hover {
	background-position: bottom center;
}