/* Start of global page classes */
* {
    margin:0px;
    padding:0px;
}
html {
	height:100%;
}
body {
	behavior:url(/includes/csshover.htc);   /* This is needed for the buttons. */
	color: #48648C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:67.5%; /* was 62.5% */
	height:100%;
	background-color: #FFF;
	background:url(/skins/design3-silver/images/bnr-bg.jpg) repeat-x top right;
}
textarea {
	font-size:1.1em;
	background-color:#FFF;
}
a:link {
color:#664399;
text-decoration:underline;
}
a:visited {
color:#664399;
text-decoration:underline;
}
a:hover, a:active {
color:#CC0000;
text-decoration:underline;
}
img {
	border:1px solid #CCC;
}
td {
	font-size:1em;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#404C5C;
	font-size:1.7em;
	margin-bottom:15px;
}
h1 span {
	font-size:0.9em;
}
h2,.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#404C5C;
	font-size:1.5em;
	margin-bottom:15px;
	font-weight:bold;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#404C5C;
	font-size:1.1em;
	font-weight:bold;
	padding-left:1px;
	margin-bottom:5px;
}
p {
	margin-bottom:13px;
}
.dotted1 {
	background:url(/skins/design3-silver/images/dotted-bg-1.gif) repeat-x 0px 10px;
	position:relative;
	margin:20px 0px;
	padding:0px;
	height:20px;
	
}

.dotted2 {
	background:url(/skins/design3-silver/images/dotted-bg-1.gif) repeat-x 0px 3px;
	position:relative;
	margin:5px 0px;
	padding:0px;
	height:5px;
	clear:both;
}



/* End of global page classes */



/* This is the pages "white" area that is centered in the middle of the page. */
#outer {
	background-color: #FFF;
	margin:auto;
	position:relative;
	font-size:1.1em;
	width:780px;
}



/* This is the area that appears between the top navigation and footer. */
#maincontent {
	padding:20px 15px 20px 15px;
	/*margin:25px 0px 20px 0px;*/
	float:none;
}



/* These are the banner classes */
#banner {
	width:100%;
	height:95px;
	position:relative;
	background-color:#0C090A;
	background:url(/skins/design3-silver/images/bnr-bg.jpg) repeat-x top right;
}
.bnrlogo {
	position:absolute;
	top:20px;
	left:15px;
	border:0px;
}
a.bnrlogo:link, a.bnrlogo:visited, a.bnrlogo:hover, a.bnrlogo:active {
	text-decoration:none;
	font-size:2em;
	color:#663399;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
}
.bnrlogo img {
	border:0px;
}
.bnrbyline, .newslettersignup {
	color:#95A15D;
	width:300px;
	height:42px;
	position:absolute;
	right:10px;
	top:40px;
	text-align:right;
	background:none;
	font-weight:bold;
}
/* End of banner classes */




/* Navigation bar classes */
#navbar {
	position:absolute;
	width:100%;
	width:880px;
	height:31px;
	color:#FFF;										/* mod text colour */
	font-size:1em;
	top:72px;
	left:8px;
	display:inline;
	background:url(/skins/design3-slick/images/nav-bg.gif) repeat-x 0 0;
}


**********************************************
New dropdown menu system
**********************************************/

#menuList {
	list-style:none;
	margin:0px;
	padding:0px;
}

#mainMenu {
	position:relative;
	background: #CCC;
}

#menuList ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
}


#menuList li {
	z-index:100;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;

	/* The following styles are to counteract the global styling for li */
	background:none;	
}

/* These are the default states of the elements in the main top level menu. */
a.starter, a.starter:link, a.starter:visited {
	z-index:100;
	padding:4px 8px 5px 8px; /*Padding of the individual nav items*/
	color:#666;
	text-decoration:none;
	line-height:21px;  /*Important - I.E. needs this for the nav items to look right. Stoopid bug. */
	font-weight:bold;
	font-size:11px;
}

/* These are the mouse-over states of the elements in the main top level menu. */
a.starter:hover, a.starter:active, a.starter:focus {
	color:#000;
	text-decoration:none;
	font-weight:bold;	
}


/* These are the drop down menus (<ul> elements) */
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 150px;
}
.menu li {
	width:100%;
}

/* These are the default state of the elements (rows) in the drop down menus. */
.menu li a, .menu li a:link, .menu li a:visited { 
	background: #F2F7F8;
	border-bottom:1px solid #DEE8F2;
	border-left:1px solid #F2F7F8;
	border-right:1px solid #F2F7F8;	
	z-index:100;
	color: #333;
	display: block;
	width:100%;
	font-size: 1em;
	margin: 0px;
	text-decoration: none;
	padding: 6px 10px;
}

/* These are the mouse-over states of the elements (rows) in the drop down menus */
.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #FFF;
	color: #000;
}


.mainad {
	width:770px;
	display:block;
	background-color:none;
	margin-bottom:0px;
}
.mainad img {
	border:0px;
}

hr {
	height:1px;
	background-color:#CFCFCF;
	color:#CFCFCF;
	border:none;
}

/* Footer classes */
#footer {
	width:780px;
	height:23px;
	color:#AAA;
	/*background-color:#404C5C;*/
	border-top:1px solid #CCC;
	font-size:0.8em;
	position:relative;
	clear:both;
	margin:auto;
}
#footer ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#footer li {
	display:inline;
	position:relative;
	top:5px;
	background:none;
	padding:0px;
	margin:0px;
}
#footer a:link, #footer a:visited {
	padding:4px 20px 7px 0px;
	color:#AAA;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
}
.copyrightnotice {
	position:absolute;
	right:0px;
	top:5px;
}
#footer span.copyrightnotice a:link, #footer span.copyrightnotice a:visited, #footer span.copyrightnotice a:hover, #footer span.copyrightnotice a:active	 {
	padding:0px;
	margin:0px;
	color:#999;
}
/* end of footer classes */




/* Misc classes */
.rightsection {
	width:24%;
	float:left;
	background:url(/skins/design3-silver/images/dotted-bg-2.gif) repeat-y 0px 0px;
	padding:0px 0px 0px 20px;
}

.leftsection {
	width:70%;
	float:left;
	padding-right:20px;
}
.bottomsection {
	clear:both;
}

.newsitem {
	margin-bottom:20px;
}
.newssummaryitem {
	margin-bottom:0px;
}

.newssummaryitem img {
	border:0px;
	border-left:4px solid #CC0000;
	float:left;
	margin:0px 10px 5px 0px;
}

.margins1b {
	margin-bottom:20px;
}
.margins1t {
	margin-top:20px;
}


/* Standard bulleted lists */
ul {
	margin:0px 0px 30px 0px;
	padding:0px;
	list-style-type:none;
}
ul li {
	/* position:relative; - The new menu system requires that no position be specified here. */
	background:url(/skins/design3-silver/images/bullet1.gif) no-repeat 0px 4px;
	margin-top:10px;
	padding-left:13px;
	z-index:1;
}


.list1 {
	margin:0px 0px 30px 40px;
	padding:0px;
	list-style-type:none;
}
.list1 li {
	position:relative;
	background:url(/skins/design3-silver/images/bullet1.gif) no-repeat 0px 4px;
	margin-top:10px;
	padding-left:13px;
	z-index:1;
}
.list2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.list2 li {
	position:relative;
	margin-top:10px;
	padding-left:20px;
	z-index:1;
}
.list2 li.phone {
	background:url(../images/icon-phone.gif) no-repeat 0px 2px;
}
.list2 li.calendar {
	background:url(../images/icon-calendar.gif) no-repeat 2px 0px;
}
.list2 li.envelope {
	background:url(../images/icon-envelope.gif) no-repeat 2px 3px;
}
.list2 li.arrow {
	background:url(../images/icon-arrow.gif) no-repeat 2px 1px;
}

.bullet1 {
	position:relative;
	background:url(/skins/design3-silver/images/bullet2.gif) no-repeat 0px 4px;
	margin-top:10px;
	padding-left:9px;
}

/* These styles are visible in the WYSIWYG editor */

/* These are styles for the CMS layouts which are specific for this template. */
/* Layout 2 */
.layout2 {
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	vertical-align:top;
}
.layout2section1 {
	width:70%;
	float:left;
	padding-right:20px;
	vertical-align:top;
}
.layout2section2 {
	width:24%;
	float:left;
	background:url(/skins/design3-silver/images/dotted-bg-2.gif) repeat-y 0px 0px;
	padding:0px 0px 0px 20px;
	vertical-align:top;
}
.layout2section3 {
}
.layout2section4 {
}


.bulletword {
background:url(/skins/design3-silver/images/icon-word.gif) no-repeat 0 2px;
padding-left:23px;
display:block;
line-height:20px;
}

.bulletpdf {
background:url(/skins/design3-silver/images/icon-pdf.gif) no-repeat 0px 2px;
padding-left:23px;
display:block;
line-height:20px;
}
.quote {
	font-style:italic;
}
.quote span.author {
	font-style:normal;
	font-weight:bold;
	display:block;
	position:relative;
	margin:5px 0px 5px 0px;
}
.quote span.credits {
	font-style:normal;
	font-size:0.9em;
	display:block;
	color:#777;
}
.authorpic {
	float:left;
	margin:10px 10px 10px 0px;
}
.bookcover, .seminar {
	float:left;
	margin:0px 10px 10px 0px;

}
.bookbox {
	display:block;
	padding:10px;
	background-color:#FEECCF;
	margin:0px 0px 20px 0px;
	clear:both;
}
.seminarbox {
	padding:10px;
	background-color:#FBE6F6;
	margin:0px 0px 20px 0px;
}
.contenttype1 {
	padding:0px 0px 10px 40px;
}
ol {
	margin:0px 0px 10px 60px;
}


/* Component styling - Component name: contact */
#tablecontact {
	border-collapse:collapse;
}
#tablecontact td {
	padding:0px;
	padding-bottom:2px;
}

#tablecontact input, #tablecontact textarea {
	width:300px;
	border:1px solid #999;
	padding:1px;
}
#tablecontact .submitbutton {
	width:100px;
	margin-top:10px;
}
#tableadvancedsearch input, #tableadvancedsearch textarea {
	width:300px;
	border:1px solid #999;
	padding:1px;
}
#tableadvancedsearch .submitbutton {
	width:100px;
	margin-top:10px;
}

/* End of component styling - Component name: contact */

.msg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:20px;
}
.error {
	padding-left:25px;
	padding-top:1px;
	background:url(/skins/design3-silver/images/icon-cross.gif) no-repeat 0 0;
	color:#C00;
}
.stop {
	padding-left:30px;
	padding-top:3px;
	background:url(/skins/design3-silver/images/icon-stop.gif) no-repeat 0 0;
	color:#C00;
}
.success {
	padding-left:30px;
	padding-top:3px;
	background:url(/skins/design3-silver/images/icon-check.gif) no-repeat 0 0;
	color:#336600;
}
.forbidden {
	padding-left:30px;
	padding-top:3px;
	background:url(/skins/design3-silver/images/icon-forbidden.gif) no-repeat 0 0;
	color:#C00;
}
.information {
	padding-left:30px;
	padding-top:3px;
	background:url(/skins/design3-silver/images/icon-information.gif) no-repeat 0 0;
}
.hazard {
	padding-left:30px;
	padding-top:3px;
	background:url(/skins/design3-silver/images/icon-hazard.gif) no-repeat 0 0;
}

.cartsummary {
	position:absolute;
	top:10px;
	right:10px;
}
#carttable {
	width:750px;
	border-collapse:collapse;
	margin:20px 0px;	
}
#carttable th {
	font-weight:bold;
	padding:5px;
	background-color:#CCC;
	text-align:left;
	vertical-align:top;
}
#carttable td {
	padding:5px;
	border-bottom:1px solid #EEE;
	line-height:23px;
	vertical-align:top;
}
#carttable .cartproductprice, #carttable .cartproductqty, #carttable .cartproducttotalprice {
	text-align:right;
}
#carttable .carttotal {
	font-weight:bold;
	text-align:right;
}
#carttable .cartshipping, #carttable .carttax, #carttable .cartsubtotal, #carttable .carttotal {
	font-weight:normal;
	text-align:right;
	border-bottom:0px;
	line-height:14px;
}
#carttable .cartsubtotal {
	padding-top:30px;
}
#carttable .carttotal {
	font-weight:bold;
	border-bottom:1px solid #EEE;
	padding-bottom:30px;
}
#cartbtncontinue, #cartbtnupdatee, #cartbtnempty {
	float:left;
}
#cartbtncheckout {
	float:right;
}
.carttotalsvalue {
	width:70px;
}
.btnleft {
	float:left;
}
.btnright {
	float:right;
}
#tableshippingdetails {
	margin-bottom:40px;
	padding-bottom:20px;
	border-collapse:collapse;
}
#tableshippingdetails td, #tableshippingdetails th {
	padding:5px 5px 5px 0px;
	border-bottom:1px solid #EEE;
	line-height:23px;
	text-align:left;
}
#tableshippingdetails th {
	padding-right:20px;
}
#tableshippingdetails input {
	width:200px;
}
#tableshippingdetails #shipping_postcode {
	width:146px;
}
#tableshippingdetails select {
	width:150px;
}
#tableshippingdetails #newsletters {
	width:auto;
}
.tablesectiontitle {
	padding-top:30px;
}
/* Products */
	td, th {
		position:static;
	}
	.dotted1 { clear:both }
	table.tableitem {
		position:static;
		width:400px;
	}
	table.tableitem th {
		position:static;
		width:100px;
		text-align:left;
		vertical-align:top;
	}
	table.tableitem td {
		position:static;
		text-align:left;
		vertical-align:top;	
	}
	#tableproductdetail {
		position:relative;
		width:730px;
	}

	#tableproductdetail .description {
		position:relative;
		vertical-align:top;
		text-align:left;
		padding-right:50px;
	}


	#tableproductdetail .rightside {
		position:relative;
		width:200px;
		vertical-align:top;
		text-align:right;
	}
	#tableproductdetail td img {
		position:relative;	
		padding:2px;
		border:1px solid #CCC;
	}
	#tableproductditties th {
		position:relative;
		text-align:right;
		padding-bottom:20px;	
	}

	
	#tableproductditties td {
		position:relative;
		padding-top:10px;
		text-align:left;		
	}
	#tableproductditties td p {
		position:relative;
		padding-left:33px;
		margin-top:0px;
	}
	#tableproductditties td p.moveitup {
		position:relative;
		display:block;
		top:-18px;
	}
	#tableproductditties td.additionalimages {
		padding-bottom:20px;
	}

.btn01 {
background:url(../images/btn01.gif) no-repeat 0px 0px;
width:122px;
height:24px;
display:block;
text-decoration:none;
font-weight:bold;
color:#333;
line-height:22px;
text-align:center;
padding-left:5px;
}
a.btn01:link,a.btn01:visited {
text-decoration:none;
color:#333;
}

a.btn01:hover {
background-position:0 -24px;
text-decoration:none;
color:#333;
}
.iconspeaker {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin:20px 0;
	padding-left:30px;
	padding-top:3px;
	background:url(/skins/design3-silver/images/icon-speaker.gif) no-repeat 0 0;
	color:#336600;
}

