/* @override http://www.actioncoach.com.au/assets/css/style.css */

/* Sales page styles */
h1 {
	line-height: 32px;
}
h2 {
	line-height: 30px;
}
h3{
	line-height: 26px;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
#mainframe p, #mainframe td, #mainframe div, #mainframe li {
	line-height: 1.5em;
}
#mainframe td, #mainframe td {
	font-size: 14px;
	color: #000000;
	position: relative;
}
#mainframe h1 {
	font-size: 200%;
}
#mainframe p {
	margin: 1em 0;
	padding: 0;
}
#mainframe .component-padding {
	padding: 10px 20px;
}
#mainframe ul, #mainframe ol {
	margin-top: 0;
}
#mainframe ul li, #mainframe ol li {
	padding-top: 1em;
}

#mainframe td.sidebar.right {
	background:#fff;

	padding: 0 10px;
	position: relative;
	z-index: 50;

}

#mainframe td.sidebar.right em {
	font-size: 16px;
}

label {
	clear: left;
	width: 75px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
label.required {
	font-weight: bold;
}
.form-item {
	width: 150px;
	float: left;
  margin-bottom: 10px;
}
.johnsonbox label {
	clear: both;
	width: 110px;
}
.johnsonbox .full-width, .johnsonbox .form-item.full-width, .johnsonbox label.full-width
{
	width: 95%;
	text-align: left;
}

.johnsonbox .form-item {
	width: 300px;
}
.form-item input[type="text"], .form-item textarea, .form-item select {
	width: 100%;
}

label.error {
	color: #F00;
	font-size: 0.8em;
	width: 100%;
	text-align: left;
}
label{
	font-size: 12px;
	line-height: 24px;
}
input[type="text"].error {
	border: 1px solid #F00;
}
input[type="submit"] {
	font-size: 16px;
	margin: 10px 0 5px;
}
.contact_right.johnsonbox.blue{
	border:1px solid #6B95BF;
}
.johnsonbox{
	border: 3px solid #ea0405;
	background:#EEEEEE;	
	width: 80%;
	margin: 10px auto;
	padding: 10px;
}
.johnsonbox.grey {
	border: 1px solid #cccccc;
	background-color: #EEEEEE;
}
.johnsonbox.blue {
	background-color:#E0EBFC;
	border:2px solid #6B95BF;
}
.johnsonbox.dashed {
	border: 2px dashed #333333;
	background-color: #FFFFFF;
}
.bright-idea-doodle{
	position: absolute;
	top: 0;
	left: 0;
	margin:89px 0 0 509px;
	#margin:100px 0 0 489px;
	z-index: -5;

}
.body-padding{
	position: relative;
	z-index: 100;
}
a{
	color: #00e;
	text-decoration: underline;
}
.signup{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	position: relative;
		

}
.download-doodle{
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px 0 0 240px;
	#margin: -30px 0 0 160px;
	z-index: 100;

}
ul{
	margin: 0;
	padding: 0;
	position: static;
}


ul li{
	background: url(../images/tick.gif) no-repeat 0 12px;
	list-style: none;
	padding: 0 0 0 35px;
	line-height: 24px;

}
ol.red-round{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.red-round li{

	margin: 0;
	padding: 0 0 0 35px;
}

ol.red-round li.ol-1{
	background:transparent url(../images/bullets/bullet-red-round-1.png) no-repeat scroll 0px 12px;
}

ol.red-round li.ol-2{
	background:transparent url(../images/bullets/bullet-red-round-2.png) no-repeat scroll 0px 12px;
}

ol.red-round li.ol-3{
	background:transparent url(../images/bullets/bullet-red-round-3.png) no-repeat scroll 0px 12px;
}

ol.red-round li.ol-4{
	background:transparent url(../images/bullets/bullet-red-round-4.png) no-repeat scroll 0px 12px;
}

ol.red-round li.ol-5{
	background:transparent url(../images/bullets/bullet-red-round-5.png) no-repeat scroll 0px 12px;
}

ol.red-round li.ol-6{
	background:transparent url(../images/bullets/bullet-red-round-6.png) no-repeat scroll 0px 12px;
}

ol.red-round li.ol-7{
	background:transparent url(../images/bullets/bullet-red-round-7.png) no-repeat scroll 0px 12px;
}
ol li h3{
	color: #12407b;
	margin: 0;
	padding: 0;
}
td{
	line-height: normal;
}
.rhs{
	width: 310px;
	padding-top:10px
	
}
.btn-book-consultation .button{
	background: url(../images/btn-book-my-free-consultation.png) no-repeat 0 0;
	display: block;
	width: 279px;
	height: 40px;
	cursor: pointer;
	border: none;
	color: #fff;
}

.btn-book-consultation .button:hover{
	background-position: 0 -41px;
}
#mainframe .form-header h1{
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height:24px;
}
.form-header{
	background: url(../images/form-header.png) no-repeat 0 0;
	width: 306px;
	height: 87px;
	padding-top: 10px;
	position: relative;
	z-index: 5;
}
.form-border{
	background:#fff url(../images/form-bg.gif) repeat-x center bottom;	
	padding:1px 15px 15px;
}

.form-content{	

	position: relative;
	z-index: 10;	
	margin: -28px auto 0;
	width: 282px;	
	padding: 2px;
	border: 1px solid #005590;
	background: #fff;
}
td.component{
	position: relative;
	z-index: 999;
}
td.sidebar{
	position: relative;
	z-index: 10;
}
.dropcaps{
	float: left;
	font-size: 40px;
	line-height: 32px;
}

.flyer {
	width: 855px;
	margin: 0 auto 10px;
	overflow: visible;
	height: auto;
}
.flyer-top {
	margin: 0;
	padding: 0;
	height: 371px;
}
.flyer-left {
	float: left;
	width: 296px;
	margin: 0;
}
.flyer-right {
	float: right;
	width: 539px;
}
.registernow {
	text-align: center;
}
.testimonial {
	border: 1px dotted #cccccc;
	color: #111111;
	width: 80%;
	margin: 0 auto 10px;
	background: #eeeeee;
	padding: 10px 20px;
	background-image: url(../images/testimonial-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.testimonial .author {
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

.youtubeVideo {
	width: 425px;
	margin: 0 auto 10px;
}



#pop1_s {
	z-index: 9999 !important;
}
#pop1_b {
	z-index: 10000 !important;
}

#pop1_b ul {
	margin: 1em 0 0 0;
}

#pop1_b ul li {
	line-height: 1.5em;
	background-image: url(../images/tick-sml.jpg);
	background-position: 0 0;
	padding: 3px 0 1em 30px;
	margin: 0 0 0 3em;
}

#pop1_b p, #pop1_b td {
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
}
#pop1_b h1 {
	line-height: 1.2em;
}

#pop1_b div.spacer {
	font-size: 1px;
	width: 210px;
	height: 1px;
	margin: 0;
	padding: 0;
	display: none;
}
#pop1_b label {
	width: 85%;
	float: left;
	text-align: right;
}


#pop1_b input[type="text"] {
	border: 1px solid #333333;
	padding: 2px;
	width: 200px;
}

