@import url("structure.css");
@import url("sitemap.css");

@media print {
	body,p,div,td,span {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;}
	a {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;}
	h1, h2, h3,	h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
   	blockquote,	pre { page-break-inside: avoid }
   	ul, ol, dl { page-break-before: avoid }
	table { page-break-inside: avoid }
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../i/background.gif) repeat-x;
	font: 12px/18px Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
}

.clearMe {
	clear:both;
}

/* ******************  Header styles  ************** */
#masthead div {
	position: absolute;
}
#topimg {
	top:0;
	right:0;
}
#logo {
	padding-top:7px;
	padding-left:23px;
}
#strapline {
	top:60px;
	left:20px;
	font-weight:bold;
	font-size:20px;
}
#topnavigation {
	top:7px;
	right:10px;
	background: #FFFFFF;
	border: 1px solid red;
	display:none;
}

/* ******************  Main navigation styles  ************** */
#mainnavigation {
	text-align:center;
}
#mainnavigation ul {
	list-style: none;
	margin:0;
	padding:0;
	width:770px;
	height:30px;
	background-color: #999999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#mainnavigation li {
	display: inline;
	margin:0;
	padding:0;
	list-style-type: none;
}
#mainnavigation a {
	text-decoration:none;
	font: 12px/30px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding:7px 20px 8px 20px
}
#mainnavigation li a:hover {
	background:#666666;
	color: #FFFFFF;
	border-top: 1px solid #990000;
}
#mainnavigation li a.mainNavOn {
	background:#666666;
	color: #FFFFFF;
}


/* ******************  Sub navigation styles  ************** */
#subnavigation ul {
	padding:0;
	margin: 0;
	width:260px;
	background: #999999;
}
#subnavigation ul li {
	display: block;
	width: 260px;
	margin:0;
	padding:0;
	list-style-type: none;
}
#subnavigation ul li a {
	text-decoration:none;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	height: 19px;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	color: #FFFFFF;
	width: 240px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFFF;
	letter-spacing: 1px;
}
#subnavigation ul li a:hover {
	background:#CCCCCC;
	color: #414141;
	border-top: 1px solid #FFFFFF;
}
#subnavigation ul li a.subOn {
	background:#CCCCCC;
	color: #414141;
	border-top: 1px solid #FFFFFF;
}


/* ******************  Standard text styles  ************** */
a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	
}
h1 {
	font: 24px/18px Arial, Verdana, Helvetica, sans-serif;
	color:#191457;
	font-weight:normal;
	margin-top:5px;
}
h1.nonCMS {
	font: 24px/18px Arial, Verdana, Helvetica, sans-serif;
	color:#191457;
	font-weight:normal;
	padding-left:240px;
}
h2 {
	font-size:16px;
}
h2.productCategory {
	font-size:16px;
	background: url(../i/bulletLists/caseStudies.gif) 0 4px no-repeat;
	padding-left:15px;
	border-bottom:1px solid red;
	width:400px;
}
h3 {
	font-size:14px;
}
h2#caseStudiesH2 {
	background: url(../i/bulletLists/caseStudies.gif) 0 15px no-repeat;
	padding-left:18px;
	font-size:12px;
	margin-bottom:-10px;
	border-top:1px solid #aaafb1;
	padding-top:8px;
}
h3#caseStudiesH3 {
	color:#e8151d;
	font-size:12px;
	border-bottom:1px solid #aaafb1;
	padding-bottom:10px;
	margin-bottom:-10px;
}
h4 {
	color:#23633f;
	margin-bottom:-12px;
	font-size:16px;
	margin-top:0px;
}

/* ******************  Standard site image styles ************** */
img {
	border:none;
}

/* ******************  Contact form styles ************** */
#contactForm {
	padding:10px;
	margin:0;
	width:98%;
	padding-left:0;
}
.details {
	border:solid 0 red;
	float:left;
}
.enquiry {
	border:solid 0 red;
	width:50%;
}
#contactForm .error {
	color:#990000;
}
#contactForm label input, #contactForm label textarea {
	font: 12px/16px Arial, Verdana, Helvetica, sans-serif;
	border:solid 1px #e1e1e1;
}
#contactForm input {
	width:275px;
	height:14px;
	line-height:20px;
}
#contactForm textarea {
	width:275px;
	float:left;
	line-height:20px;
	height:240px;
}
#contactForm .footer {
	margin-top:20px;
}
#contactForm .footer .submit {
}
#contactForm .footer .submit input {
 	height:30px;
	font: 12px/22px Arial, Verdana, Helvetica, sans-serif;
	background:#ea1c24;
	width:100px;
	color:#ffffff;
	margin:0;
	padding:0;
	float:left;
	margin-right:18px;
}
#contactForm .footer .reset input {
 	height:30px;
	font: 12px/22px Arial, Verdana, Helvetica, sans-serif;
	background:#808080;
	width:100px;
	color:#ffffff;
	margin:0;
	padding:0;
	float:left;
}
#contactForm span.formElementError{
	font-weight:bold;
	color:#D02323;
}
#contactForm td.formElementRequired {
	width:15px;
	/* JR: Using an image because its hard to get a large font to work cross-browser */
	background: url(../i/requiredStar.gif) 0 3px no-repeat;
}
#contactForm .formErrors {
	font-weight:bold;
	color:#990000;
}
#contactForm .formLabel {
	height:34px;
	width:94px;
	float:left;
}
#contactForm .inputBoxHolder {
	width:290px;
	height:34px;
	float:left;
}
#contactForm .contactFormRowHolder {
	width:392px;
	height:30px;
}
#contactForm .requiredAst {
	color:#6abddf;
}
.requiredAst {
	color:#6abddf;
}

/* ******************  Standard site table styles ************** */

/* ******************  Forms ************** */
fieldset {
	border:1px solid #C4130D;
	margin:2em 20px;
	padding:10px;
}
fieldset.parent {
	padding-top:0;
	width:680px;
	margin:0 auto;
}

/*:root legend {
	margin-bottom:0pt;
}
*/

legend {
	background:#C4130D none repeat scroll 0%;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:20px;
	padding:2px 6px;
}

form li label {
	display:block;
	float:left;
	margin-right:0.5em;
	text-align:right;
}
form ul li {
	background:transparent none repeat scroll 0%;
	clear:left;
	margin:0pt 0pt 1em;
	padding:0pt;
}
form label {
	width:9.5em;
}
li, dt, dd {
	line-height:130%;
}
input, select, textarea {
	font-family:verdana,"trebuchet MS",helvetica,sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
form .check span.name {
	margin-left:0pt;
	text-align:right;
	width:9.5em;
}
form .check span {
	display:block;
	margin-left:10em;
}
li.check
	li, dt, dd {
	line-height:130%;
}
form li.check label {
	display:inline;
	float:none;
	margin:0pt;
	text-align:left;
	width:auto !important;
}

/* ******************  Case Study Files ************** */
#caseStudyResults ul {
	list-style: none;
	margin:0 auto;
	padding:0;
	width:700px;
	height:auto;
	background: none;
}
#caseStudyResults ul li {
	display: block;
	margin:0;
	padding:0;
	list-style-type: none;
	width:220px;
	height:150px;
	float:left;
	margin: 0 0 20px 0;
	background:#e7e7df;
}
#caseStudyResults ul li.first {
	margin-right:20px;
}
#caseStudyResults ul li.second {
	margin-right:20px;
}
#caseStudyResults ul li a {
	display:block;
	width:200px;
	height:20px;
	margin:0;
	padding:130px 10px 0 10px;
	text-decoration:underline;
	font: 12px/10px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	text-align:center;
}
#caseStudyResults ul li a:hover {
	/*background:#f3f3ed;*/
}
#caseStudyResults ul li a.mainOn {
	background:#333739;
	font-weight:bold;
	border:solid 1px #42474A;
}
#caseStudyResults ul li a.mainOn:hover{
	color: #FFFFFF;
}

.caseStudyImgPrim {
	float:right;
	margin:0 0 15px 15px;
	border:solid 1px black;
}
.caseStudyImgLogo {
	float:right;
}
#caseStudyImgsSupp {
	clear:both;
	margin:0 auto;
	margin-top:20px;
	width:100%;
	text-align:center;
}
#caseStudyImgsSupp div {
	display:inline;
	margin: 0 5px 0 5px;
}
.cant-find-the-case-study {
	margin-top:15px;
	border:1px solid #95a486 !important;
    color:#3d6611 !important;
    background:#eff5ea;
    padding:15px;
    text-align:center;
    font-weight:bold;
}

/* ******************  News module styles ************** */
.newsListImg {
	padding-right:10px;
}
.newsListImg img {
	border:solid 1px #051747;
}

/* ****************** Paginate styles  ************** */

.listPaginate {
	padding:0;
	background: #D9E8EA url(../i/iconHeadings.gif);
	border-top:solid 1px #BDBDBD;
	border-bottom:solid 1px #BDBDBD;
	font-size:11px;
	width:100%;
}

.listPaginate table tr td {
	margin:0;
	padding:0;
}

.listPaginate .listPaginateLinkNext {
	padding-right:20px;
	padding-left:20px;
}

.listPaginate .listPaginateLinkPrev {
	padding-left:20px;
	padding-right:20px;
}
.listPaginateLinkJump {
	text-align:center;

}
.listPaginate .paginateOn {
	padding:0 5px 0 5px;
	display:inline;
	margin:0 auto;
}

.listPaginate .paginateOff {
	padding:0 5px 0 5px;
	display:inline;
	margin:0 auto;
}

.listPaginate a {
	color:#2D444F;
	font-weight:bold;
}
.listPaginate a:hover {
	color:#D85909;
}
.listPaginate .paginateOn {
	color:#D85909;
	font-weight:bold;
}
.listPaginateSpacer {
	font-size:0;
	line-height:1px;
	padding:0;
	margin:0;
	height:0;
	background:none;
	height:5px;
}

.spacerOne {
	height:10px;
	margin: 0;
    padding: 0;
}
.newsPaginate {
	color:#797675;
}
.newsPaginate .paginateOn {
	padding:0 5px 0 5px;
	display:inline;
	margin:0 auto;
}

.newsPaginate .paginateOff {
	padding:0 5px 0 5px;
	display:inline;
	margin:0 auto;
}

.newsPaginate a {
	color:#797675;
}
.newsPaginate a:hover {
	color:#797675;
}
.newsPaginate .paginateOn {
	text-decoration:underline;
	color:#797675;
}
.redArrows {
	color:#e04149;
}

/* ******************  Home Styles ************** */
#homeLeftColumn {
	border-right:1px solid #c6c6c6;
	width:231px;
	float:left;
	min-height:360px;
	height:auto !important;
	height:360px;
 	margin-bottom:20px;
}
#homeCentreColumn {
	border-right:1px solid #c6c6c6;
	width:358px;
	float:left;
	padding-left:22px;
	padding-right:25px;
	min-height:360px;
	height:auto !important;
	height:360px;
}
#homeRightColumn {
	width:172px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
#homeBulletList{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#homeBulletList li{
	border-bottom:1px solid #f68e92;
	padding-bottom:4px;
	background: url(../i/bulletLists/homeBullet.gif) 0 6px no-repeat;
	padding-left:15px;
	padding-top:2px;
	list-style-type:none;
}
/* ******************  General Page Styles ************** */
#leftColumn {
	width:220px;
	float:left;
	border:0px solid red;
	padding-left:22px;
}
#leftColumn.productsLeftColumn {
	margin-top:38px;
}
#centerColumn {
	width:400px;
	float:left;
	border:0px solid red;
	margin-top:-5px;
}
#rightColumn {
	width:190px;
	border:0px solid red;
	float:left;
	padding-left:14px;
}
#rightColumn.productsRightColumn {
	margin-top:38px;
}
#downloadBox {
	width:130px;
	background:#ffffff;
	height:272px;
}
#downloadBoxHeader {
	height:23px;
	background:#262261 url(../i/downloadsHeaderBg.gif) 0 0px no-repeat;
	color:#ffffff;
	padding-left:25px;
	line-height:22px;
}
#leadParagraph {
	color:#120c51;
	font-weight:bold;
}
#bottomImagesHolder {
	padding-top:35px;
	float:left;
	width:800px;
}
#bottomLeftImage {
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	width:326px;
	float:left;
	height:180px;
	color:#686868;
}
#bottomRightImage {
	width:298px;
	float:left;
	padding-left:30px;
	border-right:1px solid #cecece;
	color:#686868;
}
#downloadBox .downloadBulletStyle {
	margin:0;
	padding-left:8px;
	padding-top:5px;
	width:128px;
}
.downloadBulletStyle li {
	list-style:none;
	margin:0;
	background: url(../i/bulletLists/homeBullet.gif) 0 4px no-repeat;
	padding-left:15px;
	width:120px;
}
/* ******************  Case Studies Styles ************** */
.caseStudiesBulletList{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
.caseStudiesBulletList li{
	padding-bottom:4px;
	background: url(../i/bulletLists/caseStudies.gif) 0 6px no-repeat;
	padding-left:15px;
	padding-top:2px;
	font-weight:bold;
	list-style-type:none;
}
.caseStudiesListLeftColumn {
	float:left;
	width:118px;
}
.caseStudiesListCentreColumn {
	width:608px;
	float:left;
}
.caseStudiesListImage {
	width:120px;
	float:left;
}
.caseStudiesListHolder {
	margin-top:2px;
	border-top:solid 1px #abb1b3;
	border-bottom:solid 1px #abb1b3;
	width:483px;
	float:left;
	padding-bottom:7px;
	padding-top:7px;
	padding-left:5px;
}
.caseStudiesListLead {
	float:left;
}
.caseStudiesMore {
	float:right;
}
.caseStudiesMore a {
	color:#e04149;
}
#bottomRightImageCaseStudies {
	width:300px;
	float:left;
	border-right:1px solid #cecece;
	color:#686868;
}
#bottomLeftImageNews {
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	width:326px;
	float:left;
	height:180px;
	margin-left:30px;
	color:#686868;
}
.productsDetails {
	width:370px;
	margin-bottom:10px;
}
.productsDetails td.redTitle{
	color:#ef0911;
	width:70px;
	padding-left:5px;
	padding-top:1px;
	font-weight:bold;
}
.productsDetails tr {
	background: url(../i/products/productDetailsBG.gif) 0 0px no-repeat;
	width:370px;
	padding-bottom:7px;
}
.productsDetails td {
	padding-bottom:7px;
}
.redText {
	color:#ef0911;
	font-weight:bold;
}
.backLink {
	float:right;
	margin-right:145px;
	margin-top:30px;	
	color:#E04149;
}
.backLink a{
	color:#E04149;
}
.productsList {
	padding-left:20px;
}
.mailLink {
	color:#249ceb;
}
/* ******************  lightbox Styles ************** */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
