@charset "utf-8";
/* CSS Document */

/* ---------------

[01] YAHOO RESET
[02] HTML/DIV WRAPPERS
[03] PADDERS
[04] TEXT
[05] LISTS
[06] LINKS
[07] FORMS
[08] TABLES
[09] MISC ITEMS

--------------- */

/* [01] YAHOO RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre,form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
    padding: 0;
	} 

table {
	border-collapse: collapse;
    border-spacing: 0;
	}

fieldset,img {
	border:0;
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
    font-weight: normal;
	}

ol, ul {
	list-style: none;
	}

caption,th {
	text-align: left;
	} 

h1, h2, h3, h4, h5, h6 {
	font-size: 100%; 
	font-weight: normal;
	}

q:before, q:after {
	content: '';
	}

abbr,acronym {
	border: 0;
	}
	
/* [02] HTML/DIV WRAPPERS */

html, body {
	margin: 0;
	padding: 0;
	}

body {
	background-color:#4d5f72;
	background-image:url(../images/body-bg.png);
	background-position:0 0;
	background-repeat:repeat-x;
	color:#444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10px; /* equivalent to 10px */
	line-height:1em;
	margin:0;
	padding:0;
	width:100%;
	}
	
.container-header {
	margin:0 auto;
	background-image:url(../images/side-shadows.png);
	background-position:0 bottom;
	background-repeat:no-repeat;
	width:1020px;
	padding-top:20px;
	}
	
	
#header {
	margin:0 auto;
	width:960px;
	position:relative;
	}
	
.container-960 {
	margin:0 auto;
	width:960px;
	position:relative;
	}

#footer .container-960 {
	background: transparent url(../images/footer-logo.png) no-repeat 753px 0;
	min-height: 70px;

}

.container-full-width {
	width:100%;
	background-color:#fafafa;
	}
	
.container-main-panel {
	margin:0 auto;
	background-image:url(../images/main-panel-shadows.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:1020px;	
	padding:23px 0 35px 0;
	}
	
#logo {
	padding-bottom:10px;
	}
	
#navigation {
	position:absolute;
	bottom:0;
	left:260px;
	}
	

	@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
#navigation{
		margin-bottom: -1px;
	}
}
	
#search {
	position:absolute;
	top:0;
	right:20px;
	}

#search .flexi {
	float: left;
	height: 26px;
	width:220px;
	background: url(../images/search-box-bg.png) left center;
}

#search input.field {
	display: inline;
	width:200px;
	border: 0;
	margin-left:5px;
	padding: 5px 0 0px 3px;
}

#search input.btn {
	border: 0 none;
	overflow: visible;
	color: white;
	font-size: 1.5em;
}

#main-panel {
	background-image:url(../images/header-panel-bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:960px;
	background-color:#fff;
	margin:0 auto;
	position:relative;
	padding:10px 0;
	}
	
#side-menu {
	width:260px;
	float:left;
	font-size:1.1em;
	}

#main-image {
	float:left;
	height:257px;
	overflow:hidden;
	width:688px;
	position: relative;
	}

#black-bar {
	margin:0 auto;
	width:960px;
	background-color:#000;
	background-image:url(../images/home-bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
#contacts {
	float:left;
	padding:0 8px 0 23px;	
	}
	
.two-columns-rule-container {
	width:914px;
	margin:0 auto;
	background-image:url(../images/divider-bg.gif);
	background-position:50% 0;
	background-repeat:repeat-y;
}

.two-columns-rule-left {
	float:left;
	width:434px;
	margin-right:43px;
	display:inline;
}

.two-columns-rule-right {
	float:left;
	width:434px;
}


	
#footer {
	width:100%;
	background-color:#4d5f72;
	border-top:3px solid #34404d;
	color:#cccdd5;
	padding-top:20px;
	}
	
#footer li {
	padding: 2px 0;
}

#footer a,
#footer a:visited,
#footer a:hover {
	color: #d6d2d2;
	border: 0;
}

#footer a:hover {
	color:#fff;
}

.footer-details {
	padding: 0 0 23px 0;
	float:left;
	margin-left:23px;
	margin-right:5px;
	}
	
.footer-details p {
	font-size:1em;
	line-height:1.3em;
}

.footer-details ul {
	margin-bottom: 10px;
}

.sitemap-details {
	width: 200px;
}
	
#footer .design-by {
	color:#6b849d;
	background-image:url(../images/azexis-logo.png);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:30px;
	margin-top:10px;
	float:left;
}

#footer .design-by a,
#footer .design-by a:visited,
#footer .design-by a:hover {
	color:#6b849d;
	text-decoration:none;
}

#footer .design-by a:hover {
	color:#fff;
}
	
/* [03] PADDERS */
.pad-0-10 {
	padding:0 10px;
	}
	
.pad-23{
	padding:23px;
	}

.pad-0-23 {
	padding:0 23px;
	}
	
.pad-12-0 {
	padding: 12px 0;
	}
	
/* [04] TEXT */

h1, h2, h3, h4,
#navigation,
#contacts {
	font-family:Arial, Helvetica, verdana,sans-serif;
	color:#f24e02;
}

h1 {
	padding:23px;
	float:left;
	font-size:2.6em;
	}
	
h2,h3 {
	font-size:1.8em;
	margin-bottom:8px;
	line-height:1em;
}
	
	
h4,
h4.box,
h4.download {
	font-size:1.6em;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	padding:8px 0 15px 0;
}

h4.download {
	background-image:url(../images/download.png);
	background-position: 0 3px;
	background-repeat:no-repeat;
	padding-left:27px;
}

p,.container-main-panel ul, ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.5em;	
	}

p {
	margin-bottom:10px;
	}

p.enlarge {
	background-image:url(../images/enlarge_image.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	padding:0 0 2px 22px;
	margin-bottom:15px;
}
strong {
	font-weight:bold;
	color:#000;
	}
	
/* [05] LISTS  */

.container-main-panel li {
	background-image:url(../images/list_icon.gif);
	background-position: 0 -103px;
	background-repeat:no-repeat;
	padding-left:20px;
}

li.pdf {
	background-image:url(../images/list_icon.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	padding: 3px 0 3px 25px;
}

li.doc {
	background-image:url(../images/list_icon_1.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	padding: 3px 0 3px 25px;
}


ol {
	border-top:1px dotted #ccc;
	margin-left:20px;
	margin-top:15px;
	list-style-type:decimal;
}

.container-main-panel ol li {
	border-bottom:1px dotted #ccc;
	padding:5px 0;
	background-image:none;
}

#navigation ul li {
	font-size:1.5em;
	float:left;
	margin:0;
	background-image:url(../images/nav-divider.gif);
	background-position:left 7px;
	background-repeat:no-repeat;
	}

	
#navigation li.selected {
	background-image:url(../images/navigation-bg.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	color:#f24e02;	
	padding-left: 10px;
	}
	
#navigation ul li.selected a,
#navigation ul li.selected a:visited {
	background-image:url(../images/navigation-bg.gif);
	background-position:right 2px;
	background-repeat:no-repeat;
	padding-left: 5px;
	color: #f24e02;
	}

#navigation li.no-divider {
	background-image:none;
	}

#side-menu ul {
	margin:0 10px;
	border-top:1px dotted #ccc;
	}

#side-menu ul li {
	border-bottom:1px dotted #ccc;
	}
	
#side-menu ul li a {
	padding:4px 13px;
	margin: 1px 0;
	}


#contacts ul {
	color:#fff;
	font-size:1.6em;
	width:227px;
	padding:16px 0;
	}
	
#contacts ul li {
	padding:7px 0;
	}	
/*  [06] LINKS */


a:link,
a:visited,
a:hover {
	color: #4d5f72;
	text-decoration:none;
	border-bottom:1px solid #000;
	outline: none; /* Removes dotted outline from Firefox anchors */
	}

a:hover {
	color:#f24e02;
	border-bottom:1px solid #f24e02;
	}
		
#navigation a:link,
#navigation a:visited,
#navigation a:hover {
	padding:13px 15px 12px 15px;
	display: block;
	color:#fff;
	text-decoration:none;
	border:none 0;
}

#navigation a:hover {
	color:#f24e02;
}

#side-menu a,
#side-menu a:visited,
#side-menu a:hover {
	color:#4d5f72;
	text-decoration:none;
	border:none 0;
	display: block;
}

#side-menu li.selected a {
	background-color: #fee7dc;
}

#side-menu a:hover {
	color:#f24e02;
	background:url(../images/pointer.png) right -148px no-repeat;
}

a.pointer-large,
a.pointer-large:visited,
a.pointer-large:hover {
	background-image:url(../images/pointer-lg.png);
	background-position:right 2px;
	background-repeat:no-repeat;
	padding: 4px 30px 4px 0;
	font-size:1.4em;
	color:#F24E02;
	text-decoration:none;
	border:medium none;
	text-align:right;
}

a.pointer-large:hover {
	color: #4D5F72;
	background-image:url(../images/pointer-lg-grey.png);
}

a.nowt {
	border:0 none;
	text-decoration:none;
}

#contacts a.white-alious,
#contacts a.white-alious:visited{
	color:#fff;
	border:0 none;
	text-decoration:none;	
}

/* [08] TABLES */

.table-padder {
	background-color:#fff;
	padding:30px;
	border:1px solid #eee;
}

table.data {
	border-bottom:1px dotted #CCCCCC;
	width:100%;
	margin-bottom:18px;
}

table.data th.data-header {
	border-bottom:1px dotted #CCCCCC;
	font-size:1.5em;
	margin-bottom:10px;
	padding:8px 0 15px 0;
	color:#F24E02;
	font-family:Arial,Helvetica,verdana,sans-serif;
	text-align:left;
	}
	
table.data td {
	padding:7px;
}

table.data tr.bglight td {
	background-color:#fff;
}

table.data tr.bgdark td {
	background-color:#eee;
}
	
/* [09] MISC ITEMS */

.clear-it {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
	}
	
.spacer {
	height:300px;
}

/*Generic table for formatted content. this should only apply when it is more than two columns*/
table.formattedContent td{
	margin-left: 23px;
	margin-right: 23px;
	vertical-align: top;
	
}
.lead-in {
	background-color:#FAFAFA;
	border-bottom:4px solid #EEEFF0;
	margin:0 auto 23px;
	width:914px;
}

.pad-23-13 {
	padding:23px 23px 13px;
}


.menuPageItem{
	border-bottom:1px solid #4d5f72;
	margin-bottom:10px;
}

.menuPageItem img{
	float:right;	
}

.menuPageItem a.pointer:link, .menuPageItem a.pointer, .menuPageItem a.pointer:visited, .menuPageItem a.pointer:hover,
a.pointer:link, a.pointer, a.pointer:visited, a.pointer:hover {
	color: #f24e02;
	text-decoration: none;
	border:none;
	background: url("../images/menu_pointer.png") no-repeat;
	padding-left: 15px;
}

menuPageItem a.pointer:hover,
a.pointer:hover {
	color:#4D5F72;
}

.menuPageItemBody{
	padding-bottom: 10px;
	height:97px;
}

.menuPageItem .menuPageItemBody p{
	padding-right: 100px;	
}

.caseStudyQuote .quoteHeader{
	width:436px;
	height:21px;
	background: url('../images/quote_top.png') no-repeat;
}

.caseStudyQuote .quoteBody{
	background-color: #feefe8;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4em;
	padding-left:25px;
	padding-right:25px;
	width:386px;
}

.caseStudyQuote .quoteFooter{
	width:436px;
	height:41px;
	background: url('../images/quote_bottom.png') no-repeat;
}

.caseStudyImage{
	padding-bottom:15px;
}

.caseStudyLinks{
	background: url('../images/case-study-box-bottom.png') no-repeat bottom center;
	width:435px;
	padding-bottom: 6px;
	margin-bottom:15px;

}

.caseStudyLinks .csLinksBody{
	background: url('../images/case-study-box.png') no-repeat;
	padding:10px 20px 15px 20px;
}


.caseStudyLinks a, .caseStudyLinks a:visited, .caseStudyLinks a:hover, .caseStudyLinks a:link{
	text-decoration: none;
	border:medium none;
}

.caseStudyLinks .csLinksHeader{

}

.contact-bar {
	width:914px;
	height:70px;
	margin:20px auto 0 auto;
	background-image:url(../images/contact-bar-bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	position:relative;
}

p.banner-text {
	font-size:1.8em;
	font-family:arial, helvetica, verdana, sans-serif;
	padding:23px 0 0 70px;
}
	
strong {
	font-weight:bold;
	color:#000;
	}

i, em {
	font-style:italic;
}

abbr, accroynm {
	border-bottom:1px dotted #ccc;
	cursor:help;
}

input.button-1,
input.button-1:hover {
	width:128px;
	height:34px;
	background-image:url(../images/button-1.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:transparent;
	padding:0 0 5px 10px;
	text-decoration:none;
	border:none 0;
	color:#fff;
	padding-left:30px;
	text-align:left;
}

input.button-1:hover {
	background-position:0 -36px;
}	


a.button-1,
a.button-1:visited,
a.button-1:hover {
	float:left;
	width:128px;
	background-image:url(../images/button-1.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:10px 0 15px 10px;
	text-decoration:none;
	border:none 0;
	color:#fff;
}

a.button-1:hover {
	background-position:0 -36px;
}

.button-holder {
	position:absolute;
	right:10px;
	top:20px;
	font-size:11px;
}

/** Contact us page Variables */



.two-third-columns-rule-container {
	width:914px;
	margin:0 auto;
	background-image:url(../images/divider-bg.gif);
	background-position:615px 0;
	background-repeat:repeat-y;
}

.two-third-columns-rule-left {
	float:left;
	width:618px;
	margin-right:23px;
	display:inline;
}

.one-third-columns-left div{
	padding-bottom:10px;
}

.one-third-columns-left{
	float:left;
	display:inline;
	padding-right:19px;
	width:290px;
}

.no-pad{
	padding-right:0;
}

.two-third-columns-rule-right {
	float:left;
	width:273px;
}

.foundVia {
	padding-top:5px;
}

.contactUsPage td{
	padding-top:5px;
}



.contactUsPage sup{
	color: #F24E02;
}

.contactUsPage label{
	font-weight:bold;
	float:left;
	display:inline;
	clear:both;
	padding-bottom:5px;
}

.contactUsPage.two-third-columns-rule-container  sup{
	float:left;	
}

.contactUsPage .title{
	width: 25%;
}

.contactUsPage .title input{
	width:98%;	
}

.contactUsPage .name{
	width:75%;
}

.contactUsPage .name input{
	width: 96%;
}

.contactUsPage .address1 input,.contactUsPage .address2 input{
	width:280px;	
}

.contactUsPage .county{
	width: 65%
}

.contactUsPage .county input{
	width: 95%
}

.contactUsPage .postcode{
	width:35%;
	
}
.contactUsPage .postcode input{
	width:91%;
}

.contactUsPage .contactDetails{
	width:300px;
}

.contactUsPage .contactDetails td{
	width:50%;
	vertical-align:baseline;
}

.contactUsPage div.checkList{
	width:100%;
	padding-bottom:10px;
}

.contactUsPage div.checkList .header{
	font-weight:bold;
}

.contactUsPage input.maxWidth{
	width:90%;	
}
	
.contactUsPage div.checkList label{
	font-weight:normal;
	float:none;
}

.contactUsPage div.checkList table{
	width: 100%
}



.contactUsPage div.submitContactForm{
	float:left;
	display:inline;
	margin-left:450px;
}

.contactDetails h4{
	font-weight:bold;
	font-size:11px;
}

.section{
	padding-bottom:10px;
}

.image-right {
	float:right;
	margin:5px 0 0 15px;
}

.image-left {
	float:left;
	margin:5px 15px 0 0;
}

.box-right {
	border:1px solid #eee;
	padding:15px;
	float:right;
	margin:0 0 0 10px;
	background-color:#fff;
}

.m-right {
	margin-right:10px;
	margin-bottom:10px;
}