body { 
	margin:0; 
	padding:0;
	background-color: #333333;
	background-image:url(../images/bg_header.gif); 
	background-repeat:repeat-x; 
	font-family:arial, sans-serif; 
	font-size:76%
}
#headerContactBox {
	position: absolute;
	top: 15px;
	right: 0;
}
#header { 
	font-size: 0.9em;
	width: 995px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
}
#shop-button-column {
	text-align:center;
	margin:0 0 1em 0;
}
/* :::::::::::::::::: Top Navigation Tab Bar ::::::::::::::::::: */
#topNav {
	position: absolute;
	left: 211px;
	bottom: 0;
	top: auto;
	right: 0;
}
#topNav ul {
   margin:0;
   padding: 0;
   list-style:none;
}
#topNav li {
  float:left;
  width: 129.6px;
  margin:0 1px 0 0;
  border-bottom:1px solid #000;
}
#topNav a {
  padding-left: 9px;
  display:block;
  width: 120.6px;
  white-space:nowrap;
	background: #0f0 url("../images/bg_nav_tab_left_red.gif") no-repeat left top;
  text-decoration:none;
  font-weight:normal;
  color:#f4f4f4;
}
#topNav a span {
	background:#f00 url("../images/bg_nav_tab_right_red.gif") no-repeat right top;
	display: block;
	padding:9px 9px 8px 0px;
	text-align: center;
	margin-right: 0px;
}
#topNav li a:hover, #topNav li a:hover span {
  background-position:0% -177px;
  color:#333;
}
#topNav li a:hover span {
  background-position:100% -177px;
  color: #fff;
}
#topNav #current a {
  background-position:0% -177px;
  border-width:0;
  }
#topNav #current a span {
  background-position:100% -177px;
  padding-bottom:9px;
  color:#fff;
}
/* :::::::::::::::::: Sub-Navigation ::::::::::::::::::::::::::: */
 
#subnavcontainer { margin-left: 0px; }

#subnavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, Helvetica, sans-serif;
}

#subnavcontainer li { 
	margin: 0;
}

#subnavcontainer a
{
display: block;
padding: 5px 10px;
width: 169px;
color: #000;
background-color: #dedede;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #dedede;
border-bottom: 1px solid #b2b2b2;
border-right: 1px solid #dedede;
font-weight: normal;
font-size: 1em;
background-image: url(../images/nav_subnav_arrow1.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}
#subnavcontainer a span.home, #subnavcontainer li.active a span.home, #subnavcontainer a:hover span.home {
	display: block;
	background-image: url( ../images/icon_home_red_1.gif ); 
	background-repeat: no-repeat;
	background-position: 0 -0.12em;
	padding-left: 24px;
	margin-left: -7px;
}
#subnavcontainer li.active a span.home {
	background-image: url( ../images/icon_home_red_2.gif ); 
}
#subnavcontainer li.active a:hover span.home, #subnavcontainer a:hover span.home {
	background-image: url( ../images/icon_home_red_3.gif ); 
}
#subnavcontainer li.active a {
	background-image: url(../images/nav_subnav_arrow2.gif);
	/*color: #f00;*/
	background-color: #bbbbbb;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #f7f7f7;
	border-bottom: 1px solid #9c9c9c;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
#subnavcontainer li.active a:hover {
	background-image: url(../images/nav_subnav_arrow2.gif);
}
#subnavcontainer ul li a:hover
{
color: #fff;
background-color: #7e7e7e;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #7e7e7e;
border-right: 1px solid #7e7e7e;
background-image: url(../images/nav_subnav_arrow2.gif);
/*background-image: url(images/vertical06a.jpg);
background-repeat: no-repeat;
background-position: 0 0;*/
}

#subnavcontainer ul ul li { margin: 0; }

#subnavcontainer ul li ul li a
{
display: block;
padding: 5px 5px 5px 30px;
width: 154px;
color: #000;
background-image: none;
background-color: #ededed;
text-decoration: none;
border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
font-weight: normal;
font-size: 0.9em;
}
#subnavcontainer ul li.active ul li a {
	background-image: none;
	background-color: #ededed;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
#subnavcontainer ul li.active ul li.active a {
	font-weight: bold;
	background-color: #fcfcfc;
	background-image: none;
}
#subnavcontainer ul li.active ul li.active a:hover {
	background-image: none;
}
#subnavcontainer ul li ul li a:hover
{
color: #000;
background-color: #fff;
text-decoration: none;
}
/* :::::::::::::::::: Breadcrumb nav ::::::::::::::::::::::::::: */

div#breadCrumb {
	width: 995px;
	/*background: #f00;*/
	margin: 9px auto 12px auto;
	color: #ccc;
}
div#breadCrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#breadCrumb ul li {
	display: inline;
	font-size: 1.1em;
	padding: 0 10px 0 10px;
	margin: 0;
	text-transform: lowercase;
	background: url( ../images/breadcrumb_arrow.gif ) no-repeat 0 0.4em;
}
div#breadCrumb ul li.first {
	background-image: none;
	padding-left: 0;
}
div#breadCrumb a {
	color: #ccc;
}
/* ---------------- Home Page Slideshow ---------------------------- */
.slideshow {
	height:212px;
	overflow:hidden;
	margin-bottom: 0.5em;
}
.bl {
	display:block;
}
/* :::::::::::::::::: Main Structural Containers ::::::::::::::: */

#docbody {
	width: 995px;
	margin: 0 auto 20px auto;
	background-color: #fff;
}
#docbody .topbottom {
	background-color: #333;
}
#docdody img {
	display: block;
}

#leftCol, #midCol, #rightCol {
	float: left;
}
#leftCol {
	width: 201px;
	/*background-color: #0f0;*/
}
#midCol {
	width: 593px;
	position:relative;
	/*background-color: #00f;*/
}
p.strapline {
	background: url(../images/bg-slide-strap.png) ;
	font-size:1.7em;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:146px;
	left:10px;
	width:573px;
	z-index:999;
	padding:0.5em 0 0.5em 0;
}
#rightCol {
	width: 201px;
	/*background-color: #f00;*/
}
#leftCol .colPadd {
	margin-left: 10px;
}
#midCol .colPadd {
	margin: 0 10px;
}
#rightCol .colPadd {
	margin-right: 10px;
}
/* :::::::::::::::::: Generic Boxes :::::::::::::::::::::::::::::: */

.box {
	margin-bottom: 10px;
}
.box img {
	display: block;
}
.box .boxHeader {
	background: #cc0000 url( ../images/bg_box_header_red.gif ) repeat-x top left;
}
.box .boxBody {
	background: #fff url( ../images/bg_box_body.gif ) repeat-x top left;
}
.box .boxHeaderFlat {
	background-color: #fafafa;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc;
}
.box .boxBodyFlat {
	background-color: #fafafa;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
} 
.box h3 {
	margin: 0;
	font-size: 1.2em;
	color: #fff;
	padding: 0 10px 10px 10px;
	font-weight: normal;
}
.box .boxHeaderFlat h3 {
	margin: 0 0 0 10px;
	font-size: 1.4em;
	color: #ec0000;
	padding: 5px 10px 10px 40px;
	font-weight: bold;
	background: url( ../images/icon_enquiriesform.gif ) no-repeat 0 0;
	position: relative;
	top: -2px;
}
img {
	border: none;
}
.clearAll {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.the-first {
	margin-top:0;
}
.last-margin {
	margin-bottom:0.5em;
}
h3.headerBar {
	background-color:#edebeb;
	border-top:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	padding-bottom: 0.1em;
	padding: 0.2em;
	color: #ec0000;
	font-size: 1.1em;
	clear: both;
}
h3.underline {
	color: #ec0000;
	font-size: 1.2em;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ec0000;
	padding-bottom: 0.1em;
}
.quote { 
	background-color:#edebeb;
	border-top:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	padding:0.3em 0 0.3em 0.3em;
	font-size:1.4em;
	letter-spacing: 0.8px;	
}
.copysubhead { 
	text-decoration:underline;
}
.mainContentBox {
	background: #fff url( ../images/bg_content.gif ) repeat-x 0 10px;
}
.mainContentBox img {
	display: block;
}
.mainContentBox .colPadd {
	margin: 10px 11px 10px 10px;
}
.mainContentBox h2 {
	color: #ec0000;
	font-size: 1.7em;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 5px;
}
/* :::::::::::::::::: News Box ::::::::::::::::::::::::::::::::: */

ul.box {
	/*font-size: 1em;*/
	list-style: none;
	padding: 7px 7px;
	margin: 0;
	background: transparent;
}
ul.box li {
	background: url(../images/bullet_arrow.gif) no-repeat 0 0.2em;	
	padding: 1px 0 1px 9px;
	color: #3e713e;
	margin: 0.2em 0;
}
ul.box li p {
	margin: 0;
}
ul.box p.date {
	font-size: 1.1em;
	color: #e88c00;
}
ul.box li h4, ul.box li h5, ul.box li h6 {
	font-size:1em;
	margin: 0;
	font-weight: normal;
}
ul.box li h6 {
	font-weight: normal;
}
ul.box li h5 {
	color: #ec0000;
	background: url( ../images/doc_ico1.gif ) no-repeat 0 0.2em;
	padding-left: 13px;
}
h4.box {
	margin: 0;
	padding: 0.2em 0.5em 0.3em 0.5em;
	font-size: 0.9em;
	font-weight: normal;
	background: #d7d7d7;
	border-width: 1px 0;
	border-color: #939393;
	border-style: solid;
	text-transform: uppercase;
	color: #1F4B77;
}
h4.boxSelected {
	margin: 0;
	padding: 0.2em 0.5em 0.3em 0.5em;
	font-size: 1em;
	background: #e5e5cb;
	color: #1F4B77;
	border-width: 1px 0;
	border-color: #939393;
	border-style: solid;
}
h4.box a:link, h4.box a:visited {
	color: #000;
	text-decoration: none;
}
h4.box a:hover, h4.box a:active {
	color: #ec0000;
	text-decoration: underline;
}
h4.boxSelected a {
	color: Orange;
	font-style: italic;
}

/* :::::::::::::::::: Home Page :::::::::::::::::::::::::::::::: */

.homeContentBanner {
	display: block;
	 margin-bottom: 10px;
}
.homeContLeftCol, .homeContMidCol, .homeContRightCol {
	width: 184px;
	float: left;
}
.mainContentBox .home h3 a:link, .mainContentBox .home h3 a:visited {
	color: #000;
	text-decoration: none;
}
.mainContentBox .home h3 a:hover, .mainContentBox .home h3 a:active {
	color: #ec0000;
	text-decoration: underline;
}
.mainContentBox .home .homeContMidCol h3 a:hover, .mainContentBox .home .homeContMidCol h3 a:hover {
	color: #ff9900;
}
.mainContentBox .home  .homeContRightCol h3 a:hover, .mainContentBox .home  .homeContRightCol h3 a:hover {
	color: #659900;
}
.homeContLeftCol h3, .homeContMidCol h3, .homeContRightCol h3 {
	padding: 0px 0 10px 46px;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1.6em;
	line-height: 0.85em;
	margin: 10px 0 10px 0;
}
.homeContLeftCol h3 {
	background-image: url( ../images/logo_bullet_green.gif );
}
.homeContMidCol h3 {
	background-image: url( ../images/logo_bullet_red.gif );
}
.homeContRightCol h3 {
	background-image: url( ../images/logo_bullet_yellow.gif );
}

.homeContLeftCol .colPadd {
	margin: 0 10px;
	/*background: #0f0;*/
}
.homeContMidCol .colPadd {
	margin: 0 10px;
	/*background: #00f;*/
}
.homeContRightCol .colPadd {
	margin: 0 10px;
	/*background: #f00;*/
}
/* :::::::::::::::::: Section home page :::::::::::::::::::::::: */
.sectionHeader {
	background: #c10000 url( ../images/bg_section_header_box_red.gif ) repeat-x top;
	margin-bottom: 10px;
	color: #fff;
}
.sectionHeader img {
	display: block;
}
.sectionHeader .topbottom {
	background: #fff;
}
.sectionHeader h2 {
	color: #fff;
	font-weight: normal;
	font-size: 2em;
}
.sectionHeader .contPadd {
	margin: 20px;
}
.sectionHeader p{
	color:#fff;
	font-size:14.5px;
	font-weight:bold;
	}
/*List styles*/
ul.bullet {
	list-style-type: none;
	margin: 0 0 0 0;
	padding-left: 0;
	border:none;
}
ul.bullet li {
	padding: 0 0 0.3em 10px;
	background: transparent url( ../images/ul_red.gif ) no-repeat 0 0.3em;
	
}
/*ul.bulletListImgRight {	
	
	margin: 0 0 0.5em 0;
	background: transparent;
	padding-left:20px;
}
ul.bulletListImgRight li {
	padding-bottom:5px;
}
ul.bulletListImgLeft {
	list-style-image:url(../images/ul_red.gif);
	margin: 0;
	background: transparent;	
}*/
/* :::::::::::::::::: Forms ::::::::::::::::::::::::::::::::::::  */

.genEnqForm {
	padding: 1px 0 1px 10px;
	margin: 0;
}
.genEnqForm p {
	margin: 0.6em 0;
}
.genEnqForm img {
	display: inline;
}
.genEnqForm p.buttonBar {
	text-align: center;
}
label, .label {	
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
.contact input {
	width:157px;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #FF8C00;
	font-size: .9em;
	font-weight: normal;
}
.optionalField {
	font-weight: normal;
}
label.error {
	color: #f00;
	font-weight: bold;
}
img#sc {
	/*display: block;*/
	margin: 5px 0;
}
div.uiFeedback {
	border: 1px solid #ec0000;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font-family: tahoma, 'ludica console', courier, monospace;
	font-size: 0.9em;
	margin-bottom: 1em;
}
/*content box - bottom shading*/
.box-content {
	border:1px solid #BDBDBD;
	background: #fff url( ../images/bg-cont-box-bottom.gif ) repeat-x bottom;
}
.box-content img {
	float:left;
}
.box-padding {
	padding:0.6em;
}
.box-content h3 {
	color:#ec0000;
	margin:0 0 0.3em 0;
	font-size:1.2em;
	height:100%;
}
.box-content p {
	height:100%;
}
/* :::::::::::::::::: Generic Content Elements :::::::::::::::::  */
div.sectionContent {
	width:552px;
	border-width: 0 0 1px;
	border-color: #bbb;
	border-style: solid;
	margin-bottom: 10px;
	padding: 10px 0;
}
div.sectionContent h4 {
	margin-bottom: 0;
	font-size: 1.1em;
}div.sectionContent {
	width:552px;
	border-width: 0 0 1px;
	border-color: #bbb;
	border-style: solid;
	margin-bottom: 10px;
	padding: 10px 0;
}
div.sectionContent h4 {
	margin-bottom: 0;
	font-size: 1.1em;
}
/*two columns*/
.two-col-left {
	float: left;
	width: 276px; /* this col has spacing included in it's width */
}
.two-col-left .cPadd {
	padding-right: 15px;
}
.two-col-right {
	float: left;
	width: 261px;
}
/*three columns*/
.three-col-left, .three-col-mid, .three-col-right {
	float: left;
}
.three-col-left {
	width: 181px;
	padding-right: 15px;
}
.three-col-mid {
	width: 181px;
	padding-right: 15px;
}
.three-col-right {
	width: 181px;
}
.three-col-left img, .three-col-mid img, .three-col-right img {
	display: block;
}
.three-col-inner {
	background: transparent;
}
.three-col-wrapper h2, .three-col-wrapper h3 {
	margin: 0;
	padding: 0.5em;
	font-size: 1.1em;
	font-family: georgia, 'times new roman', times, sans-serif;
	color: #fff;
	background-color: #456eae;
}
/**/
a:link {
	color: #333;
	text-decoration: underline;
}
/*a:visited {
	color: ;
	text-decoration: underline;
}*/
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: underline;
}
p.highlight-large {
	font-size:1.2em;
}
.clearAll {
	clear: both;
}
.pic-float-right-plain img {
	float: right;
	margin: 0 0 10px 10px;
}
img.pic-float-left-plain {
	float: left;
	margin: 0 10px 10px 0;
}
div.photo-float-right, div.photo-float-left {
	border: 3px solid #cfcfcf;
}
div.photo-float-right {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}
div.photo-float-left {
	float: left;
	margin: 0 10px 0 10px;
}
div.photo-float-right img, div.photo-float-left img {
	display: block;
	border: 1px solid #fff;
}
.imageStrip {
	

}
.imageStrip img {
	margin: 0 0 0 0;
	float:left;
	padding-bottom: 5px;
	
}
table.tabularDataDefault {
	border-collapse: collapse;
}
table.tabularDataDefault tr td, table.tabularDataDefault tr th {
	padding: 0.2em;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	text-align:center;
	font-weight: normal;
}

table.tabularDataDefault tr.divider td {
	background: #eee;
	font-size: 5px;
	line-height: 5px;
}
.toDoHightlight {
	background-color: #ffff33;
	font-family: 'lucida console', monospace;
	color: #999;
}
/*PDF List*/

ul.pdf {
	list-style: none;
	margin: 0 2px;
	padding: 0;
}
ul.pdf li {
	margin: 0 0 0 1.5em;
	padding: 0.5em 22px;
	background:url(../images/icon_pdf.gif) no-repeat 0 0.4em;
}
/*social media*/
.follow {
	background-color:#fafafa;
	padding:0.7em 0 0.5em 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
}
.follow img {
	margin:0;
}
.equilogical {
	background: #fff url( ../images/bg-cont-box-bottom.gif ) repeat-x bottom;
	padding:0.5em 0 0 0;
	margin-top:1em;
	border-top:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
}
.equilogical img {
	float:left;
	margin-right:1em;
}
.equilogical h3 {
	margin-top:0;
	color:#F00;
}
/* :::::::::::::::::: Footer :::::::::::::::::::::::::::::::::::  */
#footer {
	margin: 10px 10px 0 10px;
	clear: both;
}
#footer img {
	display: block;
}
#footer .footerBody {
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc;
}
#footer .contPadd {
	margin: 0 10px;
}
#footer .footerNav {
	margin: 10px 3px;
}
#footer .footerNav .left {
	float: left;
	width: 49.9%;
}
#footer .footerNav .right {
	float: right;
	text-align: right;
	width: 49.9%;
}
 /* */
 
 /* ============ signature ========================= */
.sig {
	width: 995px;
	margin: 0 auto 2em auto;
	color: gray;
	font: 0.8em arial, helvetica, sans-serif;
	clear: both;
}
.sig a {
	text-decoration: underline;	
	color: gray;	
}
