html, body {
	min-width: 1017px;
	margin: 0px;
	padding: 0px;
    font-family: 'Arial', 'Sans-Serif';
    font-size: 8pt;
	color: #ffffff;
}

body {
	background: url('../imgs/BodyBg.png') repeat-x left top;
}

img {
    border-style: none;
}

input,
select,
textarea {
    font-family: 'Arial', 'Sans-Serif';
    font-size: 8pt;
}

input.watermarked,
select.watermarked {
    color: #00aeef;
}

a {
	color: #ffffff;
	text-decoration: none;
}

ul {
	margin: 14px 10px 0px 30px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	list-style-image: url('../imgs/Tick.png');
	list-style-position: outside;
}

ul.plain {
	margin: 0px 0px 0px 16px;
	font-weight: normal;
	list-style-image: none;
	list-style-type: disc;
}

ul li {
	padding-left: 0px;
	margin-bottom: 6px;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.rounded {
	margin: 0px;
    padding: 2px 4px 2px 4px;
	border: solid 2px #ffffff;
}

.roundedNP {
	margin: 0px;
    padding: 2px 4px 2px 4px;
	border: solid 2px #ffffff;
}

.roundedInner {
	margin: 10px;
}

.hidden {
    visibility: hidden;
}

div.popupMenuWrapper {
	position: absolute;
    z-index: 10;
}

div.popupMenu {
    display: none;
    background-color: #0080C2;
    border: solid 3px #ffffff;
}

div.popupMenu span {
	font-weight: bold;
	font-size: 10pt;
    line-height: 20px;
    padding-left: 2px;
    cursor: pointer;
}

div.popupMenu a {
    display: block;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    margin: 0px 2px 2px 2px;
    padding-left: 6px;
}

div.popupMenu a:hover {
    background-color: #62A6E3;
}

.header {
    display: block;
    height: 131px;
	background: url('../imgs/HeaderBg.png') repeat-x left top;
}

.header img.logo {
	float: left;
	margin: 8px 0px 0px 22px;
}

.header div#HomeIndicator {
	position: absolute;
	left: 340px;
	top: 64px;
	display: none;
	text-decoration: underline;
}

.header div#RightImages {
    float: right;
    min-height: 92px;
    max-height: 92px;
    vertical-align: middle;
}

.navigation
{
    clear: both;
    min-height: 39px;
    max-height: 39px;
	background: url('../imgs/NavigationBg.png') repeat-x left top;
}

#Menu {
    float: left;
    margin: 0px;
    padding: 6px 0px 0px 12px;
	font-size: 10pt;
	font-weight: bold;
}

#Menu a {
    display: block;
    float: left;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    line-height: 28px;
    margin-right: 10px;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
}

#MenuItem-Contact {
	width: 67px;
	background-image: url('../imgs/NavContactBtn.png');
}

#MenuItem-Contact:hover {
	background-position: 0px -100%;
}

.clear {
	clear: both;
}

.empty {
	line-height: 1px;
}

.largeButton,
.smallButton,
.smallWideButton,
.orderButton {
    display: block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
}

.largeButton:hover,
.smallButton:hover,
.smallWideButton:hover,
.orderButton:hover {
    background-position: 0px -100%;
}

.largeButton {
	width: 165px;
	height: 57px;
	font-size: 14pt;
}

.ageButton {
	line-height: 57px;
	padding-right: 10px;
	text-align: right;
	background-image: url('../imgs/AgeBtn.png');
}

.communityButton {
    width: 175px;
    height: 49px;
    padding-top: 8px;
    margin-top: 13px;
    background-image: url('../imgs/CommunityBtn.png');
}

.communityButton span.smallText {
    font-size: 10pt;
    font-weight: normal;
}

.orderFormButton, 
.orderFormDrawButton {
	width: 230px;
	line-height: 57px;
	font-size: 11pt;
	text-align: center;
	background-image: url('../imgs/OrderFormBtn.png');
}

.orderFormDrawButton {
	background-position: 0px -57px;
}

.orderFormButton:hover,
.orderFormDrawButton:hover {
	background-position: 0px -114px;
}

.smallButton {
    width: 63px;
    height: 28px;
    line-height: 28px;
}

.smallWideButton {
    width: 93px;
    height: 28px;
    line-height: 28px;
}

.loginPanelWrapper {
	margin-bottom: 13px;
	padding: 9px 6px 10px 6px;
	background: url('../imgs/PanelFadeBg170.png') repeat-x;
}

#LoginPanel input {
    width: 80px;
    border: solid 1px #0031FD;
}

.loginFields {
    width: 82px;
    float: left
}

#AccountName {
	margin-bottom: 2px;
}

.loginButtons {
    float: right;
}

.loginButton {
    float: left;
    background-image: url( '../imgs/LoginBtn.png' );
}

.loginButton:hover {
    background-position: 0px -28px;
}

.orderButton {
    width: 175px;
    height: 42px;
    margin-bottom: 13px;
    line-height: 42px;
    font-size: 10pt;
    background-image: url('../imgs/OrderBtn.png');
}

.searchPanelWrapper {
	margin: 13px 0px 20px 0px;
	background: url('../imgs/PanelFadeBg300.png') repeat-x;
}

.searchPanel {
	margin: 7px 0px 7px 0px;
	padding: 0px 3px 0px 3px;
}

.searchPanel p {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
}

#SearchText {
	float: left;
	padding-left: 4px;
    border: solid 1px #0031FD;
}

#SearchIcon {
    width: 22px;
    height: 24px;
    float: right;
}

#KeywordsAutoSuggest {
	position: absolute;
	width: 150px;
	background-color: #ffffff;
	border: solid 1px #000000;
	z-index: 1000;
}

#KeywordsAutoSuggest a {
	display: block;
	color: #000000;
	background-color: #ffffff;
}

#KeywordsAutoSuggest a:hover {
	color: #ffffff;
	background-color: #000080;
}


.searchButton {
    background-image: url('../imgs/SearchBtn.png');
}

.searchButton:hover {
    background-position: 0px -28px;
}

#AgeRangeDropDown {
	width: 152px;
	height: 19px;
	border: solid 1px #0031FD;
	margin: 7px 0px 7px 0px;
}

#BehaviourCategoryDropDown {
	width: 152px;
	height: 19px;
	border: solid 1px #0031FD;
}

h1 {
    font-size: 16pt;
    margin: 0px;
}

h2 {
	font-size: 13pt;
	margin: 0px;
}

h3 {
	font-size: 12pt;
	margin: 0px;
}

h4 {
	font-size: 10pt;
	margin: 0px;
}

.line {
	color: #8ad8f1;
	height: 2px;
}

.thinLine {
	height: 1px;
	color: #8ad9f2;
}

.left2ColWrapper {
	float: left;
	width: 100%;
}

.left2ColWrapper .leftContent {
	float: left;
}

.mainPanel {
	background-color: #008bcd;
	font-size: 10pt;
	margin-bottom: 16px;
}

.mainPanel p {
	margin-top: 0px;
}

#BreadCrumb {
	margin: 10px 0px 10px 0px;
	font-size: 10pt;
}

.breadCrumbRootNode {
	font-weight: bold;
	background-image: url( '../imgs/Home.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 23px;
}

.breadCrumbNode {
	font-weight: bold;
}

.breadCrumbRootNode:hover,
.breadCrumbNode:hover {
	text-decoration: underline;
}


.breadCrumbCurrentNode {
	font-weight: bold;
	text-decoration: underline;
}

.breadCrumbPath {
	font-weight: bold;
}

.community div.roundedNP {
	margin-bottom: 20px;
}
.community a {
	text-decoration: underline;
}

.community h3 {
	margin-bottom: 6px;
}

.community h4 {
	margin-bottom: 2px;
}

.date {
	float: right;
}

.pagingList div.roundedNP {
	margin-bottom: 20px;
}

.pagingList h4.pad {
	padding-left: 8px;
}

.materialDetails {
	width: 100%;
}

.pagingList a,
.materialDetails a {
	text-decoration: underline;
}

.materialDetails td {
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 4px 2px 4px;
}

.materialDetails td.wrap {
	white-space: normal;
}

.BVThumb {
	width: 69px;
	min-height: 54px;
	margin: 0px auto 0px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.videoOverlaySmall {
	display: block;
	width: 65px;
	height: 50px;
	background-image: url('../imgs/videoOverlaySmall.png');
	background-position: left top;
	border: solid 2px #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.videoOverlaySmall:hover {
	background-position: left -53px;
}

.videoPlayerWrapper {
	width: 450px;
	height: 267px;
	margin: 10px auto 10px auto;
}

.videoPlayerWide {
	width: 450px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.videoPlayerNorm {
	width: 320px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.videoPlayerNormal {
	position: absolute;
	width: 320px;
	left: 50%;
	top: 50%;
	margin: -160px 0px 0px -132px;
	text-align: center;
}

.materialsContainer {
	margin: 6px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
}

.materialsContainer a {
	display: block;
	float: left;
	width: 25%;
	height: 52px;
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.materialsContainer a:hover,
.materialsContainer a.selected {
	background-position: 0px -52px;
}

.materialsContainer a span {
	display: block;
	margin: 10px 0px 0px 57px;
}

.materialContent {
	padding-bottom: 10px;
}

.materialContent p {
	margin-top: 0px;
}

.materialTypeImage {
	margin: 4px 0px 0px 4px;
}

.hoverBtn {
	display: inline-block;
	width: 120px;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    line-height: 28px;
    padding: 0px 10px 0px 10px;
    cursor: pointer;	
}

.hoverBtn:hover {
	background-position: 0px -28px;
}

.sampleSmall,
.sampleDrawSmall {
	background-image: url('../imgs/sampleSmallBtn.png');
}

.sampleLarge, 
.sampleDrawLarge {
	width: 195px;
	background-image: url('../imgs/sampleLargeBtn.png');
	margin-bottom: 4px;
}

.sampleDrawSmall,
.sampleDrawLarge {
	background-position: 0px -56px;
}

.usingBtn {
	width: 140px;
    margin: 8px 10px 4px 10px;
	background-image: url('../imgs/FootUsingBtn.png');
}

.footSampleDrawLarge {
	width: 195px;
	background-image: url( '../imgs/sampleLargeBtn.png' );
	background-position: 0px -56px;
	margin: 8px 10px 4px 10px;
}

.footUsingLargeBtn {
	width: 195px;
    margin: 8px 10px 4px 10px;
	background-image: url('../imgs/FootUsingLargeBtn.png');
}

.getBtn {
	width: 140px;
    margin: 4px 10px 8px 10px;
	background-image: url('../imgs/FootGetBtn.png');
}

.getLargeBtn {
	width: 195px;
	background-image: url('../imgs/FootGetLargeBtn.png');
}


.footBtnCaption {
	line-height: 28px;
	vertical-align: middle;
	font-weight: bold;
}

.borderTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.borderTable th,
.borderTable td {
	border: solid 2px #ffffff;
	padding: 6px;
	white-space: nowrap;
}

.borderTable th {
	text-align: left;
}

.borderTable td.wrap {
	white-space: normal;
}
	
.pricing th {
	background-color: #0077c0;
}

.pricing td {
	background-color: #00adef;
}

.subscriptionIncludes tr th {
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.subscriptionIncludesPanel {
	background-position: right center;
	background-repeat: no-repeat;
}

.subscriptionIncludesPanel p {
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}

.subscriptionIncludesPanel p img {
	float: left;
	margin-right: 10px;
}

#PricingBtn,
#OrderOptionsBtn {
	width: 93px;
}

#PricingBtn {
	background-image: url( '../imgs/PricingBtn.png' );
}

#OrderOptionsBtn {
	background-image: url( '../imgs/OrderOptionsBtn.png' );
}

.timeline td {
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 10px;
}

.timeline td.wrap {
	white-space: normal;
}

.orderForm h3 {
	color: #2b3997;
	margin: 20px 0px 0px 0px;
}

.orderForm p {
	margin-bottom: 8px;
}

.orderForm label {
	display: inline-block;
	width: 170px;
}

.warning {
	color: #ffff00;
}

.error {
	color: #ffff00;
	font-size: 8pt;
	padding-left: 4px;
}

input.error,
select.error, 
textarea.error {
	color: #000000;
}


.orderForm input,
.orderForm select {
	width: 300px;
	height: 18px;
	line-height: 18px;
	border: solid 1px #5fc8ec;
	margin: 1px 0px 1px 0px;
}

.orderForm select {
	width: 302px;
}


.contactUsForm .col {
	width: 49%;
	margin-top: 16px;
}

.contactUsForm label {
	font-size: 9pt;	
}

.contactUsForm input.text,
.contactUsForm textarea.text,
.contactUsForm select.dropdown {
	font-size: 9pt;
	width: 97%;
	border: solid 1px #5dcaf2;
}

.contactUsForm textarea.text {
	height: 60px;
}

.contactUsForm p.contactLine {
	clear: left;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 6px;
}

.contactUsForm .contactLine img {
	float: left;
	margin-right: 10px;
}


/*Tabs*/
#MainTabs,
#MainTabsEvents {
	margin-top: 10px;
}

.tab {
	margin-top: 5px;
}

.ui-tabs-hide {
    display: none !important;
}

.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, 'sans-serif';
    font-size: 10pt;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(../imgs/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #ffffff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -22px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0px -22px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 2px solid #ffffff;
    padding: 10px;
    background: #0075BD; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}#MenuItem-Countries {
	text-decoration: none;
	float: left;
}

#MenuItem-Countries span {
	float: left;
	background: url('../imgs/ChangeCountryBg.png') repeat-x;
	line-height: 18px;
	padding: 0px 4px 0px 4px;
	color: #ffffff;
	font-weight: bold;
}

#ImgItem-Countries {
	float: left;
	margin: 0px 0px 0px 2px;
}

#CountryChooser {
    float: left;
    padding: 10px 0px 0px 12px;
}

#MenuItem-Using {
	width: 140px;
	background-image: url('../imgs/NavUsingBtn.png');
}

#MenuItem-Pupil {
    width: 95px;
    background-image: url('../imgs/NavPupilBtn.png');
}

#MenuItem-Subscription {
    width: 141px;
    background-image: url('../imgs/NavSubscriptionBtn.png');
}

#MenuItem-Company {
    width: 87px;
    background-image: url('../imgs/NavCompanyBtn.png');
}

#MenuItem-Order {
	width: 89px;
	background-image: url('../imgs/NavOrderBtn.png');
}

#MenuItem-Company:hover,
#MenuItem-Order:hover {
	background-position: 0px -100%;
}

#columnWrapper {
    position: relative;
    display: block;
    border-left: 195px solid transparent;
    border-right: 195px solid transparent;
}

#inner {
	display: block;
	margin-left: -195px;
	margin-right: -195px;
	margin-top: 10px;
}

#leftCol {
	float: left;
	position: relative;
	left: 0px;
	width: 175px;
	padding-left: 10px;
}

#rightCol {
	float: right;
	position: relative;
    right: 0px;
	width: 175px;
	padding-right: 10px;
}

#middleCol {
	display: block;
	position: relative;
	margin-left: 195px;
	margin-right: 195px;
	height: 1%;
}

.age811Img {
	float: left;
	margin: 8px 0px 8px 8px;
}

.age1116Img {
	float: left;
	margin: 8px 0px 8px 4px;
}

.profOrgs {
	color: #373a96;
	font-size: 9pt;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

.profOrgImg {
	margin-top: 5px;
	cursor: pointer;
}

#Testimonials {
	border: solid 3px #0073bd;
	background-color: #d4effc;
	padding: 7px 10px 7px 17px;
	cursor: pointer;
}

#Testimonials p.quote {
    font-size: 10pt;
    font-weight: bold;
    color: #2e3092;
    margin: 8px 0px 0px 0px;
}

#Testimonials p.person {
    font-size: 8pt;
    font-weight: normal;
    color: #00adef;
    margin: 4px 0px 10px 0px;
}

.testimonialsButton {
    background-image: url('../imgs/TestimonialsBtn.png');
}

.promoVideoPanel {
	background-image: url('../imgs/PanelFadeBg300.png');
	background-repeat: repeat-x;
	margin-bottom: 13px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 15px;
}

.promoVideoPanel .think {
	font-size: 14pt;
}

.promoVideo {
	width: 121px;
	min-height: 93px;
	margin: 0px auto 0px auto;
	background-image: url('../imgs/promoVideo.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.videoOverlay {
	display: block;
	width: 117px;
	height: 89px;
	background-image: url('../imgs/videoOverlay.png');
	background-position: left top;
	border: solid 2px #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.videoOverlay:hover {
	background-position: left -93px;
}

.useWrapper {
    width: 49%;
}

#HowTeachersUseWrapper {
    float: left;
}

#MaterialsPupilsUseWrapper {
    float: right;
}

#HowTeachersUsePanel,
#MaterialsPupilsUsePanel {
    height: 100px;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url('../imgs/UseBg.png');
}

.useDescPanel {
    background-image: url('../imgs/PanelFadeBg300.png');
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 9pt;
    padding: 9px;
    margin-top: 23px;
}

.useDescPanel p {
    font-weight: bold;
}

.useDescPanel ul {
	margin: 0px;
	font-weight: normal;
}

.useDescPanel ul li {
	margin-left: 16px;
}

.useArrow {
    position: absolute;
    height: 134px;
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
}

.useArrow:hover {
    background-position: 0px -134px;
}

#HowTeachersUseArrow {
    width: 172px;
    background-image: url('../imgs/HowTeachersUseArrow.png');
}


#MaterialsPupilsUseArrow {
    width: 173px;
    background-image: url('../imgs/MaterialsPupilsUseArrow.png');
}

.testimonial p {
	font-weight: bold;
	margin: 2px 0px 2px 0px;
}

.testimonial p span {
	font-weight: normal;
}


