/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* removed -    *{padding: 0; margin: 0;}       */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
	
/* end thickbox */
	
}
#holder {
	width: 800px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;


}
body {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;


}
#content {
	width: 760px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-style: normal;


}

p {
	text-align: left;
}

.img-centre {
	text-align: center;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 1.5em;
	line-height: normal;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.5em;
	line-height: normal;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #000066;

}
ul {
	text-align: left;
	line-height: 1.85em;

}

#intro {
	padding-left: 70px;
	padding-right: 70px;

}

.imgleft {
	float: left;
	padding-right: 25px;
	padding-bottom: 10px;

}
#introbox {
	float: left;
	width: 100%;
}
h3 {
	font-size: 1.25em;
	color: #000066;
	text-align: left;
}
.info1 {
	background-color: #eef5f9;
	width: 550px;
	border: 1px solid #80c4fe;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
.bullet {
	background-image: url(images/checkblu.gif);
	width: 90%;
	background-repeat: no-repeat;
	padding-left: 33px;
	background-position: left top;
	line-height: 1.7em;
}
.bulletvideo {
	margin-left: 5px;
	margin-top: 15px;
	margin-right: 10px;
	line-height: 1.5em;
}
.imgrt {
	float: right;
	padding-left: 15px;
}
a, a:link, a:hover, a:visited, a:active {
	color: #0066FF;
	text-decoration: none;
}
.infopay {
	padding: 15px;
	width: 450px;
	border: 1px dashed #3399FF;
	left: auto;
	right: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;




}
.subhead {
	font-size: 1.5em;
	line-height: normal;
	color: #000066;
	text-align: center;
	font-weight: bold;
	padding: 10px 60px 5px;

}
.subtitle {
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
	padding-right: 65px;
	padding-left: 65px;
	text-align: center;

}
.linkbig {
	font-size: 2.1em;
	line-height: normal;
	font-weight: bold;
	color: #0099CC;
	text-decoration: underline;

}
.txtbig {
	font-size: 1.85em;
	line-height: normal;
	font-weight: bold;
	color: #b11622;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;

}
.footer {
	text-align: center;
	padding: 35px;
	color: #666666;
	font-size: .85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
.txtredbold {
	font-weight: bold;
	color: #CC0000;
	font-size: 1.3em;
	line-height: normal;

}
.txtbgdyel {
	background-color: #FFFF00;
}
.txtlead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: #CCFF99;
	font-weight: bold;
	line-height: normal;

}
.txthead1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #996633;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 30px;
	line-height: normal;
	margin-top: 25px;

}
.txthead2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #003366;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 25px;
	line-height: normal;
}
.boxrt {
	padding: 10px;
	float: right;
	border: thin dashed #0099FF;
	width: 100px;
	margin-left: 30px;
}
.txthead3 {

	font-size: 1.4em;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: normal;
}
.txtbigletter {
	font-size: 1.9em;
	font-weight: bold;
}
.txthead4 {
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: normal;
	color: #CC0000;

}
.boxrt2 {
	padding: 10px 5px 10px 10px;
	float: right;
	width: 145px;
	margin-left: 30px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
.txtsmall {
	font-size: 0.75em;
}
.testbox {
	float: right;
	width: 175px;
	padding: 0px 0px 0px 15px;





}
.testboxtop {
	background-image: url(images/bg_testim_top.jpg);
	background-repeat: no-repeat;
	height: 14px;






}
.testboxtmid {
	background-image: url(images/bg_tesim_middle.jpg);
	background-repeat: repeat-y;
	padding: 0px 12px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;






}
.testboxbtm {
	background-image: url(images/bg_testim_btm.jpg);
	height: 16px;

}
.testboxlft {

	float: left;
	width: 175px;
	padding: 0px 15px 0px 0px;
}
.txtsubintro {
	margin-top: 5px;
	margin-right: 65px;
	margin-bottom: 0px;
	margin-left: 60px;
	font-weight: bold;
	color: #000066;
	font-size: 1.25em;
	text-align: center;


}
.subhead2 {

	font-size: 1.5em;
	line-height: normal;
	color: #000066;
	text-align: center;
	font-weight: bold;
	padding: 10px 60px 5px;
}
.txttesthd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #000066;
	display: block;
	font-style: normal;



}
.boxbonus {
	padding: 10px;
	border: 1px solid #999999;
	margin-right: 150px;
	margin-left: 150px;
	margin-top: 30px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.7em;
	text-align: center;
	color: #B11622;
	font-weight: bold;


}
.boxbonusholder {
	width: 500px;
	border: 1px dashed #999999;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 40px;
	height: auto;






}
.listarrow {
	text-align: left;
	list-style-image: url(images/arrowgry.gif);
	list-style-position: outside;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	list-style-type: none;
	padding-left: 5px;








}
li {
	margin-bottom: 10px;
	line-height: 1.6em;
	padding-left: 5px;








}
.sidebar {
	list-style-type: disc;
	width: 70%;

}
.sidebarindent {
	margin-right: 30px;
	margin-left: 30px;
}
.lessonbox {
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
	padding-left: 60px;
	text-align: left;
	padding-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;


}
.boxholdergry {
	width: 75%;
	border: 1px dashed #999999;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 30px;

}
.txtregblu {
	font-weight: bold;
	color: #003366;
}
.txthyperlinknot {
	color: #0066FF;
}
.boxadvert {
	padding: 10px;
	width: 220px;
	border: 2px dotted #0033FF;
}
.boxholderblu {

	width: 75%;
	border: 1px dashed #0033FF;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.boxholderblack {

	width: 75%;
	border: 1px solid #000000;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.boxideasholder {
	margin-bottom: 10px;
	border: 1px solid #990000;



}
.txtregred {
	font-style: italic;
	color: #990000;
}
.boxanysizegry {
	padding: 15px;
	border: 1px dashed #FFFF00;
	width: 300px;


}
.boxinfo {
	background-image: url(images/info.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 65px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px dotted #3399FF;
	text-align: left;
	background-position: 10px;
	width: 325px;



}
.boxbonustop {
	background-image: url(images/bonusheader.gif);
	background-repeat: repeat-x;
	height: 15px;
	width: auto;
	margin-bottom: 10px;
}
.txtbonusheader {
	font-size: 1.7em;
	color: #990000;
	padding: 10px;
	margin-bottom: 15px;


}
.listbullet {
	text-align: left;
	list-style-image: url(images/bulletred.jpg);
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding-left: 10px;
	top: 5px;
	vertical-align: top;




}
.txtboxbonusfooter {
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #990000;
	font-weight: bold;


}
.boxtools {
	background-image: url(images/icon-tools.jpg);
	margin-bottom: 25px;
	padding-left: 50px;
	background-repeat: no-repeat;
}
.txtresourceheader {
	font-size: 1.5em;
	color: #CC0000;
	text-align: left;
	text-decoration: underline;






}
.boxred {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: thin dashed #FF0000;
	width: 400px;
	text-align: left;
	color: #333333;
	font-weight: bold;
	font-style: italic;





}
.boxrecommended {

	background-image: url(images/icon-recommended.jpg);
	margin-bottom: 25px;
	padding-left: 50px;
	background-repeat: no-repeat;
}
.boxinformation {


	background-image: url(images/icon-recommended.jpg);
	margin-bottom: 25px;
	padding-left: 50px;
	background-repeat: no-repeat;
}
.boxvideo {



	background-image: url(images/icon-video.jpg);
	margin-bottom: 25px;
	padding-left: 50px;
	background-repeat: no-repeat;
}
.boxsupport {




	background-image: url(images/icon-mail.gif);
	margin-bottom: 25px;
	padding-left: 50px;
	background-repeat: no-repeat;
}
.boxresourceholder {
	width: 100%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;

}
.txtorderhead {
	font-size: 1.5em;
	font-weight: bold;
	color: #000066;
	text-align: left;
	margin-top: 35px;
	margin-bottom: 10px;
	line-height: normal;


}
.boxorderholder {
	width: 370px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.txtordersubhead {

	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 30px;
	line-height: normal;
}
.txtordersidebar {
	font-size: .95em;
	color: #333333;
	padding-left: 10px;


}
.infopay2 {

	padding: 15px;
	width: 360px;
	border: 1px dashed #3399FF;
	left: auto;
	right: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.boxlft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.boxanysizecentre {
	margin-right: auto;
	margin-left: auto;
	border: 3px dashed #990000;
	padding: 15px;
	margin-top: 15px;

}
#menubox  {
	float: right;
	width: 140px;
	text-align: left;
	display: block;
	overflow: auto;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	list-style-image: none;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#menubox ul       {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#menubox li {
	list-style-image: none;
	padding: 0px;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

