/* Start of global page classes */
* {
    margin:0px;
    padding:0px;
}
html {
	height:100%;
}
body {
	color: #48648C;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size:62.5%;
	height:100%;
	background-color: #FFF;
}
textarea {
	font-size:1.1em;
	background-color:#FFF;
}
a:link {
color:#FF3300;
text-decoration:underline;
}
a:visited {
color:#FF3300;
text-decoration:underline;
}
a:hover, a:active {
color:#2B72DE;
color:#CC0000;
text-decoration:underline;
}
img {
	padding:2px;
	border:1px solid #CCC;
}
td {
	font-size:1em;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#404C5C;
	font-size:1.7em;
	margin:15px 0px 10px 0px;
}
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(../images/dotted-bg-1.gif) repeat-x 0px 10px;
	position:relative;
	margin:20px 0px;
	padding:0px;
	height:20px;
	
}

.dotted2 {
	background:url(../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. */
#tableouter {
	background-color: #FFF;
	margin:auto;
	position:relative;
	font-size:1.2em;
	width:942px;
	border-collapse:collapse;
	/*background:url("../images/body-bg.jpg") repeat-y 0 0;*/
}
#divouter {
	position:relative;
	width:942px;
	margin:auto;
}

#tableouter .bnrleft {
	background:url("../images/bnr-bg-left.jpg") no-repeat bottom left;
	height:81px;
	width:15px;
}
#tableouter .bnrright {
	background:url("../images/bnr-bg-right.jpg") no-repeat bottom left;
	height:81px;
	width:15px;	
}
#tableouter .bodyleft {
	width:15px;
	background:url("../images/left-bg.gif") repeat-y 0 0;
}
#tableouter .bnrcontent {
	padding:0px 10px;
}
#tableouter .bodycontent, #tableouter .footercontent {
	padding:10px;
	text-align:left;
}
#tableouter .bodyright {
	width:15px;
	background:url("../images/right-bg.gif") repeat-y 0 0;
	position:relative;	
}
#tableouter .footerleft {
	background:url("../images/footer-bg-left.jpg") no-repeat top left;
	height:78px;
	width:15px;
}
#tableouter .footerright {
	background:url("../images/footer-bg-right.jpg") no-repeat top left;
	height:78px;
	width:15px;
}


/* This is the area that appears between the top navigation and footer. */
#maincontent {
	padding:0px;	
	float:none;
	line-height:1.4em;
	font-stretch:semi-expanded;
}



/* These are the banner classes */
#banner {
	width:100%;
	height:117px;
	position:relative;
	margin-bottom:29px;
	background:url("../images/bnr-bg.jpg") no-repeat top left;
	text-indent:-1000px;
	border-bottom:1px solid #E6E6E6;
}
.bnrlogo {
	position:absolute;
	top:15px;
	left:0px;
	border:0px;
	width:390px;
	height:90px;
}
a.bnrlogo:link, a.bnrlogo:visited, a.bnrlogo:hover, a.bnrlogo:active {
	text-decoration:none;
	font-size:2em;
	color:#FF3300;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
}
.bnrlogo img {
	border:0px;
}
.bnrbyline {
	color:#CCC;
	width:300px;
	height:42px;
	position:absolute;
	right:25px;
	top:10px;
	text-align:right;
	background:none;
}
/* End of banner classes */


/* Datebar */
#datebar {
	position:absolute;
	width:892px;
	height:29px;
	color:#8F8E8E;										/* mod text colour */
	font-size:1.1em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	top:117px;
	left:25px;
	line-height:39px;
}
#datebar span.date {
	float:left;
	padding-left:45px;
}
#datebar span.sunny {
background:url("../images/icon-sun.gif") no-repeat 0px 2px;
}
#datebar span.contact {
	float:right;
	background:url("../images/icon-phone.gif") no-repeat 0px 13px;
	padding-left:20px;
}




.mainad {
	display:block;
	margin-bottom:10px;
	position:relative;
}
.mainad img {
	border:0px;
	padding:0px;
}

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

/* Footer classes */
#footer {
	height:100px;
	color:#999;
	font-size:0.8em;
	position:relative;
	text-align:right;
}
#footer ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#footer li {
	display:inline;
	position:relative;
	background:none;
	padding:0px;
	margin:0px;
}
#footer ul li a:link, #footer ul li a:visited {
	padding:4px 0px 7px 20px;
	color:#AAA;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#666;
	text-decoration:underline;
}
.copyrightnotice {
	position:relative;
	margin:5px 0px;
	display:block;
	text-align:right;
}
#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;
	text-align:right;	
	text-decoration:none;
}
#footer span.copyrightnotice a:hover {
	color:#666;
	text-decoration:underline;
}
#footer .paypalcreditcardlogos {
	width:180px;
	height:39px;
	background:url("../images/paypal.gif") no-repeat 0 0;
	position:absolute;
	top:22px;
	left:0px;
}
#footer .sslsecurearea {
	width:143px;
	height:35px;
	background:url("../images/ssl-secure.gif") no-repeat 0 0;
	position:absolute;
	top:22px;
	right:0px;
}

/* end of footer classes */




/* Misc classes */
.rightsection {
	width:24%;
	float:left;
	background:url(../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(../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(../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(../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(../images/dotted-bg-2.gif) repeat-y 0px 0px;
	padding:0px 0px 0px 20px;
	vertical-align:top;
}
.layout2section3 {
}
.layout2section4 {
}


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

.bulletpdf {
background:url(../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 th {
	padding-right:10px;
}
#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(../images/icon-cross.gif) no-repeat 0 0;
	color:#C00;
}
.stop {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-stop.gif) no-repeat 0 0;
	color:#C00;
}
.success {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-check.gif) no-repeat 0 0;
	color:#336600;
}
.forbidden {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-forbidden.gif) no-repeat 0 0;
	color:#C00;
}
.information {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-information.gif) no-repeat 0 0;
}
.hazard {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-hazard.gif) no-repeat 0 0;
}
.mainheadingarea {
	/*width:710px;*/
	padding:10px 20px;
	background-color:#FF3300;
	margin:8px 0px 0px 25px;
}
.mainheadingarea h1 {
	color:#FFF;
	margin:0px;
}



/* Side nav area */
.sidenav {
	margin:0px;
	padding:0px;
	position:relative;
	list-style-type:none;
	padding-bottom:16px;
	width:172px;
}
.sidenav li {
	background:none;
	margin-top:0px;
	padding-left:0px;
	background-color:#DDD;
}
.sidenav li a, .sidenav li.disabled {
	position:relative;
	display:block;
	padding:5px 5px 5px 16px;
	margin:1px 0px;
	width:150px;
	font-size:0.9em;
	color: #422C00;
	text-decoration:none;
	background:url(../images/bullet4.gif) no-repeat 7px 8px #DDD;	

	
}
.sidenav li a:link, .sidenav li a:visited {
	text-decoration:none;
	color:#422C00;
}
.sidenav li a:hover {
	text-decoration:none;
	color:#FFF;
}
.sidenav li a:active {
	text-decoration:none;
	color:#FFF;
}
.sidenav li a.selected, .sidenav li a:link.selected, .sidenav li a:visited.selected {
background:url(../images/side-nav-select.gif) repeat-y top left;
background-color:#9D9D9D;
color:#FFF;
}
.sidenav li.disabled {
	color:#808080;
}
.sidenav li a.indent2 {
	padding-left:36px;
	background-position:27px 8px;	
	width:130px;
}
.sidenav .titlerow {
	padding:3px 3px 3px 10px;
	background-color:#999;
	color:#FFF;
	font-weight:bold;
	line-height:19px;
}
/* end side nav */
table.tablemain {
	border-collapse:collapse;
	border:0px;
	padding:0px;
	width:100%;
}
table.tablemain td {
	vertical-align:top;
}

/* 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:420px;
	}

	#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;
	}
.cartsummary {
	position:absolute;
	top:10px;
	right:25px;
}
#carttable {
	width:500px;
	border-collapse:collapse;
	margin:20px 0px;	
}
#carttable th {
	font-weight:bold;
	padding:5px;
	background-color:#CCC;
}
#carttable td {
	padding:5px;
	border-bottom:1px solid #EEE;
	line-height:23px;
}
#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;
	border-collapse:collapse;
}
#tableshippingdetails td, #tableshippingdetails th {
	padding:5px 5px 5px 0px;
	border-bottom:1px solid #EEE;
	line-height:23px;
}
#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;
}
.errmessages span {
	padding-bottom:5px;
	font-weight:bold;
	background:url('../images/bullet2.gif') no-repeat 2px 2px;
	padding-left:11px;
	line-height:12px;
	display:block;
	color:#C00;	
}
.hazardicon {
	padding-left:26px;
	font-size:14px;
	color:#C00;
	background:url('../images/icon-hazard.gif') no-repeat 0 0;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:5px;
}
.btn01 {
background:url(../images/btn01.gif) no-repeat 0px 0px;
width:114px;
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;
}
.tdsidearea{
	background:#E8E7E7;
	width:230px;
	vertical-align:top;
	position:relative;
}
.tdmainarea {
	vertical-align:top;
}
.contentarea {
	padding:0px 20px 20px 20px;
}
.homepagecontentarea {
	background:#173969;
	color:#FFF;
}
.homepagecontentarea h1 {
	color:#FFF;
}




/***************************
New side nav with flyout dropdowns
***************************/
/**********************************************
New dropdown menu system
**********************************************/
#navbar {
	position:relatve;
	width:210px;
	color:#8F8E8E;										/* mod text colour */
	font-size:1.1em;
	top:0px;
	left:0px;
}

#menuList {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:16px;
	width:210px;
	position:relative;
}

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

#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;
	/* background:url("../images/bullet5.gif") no-repeat 13px 13px; */
}

/* 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 0px 5px 5px; /*Padding of the individual nav items*/
	color:#1212B4;
	text-decoration:none;
	line-height:17px;  /*Important - I.E. needs this for the nav items to look right. Stoopid bug. */
	
	/* this is for the sidenav type navigation */
	display:block;
	background-color:none;	
	width:210px;
	font-size:1.1em;
	font-weight:normal;
	border-top:1px solid #CCD3DF;

	padding:4px 5px 4px 16px;
	margin:1px 0px;
	width:210px;
	font-size:0.9em;
	color: #422C00;
	text-decoration:none;
	background:url("../images/nav-item-bg.gif") no-repeat 0 0;	
	
}

/* 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:#1212B4;
	text-decoration:none;
	/*background:url("../images/bullet5.gif") no-repeat 13px 13px #9D392A;*/
	background:#F2F2F2;
}


/* These are the drop down menus (<ul> elements) */
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 160px;
}
.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: #666;
	z-index:100;
	color: #FFF;
	display: block;
	width:100%;
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	margin-top:-2px;
	padding: 4px 5px;
	line-height:17px;
}

/* 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: #999;
	color: #FFF;
}
.fastforms {
	background:url("../images/fast-forms-bg.gif") no-repeat 0 0;
	width:212px;
	height:150px;
	padding-top:47px;
	padding-left:15px;
}
.fastforms a:link, .fastforms a:visited, .fastforms a:hover, .fastforms a:active {
	background:url("../images/icon-pdf-large.gif") no-repeat 4px 4px #BBD1DE;
	display:block;
	line-height:27px;
	margin-bottom:10px;
	padding:5px 5px 5px 32px;
	width:160px;
	color:#000;
}
.associationlogos {
	background:#D2DCE2;
	padding:20px;
	text-align:center;
	display:none;
	visibility:hidden;
}
.scrollingtext {
	background:#FFF;
	background:#D2DCE2;
	padding:20px;
	text-align:center;
	/*color:#999;*/
	font-size:1.4em;
	font-weight:bold;
}
marquee {
	color:#003366;
}