/*
Theme Name: Experiland default theme - Science projects, science experiments for kids
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
p{
	font-size:1.4em;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	color: #333;
}
ul{
	list-style-type: none;
}
.mainUnordered{
	margin:0 0 5px 15px;
	padding:6px 0 6px 35px;
	border-bottom:1px dashed #efefef;
	background:url(../_images/ico_list.png) no-repeat left 3px;
	font-size: 1.7em;
	line-height: 1.5em;
}

ol{
	margin-left: 30px;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #555;
}
ol li{
	margin-bottom: 20px;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size: 9px;
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a{
	color:#718D00;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
	color: #718D00;
}
html{
	
}
body{
	color:#333;
	background-color: #4e4e4e;
	background-image: url(../_images/bgr_main.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
}
.wrapper{
	margin:0 auto;
	width:920px;
}
.seperator {
	padding-right: 7px;
	padding-left: 7px;
}

/* menu */
#menu{
	width:450px;
	float:right;
}
/* mainmenu */
#mainmenu{
	width:100%;
}
#mainmenu ul{
	float:right;
	padding:0 33px 0 0;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color:#ceea00;
	font-size:1.5em;
	line-height:1.1em;
	background:url(../_images/bgr_menu_li.gif) no-repeat center left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 42px;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#ceea00;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	text-decoration:none;
	color:#fff;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 42px;
	padding:0;
	background:#89a800;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
	z-index: 5;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px;
	height:auto;
	padding: 7px 10px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #91af0d;
	background:#89a800;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	font-size:0.9em;
	color:#fff;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:#92b301;
	color:#fff;
}
/*header_search*/
#header_search{
	width:100%;
	overflow:hidden;
	padding:18px 0 0 0;
	height:65px;
}
#header_search fieldset{
	float:right;
	background:url(../_images/bgr_header_search.png) no-repeat;
	padding:5px 33px 20px 55px;
}
#main_search_val{
	float:left;
	border:0;
	background:#89a800;
	border:0;
	color:#526400;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	padding:2px;
	margin:6px 18px 0 0;
	width:220px;
}
#main_search_sub{
	float:left;
	margin:10px 0 0 0;
}
/* header */
#header{
	width:100%;
	height:172px;
	background:url(../_images/bgr_header.png) no-repeat;
}
/*header_logo*/
#header_logo{
	width:450px;
	float:left;
	padding:34px 0 0 20px;
}
#topBar {
	height: 18px;
	width: 410px;
	position: absolute;
	margin-left: 30px;
	font-size: 1.2em;
	color: #FFF;
	padding: 5px 0 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #89A800;
}
#headerDescription {
	height: 20px;
	width: 315px;
	position: absolute;
	top: 116px;
	margin-left: 155px;
	font-size: 1.2em;
	color: #000;
}
#logo{
	color:#fff;
	font-size:4.1em;
	letter-spacing:-4px;
	float:left;
}
#logo:hover{
	text-decoration:none;
}
/*block_quote*/
#block_quote{
	width:818px;
	background:#1f1f1f url(../_images/bgr_block_quote.png) repeat-x;
	margin: 0 0 15px 26px;
	padding: 12px 20px 5px 20px;
}
#block_quotebot{
	width:818px;
	background:#1f1f1f url(../_images/bgr_block_quote.png) repeat-x;
	margin: 0 0 0 26px;
	padding: 12px 20px 5px 20px;
}
#block_quote h1{
	color:#CCC;
	font-size:1.5em;
	line-height:1.4em;
	margin: 0 0 5px 0;
}
#block_quote h2{
	color:#999;
	font-size:1.2em;
	line-height:1.3em;
	margin: -5px 0 5px 0;
}
#block_quotebot h2{
	color:#999;
	font-size:1.2em;
	line-height:1.3em;
	margin: -5px 0 5px 0;
}
#block_quote p{
	color:#b0b0b0;
	font-size:1.3em;
	line-height:1.4em;
	font-style:italic;
}
#block_container {
	height: 85px;
}
#block_containerInd {
	height: 72px;
	margin-bottom: 5px;
}
.block_index {
	height: 55px;
	width: 590px;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666;
}
.block_gadget {
	width: 185px;
	float: left;
	margin-left: 15px;
	background-image: url(../_images/like-us.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 35px;
	padding-left: 15px;
}
#block_adsense {
	width: 728px;
	margin: 0 auto;
	margin-top: -12px;
}
#block_icons {
	float: left;
	height: 62px;
	width: 350px;
}
.leftSpace {
	margin-left: 3px;
}
.leftSpaceMore {
	margin-left: 15px;
	text-transform: uppercase;
	margin-top: 10px;
}
.imgSpaceBottom {
	margin-bottom: 20px;
}

/*body*/
#body{
	width:100%;
	background:url(../_images/bgr_body.png) repeat-y;
}
#body_top{
	width:906px;
	background:url(../_images/bgr_body_top.png) repeat-x;
	margin:0 0 0 9px;
}
#body_end{
	width:100%;
	overflow:hidden;
	background-image: url(../_images/bgr_body_end.gif);
	background-repeat: repeat-y;
	background-position: 645px;
}
#body_end_wide{
	width:100%;
	overflow:hidden;
}
#content{
	float:left;
	width:606px;
	padding:0 0 0 25px;
}
#contentwide{
	float:left;
	width:860px;
	padding:0 0 0 25px;
}
#sidebar{
	float:right;
	width:220px;
	padding:0 25px 0 0;
}

/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.4em;
	color:#9e9e9e;
}

/*footer_block*/
#footer_block{
	width:905px;
	padding:40px 10px 20px 10px;
	margin:0 auto;
	overflow:hidden;
	background:url(../_images/bgr_footer_block.png) no-repeat;
}
#footer_sidebar{
	float:left;
}
/*footer_sidebar_widgets*/
.footer_sidebar_widgets{
	width:210px;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.4em;
	color:#a4a4a4;
	float:left;
	padding:0 0 0 18px;
}
.footer_sidebar_widgets a{
	color:#999;
}
.footer_sidebar_widgets .widgettitle{
	font-size:1.6em;
	color:#fff;
	font-weight:normal;
	border-bottom:1px dashed #7f7f7f;
	padding:0 0 10px 0;
	margin:0 0 5px 0;
}
.footer_sidebar_widgets .widget_categories a, .footer_sidebar_widgets .widget_archive a, .footer_sidebar_widgets .widget_links a, .footer_sidebar_widgets .widget_meta a, .footer_sidebar_widgets .widget_pages a, .footer_sidebar_widgets .widget_meta a, .footer_sidebar_widgets .widget_recent_entries a{
	background:url(../_images/ico_footer_arrow.gif) no-repeat left 4px;
	padding:0 0 0 13px;
	display:block;
}
.footer_sidebar_widgets .widget_categories a{
	display:inline;
}
.footer_sidebar_widgets ul{
}
.footer_sidebar_widgets ul li{
	margin:10px 0 10px 0;
}
.footer_sidebar_widgets ul ul{
}
.footer_sidebar_widgets ul li ul li{
	background:none;
	padding:5px 0 5px 5px;
	border-bottom:1px dashed #7f7f7f;
	margin:0;
}
.footer_sidebar_widgets ul ul ul{
	margin:0 0 0 5px;
}
.footer_sidebar_widgets ul li ul li ul li{
	border:0;
}
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 0 5px 0;
	line-height:1.3em;
}
/*footer_about*/
#footer_about{
	float:right;
	width:432px;
	padding:6px 0 0 0;
}
#footer_about h2{
	color:#FFF;
	font-size:2em;
	font-weight:normal;
	border-bottom:1px dashed #7f7f7f;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}
#footer_about p{
	color:#999;
	font-size:1.2em;
	line-height:1.4em;
	padding:0 0 15px 0;
}
#footer_about p strong{
	color:#fff;
}
#footer_about p.more a{
	color:#fff;
	font-weight:bold;
}
#footer_about img{
	float:left;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
}
/*footer*/
#footer_wrapper{
	width:100%;
	height:122px;
	overflow:hidden;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	background:url(../_images/bgr_footer.gif) repeat-x;
}
#footer{
	width:925px;
	margin:0 auto;
	overflow:hidden;
}
#footer ul{
	padding:15px 0 0 0;
}
#footer li{
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
	color:#6b6b6b;
	padding:0 0 0 15px;
}
#footer li.first{
	background:none;
	padding:0;
}
#footer li a{
	color:#6b6b6b;
}
#footer .copyrights{
	color:#6b6b6b;
	padding:10px 0 0 0;
	line-height:1.4em;
	font-size: 1.1em;
}
#footer .copyrights a{
	color:#FFF;
	text-decoration: underline;
}

/* Begin Images */
p img {
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.leftBottomspace {
	margin-bottom: 50px;
	float: left;
	padding-right: 20px;
}

/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote blockquote{
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.centreTopSpace {
	font-size: 1em;
	color: #666;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
}
/* End Various Tags & Classes */

/* Begin Homepage styles */
#contentHome {
}
#content div #contentHome h1 {
	font-size: 1.8em;
	font-weight: bold;
	height: 22px;
	color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #79910B;
	text-indent: 40px;
	background-color: #95B30D;
	padding: 8px;
	background-image: url(../_images/homeh1_bgr.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#content div #contentHome p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: -0.2em;
}
#content div #contentHome h3 {
	font-size: 1.2em;
	margin-bottom: 0.2em;
	font-weight: bold;
}
#content div #contentHome h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 1.2em;
}
#content div #contentHome ul {
	font-size: 1.2em;
	line-height: 1.3em;
	
}
#content div #contentHome ul li {
	padding: 0 0 10px 28px;
}
#content div #contentHome li {
	background-image: url(../_images/tick2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#homeIntro {
	width: 606px;
	margin-bottom: 8px;
	background-image: url(../_images/homebgr_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 255px;
}
#homeBooks {
	height: 320px;
	width: 606px;
	margin-bottom: 8px;
	background-image: url(../_images/homebgr_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}
#homeStudents {
	width: 299px;
	float: left;
	margin: 0 4px 8px 0;
	background-image: url(../_images/homebgr_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 1;
	height: 350px;
}
#homeParents {
	height: 350px;
	width: 299px;
	float: left;
	margin-bottom: 8px;
	margin-left: 4px;
	background-image: url(../_images/homebgr_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#homeTeachers {
	height: 360px;
	width: 299px;
	float: left;
	margin: 0 4px 8px 0;
	background-image: url(../_images/homebgr_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#homeOther {
	height: 360px;
	width: 299px;
	float: left;
	margin: 0 0 8px 4px;
	background-image: url(../_images/homebgr_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#homeCH {
	height: 225px;
	width: 197px;
	float: left;
	margin: 0 8px 8px 0;
	background-image: url(../_images/bgr_fade_ch.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content div #contentHome #homeCH h1 {
	border-bottom-color: #1783B1;
	background-color: #32ADDC;
}
#content div #contentHome #homeCH h3 a {
	color: #0098DA;
}
#content div #contentHome #homeCH h3 a:hover {
	color: #0098DA;
	text-decoration: underline;
}
#content div #contentHome #homeCH h6 a {
	color: #0098DA;
	background-color: #FFF;
	padding: 2px 4px 2px 1px;
	border: 1px solid #91D0EC;
	background-image: url(../_images/ico_arrow_ch.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#content div #contentHome #homeCH h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ch.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#homeEA {
	height: 225px;
	width: 196px;
	float: left;
	margin-bottom: 8px;
	background-image: url(../_images/bgr_fade_ea.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content div #contentHome #homeEA h1 {
	border-bottom-color: #663F8D;
	background-color: #8E66A9;
}
#content div #contentHome #homeEA h3 a {
	color: #6E4D8B;
}
#content div #contentHome #homeEA h3 a:hover {
	color: #6E4D8B;
	text-decoration: underline;
}
#content div #contentHome #homeEA h6 a {
	color: #6E4D8B;
	border: 1px solid #CEBEDC;
	background-color: #FFF;
	padding: 2px 4px 2px 1px;
	background-image: url(../_images/ico_arrow_ea.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#content div #contentHome #homeEA h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ea.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#homeEM {
	height: 225px;
	width: 197px;
	float: left;
	margin: 0 0 8px 8px;
	background-image: url(../_images/bgr_fade_em.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content div #contentHome #homeEM h1 {
	border-bottom-color: #DFB23A;
	background-color: #FC3;
}
#content div #contentHome #homeEM h3 a {
	color: #D6A512;
}
#content div #contentHome #homeEM h3 a:hover {
	color: #D6A512;
	text-decoration: underline;
}
#content div #contentHome #homeEM h6 a {
	color: #D6A512;
	border: 1px solid #FFE79D;
	background-color: #FFF;
	padding: 2px 4px 2px 1px;
	background-image: url(../_images/ico_arrow_em.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#content div #contentHome #homeEM h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_em.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#homeLS {
	height: 225px;
	width: 197px;
	float: left;
	margin: 0 8px 8px 0;
	background-image: url(../_images/bgr_fade_ls.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content div #contentHome #homeLS h1 {
	border-bottom-color: #0E794A;
	background-color: #1FAF68;
}
#content div #contentHome #homeLS h3 a {
	color: #00A757;
}
#content div #contentHome #homeLS h3 a:hover {
	color: #00A757;
	text-decoration: underline;
}
#content div #contentHome #homeLS h6 a {
	color: #00A757;
	border: 1px solid #96D8B9;
	background-color: #FFF;
	padding: 2px 4px 2px 1px;
	background-image: url(../_images/ico_arrow_ls.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#content div #contentHome #homeLS h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ls.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#homePH {
	height: 225px;
	width: 196px;
	float: left;
	margin-bottom: 8px;
	background-image: url(../_images/bgr_fade_ph.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content div #contentHome #homePH h1 {
	border-bottom-color: #AE3537;
	background-color: #E65256;
}
#content div #contentHome #homePH h3 a {
	color: #ED3237;
}
#content div #contentHome #homePH h3 a:hover {
	color: #ED3237;
	text-decoration: underline;
}
#content div #contentHome #homePH h6 a {
	color: #ED3237;
	border: 1px solid #F5ADAF;
	background-color: #FFF;
	padding: 2px 4px 2px 1px;
	background-image: url(../_images/ico_arrow_ph.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#content div #contentHome #homePH h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ph.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#homeGrades {
	height: 225px;
	width: 197px;
	float: left;
	margin: 0 0 8px 8px;
	background-image: url(../_images/homebgr_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#homePurchase {
	height: 490px;
	width: 606px;
	float: left;
	background-image: url(../_images/homebgr_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 6px;
}
.boxHomePadding {
	padding: 0 10px 0 10px;
	z-index: 5;
}
.boxHomeFav {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #95B30D;
	margin: 0 10px 5px 10px;
	padding-bottom: 20px;
}
.imgHomeAbsolute {
	position: absolute;
	z-index: 1;
	padding: 2px 0 0 4px;
}
.bookHolder {
	width: 151px;
	float: left;
}
.bookHolderLib {
	width: 170px;
	padding: 12px 0 0 20px;
	float: left;
}
.bookHolderHide {
	width: 10px;
	float: left;
}
.bookHolderIcon {
	width: 265px;
	padding: 10px 10px 10px 10px;
	float: left;
	margin-bottom: 10px;
}
/* end homepage content */

/* Begin Browser windows styles */
#browse {
}
#content div #browse p {
	font-size: 1.1em;
	margin-bottom: -4px;
	text-indent: 10px;
}
#content div #browse h1 {
	font-size: 2em;
	font-weight: bold;
	height: 22px;
	color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #79910B;
	text-indent: 40px;
	padding: 8px;
	background-image: url(../_images/homeh1_bgr.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#content div #browse h2 {
	font-size:2.5em;
	line-height:1.3em;
	font-weight:normal;
	margin:0 0 25px 0;
	padding:0 0 6px 0;
	border-bottom:1px dashed #dbdbdb;
}
#content div #browse h3 {
	font-size: 1.6em;
	text-indent: 10px;
	margin-bottom: 1em;
}
#content div #browse h5 {
	font-size: 1.5em;
	font-weight: normal;
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	float: left;
	color: #747982;
}
#content div #browse h5 a {
	color: #333;
	background-color: #E4E4E4;
	text-decoration: none;
	margin: -5px;
	padding: 5px;
	display: block;
}	
#content div #browse h5 a:hover {
	background-color: #CCC;
}
#content div #browse h6 a {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	margin-top: 0.5em;
	margin-right: 20px;
	padding: 2px 4px 2px 1px;
}
.currentPage {
	text-decoration: overline;
	background-image: url(../_images/cur-page.png);
	background-repeat: no-repeat;
}
#browsePages {
	height: 33px;
	margin:18px 0 18px 0;
	padding:8px 10px 20px 10px;
	background-color: #FFF;
}
#browseCH {
	height: 180px;
	background-image: url(../_images/bgr_fade_ch.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
}
#content div #browse #browseCH h1 {
	border-bottom-color: #1783B1;
	background-color: #32ADDC;
}
#content div #browse #browseCH h6 a {
	color: #0098DA;
	border: 1px solid #91D0EC;
	background-image: url(../_images/ico_arrow_ch.gif);
}
#content div #browse #browseCH h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ch.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#browseEA {
	height: 180px;
	background-image: url(../_images/bgr_fade_ea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
}
#content div #browse #browseEA h1 {
	border-bottom-color: #663F8D;
	background-color: #8E66A9;
}
#content div #browse #browseEA h6 a {
	color: #6E4D8B;
	border: 1px solid #CEBEDC;
	background-image: url(../_images/ico_arrow_ea.gif);
}
#content div #browse #browseEA h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ea.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#browseEM {
	height: 180px;
	background-image: url(../_images/bgr_fade_em.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
}
#content div #browse #browseEM h1 {
	border-bottom-color: #DFB23A;
	background-color: #FC3;
}
#content div #browse #browseEM h6 a {
	color: #D6A512;
	border: 1px solid #FFE79D;
	background-image: url(../_images/ico_arrow_em.gif);
}
#content div #browse #browseEM h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_em.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#browseLS {
	height: 180px;
	background-image: url(../_images/bgr_fade_ls.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
}
#content div #browse #browseLS h1 {
	border-bottom-color: #0E794A;
	background-color: #1FAF68;
}
#content div #browse #browseLS h6 a {
	color: #00A757;
	border: 1px solid #96D8B9;
	background-image: url(../_images/ico_arrow_ls.gif);
}
#content div #browse #browseLS h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ls.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#browsePH {
	height: 180px;
	background-image: url(../_images/bgr_fade_ph.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
}
#content div #browse #browsePH h1 {
	border-bottom-color: #AE3537;
	background-color: #E65256;
}
#content div #browse #browsePH h6 a {
	color: #ED3237;
	border: 1px solid #F5ADAF;
	background-image: url(../_images/ico_arrow_ph.gif);
}
#content div #browse #browsePH h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ph.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
/* End Browser window styles */

/* Begin Project windows styles */
#project {
}
#content div #project ul {
	color: #555;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
}
#content div #project ul li {
	padding-left: 32px;
	padding-bottom: 10px;
	background-image: url(../_images/grey-tick.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content div #project p {
	font-size: 1.4em;
	margin-bottom: -0.4em;
}
#content div #project h1 {
	font-size: 2.3em;
	font-weight: bold;
	height: 40px;
	color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #79910B;
	text-indent: 70px;
	background-image: url(../_images/ProjectsH1-Bgrd.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 18px;
}
#content div #project h2 {
	font-size:1.7em;
	margin-bottom: 0.5em;
}
#content div #project h3 {
	background-image: url(../_images/ProjectsH3-back.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1.5em;
	height: 25px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0px;
	width: 260px;
	text-indent: 14px;
}
#content div #project h4 {
	font-size:1em;
	margin: 10px 0 2px 0;
	color: #999;
}
#content div #project h5 {
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 5px;
}
#content div #project h6 {
	line-height: 1.4em;	
}
#projectTop {
	height: 80px;
	margin-bottom: 16px;
}
#projectBox {
	width: 151px;
	float: left;
	height: 50px;
}
#projectCH {
	background-image: url(../_images/bgr_fade_ch.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
	padding: 14px;
	border: 1px solid #32ADDC;
}
#boxCH {
	background-image: url(../_images/bgr_fade_ch.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
	padding: 10px 10px 10px 0;
	border: 1px solid #32ADDC;
	height: 390px;
}
#headCH {
}
#content div #project #headCH h1 {
	border-bottom-color: #1783B1;
	background-color: #32ADDC;
}
#content div #project #projectCH p a:hover {
	color: #32ADDC;
}
#content div #project #boxCH h6 a {
	color: #0098DA;
	border: 1px solid #91D0EC;
	margin-left: 6px;
	background-image: url(../_images/ico_arrow_ch.gif);
}
#content div #project #boxCH h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ch.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#projectEA {
	background-image: url(../_images/bgr_fade_ea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
	padding: 14px;
	border: 1px solid #8E66A9;
}
#boxEA {
	background-image: url(../_images/bgr_fade_ea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
	padding: 10px 10px 10px 0;
	border: 1px solid #8E66A9;
	height: 390px;
}
#headEA {
}
#content div #project #headEA h1 {
	border-bottom-color: #663F8D;
	background-color: #8E66A9;
}
#content div #project #projectEA p a:hover {
	color: #8E66A9;
}
#content div #project #boxEA h6 a {
	color: #6E4D8B;
	border: 1px solid #CEBEDC;
	margin-left: 6px;
	background-image: url(../_images/ico_arrow_ea.gif);
}
#content div #project #boxEA h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ea.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#projectEM {
	background-image: url(../_images/bgr_fade_em.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
	padding: 14px;
	border: 1px solid #FC3;
}
#boxEM {
	background-image: url(../_images/bgr_fade_em.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
	padding: 10px 10px 10px 0;
	border: 1px solid #FC3;
	height: 390px;
}
#headEM {
}
#content div #project #headEM h1 {
	border-bottom-color: #DFB23A;
	background-color: #FC3;
}
#content div #project #projectEM p a:hover {
	color: #FC3;
}
#content div #project #boxEM h6 a {
	color: #D6A512;
	border: 1px solid #FFE79D;
	margin-left: 6px;
	background-image: url(../_images/ico_arrow_em.gif);
}
#content div #project #boxEM h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_em.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#projectLS {
	background-image: url(../_images/bgr_fade_ls.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
	padding: 14px;
	border: 1px solid #1FAF68;
}
#boxLS {
	background-image: url(../_images/bgr_fade_ls.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
	padding: 10px 10px 10px 0;
	border: 1px solid #1FAF68;
	height: 390px;
}
#headLS {
}
#content div #project #headLS h1 {
	border-bottom-color: #0E794A;
	background-color: #1FAF68;
}
#content div #project #projectLS p a:hover {
	color: #1FAF68;
}
#content div #project #boxLS h6 a {
	color: #00A757;
	border: 1px solid #96D8B9;
	margin-left: 6px;
	background-image: url(../_images/ico_arrow_ls.gif);
}
#content div #project #boxLS h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ls.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#projectPH {
	background-image: url(../_images/bgr_fade_ph.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
	padding: 14px;
	border: 1px solid #E65256;
}
#boxPH {
	background-image: url(../_images/bgr_fade_ph.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 12px;
	padding: 10px 10px 10px 0;
	border: 1px solid #E65256;
	height: 390px;
}
#headPH {
}
#content div #project #headPH h1 {
	border-bottom-color: #AE3537;
	background-color: #E65256;
}
#content div #project #projectPH p a:hover {
	color: #E65256;
}
#content div #project #boxPH h6 a {
	color: #ED3237;
	border: 1px solid #F5ADAF;
	margin-left: 6px;
	background-image: url(../_images/ico_arrow_ph.gif);
}
#content div #project #boxPH h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_ph.png);
	text-decoration: none;
	background-repeat: repeat-x;
}

/* End Project windows styles */

/* Begin Book product pages */
#boxContain {
	height: 170px;
	width: 590px;
	float: left;
	margin: 14px 0 0 0;
	padding: 8px 8px 8px 8px;
	background-image: url(../_images/homebgr_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#boxStuff {
	padding: 8px;
	background-image: url(../_images/homebgr_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
}
#boxGrey {
	padding: 8px;
	float: left;
	background-color: #CCC;
	width: 590px;
}
.imgWhiteBottom {
	margin: 0 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
#freeContain {
	width: 606px;
	float: left;
	margin: 10px 0 16px 0;
	background-image: url(../_images/homebgr_main.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* End Book product pages */

/*Sidebar_Experiland*/
#sidebar_widgets_survey {
	float: left;
	height: 98px;
	width: 200px;
	font-size: 0.7em;
	padding: 10px;
	background-image: url(../_images/SurveyBack.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
#sidebar_widgets_shoppingcart {
	background-color: #E4EDBE;
	width: 198px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #87A30D;
	font-size: 1.1em;
	padding: 10px;
	color: #555;
}
#sidebar .sidebar_widgets #sidebar_widgets_shoppingcart h1 {
	display: none;
}
#cartbottom {
	background-color: #F2F7E1;
	font-size: 0.9em;
	margin: 8px -10px 8px -10px;
	padding: 8px 5px 8px 15px;
	color: #87A30D;
}
#sidebar_widgets_adsense {
	background-color: #E4EDBE;
	height: 200px;
	width: 198px;
	margin-bottom: 8px;
	padding: 0 10px 0 10px;
	border: 1px solid #87A30D;
}
#sidebar .sidebar_widgets h1 {
	font-size: 1em;
	margin-bottom: 1px;
	background-color: #E4EDBE;
	height: 18px;
	width: 218px;
	line-height: 1.8em;
	text-indent: 14px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #87A30D;
	border-bottom-color: #B8DB11;
}
#sidebar .sidebar_widgets h1 a:hover {
	color: #FFF;
	background-image: url(../_images/side-butt-back_main.png);
	background-repeat: repeat-x;
	width: 220px;
}
#sidebar .sidebar_widgets h1 a {
	color: #65780A;
	display: block;
	text-decoration: none;
	width: 220px;
}
#sidebar .sidebar_widgets h2 {
	font-size: 1em;
	margin-bottom: 1px;
	background-color: #CAE9F6;
	height: 18px;
	width: 218px;
	line-height: 1.8em;
	text-indent: 14px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #0894D6;
	border-bottom-color: #6BCBFA;
}
#sidebar .sidebar_widgets h2 a:hover {
	color: #FFF;
	background-image: url(../_images/side-butt-back_ch.png);
	background-repeat: repeat-x;
	width: 220px;
}
#sidebar .sidebar_widgets h2 a {
	color: #0679B0;
	display: block;
	text-decoration: none;
	width: 220px;
}
#sidebar .sidebar_widgets h3 {
	font-size: 1em;
	margin-bottom: 1px;
	background-color: #D9D0E0;
	height: 18px;
	width: 218px;
	line-height: 1.8em;
	text-indent: 14px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #773C80;
	border-bottom-color: #D0A7D6;
}
#sidebar .sidebar_widgets h3 a:hover {
	color: #FFF;
	background-image: url(../_images/side-butt-back_ea.png);
	background-repeat: repeat-x;
	width: 220px;
}
#sidebar .sidebar_widgets h3 a {
	color: #513269;
	display: block;
	text-decoration: none;
	width: 220px;
}
#sidebar .sidebar_widgets h4 {
	font-size: 1em;
	margin-bottom: 1px;
	background-color: #FFF1C8;
	height: 18px;
	width: 218px;
	line-height: 1.8em;
	text-indent: 14px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #EEBF31;
	border-bottom-color: #F5DA87;
}
#sidebar .sidebar_widgets h4 a:hover {
	color: #FFF;
	background-image: url(../_images/side-butt-back_em.png);
	background-repeat: repeat-x;
	width: 220px;
}
#sidebar .sidebar_widgets h4 a {
	color: #D6A512;
	display: block;
	text-decoration: none;
	width: 220px;
}
#sidebar .sidebar_widgets h5 {
	font-size: 1em;
	margin-bottom: 1px;
	background-color: #BEE8D4;
	height: 18px;
	width: 218px;
	line-height: 1.8em;
	text-indent: 14px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #098D52;
	border-bottom-color: #0EDE81;
}
#sidebar .sidebar_widgets h5 a:hover {
	color: #FFF;
	background-image: url(../_images/side-butt-back_ls.png);
	background-repeat: repeat-x;
	width: 220px;
}
#sidebar .sidebar_widgets h5 a {
	color: #065E36;
	display: block;
	text-decoration: none;
	width: 220px;
}
#sidebar .sidebar_widgets h6 {
	font-size: 1em;
	margin-bottom: 1px;
	background-color: #FAD4D5;
	height: 18px;
	width: 218px;
	line-height: 1.8em;
	text-indent: 14px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #D53538;
	border-bottom-color: #EDA5A7;
}
#sidebar .sidebar_widgets h6 a:hover {
	color: #FFF;
	background-image: url(../_images/side-butt-back_ph.png);
	background-repeat: repeat-x;
	width: 220px;
}
#sidebar .sidebar_widgets h6 a {
	color: #9E2C2F;
	display: block;
	text-decoration: none;
	width: 220px;
}
/* End Sidebar_Experiland */


/* Main Experiland styles */
#content h1 {
	color:#718d00;
	font-size:2.5em;
	line-height:1.3em;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0 0 6px 0;
	border-bottom:1px dashed #dbdbdb;
}
#content h2 {
	font-size: 1.8em;
	margin-bottom: 15px;
	line-height: 1.5em;
}
#content h3 {
	font-size: 1.6em;
	margin-bottom: 30px;
	margin-bottom: 8px;
	line-height: 1.6em;
}
#content h5 {
	font-size: 1.2em;
	margin-bottom: 30px;
	margin-bottom: 8px;
	line-height: 1.6em;
}
#content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
}
#content h6 a {
	background-image: url(../_images/ico_arrow_main.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
	border: 1px solid #C5D876;
	background-color: #FFF;
	padding: 2px 4px 2px 1px;
}
#content h6 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-image: url(../_images/side-butt-back_main.png);
	text-decoration: none;
	background-repeat: repeat-x;
}
#glossary {
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#content #glossary h3 {
	font-size: 1.5em;
	font-weight: bold;
}
#content #glossary h3 a {
	text-indent: 10px;
	border: 1px solid #C5D876;
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#content #glossary h3 a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-color: #C5D876;
	text-decoration: none;
}
.glossaryC {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.bluetxt {
	color: #0098DA;
}
.aTxt {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.Themetxt {
	color: #718d00;
}
.Themetxtlarge {
	color: #718d00;
	font-size: 1.2em;
}
.blueback {
	background-color: #32ADDC;
}
.purpletxt {
	color: #6E4D8B;
}
.purpleback {
	background-color: #8E66A9;
}
.yellowtxt {
	color: #D6A512;
}
.yellowback {
	background-color: #FC3;
}
.greentxt {
	color: #00A757;
}
.greenback {
	background-color: #1FAF68;
}
.redtext {
	color: #ED3237;
}
.redback {
	background-color: #E65256;
}
.whitetxt {
	color: #FFF;
}
.greytxt {
	color: #999;
}
.imgCentre {
	float: left;
}
.tabTopspace {
	margin-top: 5px;
}
#content h1.phHead {
	color: #FFF;
	background-color: #F00;
}
.footer_sidebar_widgets p {
	font-size: 1em;
	color: #FFF;
	padding-bottom: 0px;
}
.underline {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #718D00;
	clear: both;
	padding-top: 20px;
	padding-bottom: 0.4em;
}
.clearFloats {
	clear: both;
}
#naviBottom {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #718D00;
	height: 50px;
	padding-top: 15px;
	margin-top: 50px;
}
.naviItems {
	margin-right: 2px;
	float: left;
}
.naviItemsTxt {
	float: left;
	margin: 5px 11px 0 0;
}
.bookHolderM {
	float: left;
	width: 310px;
}
.bookHolderBonus {
	float: left;
	width: 245px;
}
.bookholderTXT {
	width: 270px;
	float: left;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
}
.bookholderTXT p {
	margin-top: -6px;
	font-size: 1.3em;
}

.underlineTXT {
	text-decoration: underline;
}



.imgleft {
	float: left;
	margin-right: 12px;
}
.imglike {
	float: left;
	margin: -4px 5px 0 0;
}

/* END Main Experiland styles */
#AdsenseCH {
	background-color: #DCEBF2;
	margin-bottom: 15px;
	height: 65px;
	padding: 5px 65px 0 65px;
	border: 1px solid #91D0EC;
}
#AdsenseEA {
	background-color: #E3DEE6;
	margin-bottom: 15px;
	height: 65px;
	padding: 5px 65px 0 65px;
	border: 1px solid #CEBEDC;
}
#AdsenseEM {
	background-color: #F8EFD6;
	margin-bottom: 15px;
	height: 65px;
	padding: 5px 65px 0 65px;
	border: 1px solid #FFE79D;
}
#AdsenseLS {
	background-color: #D4EAE0;
	margin-bottom: 15px;
	height: 65px;
	padding: 5px 65px 0 65px;
	border: 1px solid #96D8B9;
}
#AdsensePH {
	background-color: #F4DFE0;
	margin-bottom: 15px;
	height: 65px;
	padding: 5px 65px 0 65px;
	border: 1px solid #F5ADAF;
}
#topAds {
	margin-bottom: 7px;
	height: 90px;
}
.leftSpaceAds {
	margin-left: 15px;
}
.oldPrice {
	color: #666;
	text-decoration: line-through;
}
#bookmarkBar {
	background-color: #DADADA;
	height: 25px;
	clear: both;
	margin-top: 5px;
	padding: 4px 8px 4px 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #CCC;
}
#bookmarkWide {
	float: left;
	width: 305px;
}
#bookmarkNar {
	float: left;
	width: 84px;
	height: 20px;
	padding: 3px 0 0 10px;
	border-left: 1px dotted #FFF;
}
#pSpace {
	float: left;
	height: 14px;
	width: 848px;
}
#pFrm {
	width: 846px;
	margin: -10px 0 15px 0;
	padding: 5px;
	border: 1px dashed #999;
	height: 598px;
	background-color: #FFF;
}
.pBlock {
	height: 65px;
	width: 47px;
	float: left;
}
