body {
	font:12px Arial, Helvetica, sans-serif;
	margin:22px 0 22px 0;
}

body.white {
	background:#fff;
	color:#000;
}

body.purple {
	background:#6a0035;
	color:#fff;
}

#container {
	padding:28px 0 28px 0;
	border:#6a0035 solid 2px;
	position:relative;
	margin:0 auto;
	width:978px;
}

#container.white {
	border:#fff solid 2px;
}

#container.shade {
	background:url(images/shade_bg.png) repeat-y;
	padding:28px 0 28px 0;
	position:relative;
	margin:0 auto;
	width:943px;
	border:none;
}

#container.shade .top {
	background:url(images/shade_top.png) no-repeat;
	position:absolute;
	height:27px;
	width:943px;
	left:0;
	top:0;
}

#container.shade .bottom {
	background:url(images/shade_bottom.png) no-repeat;
	position:absolute;
	height:27px;
	width:943px;
	bottom:0;
	left:0;
}

#container .w_top_left, #container .w_top_right, #container .w_bottom_left, #container .w_bottom_right, #container .p_top_left, #container .p_top_right, #container .p_bottom_left, #container .p_bottom_right {
	position:absolute;
	height:27px;
	width:28px;
}

#container .w_top_left {
	background:url(images/white_top_left.png) no-repeat;
	left:-2px;
	top:-2px;
}

#container .w_top_right {
	background:url(images/white_top_right.png) no-repeat;
	right:-2px;
	top:-2px;
}

#container .w_bottom_left {
	background:url(images/white_bottom_left.png) no-repeat;
	bottom:-2px;
	left:-2px;
}

#container .w_bottom_right {
	background:url(images/white_bottom_right.png) no-repeat;
	bottom:-2px;
	right:-2px;
}

#container .p_top_left {
	background:url(images/purple_top_left.png) no-repeat;
	left:-2px;
	top:-2px;
}

#container .p_top_right {
	background:url(images/purple_top_right.png) no-repeat;
	right:-2px;
	top:-2px;
}

#container .p_bottom_left {
	background:url(images/purple_bottom_left.png) no-repeat;
	bottom:-2px;
	left:-2px;
}

#container .p_bottom_right {
	background:url(images/purple_bottom_right.png) no-repeat;
	bottom:-2px;
	right:-2px;
}

#header {
	margin:0 auto;
	width:839px;
}

#subscribe_news {
    position: absolute;
    padding:100px 0px 0 0;
    height: 36px;
    width: 839px;
	margin:0;
}

#subscribe_news_white {
    height: 40px;
    padding-top: 4px;
    width: 978px;
	margin:0;
    text-align: center;
}

#header ul.navigation {
	padding:0px 0 0 90px;
	list-style-type:none;
	margin:0;
}

#header ul.navigation.subpage {
	padding:0px 0 0 35px;
}

#header ul.navigation li {
	text-align:center;
	font-weight:bold;
	float:left;
}

#header ul.navigation li a {
	text-decoration:none;
	padding:20px 0 0 0;
	display:block;
	height:43px;
	width:110px;
}

#header.purple ul.navigation li a {
	color:#fff;
}

#header.purple ul.navigation li a:hover {
	background:#fff;
	color:#6a0035;
}

#header.white ul.navigation li a {
	color:#6a0035;
}

#header.white ul.navigation li a:hover {
	background:#6a0035;
	color:#fff;
}

#header.no_menu {
	height:100px;
}

#content {
	padding-bottom:30px;
	line-height:16px;
	margin:0 auto;
	width:839px;
}

#content h1 {
	margin-bottom:0;
	font-size:18px;
	color:#6a0035; /* used to be #b1005d */
	padding:0;
}

#content h2 {
	margin-bottom:0;
	font-size:16px;
	color:#6a0035;
	padding:0;
}

#content ul {
	list-style-type:none;
	padding:0 0 0 10px;
	margin:0;
}

#content ul li {
	background:url(images/tick.gif) no-repeat;
	margin:5px 0 5px 0;
	padding-left:25px;
}

#content .order_now a, #content .learn_more a {
	text-indent:-6000px;
	display:block;
	height:33px;
	width:153px;
	float:left;
}

#content .order_now a {
	background:url(images/order_now.png) no-repeat;
}

#content .learn_more a {
	background:url(images/learn_more_white.png) no-repeat;
}

#content .mentors {
	width:213px;
	float:right;
}

#content .mentors img {
	margin-bottom:10px;
}

#content .purple {
	color:#b1005d;
}

#content img {
	border:none;
}

#content .large {
  font-size: 12pt;
}

#banner {
	background:url(images/banner_bg.png) no-repeat;
	padding:13px 0 0 100px;
	margin:1px 0 10px 0;
	position:relative;
	height:298px;
	width:878px;
}

#banner h1, #banner h2 {
	text-indent:-6000px;
	padding:0;
	margin:0;
}

#banner h1 {
	background:url(images/banner_h1.png) no-repeat;
    behavior:url(iepngfix.htc);
	margin:0 0 13px 20px;
	height:42px;
	width:760px;
}

#banner h2 {
	background:url(images/banner_h2.png) no-repeat;
	height:161px;
	width:435px;
}

#banner .learn_more a {
	background:url(images/learn_more.png) no-repeat;
	margin:15px 0 0 290px;
	text-indent:-6000px;
	display:block;
	height:33px;
	width:153px;
}

#banner .player {
	position:absolute;
	height:250px;
	bottom:2px;
	width:415px;
	right:10px;
}

#banner_new {
  	background:url(images/banner_bg.png) no-repeat;
	padding:13px 0 0 100px;
	margin:1px 0 10px 0;
	position:relative;
	height:298px;
	width:878px;
}

#banner_new h1, #banner_new h2 {
    color: #6a0035;
	padding:0;
	margin:0;
}

#banner_new h1 {
	margin:0 0 13px 20px;
	height:42px;
	width:760px;
}

#banner_new h2 {
	height:161px;
	width:435px;
}

#banner_new .learn_more a {
	background:url(images/learn_more.png) no-repeat;
	margin:15px 0 0 290px;
	text-indent:-6000px;
	display:block;
	height:33px;
	width:153px;
}

#banner_new .player {
	position:absolute;
	height:250px;
	bottom:2px;
	width:415px;
	right:10px;
}

#extra_fp_text {
  background-color: white;
  color: #b1005d;
  top: -10px;
  position: relative;
  height: auto;
  width: 100%;
}

#extra_fp_text_inner {
  margin-left: 10px;
  margin-right: 10px;
}


ul#shortcuts {
	padding:0 0 0 110px;
	list-style-type:none;
	margin:0;
}

ul#shortcuts li {
	text-indent:-6000px;
	margin-bottom:5px;
	float:left;
}

ul#shortcuts li a {
	display:block;
	height:39px;
}

ul#shortcuts li.millionaire a {
	background:url(images/millionaire_interviews.png) no-repeat;
	width:105px;
}

ul#shortcuts li.boost_juice a {
	background:url(images/boost_juice.png) top no-repeat;
	width:64px;
}

ul#shortcuts li.boost_juice a:hover {
	background:url(images/boost_juice.png) bottom no-repeat;
}

ul#shortcuts li.fernwood_club a {
	background:url(images/fernwood_club.png) top no-repeat;
	width:71px;
}

ul#shortcuts li.fernwood_club a:hover {
	background:url(images/fernwood_club.png) bottom no-repeat;
}

ul#shortcuts li.napoleon_perdis a {
	background:url(images/napoleon_perdis.png) top no-repeat;
	width:67px;
}

ul#shortcuts li.napoleon_perdis a:hover {
	background:url(images/napoleon_perdis.png) bottom no-repeat;
}

ul#shortcuts li.kikki_k a {
	background:url(images/kikki_k.png) top no-repeat;
	width:50px;
}

ul#shortcuts li.kikki_k a:hover {
	background:url(images/kikki_k.png) bottom no-repeat;
}

ul#shortcuts li.la_porchetta a {
	background:url(images/la_porchetta.png) top no-repeat;
	width:75px;
}

ul#shortcuts li.la_porchetta a:hover {
	background:url(images/la_porchetta.png) bottom no-repeat;
}

ul#shortcuts li.strike_bowling a {
	background:url(images/strike_bowling.png) top no-repeat;
	width:56px;
}

ul#shortcuts li.strike_bowling a:hover {
	background:url(images/strike_bowling.png) bottom no-repeat;
}

ul#shortcuts li.adrenalin a {
	background:url(images/adrenalin.png) top no-repeat;
	width:66px;
}

ul#shortcuts li.adrenalin a:hover {
	background:url(images/adrenalin.png) bottom no-repeat;
}

ul#shortcuts li.chris_howard a {
	background:url(images/chris_howard.png) top no-repeat;
	width:66px;
}

ul#shortcuts li.chris_howard a:hover {
	background:url(images/chris_howard.png) bottom no-repeat;
}

ul#shortcuts li.active_kids a {
	background:url(images/active_kids.png) top no-repeat;
	width:63px;
}

ul#shortcuts li.active_kids a:hover {
	background:url(images/active_kids.png) bottom no-repeat;
}

ul#shortcuts li.peter_ford a {
	background:url(images/peter_ford.png) top no-repeat;
	width:62px;
}

ul#shortcuts li.peter_ford a:hover {
	background:url(images/peter_ford.png) bottom no-repeat;
}

ul#shortcuts li.hilton_hotels a {
	background:url(images/hilton_hotels.png) top no-repeat;
	width:62px;
}

ul#shortcuts li.hilton_hotels a:hover {
	background:url(images/hilton_hotels.png) bottom no-repeat;
}

#subscribe {
	background:url(images/subscribe_white.png) no-repeat 0 6px;
	padding:18px 9px 0 0;
	text-align:right;
	font-size:10px;
	margin:0 auto;
	height:37px;
	width:713px;
	color:#000;
}

#subscribe.purple {
	background:url(images/subscribe_purple.png) no-repeat 0 6px;
}

#subscribe input {
	border:#a7a6aa solid 1px;
	font-size:10px;
	height:15px;
	width:75px;
}

#subscribe button {
	font-size:9px;
}

ul#buttons {
	padding:10px 0 0 129px;
	list-style-type:none;
	margin:0;
}

ul#buttons li {
	text-indent:-6000px;
	float:left;
}

ul#buttons li a {
	margin:0 45px 0 0;
	display:block;
	height:109px;
	width:210px;
}

ul#buttons.purple li.the_key a {
	background:url(images/purple_button_the_key.png) no-repeat;
}

ul#buttons.purple li.seminars a {
	background:url(images/purple_button_seminars.png) no-repeat;
}

ul#buttons.purple li.my_passion_cd a {
	background:url(images/purple_button_my_passion_cd.png) no-repeat;
}

ul#buttons.white li.the_key a {
	background:url(images/white_button_the_key.png) no-repeat;
}

ul#buttons.white li.seminars a {
	background:url(images/white_button_seminars.png) no-repeat;
}

ul#buttons.white li.my_passion_cd a {
	background:url(images/white_button_my_passion_cd.png) no-repeat;
}

p.copyright {
	text-align:center;
	font-size:11px;
	width:100%;
}

body.purple p.copyright a {
	/* background:url(images/cp_asteriskwhite.gif) no-repeat right; */
	color:#fff;
}

body.white p.copyright a {
	/* background:url(images/cp_asteriskpink.gif) no-repeat right; */
	color:#999999;
}

p.copyright a {
	text-decoration:none;
	padding:0 0 0 20px;
}

p.copyright a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

.error {
    color: red;
}

.result {
    color: green;
}

