/* @override http://www.inline.com.au/css/basic/custom.css */

/* @override 
	http://inlinesystems.vtc.net.au/css/basic/custom.css
	http://www.inline.com.au/css/basic/custom.css
*/

/* @group body */

html {
	float: left;
	width: 100%;
	font-size: 62.5%;
}

body {
	font-family: Arial,Verdana, Helvetica;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
background-color: #fff;
	color: #333;
	float: left;
	width: 100%;
}

a.zoom img{
	border:none;
	outline: none;
	padding-left: 10px;
}

a:link, a:visited {
	color: #004c92;
	text-decoration: none;
}

a:hover, a:active {
	color: #fd991a;
	text-decoration: none;
}
pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	font-size: 19px;
	margin: 10px 0;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #333;
}

h2 {
	font-size: 16px;
	margin: 20px 0 5px 0;
	font-weight: normal;
	color: #999;
	line-height: 1.4em;
}

h3 {
	font-size: 12px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #999;
}

h4 {
	font-size: 11px;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td {
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	/*height: 1%; */
}

select, input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
}

p.error {
	font-size: 11px;
	line-height: 16px; 
	padding: 10px 10px 20px 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: #f30 2px 2px 0;
	background-color: #f60;
	border: 1px solid #fff;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.center {
	text-align: center;
}
.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}

#main .body a.zoomer {
	border: none;
}
img {
	border: none;
}
* html a.zoomer, * html div.imgZoomer {
	behavior: url(/js/iepngfix.htc);
}

div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.87;
}

div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
	opacity: 1;
}

p.enquiry-link{
	float: right;
	padding: 0 15px;
	margin: 0 0 10px 0;
}

#sidebarR p.enquiry-link a.enquiry {
	display: block;
	float: right;
	text-indent: -9999px;
	width: 170px;
	height: 28px;
	padding: 0;
	background: url(/images/interface/info-request.gif) no-repeat center top;
	
}

#main p.enquiry-link a.enquiry {
	display: block;
	float: right;
	text-indent: -9999px;
	width: 170px;
	height: 28px;
	padding: 0;
	background: url(/images/interface/info-request.gif) no-repeat center top;
	position: absolute;
	right: 20px;
}
.twocol p.enquiry-link {
	padding-right: 0;
}

h2.shout {
color: #000;
	margin-bottom: 15px;margin-top: 15px;
}
/* @end */

/* @group layout */

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative; /* logo position relies on this */
}

#container {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#header {
	width: 100%;
	height: 296px;
	position: relative;
	background: url(/images/interface/home-banner-top.gif) no-repeat 50% 108px;
}

#topnav{
	float: right;
	padding: 5px 0 0 0;
	margin: 0px;
	height: 31px;
	background: transparent url(/images/interface/topnav-bg.png) repeat-y right top;
	
	width: 600px;
}

.callus{
	float: right;
	padding: 0px;
	margin: 32px 10px 0 0px;
	font-size: 1.8em;
	text-transform: lowercase;
	color: #d8d428;
	font-weight: bold;
	
}

.callus span{
	color: #004c92;
	font-size: 0.8em;
}
#nav {
	float: left;
	width: 475px;
	display: inline;
	margin: 34px 0px 0px 0px;
	padding: 0px;	
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(/images/interface/content-bg.jpg) repeat-y 50% 50%;	
}

body.s8 #content, body.s9 #content, body.s3 #content {
background: transparent url(/images/interface/inside-columns-bg.gif) repeat-y 50% 50%;
}

#content.twocol, body.s8 #content.twocol, body.s9 #content.twocol {

	background: transparent url(/images/interface/left-bg.gif) repeat-y left center;
}


#columns {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
		background: url(/images/interface/home-cols-bg.gif) no-repeat right top;
}
		
body.s8 #columns, body.s9 #columns, body.s3 #columns {
background: url(/images/interface/inside-cols-bg.gif) no-repeat right top;

}

div#columns.twocol  {

	background: url(/images/interface/inside-twocol-top-bg.gif) no-repeat right top;
}
div#columns.twocol div#main{

	width:660px;
	padding-left: 20px;

}

body.s8 #main, body.s9 #main, body.s3 #main {
	float: right;
	width: 460px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	padding: 20px 20px 0 0px;
	margin: 0 0 10px 0;
}

#main {
	float: left;
	width: 460px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	padding: 20px 0px 0 20px;
	margin: 0 0 10px 0px;
}
body.s1 #main {
	padding-top: 0;
	
}

body.s8 #main, body.s9 #main {
	padding-left: 0;
}
#sidebarI, #sidebarM, #sidebarL, #sidebarN{	
	float: right;
	width: 180px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 15px 0 10px 0 ;
	padding: 0 10px;
}
body.s8 #sidebarI, body.s9 #sidebarI, body.s3 #sidebarI, body.s8 #sidebarM, body.s9 #sidebarM, body.s3 #sidebarM{	
	width: 180px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: -10px 10px 0 10px;
	padding: 0;
	float: left;
}

body.s616 #sidebarN   {	
	width: 180px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0px 10px 0 10px;
	padding: 0;
	float: left;
}




.a8 #sidebarI, .a8 #sidebarM, .a9 #sidebarI, .a9 #sidebarM, .a3 #sidebarI, .a3 #sidebarM  {
	float: left;
}

#sidebarI p.sectionlink, #sidebarM p.sectionlink {

	background: transparent url(/images/interface/nav2-bg.gif) no-repeat center right;
 	font-size: 1.5em;
 	line-height: 1em;
 	text-transform: lowercase;
 	font-weight: bold;
 	padding-bottom: 0px;
 	height: 25px;
 	border-bottom: 1px solid #CCCCCC;
}
/*
body.s1 #sidebarR {
	float: right;
	width: 180px;
	display: inline; 
	margin: 0px 10px 0 10px; 
	padding: 0;
}
*/
body.s8 #navimage #medical a {
		position: absolute;
	background: transparent url(/images/interface/medical-dentist.png) no-repeat 0px 0px;
	width: 392px;
	height: 278px;
	top: 63px;
		left: 508px;
	z-index: 100;
	text-indent: -9999px;
	overflow: hidden;	
}

body.s9 #navimage #industrial a {
		position: absolute;
	background: transparent url(/images/interface/industrial.png) no-repeat 0px 0px;
	width: 392px;
	height: 278px;
	top: 63px;
	left: 508px;
	z-index: 10;
	text-indent: -9999px;
	overflow: hidden;
}


body.s8 #navimage #industrial a, body.s9 #navimage #medical a {
	position: absolute;
	left: -9999px;
}

#sidebarR {
	float: right;
	width: 200px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0;
	padding: 20px 0 0 0;

}

#footer {
	float: left;
	width: 900px;
	height: 100px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0 0 0;
	margin: 0 0 0 0px;
	color: #999;
	text-transform: lowercase;
	/*clear: both; apparently redundant because of width */
	background: transparent url(/images/interface/footer-bg.jpg) repeat-x 50% 50%;
}

#main .body a.imgzoomer {
	border: none;
}

#main .body .right {
	float: right;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group header */

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 a {
	width: 206px;
	height: 56px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/interface/logo-s.gif) no-repeat 0 0;
	padding: 0;
	margin: 40px 0 0 0;
	float: left;

}

body.s8 #header h1 a {
	background: transparent url(/images/interface/logo-m-s.gif) no-repeat 0 0;
}


body.a632 #header h1 a, body.p632 #header h1 a, body.a633 #header h1 a, body.p633 #header h1 a  {

	background: transparent url(/images/interface/logo-m-s.gif) no-repeat 0 0;
}



#navimage img {
	float: right;
	border: 0;
	margin: 0;
}
#navimage { 
	overflow: hidden;
	float: left;
	margin-top: 30px;
	background: transparent url(/images/interface/banner-bg.jpg) no-repeat 0px 0px;
	width: 100%;
	height: 172px;
}

body.s616 #navimage { 
	overflow: hidden;
	float: left;
	margin-top: 30px;
	background: transparent url(/images/interface/banner-bg-news.jpg) no-repeat 0px 0px;
	width: 100%;
	height: 60px;
}

body.s616 .overlay{
	height: 60px;
}

body.s616 #header{
	height: 184px;
}


.slogan {
	font-family: arial, helvetica;
   width:580px;
   margin: 76px 0 0 0;
   color: #FFFFFF;
   font-size: 19px;
   line-height: 22px;
   padding: 3px 0px 3px 25px;
	background: url(/images/interface/widget.gif) no-repeat;
}

.slogan p{
margin: 0;
}

.overlay {
	position: absolute;
	background: transparent url(/images/interface/overlay-home.png) no-repeat 0 0;
	width: 100%;
	height: 172px;
	top:  126px;
	left: 0;
}
body.s8 .overlay, body.s9 .overlay, body.s3 .overlay {
	background: transparent url(/images/interface/overlay-inside.png) no-repeat 0 0;
	
}


* html.overlay {
	behavior: url(/js/iepngfix.htc);
}



/* @end */

/* @group nav */

/* @group search box */

form#search_menu_form {
	margin: 0 0 0 20px;
	float: right;
	display: inline;
	width: 240px;
	padding: 0;
	}

#article_error form#search_menu_form {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	}
input#search_menu_submit{
	margin: 0px;
	vertical-align: bottom;
	padding: 0;
	display: inline;
}

input#search_menu_query{
	line-height: 14px;
	border: 1px solid #c9c9c9;
	height: 20px;
}

#search_menu_form label{
	font-size: 12px;
	text-transform: lowercase;
	padding: 0px;
	margin: 3px 5px 0 0;
	float: left;
}
#article_error #search_menu_form label{
	font-size: 14px;
	text-transform: capitalize;
	padding: 0px;
	margin: 3px 5px 0 0;
	float: left;
	font-weight: bold;
}
.note {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	float: left;
}

/* @end */

/* @group lev1 */


/* @group topnav */
.topnav {
	float: right;
	text-align: left;
	padding: 0;
	margin: 5px 0px 0 0 ;
	list-style-type: none;
	font-size: 12px;
	text-transform: lowercase;
	position: relative;
	z-index: 100;
}
.hrTop .topnav {
	float: left;
}
.topnav li {
	float: left;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 16px;
border-right: 1px solid #ccc;
	text-transform: lowercase;
	font-size: 0.9em;
}
.topnav li.last {
	background: none;
	border-right: none;
}
.topnav li a:link, .topnav li a:visited {
	float: left;
	display: block;
	padding: 0px 10px 0 10px;
	text-decoration: none;
	color: #666666;
	margin: 0;
	/* hide from mac ie \*/
	height: 1%; /**/
}

.topnav li a:hover, .topnav li a:active {
	color: #004c92;
}

.topnav li.hilite a:link, .topnav li.hilite a:visited {
	
	color: #004c92;
}

.topnav li.hilite a:hover, .topnav li.hilite a:active {

}



/* @end */

.lev1 {
	float: left;
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: bold;
	
}

.lev1 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 20px;
	display: block;
	position: relative;		z-index: 10;
}
/* .lev1 li.i_2, .lev1 li.i_3 {
display: none;} */
.lev1 li a:link, .lev1 li a:visited {
	float: left;
	display: block;
	padding: 0 14px;
	text-decoration: none;
	color: #000;
	margin: 0;
	/* hide from mac ie \*/
	height: 1%; /**/

	 display: block;

	margin: 0px;
	line-height: 26px;
	text-decoration: none;
}

.lev1 li a:hover, .lev1 li a:active {
	
	background-image: none;
	color: #666;
	text-decoration: underline;
}

.lev1 li.hilite a:link, .lev1 li.hilite a:visited {
	color: #014b92;
	
}

.lev1 li.hilite a:hover, .lev1 li.hilite a:active {
	
}

/* @end */




/* @group lev2 */

.lev2 {
	text-align: left;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	border-top: 1px solid #eee;
	overflow: hidden; /* required by ie6 to hide collapsing menus */
	position: relative; /* required by ie6 to hide collapsing menus */
	float: left;
	width: 100%;
}

.lev2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	position: relative;
	font-size: 11px;
	background: url(/images/interface/lev2-li-bg.gif) repeat-x center top;
	overflow: hidden; /* required by ie6 to hide collapsing menus */
	position: relative; /* required by ie6 to hide collapsing menus */
	float: left;
	width: 100%;
}

.lev2 li.first {
	
}

.lev2 li.last {

}

.lev2 li a:link, .lev2 li a:visited {
	color: #000;
	display: block;
	font-size: 13px;
	line-height: 16px;
	padding: 6px 5px 6px 29px;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	/* hide from mac ie \*/
	height: 1%;/**/
	background: url(/images/interface/lev2-plus.gif) no-repeat;
	
}

.lev2 li a.opened:link, .lev2 li a.opened:visited {

	background: url(/images/interface/lev2-minus.gif) no-repeat;
}

.lev2 li.hilite, .lev2 li a:hover, .lev2 li a:active {
	color: #000;
}

.lev2 li.hilite a:link, .lev2 li.hilite a:visited {
	color: #000;
}

.lev2 li.hilite a:hover, .lev2 li.hilite a:active {
	color: #000;
}

/* added for open menu */

#sidebarM .lev2 .widget, #sidebarI .lev2 .widget, #sidebarR .lev2 .widget {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 27px;
	cursor: pointer;
	z-index: 1000;
	background-image: url(/images/trans_pixel.gif);
}

body.s616 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 27px;
	cursor: pointer;
	z-index: 1000;
	background-image: url(/images/trans_pixel.gif);
}


.lev2 li ul {
	padding: 0;
	margin: 0;
	background: none;
	
}

.lev2 li li {
	padding: 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #ccc;
}

.lev2 li li a:link, .lev2 li li a:visited {
	color: #004c92;
	background: url(/images/interface/lev2-square.gif) no-repeat 8px 8px;
	font-size: 1em !important;
	font-weight: normal !important;
	line-height: 1.2em;
	
}

.lev2 li li a:hover, .lev2 li li a:active {
	color: #004c92;
	background: #eee url(/images/interface/lev2-square.gif) no-repeat 8px 8px;
}

.lev2 li li.focus a {
	font-weight: bold !important;
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group main */

#main .article, #main .article .article {

	padding: 0; /* 1px padding to prevent margin collapse */
	margin: 0 0 20px 0;
	float: left; /* required to stop images escaping */
	width: 100%; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}
#main .article .article {
	margin:0;
	/* so the drawer triggers on embedded articles stay adjacent to each other */
	}
#main .home {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#main h1.pagetitle, #main h1.embedtitle {
	color: #85868A;
	font-weight: bold;
	font-size: 24px;
	margin: 0 -10px 10px -10px; /* counteract .article padding */
	padding: 10px 10px 0 10px;
}

#main .body div {
	margin: 10px 0;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
	
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}



#main .body ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/interface/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#main .anchortop {
display: block;
text-align: right;}
/* @group tables */

#main .body table {
	border: 1px solid #ccc;
	width: 100%;
}

#main .body table caption {
	display: none;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 10px;
/* 	white-space: nowrap; */
}

#main .body table th {
	text-align: left;
	white-space: nowrap;
}

/* @end */

/* @group children */

.children ul {
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #ddd;
	background-image: url(/images/trans_pixel.gif); /* required because IE6 loses the border on LI with summary */
	clear: both;
	list-style-type: none;
}

.children li {
	position: relative;
	padding: 8px 0;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #ddd;
	clear: both;
	float: left;
	width: 100%;
}

.children li a.thumbnail {
	list-style-type: none;
	margin-left: 0;
	float: left;
}
.children li a.childtitle {
	font-size: 1.2em;
	display: block;
	margin: 0 0 0 110px;
}

body.s616 .children li a.childtitle, body.s7 .children li a.childtitle {

	margin: 0 0 0 0px;
}

.children li a:link, .children li a:visited, .children li a:hover, .children li a:active {
	
	list-style-type: none;
}

.children li .summary  {
	font-size: 10px;
	line-height: 12px;
	color: #999;
	margin: 5px 0 5px 110px;
	display: block;
}

body.s616 .children li .summary, body.s7 .children li .summary  {

	margin: 5px 0 5px 0px;
}

.children li .arrows {
	position: absolute;
	right: 0;
	top: 0.95em;
	z-index: 10;
}

/* @group children table */

.children table {
	border-spacing: 5px;
	width: 100%;
}

.children table td .childtitle  {
	margin-top: 0;
}

.children table td.child {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #eee;
	width: 33.33%;
}

.children table td .summary  {
	clear: both;
	margin-bottom: 0;
}

.children table td .thumbnail {
	padding: 0;
	margin-bottom: 5px;
}

.children .details {
	font-size: 12px;
	line-height: 14px;
	margin: 0 -1px;
	padding: 0;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	width: 100%;
}

.children .details .price {
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.children .details .options {
	float: right;
	margin: 6px 5px;
	padding: 0;
}

.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background: #eee;
	border: 1px solid #ccc;
	/*display: block;*/
	float: right;
	width: 12px;
	height: 12px;
}

.children .details .options a img:hover {
	border: 1px solid #666;
}

/* @end */

/* @end */

/* @group files */

.files {
	margin: 10px 0;
}

.files dl {
	margin: 0;
	padding: 0;
}

.files dl dt {
}

.files dl dt.first {
}

.files dl span, .files dl strong {
	display: none;
}

.files dl span.s_size {
	display: inline;
	font-weight: normal;
}

.files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
	background-image: url(/images/interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 12px 50%;
	padding-left: 30px;
}

.files dl dd {
	margin: 0;
	padding: 0 0 5px 0;
	padding-left: 30px;
	color: #f7b82c;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.files dl dd p {
	margin: 0;
	padding: 0;
}

.files dl dd div.s_notes {
	color: #333;
}

.files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}

.files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer;
}

.files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}

.files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}

/* @end */

/* @end */

/* @group sidebar */

/* @group siderbar R */

/* @group sidebar article */

#sidebarR .article {
	margin: 0 0 0px 0;
	padding: 15px 10px 1px 10px; /* 1px padding to prevent margin collapse */
	font-size: 11px;
	line-height: 13px;
	color: #666;
	float: left;
	width: 180px;
	display: inline;
	background: #f4f3ad url(/images/interface/side-article-top.gif) no-repeat center top;
}

#sidebarM .article, #sidebarI .article, #sidebarN .article{
	margin: 0 0 0px 0;
	padding: 15px 10px 1px 10px; /* 1px padding to prevent margin collapse */
	font-size: 11px;
	line-height: 13px;
	color: #666;
	float: left;
	width: 160px;
	display: inline;
	background: #f4f3ad url(/images/interface/side-article-top-left.gif) no-repeat center top;
}


#sidebarR .side_article_base{
	float: left;
		background: transparent url(/images/interface/side-article-base.gif) no-repeat center top;
		width: 100%;
		height: 15px;
		margin-bottom: 10px;
		display: inline;
}

#sidebarM .side_article_base {
	float: left;
		background: transparent url(/images/interface/side-article-base-left.gif) no-repeat center top;
		width: 100%;
		height: 15px;
		margin-bottom: 10px;
		display: inline;
}

#sidebarR h1.embedtitle, #sidebarM h1.embedtitle , #sidebarI h1.embedtitle, #sidebarN h1.embedtitle{
	
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	padding: 1px 0 2px 0;
	margin: 10px 0;
	border-bottom: 2px solid #fff;
}

#sidebarR .article p, #sidebarM .article p  {
	padding: 0;
	margin: 8px 0;

}

#sidebarR .article em, #sidebarM .article em {
	font-weight: bold;
	font-style: normal;
	color: #f60;
}

#sidebarR .article .children ul, #sidebarR .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarR .article ol li {
	list-style-type: decimal;
}

#sidebarR .article a:link, #sidebarR .article a:visited {
	color: #333;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#sidebarR .article a:hover, #sidebarR .article a:active {
	color: #f60;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#sidebarR .article form table th {
	text-align: left;
}

#sidebarR .article form table td {
	width: 100%;
}

#sidebarR .article form table td input {
	width: 100%;
	margin-bottom: 4px;
}

/* @end */

/* @group sidebar cart */

#sidebarR p.error {
	margin: 0 0 10px 0;
	float: left; /* required to stop images escaping */
	width: 179px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#sidebarR .cart, #sidebarR .logon {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sidebarR .cart caption, #sidebarR .logon caption {
	font-family: "Lu cida Grande", Helve tica, A rial, Ver dana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	padding: 10px 0;
	margin: 0;
	text-align: left;
	caption-side: top;
}

#sidebarR .cart caption span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#sidebarR .cart th, #sidebarR .cart td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}

#sidebarR .cart .col1 {
	text-align: left;
	white-space: nowrap;
}

#sidebarR .cart .col2, #sidebarR .cart .col3 {
	text-align: right;
	white-space: nowrap;
}

#sidebarR .cart .col3 {
	font-weight: bold;
}

#sidebarR .total span, #sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #999;
}

#sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-align: right;
}

#sidebarR form input {
	font-size: 9px;
}

/* @end */

/* @end */

/* @group siderbar L & R */

#sidebarL .article ul, #sidebarL .article ol, 
#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
	list-style: square;
}

#sidebarL .article ol, #sidebarR .article ol {
	margin-left: 24px;
}

#sidebarL .article li, #sidebarR .article li {
	padding: 0;
	margin: 3px 0;
}

/* @end */

/* @end */

/* @group footer */

#footer .left {
	float: left;
	color: #666;
	margin: 10px 10px;
	display: inline;
}

#footer .right {
	float: right;
	color: #666;
	margin: 10px 10px;
	display: inline;
}

#footer .left .sitename {
	font-weight: normal;
}

#footer a:link, #footer a:visited {
	color: #004c92;
	border-bottom: 1px dotted #666;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

/* @end */

/* @group shop */

/* @group shopitem */

.buynow {
	margin: 10px 0;
	border:  1px solid #ddd;
	padding: 5px 10px;
	font-size: 11px;
}

.buynow p {
	margin: 5px 0;
}

.buynow label {
	color: #999;
	font-weight: bold;
}

.buynow .price span {
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #f30;
}

.buynow .light span {
	color: #666;
}

/* @end */

/* @group items */

.shop table.items caption {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 5px 0;
	color: #666;
}

.shop table.items {
	border: 1px solid #ccc;
	border-width: 1px 0;
	background: #fff;
	width: 100%;
}

.shop table.items tr {
	/* vertical-align: top; */
}

.shop table.items th {
	border: 2px solid #ccc;
	border-width: 0 0 2px 0;
	padding: 4px;
}

.shop table.items tr.item td {
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
	background: #fff url(/images/interface/checkout_item_bkg.gif) repeat-x 0 0px; /* background position 0 -7px using original image */
	padding: 4px;
}

.shop table.items .i_description {
	padding-top: 4px;
	display: none; /* re-instate when we have meaningful descriptions */
}

.shop .items .col1 {
	width: 75%;
	text-align: left;
}

.shop .items .col1 a {
	background: transparent url(/images/interface/checkout_item_bullet.gif) no-repeat 0 50%;
	padding-left: 17px;
}

.shop .items .col2, .shop .items .col3, .shop .items .col4 {
	text-align: right;
}

.shop .items .col3 {
	font-weight: bold;
	white-space: nowrap;
}

.shop .items .col4 {
	white-space: nowrap;
}

/* @end */

/* @group checkout */

.shop h2 {
	font-size: 14px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #f30;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}

.shop h2 label {
	font-weight: bold;
}

.shop th, .shop label {
	font-weight: bold;
	text-align: left;
}

.shop th, .shop td {
	font-size: 11px;
}

.shop p.alert {
	margin: 40px 0 20px 0;
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-width: 2px 0;
}

/* @group payments */

.shop dl, .shop dt, .shop dd {
	margin-top: 10px;
	margin-bottom: 10px;
}

.shop dd {
	margin-left: 40px;
	border-left: 5px solid #ffb27f;
	padding-left: 10px;
}

.shop dd table caption {
	display: none;
}

.shop dd table th, .shop dd table td {
	padding: 0 5px;
}

.shop dd table th {
	text-align: right;
	border-right: 1px solid #ccc;
	white-space: nowrap;
	padding-left: 0;
}

.shop dd table td img {
	margin-bottom: -3px;
}

/* @end */

/* @end */

/* @group checkout & cart */

.shop .totals {
	border-bottom: 2px solid #ccc;
	text-align: right;
	margin-bottom: 10px;
}

.shop .totals p {
	margin: 10px 4px;
	font-weight: bold;
}

.shop .totals span {
	color: #999;
}

.shop .noitems {
	padding: 10px;
	text-align: center;
}

/* @end */

/* @group users */

.shop table.orders {
	position: relative;
	width: 100%;
}

.shop table.orders th, .shop table.orders td {
	width: 25%;/**/
	white-space: nowrap;
}

.shop .orders .col1 {
	width: 25%;
	font-weight: bold;
}

.shop .orders td.col4 {
	font-weight: bold;
	text-align: right;
}

/* @end */

/* @end */

/* @group search */

/* @group request */

.search table  {
	margin: 0;
	padding: 10px 0;
}

.search th, .search td {
	font-size: 10px;
	text-align: left;
}

.search th {
	padding: 5px 3px 5px 0;
}

.search .help {
	color: #666;
	line-height: 13px;
}

/* @end */

/* @group results */

/* @group title */

.search dt {
	font-weight: bold;
	margin: 5px 0;
}

.search dt a {
	color: #f30;
	text-decoration: none;
}

.search dt a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

/* @end */

.search dd {
	margin-left: 20px;
}

.search dd .s_excerpt {
	font-size: 10px;
	color: #666;
	line-height: 13px;
}

.search dd strong, .search dd b, .search dt b {
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #666;
	background-color: #fe9;
}

/* @group score */

.search p.s_scoreC, .search span.s_scoreB {
	font-size: 1px;
	height: 8px;
	display: block;
}

.search p.s_scoreC {
	position: absolute;
	right: 15px; /* pc ie workaround */
	top: 5px;
	width: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
}

html>body .search p.s_scoreC {
	right: 0; /* override for everything but ie */
}

.search span.s_scoreB {
	/*background: #f60 url(/images/interface/score.gif) repeat-x 0px 50%;*/
	background-color: #f60;
	border-right: 1px solid #f30;/**/
}

/* @end */

.search dd p {
	color: #333;
}

.search dd div {
	border: 1px solid #eee;
	margin-top: 5px;
}

.search dd div div {
	background-color: #eee;
	border: 1px solid #eee;
	margin: 5px;
	padding: 2px 0;
	position: relative;
}

.search dd div p, .search dd div div p {
	margin: 5px;
}

.search dd div div div {
	border-top: 2px solid #fff;
	margin: 5px 5px 0 5px;
}

.search dd div div p {
	font-size: 10px;
	margin: 0 5px;
	color: #000;
}

.search dd div div p span {
	font-weight: bold;
	color: #545e6b;
}

/* @group files */

.search dd div div div p {
	color: #000;
	margin: 0;
	background: url(/images/interface/arrow_right.gif) no-repeat 0px 50%;
	padding-left: 16px;
}

.search dd div div div p.s_notes, .search dd div div div p.s_filename {
	background: 0;
}

.search dd div div div p a {
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
}

.search dd div div div p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.search dd div div div p span {
	font-weight: bold;
	color: #48146a;
	display: none;
}

.search dd div p.s_description {
	font-weight: bold;
	color: #333;
}

.search dd div p.s_description span.s_size {
	font-weight: normal;
	display: inline;
	color: #000;
}

.search dd div div div p.s_filename {
	color: #f7b82c;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group pagination */

.search .pages {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.search p.pages a {
	font-weight: bold;
}

.search p.pages strong {
	color: #666;
}

/* @end */

/* @end */

/* @group sitemap */

.sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sitemap li {
	padding: .2em 0;
	margin: 0;
}

.sitemap li li {
	padding: 0;
	margin: 0;
}

.sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

.formmail table {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

.formmail th, .formmail td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

/* @end */


/* @group gallery */

#main ul.gallery{
	list-style-type: none;
	padding: 0px;
}

#main ul.gallery li{
	float: left;
	margin: 0px 13px 10px 0;
	display: inline;
}

.gallery div {
	float: left;
	/*margin: 0 28px 28px 0;*/
	margin: 0 10px 10px 0;
	display: inline;

}

#main ul.gallery li.row_end {
	

/*margin: 0 0 28px 0;*/
	margin: 0 0 10px 0;
}


#main .body a:link.imgzoomer, #main .body a:visited.imgzoomer{
	float: right;
	padding: 0 0 10px 10px;
	margin: 0px;
	border: none;
	
}
/* @end */

/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	/*width: 461px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f60;
	background-color: #fff;
	margin: 10px 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* @end */

/* @group sidebar */

#sidebarR .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	background-color: #eee;
	margin: 10px 0;
}

#sidebarR .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	background-color: #eee;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group MobileWebKit */

html {
	-webkit-text-size-adjust: none;
}

#main .article {
	-webkit-text-size-adjust: auto;
}

#main .home .body {
	/*-webkit-text-size-adjust: none;*/
}

/* @end */

.enquiry{
	padding: 10px 10px;
	font-size: 1.2em;
	text-decoration: underline !important;
	float: left;
	display: inline;
}

#main .article .drawer{
	background: url(/images/interface/lev2-li-bg.gif) repeat-x center top;
margin: 0px;
padding: 0px;	
}

#main .article .drawer.active h1.embedtitle {

	background: url(/images/interface/lev2-minus.gif) no-repeat;

}

#main .article .drawer h1.embedtitle {

	background: url(/images/interface/lev2-plus.gif) no-repeat;
	font-size: 13px;
	margin: 0;
	padding: 8px 0 0 30px;
	position: relative;
	color: #000000;
	height: 19px;

}

#sidebarN .side_article_base {
	float: left;
		background: transparent url(/images/interface/side-article-base-left.gif) no-repeat center top;
		width: 100%;
		height: 15px;
		margin-bottom: 10px;
		display: inline;
}

p.anchortop {
	float: right;
	text-align: right;
	width: 100%;
	text-decoration: none;
	border-bottom: 0px dotted #ccc !important;

}

body.s616 hr{
height: 1px;
border: 0;
color: #333;
background-color: #cccccc;
width: 100%;
}


/*2*/
#nav .lev1 li li, #nav .lev1 li li.hilite {
	
	text-shadow: none;
	background: #FFF none;
	width: 100%;
	padding-top: 0px;
	border-top: 1px solid #ccc;
}
	
/*1*/
#nav .lev1 li li a:link, #nav .lev1 li li a:visited, #nav .lev1 li li a:hover, #nav .lev1 li li a:active {
	
	display: block;
    color: #333;
    margin: 0px 0 0 0;
    padding: 6px 10px 6px 12px;
	background: none;
    line-height: 14px;     
    text-transform: none;

}

#nav .lev1 li li:hover {
    color: #333;
}
#nav .lev1 li li.parent {
	
}
#nav .lev1 li li.parent:hover {
    
    color: #333;
}
#nav .lev1 li ul {
    margin: 0;
    padding: 0;
	position: absolute;
	width: 15em;
	top: 22px;
	left: -9999px;
	
	margin-top: 3px;
	color: #010065;

}

#nav .lev1 li li ul {
    top: 0;
    border-left: 3px solid #f90;
    

}

#nav .lev1 li ul ul { /* third-and-below-level lists */
    margin: 0 0 0 15em;
    display: none;
    
}
#nav .lev1 li:hover ul ul, #nav .lev1 li:hover ul ul ul {
    left: -9999px;
    
}
#nav .lev1 li:hover ul, #nav .lev1 li li:hover ul, #nav .lev1 li li li:hover ul { /* lists nested under hovered list items */
    left: 0;
    background-image: none;
   
}
#nav .lev1 li:hover ul, #nav .lev1 li li:hover, #nav .lev1 li li li a:hover { /* lists nested under hovered list items */
    left: 0;
    background-image: none;
    }
    
    
#nav .lev1 li.i_2 ul li.i2_1.first{
	display: none;
}

.print-icon{
	float: right;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: url(/images/interface/print.jpg) no-repeat;
}