@charset "utf-8";
/* CSS Document */

body {
	background-color: #0a0000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
}


p {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom:15px;
}	

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom:10px;
	
}



h2 span {
	
	font-family: "BaskervilleCyrLTStd", Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	font-size-adjust:none;
	font-style:normal;
	font-variant: small-caps;
	text-align: right;
	font-weight:normal;
	line-height:normal;
	text-transform:uppercase;
	color:#999;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.3);
	
}

h3 {
	font-size:16px;	
	color: #666;
	font-weight: bold;
	margin-top: 20px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin:0 0 10px 0;
}

a, a:hover {
	color: #000;

}

a:hover {
	text-decoration: underline;
}


.bold {
	font-weight: bold;

}

.header {

	width: 870px;
	margin: 0 auto;
	background: black url(../images/header.png) repeat-x scroll 0px 0px;
	overflow: hidden;

}

.header h1 {
	width: 212px;
	height: 129px;
	background: url(../images/logo.png) repeat-x scroll 0px 0px;
	text-indent:-500em;
	margin: 19px 0 0 44px;
	float:left;
}

.header h1 a {
	width: 212px;
	height: 129px;
	display:block;
}

.header p.emailenquiries {
	color: #fff;
	background: url(../images/contactusemail_notel.png) no-repeat scroll 0px 0px;
	float:left;
	margin-left:53px;
	margin-top: 66px;
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent:-500em;
	padding-top:35px;

}

.header p.emailenquiries a {
	color: #FFFFFF;
}

.header p.emailenquiries a:hover {
	text-decoration: underline;
}

.header p.freenewsletter {
	float: left;
	color: #fff;
	background: url(../images/getfreeenews.png) no-repeat scroll 0px 0px;
	text-indent:-500em;
	width: 230px;
	height: 40px;
	margin-left:38px;
	margin-top:62px;
}

.header form.freenewsletter {
	float: left;
	color: #fff;
	margin-left:38px;
	margin-top: 0;
	vertical-align: top;
	display: inline;
}

.freenewsletter input {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	
}

.freenewsletter input.email {
	font-size: 12px;
 	background-color: #fff;
	border: 1px solid #999999;
	color: #999999;
	float: left;
	padding:8px 2px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.freenewsletter input.go {
	height: 33px;
	width: 37px;
	float: left;
	margin-left: 10px;
	display: inline;
}

/* @group NavBar */

/*
*	Setup
*/
ul.cssmenu {
	height: 43px;
	list-style: none;
	padding: 0px;
	padding-top: 27px;
	clear: both;
	display: inline-block;
	overflow: hidden;
}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	background: url('../images/linkbar.png');
	}

/*
*	Normal Links
*/
ul.cssmenu li.home a {
	background-position: 0 0;
	width: 116px;
	height: 43px;
	}

ul.cssmenu li.lecturecats a {
	background-position: -116px 0px;
	width: 203px;
	height: 43px;
	}
ul.cssmenu li.account a {
	background-position: -553px 0;
	width: 234px;
	height: 43px;
	}
ul.cssmenu li.login a {
	background-position: -319px 0;
	width: 108px;
	height: 43px;
	}
	
ul.cssmenu li.register a {
	background-position: -427px 0;
	width: 126px;
	height: 43px;
	}
	
ul.cssmenu li.faqs a {
	background-position: -788px 0;
	width: 108px;
	height: 43px;
	}
	
ul.cssmenu li.areyouexpert a {
	background-position: -894px 0;
	width: 209px;
	height: 43px;
	}

/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: 0 -43px;
	}

ul.cssmenu li.lecturecats a:hover {
	background-position: -116px -43px;
	}

ul.cssmenu li.account a:hover {
	background-position: -553px -43px;
	}

ul.cssmenu li.login a:hover {
	background-position: -319px -43px;
	}
	
ul.cssmenu li.register a:hover {
	background-position: -427px -43px;
}

ul.cssmenu li.faqs a:hover {
	background-position: -788px -43px;
	}

ul.cssmenu li.areyouexpert a:hover {
	background-position: -894px -43px;
	}

/*
*	Clicked Links

ul.cssmenu li.home a:active {
	background-position: 0 -43px;
	}

ul.cssmenu li.lecturecats a:active {
	background-position: -150px -88px;
	}

ul.cssmenu li.login a:active {
	background-position: -300px -88px;
	}
ul.cssmenu li.register a:active {
	background-position: 0 -43px;
	}

ul.cssmenu li.faqs a:active {
	background-position: -150px -88px;
	}

ul.cssmenu li.areyouexpert a:active {
	background-position: -300px -88px;
	}
*/

/*
*	Selected/Active Links
*/
ul.cssmenu li.home a.selected {
	background-position: 0 -43px;
	}

ul.cssmenu li.lecturecats a.selected {
	background-position: -116px -43px;
	}

ul.cssmenu li.login a.selected {
	background-position: -319px -43px;
	}
	ul.cssmenu li.register a.selected {
	background-position: -427px -43px;
	}
ul.cssmenu li.account a.selected {
	background-position: -553px -43px;
	}

ul.cssmenu li.faqs a.selected {
	background-position: -788px -43px;
	}

ul.cssmenu li.areyouexpert a.selected {
	background-position: -894px -43px;
	}

.menu_flyout {
	width: 160px;
	position: absolute;
	top: 0px;
	display: none;
	z-index: 1000;
}

.menu_flyout#menu_categories {
	margin: 215px 0 0 117px;
}

/*
.menu_flyout_tab {
	width: 87px;
	height: 13px;
	float: left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #333333;
	text-indent: -500em;
	display: block;
}

#menu_aboutus .menu_flyout_tab {
	width: 73px;
	background-image: url(images/menu-about.png);
}

.menu_flyout_tab a {
	color: red;
}
*/

.menu_flyout_box {
	clear: both;
	width: 180px;
	padding: 10px;
	background-color: #d2d2d2;
	font-size: 12px;
	color: #FFFFFF;
}

.menu_flyout_box a {
	height: 11px;
	display: block;
	float: left;
	/* text-indent: -500em; */
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}

/*
.menu_flyout_box a.menu-categories {
	width: 169px;
	background-image: url(images/menu-visionandvalues.png);
}

.menu_flyout_box a:hover.menu-categories  {
	background-position: 0 -15px;
	background-repeat: no-repeat;
}
*/

.menu_flyout_box a:hover {
	color: #cc0000;
	text-decoration: none;
}

/* @end */



.main {
	width: 798px;
	max-width: 798px;
	padding: 30px 28px 40px 42px;
	margin: 0 auto;
	background: white url(../images/mainbg.png) repeat-x scroll 0px 0px;
	border: 1px #999999 solid;
	min-height: 100%;
	overflow: hidden;
}

.leftmenu {
	
	float: left;
	width: 139px;
	padding-right: 40px;
	padding-bottom: 155px;
	max-width: 179px;
	text-align: justify;
}

.leftmenu h3 a {
	margin-bottom: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #999999;	
	display: block;
}

.leftmenu h3 a:hover {
	color: #666666;
	text-decoration: none;
}

div.content {
	float: right;
	width: 619px;

}

div.content p {
	color: #666666;
	padding: 0 0 20px;
	line-height: 18px;
}

div.content a.taketest {
	display: block;
	background: url(../images/takeatest.png) repeat-x scroll 0px 0px;
	width: 198px;
	height: 28px;
	float: right;
}

div.content h2,
div.content h2 a {
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	text-align: left;
}

div.content h2.takeatest {
	line-height: 28px;
}

div.content .faqs h2 {
	font-size:16px;
	margin-bottom:5px;
}

div.content .faqs p {
	margin:0 0 15px 0;
	padding:0;
}

div.chapters {
	clear: both;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 23px 0px 23px 0px;
	display: inline-block;
}

/*
.chapter:first-child {
	margin: 0px 0px 0px 0px;
	
	}
*/
	
.chapter{
	width: 100px;
	max-width: 100px;
	margin: 0 29px 20px 0;
	display: inline-block;
	float: left;
}

.chapter.end {
	margin-right: 0;
}

div.chapter p {
	
	margin: 0px;
	padding: 0px;
	color: #666;
	text-align: left;
	
}

.chapter h3,
.chapter h3 a {
	color: #666;
}

.chapter h3 a:hover {
	color: #666;
}

.chapter h4,
.chapter h4 a {
	
	margin-top: 15px;
	color: #666;
	font-weight: bold;
	
}

div.percentages {
	
	clear: both;
	display: inline-block;
	height: 18px;
	max-height: 18px;
	width: 619px;
	max-width: 619px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-top: 25px;
	
}

div.nopercent {
	float: left;
}
div.percent {
	float: left;
	width: 545px;
}
div.pointer{
	width: 40px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #cc0000;
}

div.fullpercent {
	width: 20px;
	float: right;
	
}

div.progressbar {
	clear: both;
	height: 18px;
	max-height: 18px;
	width: 619px;
	max-width: 619px;
	background: url(../images/percentagebarback.png) repeat-x scroll 0px 0px;
	margin-top: 20px;
}

div.barfillstart{
	background: url(../images/barfillstart.png) repeat-x scroll 0px 0px;
	height: 18px;
	max-height: 18px;
	float: left;
	padding: 0;
	margin: 0;
	width: 10px;
	max-width: 10px;
}

div.barfill{
	background: url(../images/barfill.png) repeat-x scroll 0px 0px;
	height: 18px;
	max-height: 18px;
	float: left;
	padding: 0;
	margin: 0;
	max-width: 599px;
}

div.barfillend{
	background: url(../images/barfillend.png) repeat-x scroll 0px 0px;
	height: 18px;
	max-height: 18px;
	float: left;
	padding: 0;
	margin: 0;
	width: 10px;
	max-width: 10px;
	width: 60px;	
}

div.watchedmessage {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

div.watchedmessage p {
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
div.watchedmessage span {
	color: #cc0000;
}

.contentfooter {
	clear: both;
	text-align: left;
	margin-top: 28px;
	
}

div.contentfooter a {
	display: inline-block;
	font-weight: bold;
	color: #666666;
	
}

div.contentfooter a.padding {
	
	margin-top: 10px;
	
}

.contentfooter div {
	float: left;
	width: 189px;
	min-width: 189px;
	max-width: 189px;
}

#downloads div {
	
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	float: right;
}

#downloads img {
	
	border: 0px solid #000;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

#downloads .extrapadding {
	margin-left: 39px;
	
}
.leftpadding {
	padding-left: 25px;
}
div.contentfooter p {
	padding: 20px 0 0 0;
	margin: 0;
}

div.contentfooter p.nopadding {
	padding: 0 0 0 0;
}
div.contentfooter h2 {
	
	font-size: 16px;
	
}

div.contentfooter img {
	border: 1px solid #cc0000;
	float: right;
	margin-left: 10px;
	margin-top: 3px;
}


div.contentfooter h3 {
	display: inline-block;
	padding-top: 0px;
	color: #cc0000;
	font-size: 12px;
	
}

div.contentfooter h3 a {
	display: inline-block;
	padding-top: 0px;
	color: #cc0000;
	font-size: 12px;
	
}

.chapter h5 {

	color: #666;
	font-weight: bold;
	
}

.video-thumb {
	width: 90px;
	height: 90px;
	padding: 5px;
	background: url(../images/vidwindow-thumb.png) repeat-x scroll 0px 0px;
}

.video-thumb img {
	border: 1px solid #aeaeae;
}

.video-thumb img.play {
	border:0;
	position:absolute;
	margin: 34px 0 0 30px;
}

.video-listing {
	width: 177px;
	height: 135px;
	padding: 5px;
	background: url(../images/vidwindow-listing.png) repeat-x scroll 0px 0px;
}

.video-listing img {
	border: 1px solid #aeaeae;
}

.footer {
	padding-top: 138px;
	padding-bottom:30px;
	color: #FFFFFF;
	width: 870px;

	margin: 0 auto;
	background: black url(../images/footer.png) repeat-x scroll 0px 0px;
	clear: both;
}

.copyright {
	text-align:center;
	font-size: 14px;

}

.footerlinks {
	color: #666666;
	margin-top: 5px;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
}

.footerlinks a {
	color: #666666;
}

.footerlinks a:hover {
	text-decoration: underline;
}

div.content div.error, div.content div.error p, div.content div.error ul li {
	color:#CC0000;
}

div.content div.error ul {
	list-style:disc;
	margin:10px 0 20px 15px;
}

.column1 {
	width: 200px;
	clear:both;
	float:left;
	margin-right:19px;
}

.column2 {
	width: 400px;
	float:left;
}

/*---- GENERIC LISTINGS PAGE ----*/
.listing .item {
	margin-bottom: 15px;
	overflow: hidden;
}

.listing .item img {
	float: right;
	margin-left: 30px;
	border: 1px solid #e26d6d;
}

.column2-sub {
	width:200px;
	float:left;
}

#utility {
	position:absolute;
	margin: -10px 0 0 620px;
	width:200px;
	text-align:right;
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
}

#utility a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:inline;
	width:auto;
	height:auto;
	font-weight:normal;
}

/*---- GENERIC DETAIL PAGE ----*/
#right-col {
	width: 250px;
	margin-left: 30px;
	float: right;
}

#right-col img.detail {
	border: 1px solid #e26d6d;
	margin-bottom: 20px;
}

#right-col .associated-details h2 {
	margin-bottom: 10px;
	font-size: 16px;
}

#right-col .associated-details .item {
	margin-bottom: 15px;
}

#right-col .associated-details .item h3,
#right-col .associated-details .item h3 a {
	margin: 0;
	font-size: 14px;
	color: #cc0000;
}

#right-col .associated-details .item p {
	padding-bottom: 5px;
}

a.readmore {
	color: #666666;
	font-weight: bold;
}

.break {
	height: 1px;
	overflow: hidden;
	clear: both;
}

#basket {
	width:400px;
}

#basket td {
	
	border-bottom:1px solid #DDD;
	vertical-align:middle;
	line-height:22px;
}

#basket tr#basket_total td {
	border-bottom:0px solid #DDD;
	border-top:1px solid #AAA;
	font-weight:bold;
}

#basket td.removecol, #basket tr#basket_total td.removecol {
	border-bottom:0;
	border-top:0;
	text-align:right;
	width:22px;
	vertical-align:middle;
}

#basket input {
	float:right;
	margin-top:15px;
	margin-right: 20px;
}

div.presenations {
	clear: both;
	width: 100%;
	margin: 23px 0px 23px 0px;
	display: inline-block;
}
	
.presentation{
	width: 187px;
	margin: 0 29px 20px 0;
	display: inline-block;
	float: left;
}

.presentation.end {
	margin-right: 0;
}

div.presentation p {
	margin: 0px;
	padding: 0px;
	color: #666;
	text-align: left;
}

.presentation h3,
.presentation h3 a {
	color: #666;
}

.presentation h3 a:hover {
	color: #666;
}

.presentation h4 {
	margin: 15px 0;
	color: #666;
	font-weight: bold;
}

h4 span {
	font-weight:normal;
}

/*- float button right -*/
.button-right {
	float: right;
}

#popup_background {
	display:none;
	background-color:#000000;
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
}

#popup_content {
	width: 624px;
	height:400px;
	display:none;
	position: absolute;
	top:130px;
	z-index:2;	
}

#documents .item {
	width: 280px;
	margin-right: 40px;
	float: left;
	display: inline;
}

#documents .item.end {
	margin-right: 0;
}

#documents .item h3,
#documents .item h3 a {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

#documents .item img {
	float: left;
	display: inline;
}

#documents .item a.download {
	margin-left: 10px;
	padding: 1px 0;
	display: block;
	float: left;
	font-weight: bold;
	color: #666666;
}

/*---- ARE YOU AN EXPERT? FORM ----*/
form .row {
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}

form .row label {
	height: 10px;
	width: 200px;
	padding: 8px 0;
	font-weight: bold;
	color: #666666;
	float: left;
}

form .row input.text {
	padding: 4px;
	border: 1px solid #999999;
}

form .row input.text.captcha {
	color: #666666;
	font-style: italic;
}

form .captcha label {
	width: 400px;
	padding: 15px 0 10px;
	font-weight: bold;
	color: #666666;
	float: left;
}

form .row label.captcha {
	height: 52px; 
	padding: 0;
}

.paymentmethods {
	position: absolute; 
	margin: -325px 0 0 40px;
}

#welcomeimage {
	margin: 0 0 25px -5px;
}

#close {
	width: 28px;
	height: 28px;
	background-image:url(/images/close.png);
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	margin: -13px 0 0 608px;
}

.enquirytext{
	padding:5px;
	border:1px solid #999999;
	padding:4px;
	width:250px;
	height:100px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

#homeplayer {
	padding-bottom:20px;
}

#packages {

margin-bottom:15px;
}

#packages a {
	display:block;
	background-image:url(/images/packages.png);
	width:118px;
	height:37px;
	text-indent:-500em;
}