body
{
/*	background-color: #c2d3c1; */
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #444;
	margin: 0px;
	background-image: url(../images/bgtile.gif);
}


img
{
	border: none;
}

/***************************************************************************/
/*                           MAIN CONTENT DIVS                             */
/***************************************************************************/

#main
{
	width: 730px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#login-message
{
	font-size: 90%;
	padding: 5px 20px 5px 5px;
	text-align: right;
	margin:0px;
}

#content-container
{
	position: relative;
	text-align: left;
	width: 730px;
	margin: 0px 0px 40px 0px;
	padding-top: 20px;
	background-image: url(../images/toppicture.gif);
	background-position: 130px 0px;
	background-repeat: no-repeat;
}

#center-content
{
	position: relative;
	left: 130px;
	width: 600px;
	
	/* min-height hack for IE6 */
	min-height:540px;
	height:auto !important;
	height:540px;
	
	margin: 0px;
	margin-top: 148px;
	background-color: #efdec6;
}

#content-bottom-border
{
	position: absolute;
	top: 100%;
	left: 0px;
	width: 600px;
	height: 28px;
	background-image: url(../images/contentBottomBorder.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	
}

#content
{
	position:relative;
	margin:0px;
	width: 440px;
	min-height: 370px;
	left: 140px;
	top: -50px;
	font-size: 90%;
	z-index: 100;
}

/***************************************************************************/
/*                           CONTENT                                       */
/***************************************************************************/
div.section
{
	width: 100%;
	margin-top: 20px;
}

div.section div.header
{
	background-image: url(../images/header.gif);
	width: 440px;
	height: 35px;
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	margin-bottom: 0px;
	padding: 0px 10px;
}

div.section div.header img
{
	padding: 0px;
	margin: 2px 0px 0px;
}

div.section div.content
{
	margin-top: 0px;
	background-color: white;
	width: 420px;
	/* min-height hack for IE6 */
	/*min-height:70px;*/
	height:auto !important;
	/*height:70px;*/
	padding: 10px;
	z-index: 100;
}

div.section div.content h1
{
	font-size: 120%;
	font-weight: bold;
	color: #00a8c0;
	text-decoration: none;
	margin-bottom: 5px;
}

div.section div.content b
{
	font-weight: bold;
	color: #004294;
}

div.section div.content .homelink
{
	font-weight: bold;
	color: #004294;
}

div.section div.content p
{
	margin: 0em 0em 1em;
}


/***************************************************************************/
/*                           Home                                          */
/***************************************************************************/
#homebuttons
{
	position: relative;
	overflow: visible;
	right: -20px;
	width: 179px;
	float: right;
}

#homebuttons #buythebook img
{
	padding: 10px 0px 0px;
}

#homebuttons #threechapters
{
	position:relative;
	top: -3px;
	
}

#signature
{
	margin-bottom: 10px;
}

/***************************************************************************/
/*                           Book Bonuses                                  */
/***************************************************************************/
.collapsable-menu
{
}

.collapsable-menu .arrow
{
	width: 16px;
	height: 16px;
	background-image: url(../images/arrowright.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin: .15em 4px 0px 0px;
}

.collapsable-menu .expanded .arrow
{
	background-image: url(../images/arrowdown.gif);
}


.collapsable-menu .title
{
	float: left;
	font-size: 120%;
	font-weight: bold;
	color: #00a8c0;
	text-decoration: none;
	margin-bottom: 12px;
}

.collapsable-menu .content
{
	margin-top: 0px;
	text-align: left;
}

.collapsable-menu .collapsed .content
{
	display: none;
}

#bookbonuses-menu
{
	width: 400px;
	margin-left: 20px;
	font-size: 110%;
}

#bookbonuses-menu li
{
	margin-left: 5px;
	margin-bottom: 4px;
	color: #004294;
}

/***************************************************************************/
/*                           REGISTRATION FORMS                            */
/***************************************************************************/

.form-section
{
	margin-bottom: 10px;
}

.form-section .content
{
	border: 1px solid #d2dce4;
	width: 398px !important;
}

.form-section .title
{
	background-color: #d2dce4;
	padding: 3px 5px;
	font-weight: bold;
}

.form-row
{
	display: block;
	height: 2.5em;
}

.terms-of-use
{
	width: 100%;
	height: 100px;
	overflow: auto;
	border: 1px solid #d2dce4;
}

#terms-row
{
	margin-top: 10px;
}

#terms-row input
{
	margin-top: 4px;
}

#address-row
{
	height: 2em;
}

#address-row input,
#address-row select
{
	margin-bottom: .5em;
}

.form-row .label
{
	width: 175px;;
	float: left;
	margin-top: .2em;
	font-size: 100%;
}

.form-row .label b
{
	font-weight: normal;
	color: red !important;
}

.form-row input,
.form-row select
{
	width: 175px;
	float: left;
	margin: 0px;
	margin-bottom: 1em;
	font-size: 100%;
}

.special-offer
{
	margin: 10px;
	padding: 10px;
	border: 1px solid #d2dce4;
}

#trialoffer2
{
	display: none;
}


/***************************************************************************/
/*                           BOTTOM TEXT                                   */
/***************************************************************************/
#bottom-text
{
	font-size: 80%;
	margin-bottom: 10px;
	color: #666;
	line-height: 1.6em;
}

#bottom-text a
{
	color: #666;
}
#bottom-text a:hover {
	color: #004294;
}

#bottom-text .seperator
{
	display: inline;
	margin: 0px 5px;
}

/***************************************************************************/
/*                           LEFT BAR                                      */
/***************************************************************************/
#leftbar
{
	position: absolute;
	width: 254px;
	height: 1725px;
	left: 0px;
	top: 70px;
	background: url(../images/leftbar.gif) no-repeat left top;
}

#leftbar .logo img
{
	margin-bottom: 3px;
	border: none;
}

#leftbar .button img
{
	margin: 6px 0px 0px 0px;
	border: none;
}
#leftbar_slider {
	padding: 18px;
	background: url(../images/leftbar_slider.gif) no-repeat left bottom;
}

/***************************************************************************/
/*                           EVENTS                                        */
/***************************************************************************/
.event_short
{
	border: 1px solid #97a8be;
	padding: 10px;
	margin: 0px 5px 15px 5px;
	background-color: #f4f6f8;
}


/***************************************************************************/
/*                           LINKS                                         */
/***************************************************************************/
a
{
	color: #004294;
	cursor: pointer;
}

a:hover
{
	color: #004294;
}


/***************************************************************************/
/*                           TOP MENU                                      */
/***************************************************************************/
#mainnav
{
	width: 690px;
	height: 30px;
	margin: 0px 20px 20px 20px;
}

#mainnav ul
{
	list-style: none;
	display: inline;
}

#mainnav ul li
{
	display: inline;
	float: left;
}

#mainnav ul li a
{
	display: inline;
	float: left;
	height: 30px;
	background-image: url(../images/mainnav.gif);
}

#mainnav ul li a.home
{
	width: 50px;
	background-position: 0 0;
}

#mainnav ul li a.home:hover
{
	background-position: 0 -30px;
}

#mainnav ul li a.onlineworkshops
{
	width: 130px;
	background-position: -50px 0;
}

#mainnav ul li a.onlineworkshops:hover
{
	background-position: -50px -30px;
}

#mainnav ul li a.bookbonuses
{
	width: 100px;
	background-position: -180px 0;
}

#mainnav ul li a.bookbonuses:hover
{
	background-position: -180px -30px;
}

#mainnav ul li a.shopmm
{
	width: 160px;
	background-position: -280px 0;
}

#mainnav ul li a.shopmm:hover
{
	background-position: -280px -30px;
}

#mainnav ul li a.mmo
{
	width: 165px;
	background-position: -440px 0;
}

#mainnav ul li a.mmo:hover
{
	background-position: -440px -30px;
}

#mainnav ul li a.events
{
	width: 85px;
	background-position: -605px 0;
}

#mainnav ul li a.events:hover
{
	background-position: -605px -30px;
}
.clear {
	clear: both;
	height: 1px;
}
input#button_submit {
	float: right;
}
p.teaser {
	border: solid 1px #666;
	padding: 10px;
}
p.teaser strong {
	font-size: 1.1em;
}
div#reg_sales_copy .value {
	color: #f00;
}
div#reg_sales_copy p, div#reg_sales_copy ul li {
	font-size: 12px;
}
div#reg_sales_copy ul li {
	margin: .8em 0;
}