/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
	display: block;
}
a {
	
}
a:link, a:visited {
	text-decoration:none
}
b, strong {
	/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
ul {
	margin:0	
}
li {
	/*
  For IE6 + IE7.
*/
	list-style:none;
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg {
	/*
  For IE9.
*/
	overflow: hidden;
}
.hidetext {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.ellipsis {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */
	-o-text-overflow: ellipsis; /* Required for Opera */
	text-overflow: ellipsis;
}
.hide {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

/* Main Layout
----------------------------------------------------------------------------------------------------*/

body {
	background-color:#333
}

.container, #header, #header-nav-container, .content, #footer {
	position:relative;
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box	
}

.container, #header, #header-nav-container, #footer {
	width:100%;
	min-width:980px
}

#header, #header-nav-container, .content, #footer {
	margin:0 auto;
	max-width:980px	
}

#header, .content, #footer {
	background-color:#fff
}

#header {
	height:140px	
}

#footer {
	background-color:#105B99;
	height:100px;
	padding:25px 0 20px	
}


/* Backgrounds */

.bg-lgrey {
	background-color:#F5F5F5
}

.bg-llgrey {
	background-color:#FAFAFA
}

/* Global
----------------------------------------------------------------------------------------------------*/

/* Fonts
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#333
}

h1 {
	font-family: 'Signika', sans-serif;
	font-size:30px;
	font-weight:700;
	margin-bottom:15px
}

h2 {
	font-family: 'Cabin', sans-serif;
	font-size:24px;
	font-weight:700;
	margin-bottom:10px;
	color:#384656
}

h2.signika {
	font-family: 'Signika', sans-serif;
	font-size:20px;
	font-weight:300;
	margin-bottom:10px
}

h2 strong {
	font-weight:700	
}

h3 {
	font-family: 'Cabin', sans-serif;
	font-size:16px;
	font-weight:700;
	margin-bottom:10px
}

h4 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#111;
	font-weight:700	
}

p {
	line-height:18px;
	margin-bottom:15px;
	font-weight:100
}

p a {
	color:#1395E5	
}

/* Font Color */

.font-white {
	color:#fff	
}

.font-skyblue {
	color:#5B82AB	
}

.font-grey {
	color:#666666	
}

/* Header
----------------------------------------------------------------------------------------------------*/

#header #logo {
	display:block;
	float:left;
	margin:40px 0 0 55px
}

#header #iso {
	display:block;
	float:right;
	margin:10px 55px 0 0
}

#header #sup-img {
	float:right;
	margin:30px 125px 0 0
}

/* Header Navigation */

#header-nav-container {
	display:block;
	width:100%;
	height:60px;
	background-color:#FFF
}

ul#header-navigation {
	background-color:#105B99;
	width:980px
}

ul#header-navigation.detached {
	position:fixed;
	top:0;
	z-index:10000
}

ul#header-navigation,
ul#header-navigation > li,
ul#header-navigation > li > a {
	display:block;
	height:60px;
	color:#fff
}

ul#header-navigation > li > a {
	font-family: 'Signika', sans-serif;
	font-weight:300;
	font-size:20px
}

ul#header-navigation > li {
	float:left;
	border-right:1px solid #0C5282
}

ul#header-navigation > li > a {
	line-height:60px;
	padding:0 20px;
	border-right:1px solid #1D6DA3
}

ul#header-navigation > li.active > a,
ul#header-navigation > li > a:hover {
	background-color:#0E4D82
}

ul#header-navigation > li > a.activated {
	background-color:#076AC8	
}

/* Header Second Level Navigation */

ul#header-navigation li .header-second-level-navigation {
	position:absolute;
	left:0;
	top:60px;
	display:block;
	width:100%;
	min-height:312px;
	padding:30px;
	overflow-y:hidden;
	background-color:#076AC8;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index:10000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top
}

ul#header-navigation li .header-second-level-navigation.active {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

ul#header-navigation li .header-second-level-navigation #header-sub-links,
ul#header-navigation li .header-second-level-navigation #header-sub-content {
	display:block;
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

ul#header-navigation li .header-second-level-navigation #header-sub-links {
	width:330px;
	padding-right:25px	
}

ul#header-navigation li .header-second-level-navigation #header-sub-content {
	width:590px;
}

ul#header-navigation li .header-second-level-navigation #header-sub-content .content-wrapper {
	position:absolute;
	background:url(../images/bg-border-vertical.png) repeat-y top left;
	top:30px;
	right:15px;
	min-height:250px;
	overflow:hidden;
	opacity:0;
	padding:0 0 0 30px;
	z-index:100;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

ul#header-navigation li .header-second-level-navigation #header-sub-content .content-wrapper.active {
	z-index:1000;
	opacity:1
}

ul#header-navigation li .header-second-level-navigation #header-sub-content .content-wrapper .thumb-wrapper {
	display:block;
	float:left;
	width:120px;
	height:100%	
}

ul#header-navigation li .header-second-level-navigation #header-sub-content .content-wrapper img {
	float:left;
	margin:0 20px 35px 0
}

ul#header-navigation li .header-second-level-navigation #header-sub-content .content-wrapper .content-details {
	display:block;
	float:right;
	width:440px	
}

ul#header-navigation li .header-second-level-navigation #header-sub-content .content-wrapper .content-details p {
	line-height:18px	
}

/* Content
----------------------------------------------------------------------------------------------------*/

/* Global Classes - Links */

a.read-more-link {
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 15px;
	font-weight:bold;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

a.read-more-link.grey {
	color:#fff;
	background-color:#999
}

a.read-more-link.grey:hover {
	background-color:#105B99	
}

a.read-more-link.bluegrey {
	color:#076AC8;
	background-color:#CDE1F4
}

a.read-more-link.bluegrey:hover {
	background-color:#fff
}

a.enquire-link {
	display:inline-block;
	height:25px;
	color:#fff;
	background-color:#999;
	line-height:25px;
	font-size:12px;
	padding:0 10px;
	font-weight:bold;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

a.enquire-link:hover {
	background-color:#105B99	
}

a.download-link {
	display:inline-block;
	height:30px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#f2f2f2;
	padding:0 10px 0 30px;
	background:#1395E5 url(../images/icon-download.png) no-repeat center left;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

a.download-link:hover {
	background-color:#105B99;
	color:#fff
}

/* Global Classes - Borders */

.divider {
	padding-top:30px;
	margin-bottom:30px;
	width:100%;
	background:url(../images/bg-border.png) repeat-x bottom center	
}

.divider-shadow {
	display:block;
	width:100%;
	height:10px !important;
	padding-top:20px;
	margin-bottom:30px;
	background:url(../images/bg-divider.png) no-repeat center bottom;
	background-size:100%
}

#header-sub-content .divider {
    padding-top:2px;
}

.border-style-a {
	padding:1px;
	background-color:#fff;
	border:3px solid #0A5589	
}

.border-style-b {
	padding:1px;
	background-color:#4d4d4d;
	border:3px solid #E6E6E6
}

/* Home Slider */

.slider-text {
	position:absolute;
	top:0;
	left:0;
	width:980px;
	padding:25px;
	height:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

/* Home Slider Fonts */

h1.xlrg {
	font-family: Helvetica, Arial,  sans-serif;
	font-size:40px;
	color:#fff;
	line-height:50px;
	text-shadow: 1px 1px #222;	
}

h1.font-black {
	color:#222;
	text-shadow: 1px 1px #ccc;	
}

/* List Classes - Arrow List */

ul.arrow-list {
	margin-bottom:20px	
}

ul.arrow-list,
ul.arrow-list li {
	position:relative;
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

ul.arrow-list li {
	padding-left:10px;
	margin-bottom:6px;
	background:url(../images/icon-list-arrow-sml.png) no-repeat 0 2px	
}

ul.arrow-list li.heading {
	padding:0;
	background:none	
}

/* List Classes - Justified List */

ul.justify-list {
	text-align:justify
}

ul.justify-list,
ul.justify-list li {
	position:relative;
	display:inline-block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

ul.justify-list,
ul.justify-list li.last {
	width:100%;
	clear:both
}

ul.justify-list li {
	margin:0 0 30px;
	vertical-align:top
}

ul.justify-list li.last {
	margin:0;
	padding:0	
}

/* Justified List - Divide Three */

ul.justify-list.divide-three {
	padding:0 30px
}

ul.justify-list.divide-three li {
	width:300px;
	padding:0 15px;
	text-align:center
}

ul.justify-list.divide-three li img {
	margin-bottom:10px	
}

/* Justified List - Divide Four */

ul.justify-list.divide-four {
	padding:30px 20px 0
}

ul.justify-list.divide-four li {
	width:220px
}

ul.justify-list.divide-four li img {
	width:200px;
	height:280px;
	padding:9px;
	background-color:#333333;
	border:1px solid #fff;
	margin-bottom:10px
}

ul.justify-list.divide-four li:hover img {
	background-color:#808080	
}

ul.justify-list.divide-four li a p {
	text-align:center;
	line-height:15px;
	color:#333333
}

/* Blue Arrow List */

ul.blue-arrow-list li {
	display:block;
	padding:5px 0 5px 15px;
	background:url(../images/icon-blue-arrow.png) no-repeat 0 10px
}

ul.blue-arrow-list li a {
	font-family: 'Cabin', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#97D5FC
}

ul.blue-arrow-list li.active,
ul.blue-arrow-list li:hover {
	background:url(../images/icon-white-arrow.png) no-repeat 0 10px
}

ul.blue-arrow-list li.active a,
ul.blue-arrow-list li:hover a {
	color:#fff;
	font-weight:700;	
}

/* Content Sidebar and Content Info Pages */

#content-sidebar,
#content-info {
	position:relative;
	display:block;
	padding:25px 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	min-height:500px
}

#content-sidebar {
	float:left;
	width:240px;
	padding:25px 0 50px
}

#content-info {
	float:right;
	width:740px;
	padding:25px 30px 25px;
	background-color:#fff
}

/* Sidebar Links and Sublinks */

#content-sidebar ul#sidebar > li {
	display:block;
	position:relative;
	background:url(../images/bg-border-horizontal.png) repeat-x center bottom;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
	overflow:hidden
}

#content-sidebar ul#sidebar > li > a {
	background:url(../images/icon-grey-arrow.png) no-repeat 220px 15px
}

#content-sidebar ul#sidebar > li > a,
#content-sidebar ul#sidebar > li ul.sidebar-sublinks li a {
	display:block;
	line-height:20px;
	padding:10px 30px 10px 20px;
	font-family: 'Cabin', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#333333	
}

#content-sidebar ul#sidebar > li.active > a,
#content-sidebar ul#sidebar > li > a:hover {
	font-weight:700
}

#content-sidebar ul#sidebar > li.active > a {
	background:#fff url(../images/icon-grey-arrow-down.png) no-repeat 218px 15px
}

#content-sidebar ul#sidebar > li.no-submenu > a {
	background:#fff url(../images/icon-grey-arrow.png) no-repeat 220px 15px
}

#content-sidebar ul#sidebar > li.active ,
#content-sidebar ul#sidebar > li > a:hover {
	background-color:#fff
}

#content-sidebar ul#sidebar > li ul.sidebar-sublinks {
	display:none;
	padding:0 0 15px 20px;
	border:none
}

#content-sidebar ul#sidebar > li.open ul.sidebar-sublinks {
	display:block
}

#content-sidebar ul#sidebar > li ul.sidebar-sublinks li a {
	display:block;
	line-height:22px;
	padding:5px 30px 5px 20px;
	background:url(../images/icon-round-grey-arrow.png) no-repeat 0 10px;
	font-family: 'Cabin', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#333333;
	border-bottom:1px solid #E6E6E6
}

#content-sidebar ul#sidebar > li ul.sidebar-sublinks li:last-child a {
	border:none	
}

#content-sidebar ul#sidebar > li ul.sidebar-sublinks li.active a,
#content-sidebar ul#sidebar > li ul.sidebar-sublinks li a:hover {
	background:url(../images/icon-round-blue-arrow.png) no-repeat 0 10px;
	color:#1395E5
}

/* Masonry Box Sizing CSS */

.item {
	margin:0 0 10px
}

/* Specifications Table */

table.specifications-table {
	width:100%
}

table.specifications-table thead td {
	font-weight:bold
}

table.specifications-table.template-a td {
	padding:8px 20px 4px
}

table.specifications-table.template-b td {
	padding:8px 10px 4px
}

table.specifications-table tr {
	border-top:1px solid #D3DFEE
}

/* Enquiry Form */

#enquiryform, #enquiryform fieldset, #enquiryform .max-width {
	position:relative;
	display:block;
	width:620px
}
#enquiryform .container {
	position:relative;
	text-align:left;
	background-color:transparent;
	width:100%;
	min-width:620px;
	padding-bottom:20px
}
#enquiryform label {
	display:block;
	height:40px;
	line-height:40px;
	margin-right:10px;
	float:left;
	font-size:14px;
	color:#000	
}
#enquiryform input {
	height:40px;
	width:460px;
	border:1px solid #ccc;
	background:#fff url(../images/bg-textfield.png) repeat-x top center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:100;
	padding:0 15px;
	float:left;
	color:#666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px
}
#enquiryform input:focus,
#enquiryform textarea:focus,
#enquiryform select:focus {
	border-color:#EF5A1A	
}
#enquiryform .select-moz {
	width:400px
}
#enquiryform select {
	color:#666;
	width:402px;
	padding:12px 10px 12px 10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:100;
	margin:0;
	-webkit-appearance: none;
	-moz-appearance: window;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	background-image:url(../images/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: 370px 8px
}
@-moz-document url-prefix() {
.select-moz{
     background-image:url(../images/icon-select-arrow.png);
     background-repeat: no-repeat;
	background-color:#FFF;
	background-position: 370px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	border:1px solid #ccc;
	margin-bottom:4px;
	padding-bottom:0 !important
}
}
/* IE Hide Select Arrow */
#enquiryform select::-ms-expand {
    display: none
}
#enquiryform textarea {
	width:590px;
	height:150px;
	padding:15px;
	background:#fff url(../images/bg-textfield.png) repeat-x top center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:100;
	color:#666;
	float:left;
	resize:none;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px
}
#enquiryform div#spamtrap {
	visibility:hidden
}
#enquiryform #scaptcha-label {
	margin-right:0;
	width:auto
}
#enquiryform .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}
#enquiryform .container-error-all span {
	height:auto !important	
}
#enquiryform .error {
	float:left;
}
#enquiryform .error, #enquiryform .error-all {
	font-size: 14px;
	font-weight:100;
	width:620px;
	color:#f00
}
#enquiryform .error-all {
	padding:0;
	line-height:22px;
	margin:0
}
#enquiryform .error {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	z-index:2
}
#enquiryform .error div {
	height:20px;
	line-height:30px;
	margin:0;
	padding:0;
	border:2px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px	
}
#enquiryform .error div img {
	position:absolute;
	display:block;
	width:18px;
	height:12px;
	bottom:-14px;
	right:60px;
	z-index:100
}
#enquiryform .error div span {
	display:block;
	font-size:14px;
	font-weight:100;
	height:25px;
	line-height:25px;
	padding:0;
	margin:0
}
#enquiryform fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}
#enquiryform fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}
#enquiryform #scaptcha {
	width:150px
}
#enquiryform .short_explanation {
	display:block;
	height:40px;
	line-height:40px;
	float:none;
	clear:both;
	margin:0;
	font-size: 14px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:100;
	color:#000;
}
#enquiryform .short_explanation a {
	color:#1395E5
}
#enquiryform div img {
	background-color:#fff
}
#enquiryform .button {
	display:block;
	color:#fff;
	float:left;
	padding:0 25px;
	width:auto;
	height:30px;
	line-height:30px;
	font-size:14px;
	background:#1395E5;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	border:none;
	cursor:pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear
}
#enquiryform .button:hover {
	background-color:#105B99	
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

#enquiryform .spmhidip {
	display:none;
	width:10px;
	height:3px;
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer p {
	font-size:12px;
	color:#97D5FC;
	text-align:center;
	line-height:20px;
	margin-bottom:0
}

#footer span,
#footer span a {
	color:#105B99
}