html,body {
	width: auto;
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFFFFF;
	font-family: "Tebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
}

/*
	Default Fonts
					*/
					
h1, h2, h3, h4, h5 {
	font-family: "Tebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	padding: 10px 0;
	margin: 0;
}
h1 {
	font-size: 15pt;
	color: #CC0000;
}
h2 {
	font-size: 14pt;
	color: #003366;
}
h3 {
	/*color: #484848;*/
	font-size: 12pt;
	color: #000000;
/*	margin: 0 0 0 0;
	padding: 0 0 0 0;*/
}

a:visited {
}

a:active {
}

a:hover {
}

ul li, ol li {
	margin-bottom: 15px;
}


/*
	ID Elements
					*/

.red {
	color: #FF0000;
}

#page_container {
	width: 760px;
	/*height: 100%;*/
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/pagecontainer_bg.png);
	background-repeat: repeat-y;
}

#page {
	width: 750px;
	/*height: 100%;*/
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #000000;
	border-top: solid 3px #000000;
}

#header {
	width: 100%;
	height: 130px;
	background-image: url(/images/header_bg.png);
	background-repeat: repeat-x;
	float: left;
	clear: both;
	display: block;
}

#tabmenu {
	height: 30px;
	position: relative;
	float: right;
	padding: 0;
	top: 52px;
	margin: 0 5px 0 0;
}

/* Linux FF & Opera */
.linux #tabmenu {
	top: 56px;
}

/* IE6 */
* html #tabmenu {
	top: 49px;
}

/* IE7 */
html>body #tabmenu {
	*top: 56px;
}

#navmenu {
	width: 100%;
	height: 30px;
	float: left;
	background-color: #000000;
	background-image: url(/images/navmenu_bg.png);
	background-repeat: repeat-x;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	clear: left;
	display: block;
}

/* IE6 */
* html #navmenu {
	margin-top: -4px;
}

/* IE7 */
html>body #navmenu {
	margin-top: -5px;
	float: left;
	right: -9px;
}

#content {
	width: auto;
	height: auto;
	padding: 10px;
	clear: both;
}

.main_full {
	padding: 0 40px;
}

#main {
	font-family: "Tebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	width: 470px;
	float:left;
	margin: 0 0 0 0;
	padding: 0 10px 0 20px;
	text-align: left;
}

#footer {
	clear:both;
	display: block;
	padding: 10px;
	background-color: #d9d9d9;
	text-align: center;
	margin: 10px;
}


/*
	Classes
				*/

#header .logo {
	float: left;
	margin-left: 5px;
}

#header .right {
	width: 500px;
	height: 95px;
	float: right;
}

/* IE6 */
* html #header .right {
	position: relative;
	right: 0px;
}

#header .login {
	height: 20px;
	float: right;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/login_corner.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 15px;
	color: #CCCCCC;
}

#header .account {
	height: 20px;
	float: right;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/login_corner.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 15px;
	color: #CCCCCC;	
}

/* Linux FF & Opera
.linux #header .login {
	width: 225px;	
} */


/*
	Elements
				*/
#header h1 {
	display: none;
}

#header .logo img {
	border: none;
}

#header .login a, #header .account a {
	font-size: 10pt;
	color: #FFFFFF;
	margin-left: 1px;
}

#header .login a:hover, #header .login a:visited:hover,
#header .account a:hover, #header .account a:visited:hover,  {
	text-decoration: none;
}


/* NEW TABMENU */

#menu {
	float: right;
	position: relative;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	top: 45px;
}

/* IE6 */
* html body #menu {
	top: 49px;
}

/* IE7 */
html>body #menu {
	*top: 48px;
}

#menu ul {
	float: right;
	margin: 0 5px 0 0;
}

/* IE 6 */
* html body #menu ul {
	margin: 0 2px 0 0;
}

#menu ul li {
	float: left;
	margin: 0 2px 0 0;
	background-color: #CC0000;
	background-image: url(/images/tabmenu_outer_bg.png);
	background-repeat: repeat-x;
	border: solid 1px #000000;
	border-bottom: none;
	list-style: none;
	padding: 2px;
	height: 25px;
	line-height: 25px;
}

#menu ul li a {
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
	background-image: url(/images/tabmenu_inner_bg.png);
	background-repeat: repeat-x;
	line-height: 25px;
	padding: 5px;
}

#menu ul li a:hover {
	background-color: #CC0000;
	background-image: url(/images/tabmenu_inner_over.png);
	background-repeat: repeat-x;
	line-height: 25px;
	padding: 5px;
}

/* IE6 */
* html body #menu ul li a,
* html body #menu ul li a:hover {
	*padding: 6px;
}

/* IE7 */
html>body #menu ul li a,
html>body #menu ul li a:hover {
	*padding: 6px 5px;
}

#tabmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	float: right;
}

/* IE6 */
* html #tabmenu ul {
	margin-top: 4px;
}

/* IE7 */
html>body #tabmenu ul {
	*margin-top: 22px;
	*padding: 1px;
}

#tabmenu ul li {
	width: auto;
	height: 30px;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-right: 2px;
	background-image: url(/images/tabmenu_outer_bg.png);
	background-repeat: repeat-x;
	border: solid 1px #000000;
	border-bottom: none;
}

/* IE6 */
* html #tabmenu ul li {
	padding-top: 0px;
	padding-bottom: 6px;
	padding-right: 0;
}

/* IE7 */
html>body #tabmenu ul li {
	*padding-top: 5px;
	*padding-bottom: 0;
	*background-position: bottom;
}

#tabmenu ul li a {
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	background-image: url(/images/tabmenu_inner_bg.png);
	background-repeat: repeat-x;
	letter-spacing: normal;
}

/* Linux FF & Opera */
.linux #tabmenu ul li a {
	padding-top: 4px;
}

/* IE6 */
* html #tabmenu ul li a {
	position: relative;
	top: 2px;
	padding-top: 3px;
	margin-right: 2px;
}

/* IE7 */
html>body #tabmenu ul li a {
	*position: relative;
	*top: -3px;
	*padding: 3px;
	*padding-left: 5px;
	*padding-right: 5px;
}

#tabmenu ul li a:hover, #navmenu ul li a:visited:hover {
	background-image: url(/images/tabmenu_inner_over.png);
}

#navmenu ul {
	margin: 0;
	margin-top: 6px;
	padding: 0;
	list-style: none;
}

#navmenu ul li {
	display: inline;
}

#navmenu ul li a {
	position: relative;
	color: #FFFFFF;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-right: solid 1px #727272;
	letter-spacing: normal;
}

#navmenu ul li a:hover, #navmenu ul li a:visited:hover {
	background-color: #303030;
	background-image: url(/images/navmenu_over.png);
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
}

#footer a, #footer p , #footer {
	font-size: 8pt;
	color: #666666;
}

.johnsonbox {
  background-color: #FFFFDD;
  width: 85%;
  margin: 0px auto 20px;
  padding: 10px;
  border: 1px solid #dddddd;
}

.johnsonboxcenter {
  background-color: #FFFFDD;
  margin: 0 0 0 50px;
  width: 75%;
  border: 1px solid #dddddd;
  text-align: center;
  color: #000;
}

.johnsonbox2 {
  background-color: #FFFFDD;
  width: 85%;
  margin: 0px auto 20px;
  padding: 20px;
  border: 2px dashed #000000;
  text-align: left;
}

.johnsonbox3 {
	background-color: #D5EAFF;
	border: 1px solid #000000;
	padding: 15px;
	width: 85%;
	margin: 0 auto;
}
.johnsonbox4 {
	width: 80%;
	height: auto;
	overflow: hidden;
	/*	background-color: #FFFF99;
	border: 2px solid #FF0000;*/
	border: solid 2px #003366;
	background-color: #B3D9FF;
	margin: 20px auto;
	padding: 15px;
}

.johnsonbox.grey {
	background-color:#F1F1F1;
	border:1px solid #cccccc;
}

.johnsonbox.purple {
	background-color:#E2D5FF;
	border:3px dashed #888888;
}

.bullets {
	list-style-type: disc;
}
.bullets li {
	padding: 5px;
}

.content {
	line-height:1.2em;
}


.promobox1 {
  background-color: #FFFFDD;
  margin: 0px 14px 20px 14px;
  padding: 10px;
  border: 2px solid #dddddd;
  text-align: left;
}
.promobox2 {
  background-color: #EEEEEE;
  margin: 0px 14px 20px 14px;
  padding: 10px;
  border: 2px solid #dddddd;
  text-align: left;
}
.promobox3 {
  border: 1px solid #000000;
  text-align: left;
  padding: 10px;
}
.promobox3 .yaro {
	padding: 4px;
	border: 1px solid #000000;
	margin: 4px;
}

.testimonial {
	margin: 20px;
	padding: 20px;
	border: 2px solid #DD0000;
	background-color: #FFFFCC;
}

/* New Styles July 2007 */

ul.bullets li {
	background-image: url(/images/bullets/bullet-1.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0 10px 10px 30px;
}

ul .bullets_tick {
	margin: 10px 0;
}

ul.lessons {
}

ul.lessons li {
	list-style: none;
}

.bullets_tick li {
	list-style: none;
	background-image: url(/images/bullets/dotpoint1_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 35px;
	margin: 0 20px;
}

.problogger {
	border: 5px solid #000000;
}

.breadcrumb {
	background-color: #EEEEEE;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 10px;
	display: block;
	padding: 5px;
}

.tbdat ul { padding: 0 0 20px 25px; margin: 0; }

/* Right Column */

#rightcol {
	float: right;
	margin: 0px;
	width: 220px;
	font-size: 12px;
}

#rightcol .box {
	background-color: #EEEEEE;
	padding: 10px;
	border: 2px solid #000000;
}

.testimonial .right {
	float: right;
	padding: 0 0 0 10px;
	text-align: center;
}

/* New CSS Starts from here */

.graybox-n
	{
	padding:10px;
	background:#F1F1F1;
	border:1px solid #cccccc;
	font-size:13px;
	line-height:20px;
	color:#4c4a4a;
	}
.graybox-n h3
	{
	font-family:"Trebuchet MS";
	font-weight:normal;
	margin:0px;
	line-height:normal;
	font-size:18px;
	padding:0px;
	color:#0067b8;
	}

.listarrow li
	{
	list-style-type:none;
	background:url(../images/bullets-right.gif) no-repeat;
	padding:2px 0px 5px 28px;
	color:#cc0000;
	}

.lessons dt {
	padding-right: 5px;
	float: left;
	clear: left;
	font-weight: bold;
	margin-bottom: 10px;
}
.lessons dd {
	margin-left: 100px;
	margin-bottom: 10px;
}

.fltlft
	{
	float:left;
	}

.roundgraybox
	{
	padding:0px;
	width:530px;
	font-size:14px;
	line-height:20px;
	background:#e7e7e7;
	margin: 0px auto 20px;
	}
.roundgraybox_body {
	padding:0px 20px;
}
.roundgraybox h3
	{
	font-family:"Trebuchet MS";
	font-weight:normal;
	margin:0px;
	line-height:normal;
	font-size:22px;
	padding:0px;
	color:#0067b8;
	}
.roundgraybox ul
	{
	margin:0px;
	padding:0px;
	}
.roundgraybox li
	{
	margin:0px;
	background:url(../images/graybox-list-arrow.gif) no-repeat;
	list-style-type:none;
	padding:0px 0px 10px 20px;
	}	

.botpad
	{
	padding:0px 0px 15px 0px;
	}
.questionlist ul
	{
	margin:0px;
	padding:0px;
	font-family:verdana;
	}
.questionlist li
	{
	margin:0px;
	list-style-type:none;
	background:url(../images/plus.gif) no-repeat;
	padding:0px 0px 15px 28px;
	font-size:12px;
	}	
.questionlist li h2
	{
	margin:0px;
	padding:0px;
	}	
.questionlist li a:link, .questionlist li a:visited, .questionlist li a:active
	{
	color:#0067b8;
	text-decoration:none;
	}
.questionlist li a:hover
	{
	color:#333333;
	}

.answerlist ul
	{
	margin:0px;
	padding:0px 0px 0px 12px;
	font-family:verdana;
	}
.answerlist li
	{
	margin:0px;
	list-style-type:none;
	background:url(../images/answer-list.gif) no-repeat;
	padding:0px 0px 15px 12px;
	}	
.answerlist li a:link, .answerlist li a:visited, .answerlist li a:active
	{
	color:#0067b8;
	text-decoration:none;
	}
.answerlist li a:hover
	{
	color:#333333;
	}

.hidden 
	{
	display: none;
	}
.unhidden
	{
	display: block;
	}
/* New CSS Starts from here */


.guarantee {
	width: 80%;
	margin: -80px auto 20px;
	padding: 5px 20px;
	background-color: #FFFF99;
	border: 2px solid #333333;
}
.guaratee_image {
	background-image: url(/images/guarantee_27.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 115px;
	position: relative;
	right: 0px;
	top: 10px;
	width: 100%;
	z-index: 10;
}
.guaratee_spacer {
	float: right;
	width: 50px; 
	height: 60px;
}

ol.styled {
	font-style: italic;
	font-size: 20px;
	font-family: Georgia, Times, serif;
	color: #ff0000;
	font-weight: bold;
}
 
ol.styled span {
	font-family: "Tebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
}


/*	Contact Styles	*/
.nobold {
	font-weight: normal;
}

.vert-center {
	display: table-cell;
	vertical-align: middle;
}

.border-black {
	border: solid 1px #000000;
}

ol.numbers li {
	list-style: none;
	padding: 10px 0 20px 45px;
	background-repeat: no-repeat;
}

ol li.num1 {
	background-image: url(/images/list_numbers/number1.png);
}

ol li.num2 {
	background-image: url(/images/list_numbers/number2.png);
}

ol li.num3 {
	background-image: url(/images/list_numbers/number3.png);
}

.lessons_head h4 {
	color: #0000EE;
	text-decoration: underline;
}

.lessons_head {
cursor: pointer;
position: relative;
}

.lessons_body {
}
