@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background:#dfdfdf;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6a6a6a;
	line-height:1.5em;
}

#mainContent h1 {
text-transform:uppercase;
}

h1 {
font-size:23px;
font-weight:normal;
line-height:1.1em;
margin-bottom:5px;
color:#000000;
}

h2 {
font-size:14px;
font-weight:normal;
line-height:1.1em;
margin-bottom:5px;
color:#000000;
}
h2 a, h2 a:link {
color:#000000;
font-weight:normal;
text-decoration:none;
}

h3 {
font-size:13px;
line-height:0.94em;
font-weight:normal;
margin:0 0 5px 0;
color:#000000;
}

h4 {
font-size:16px;
font-weight:normal;
line-height:1.2em;
font-weight:normal;
margin-top:0;
margin-bottom:1.5em;
color:#11228c;
}

h5 {
font-weight:normal;
font-style:italic;
font-size:12px;
margin:0;
color:#626262;
}

#page {
	background:url(images/body-bg.gif) center repeat-y;
}

#page-footer {
	background:url(images/body-bg-bottom.gif) no-repeat center bottom;
	height:20px;
}

#footer a, #footer a:link {
color:#626262;
}

#footer #footer a:hover {
text-decoration:none;
color:#11228c;
}

.thrColFixHdr #container { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 
.thrColFixHdr #header { 
	height:100px; 
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColFixHdr #image-header { 
	height:225px;
	z-index:-1;
	margin-bottom:1.8em;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColFixHdr #header img{ 
	float:left;
	width:175px;
	padding: 10px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header a.logo-link img, #header a.logo-link:link img, #header a.logo-link:hover img, #header a.logo-link:visited img { 
	color:#fff;
	border:none;
} 

.home #primary {
position:absolute;
width:730px;
left:185px;
z-index:9999;
}

#primary {
float:right;
width:730px;
z-index:9999;
_margin-left:8px;
*margin-left:8px;
margin-top:70px;
_margin-top:82px;
*margin-top:82px;
}

ul li.primary-menu {
display:block;
float:left;
font-size: 12px;
padding: 0 8px;
text-decoration:none;
color:#000000;
border-right:1px solid #000000;
line-height: 0.75em;
 }
 
 ul li.primary-menu-active {
display:block;
float:left;
font-size: 12px;
padding: 0 8px;
text-decoration:none;
border-right:1px solid #000000;
line-height: 0.75em;
font-weight:bold;
color:#11228c;
 }
 
  ul li.primary-menu a.primary-menu-active {
color:#11228c;
 }
 
 .home ul li.primary-menu a.primary-menu-active {
color:#7A7A7A;
 }
 
 ul li.primary-menu a {
text-decoration:none;
color:#000000;
font-weight:bold;
}

ul li.primary-menu a:hover {
color:#11228c;
 }
 
ul li.primary-menu-last, ul li.primary-menu-last-active {
display:block;
float:left;
font-size: 12px;
padding: 0 8px;
text-decoration:none;
color:#000000;
border-right:none;
line-height: 0.75em;
 }
 
ul li.primary-menu-last a {
text-decoration:none;
color:#000000;
font-weight:bold;
}
ul li.primary-menu-last-active a {
text-decoration:none;
color:#11228c;
font-weight:bold;
}

ul li.primary-menu-last:hover, ul li.primary-menu-last a:hover {
color:#11228c;
 }
  
  #primary li li a {
display:block;
width:150px;
 }
 
 #primary li ul a:hover {
display:block;
width:150px;
color:#000099; }

#primary li li {
float:left;
padding:8px;
list-style:none;
line-height:1.2em;
border-bottom:1px dotted #999999;
}

.thrColFixHdr #primary li.primary-menu ul.sub-men {
position:absolute;
width:166px;
top:92px;
background:#fff;
left:-999em;
padding-left:0;
}

.home #primary li:hover ul.sub-men {
z-index:9999;
left:auto;
top:22px;
}

.thrColFixHdr #primary li:hover ul.sub-men {
left:auto;
z-index:9999;
}

#breadcrumb {
float:left;
width:925px;
margin:0;
}

#breadcrumb p {
margin:0;
padding:3px 0 0 230px;
font-size:11px;
}

#breadcrumb a {
margin-right:7px;}

.block-right a img {
text-decoration:none;
border:none;
}

#mainContent ul {
padding-left:15px;
}

.site-map #mainContent ul {
padding-left:0px;
}

/****************** SIDEBAR 1 ********************/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:5px!important;
	color:#7a7a7a;
}

.image-center {
padding-top:15px;
text-align:center;
}

/****************** SIDEBAR 2 ********************/

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:5px!important;
}

#sidebar2 strong {
	color:#11228c;
}

#sidebar2 h3 {
		border-bottom:1px #000 solid;
		text-transform:uppercase;
		padding-bottom:1em;
}

#sidebar2 p {
	color:#7a7a7a;
font-size:12px;
	line-height:18px;
padding-right:10px;
border-bottom:1px #626262 dotted;
padding-bottom:1em;
}

#sidebar2 a {
text-decoration:none;
color:#626262;
}

#sidebar2 a:hover {
text-decoration:none;
color:#11228c;
}
#sidebar2 b {
	color:#11228c;
	font-weight:normal;
}

#sidebar2 .bottom-block {
	font-size:11px;
	border-bottom:1px #000 solid;
	line-height:16px;
}
.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent p { 
	margin: 0 0 1.5em 0;
} 

.thrColFixHdr #footer { 
	margin-top:20px;
	padding: 10px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:#969696 solid 1px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#969696;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link, a:visited, a:hover {
text-decoration:none;
color:#11228c;
}

.block-left-cabling li, .block-left-support li, .block-left-comms li {
list-style-position:outside;
list-style:none;
background:url(images/menu-arrow.gif) no-repeat left 50%;
margin-bottom:1.5em;
margin-left:-15px;
padding: 0 0 0 10px;
}

.block-left-moves li {
list-style-position:outside;
list-style:none;
background:url(images/menu-arrow.gif) no-repeat left 10%;
margin-bottom:1.5em;
margin-left:-15px;
padding: 0 0 0 10px;
}

.block-left-cabling li a, .block-left-moves li a, .block-left-support li a, .block-left-comms li a  {
text-decoration:none;
color:#626262;
}

.block-left-cabling li a:hover, .block-left-moves li a:hover, .block-left-support li a:hover, .block-left-comms li a:hover  {
text-decoration:none;
color:#11228c;
}

a.arrow:link, a.arrow:visited, a.arrow:active {
text-decoration:none;
color:#626262;
background:url(images/menu-arrow.gif) no-repeat left;
padding: 0 0 0 10px;
}

a.arrow:hover {
color:#11228c;
}

a.arrow-active {
color:#11228c;
text-decoration:none;
background:url(images/menu-arrow.gif) no-repeat left;
padding: 0 0 0 10px;
}

#clock-date {
float:right;
width:250px;
padding-top:14px;
text-align:right;
}

#clock {
color:#000000;
font-size:11px;
}
/****************** Menu *******************/

li.menu-1-home, li.menu-1-home-active {
background-image:url(images/menu-arrow.gif);
background-position: 0px 50%;
background-repeat: no-repeat;
padding-left:12px;
list-style:none;
line-height:2em;
border-top:1px #000000 solid;
border-bottom:#626262 dotted 1px;
color:#626262;
}

li.menu-1 {
background-image:url(images/menu-arrow.gif);
background-position: 0px 50%;
background-repeat: no-repeat;
padding-left:12px;
list-style:none;
line-height:2em;
border-bottom:#626262 dotted 1px;
border-top:1px #000000 solid;
}

li.menu-1-home a:link, li.menu-1-home a:visited {
color:#626262;
text-decoration:none;
}

li.menu-1-active a,li.menu-1-home a:hover, li.menu-1-home a:focus, li.menu-crs-selected a {
color:#11228c;
text-decoration:none;
}


ul.links {
margin:0 0 15px 0;
padding:0;
font-size:11px;
}

li.menu a, li.sub-menu a, li.inner-menu a, li.sub-menu-sub a, li.menu-crs a {
color:#626262;
text-decoration:none;
}

li.menu a:hover, li.menu a:focus, li.menu-selected a:hover, li.menu-selected a:focus, li.sub-menu a:hover, li.sub-menu a:focus, li.sub-menu-selected a:hover, li.sub-menu-selected a:focus, li.sub-menu-selected-sub a:hover, li.sub-menu-selected-sub a:focus, li.inner-menu a:hover, li.inner-menu a:focus, li.menu-selected-inner a:hover, li.menu-selected-inner a:focus, li.menu-selected-sub a:hover, li.menu-selected-sub a:focus, li.sub-menu-sub a:hover, li.sub-menu-sub a:focus, li.menu-crs a:hover, li.menu-crs-selected a:focus  {
color:#11228c;
text-decoration:none;
}

li.menu {
background-image:url(images/menu-arrow.gif);
background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
padding-left:12px;
list-style:none;
border-bottom:#626262 dotted 1px;
line-height:2em;
}

li.menu-crs {
background-image:url(images/menu-arrow.gif);
background-position: 0px 25%; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
padding-left:12px;
list-style:none;
border-bottom:#626262 dotted 1px;
line-height:1.5em;
padding-top:4px;
padding-bottom:4px;
}

li.menu-crs-selected {
background-image:url(images/menu-arrow.gif);
background-position: 0px 25%; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
padding-left:12px;
list-style:none;
border-bottom:#626262 dotted 1px;
line-height:1.5em;
padding-top:4px;
padding-bottom:4px;
}

li.menu-contact {
background-image:url(images/menu-arrow.gif);
background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
padding-left:12px;
list-style:none;
border-bottom:#626262 dotted 1px;
line-height:2em;
}

li.menu-selected {
background-image:url(images/menu-arrow.gif);
background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
padding-left:12px;
list-style:none;
border-bottom:#626262 dotted 1px;
line-height:2em;
}

/************** sub menu **********************/

li.menu-selected-sub {
background-image:url(images/menu-arrow-selected.gif);
background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
padding-left:12px;
list-style:none;
border-bottom:#626262 dotted 1px;
line-height:2em;
}

li.sub-menu-sub {
background-image:url(images/menu-arrow-selected.gif);
background-position: 0 50%; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
list-style:none;
list-style-position:outside;
border-bottom:#626262 dotted 1px;
line-height:2em;
padding-right:12px;
padding-left:12px;
}

li.sub-menu-sub-selected {
background-image:url(images/menu-arrow-selected.gif);
background-position: 8% 50%; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
list-style:none;
list-style-position:outside;
border-bottom:#626262 dotted 1px;
line-height:2em;
padding-right:12px;
padding-left:12px;
}

li.sub-menu-selected-sub {
background-image:url(images/menu-arrow-selected.gif);
background-position: 7% 50%; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
padding-left:12px;
list-style:none;
border-bottom:#626262 dotted 1px;
line-height:2em;
padding-left:25px;
}

li.sub-menu {
list-style:none;
list-style-position:outside;
border-bottom:#626262 dotted 1px;
line-height:2em;
padding-right:12px;
padding-left:25px;
}

li.sub-menu-selected {
list-style:none;
list-style-position:outside;
border-bottom:#626262 dotted 1px;
line-height:2em;
padding-right:12px;
padding-left:25px;
}

/************** inner menu **********************/

li.menu-selected-inner {
background-image:url(images/menu-arrow-selected.gif);
background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
padding-left:12px;
list-style-position:outside;
list-style:none;
border-bottom:#626262 dotted 1px;
line-height:2em;
margin:0;
}

li.inner-menu {
list-style:none;
list-style-position:outside;
border-bottom:#626262 dotted 1px;
line-height:2em;
padding-right:10px;
padding-left:40px;
margin:0;
}

li.inner-menu-selected {
background:none;
list-style:none;
list-style-position:outside;
border-bottom:#626262 dotted 1px;
line-height:2em;
padding-right:10px;
padding-left:40px;
margin:0;
}

/************ Blocks ***************/

.block {
border-top:1px solid #000000;
display:block;
_padding-top:1em;
*padding-top:1em;
}

.block-clients-left {
width:225px;
}

.block-clients-right {
float:right;
width:220px;
margin-top:-1em;
*margin-top:0;
_margin-top:0;
}

.block-left-wireless {
width:200px;
height:320px;
}

.block-right-wireless {
float:right;
width:250px;
}

.block-left {
width:250px;
}

.block-right {
float:right;
margin-top:-0.7em;
width:200px;
}

body.audio .block-right {
padding-top:0;
}

.block-right img {
margin-top:17px;
}

.block ul {
margin:0;
padding:0;
}

.block-left-cabling {
width:375px;
height:70px;
padding-left:90px;
background:url(images/drainage.jpg) no-repeat top left;
margin-bottom:10px;
}

.block-left-moves {
width:375px;
height:70px;
padding-left:90px;
background:url(images/cleaning.jpg) no-repeat top left;
margin-bottom:10px;
}

.block-left-support {
width:375px;
height:70px;
padding-left:90px;
background:url(images/costs.jpg) no-repeat top left;
margin-bottom:10px;
}

.block-left-comms {
width:245px;
height:70px;
padding-right:220px;
background:url(images/communications-room.jpg) no-repeat top right;
margin-bottom:10px;
}

.block-left-resource {
width:200px;
height:225px;
padding:10px;
border:solid #626262 1px;
margin-bottom:20px;
}
.block-right-resource {
float:right;
width:200px;
height:225px;
padding:10px;
border:solid #626262 1px;
}

#image-align-left {
margin-top:30px;
width:35px;
}

#text-align-right {
position:relative;
float:right;
width:395px;
margin-top:36px;
text-align:justify;
}

.t-and-c p {
font-size:9px;
}

.molex {
float:right;
width:100px;
margin-left:15px;
}

.molex-logo {
float:right;
width:100px;
margin-left:15px;
}

.molex-logo-large {
float:right;
width:190px;
margin-left:15px;
}

.cover {
float:right;
width:140px;
margin-top:10px;
margin-left:15px;
}

li.number {
list-style-type:decimal;
list-position:inside;
}

.newsletter p {
line-height:3em;
}

.tabbed-centre {
float:right;
width:350px;
margin-right:95px;
}

.tabbed-right {
float:right;
width:250px;
text-align:right;
}

blockquote {
	font-size:110%;
	padding:1em 0;
	line-height:1.5em;
	font-style:italic;
}

.cta {
	padding-top:1em;
}

.cta p {
	font-size:110%;
	font-weight:bold;
	border-top:1px dotted #999;
	border-bottom:1px solid #999;
	padding:1em;
}

ul.service li {
	font-weight:bold;
}

/** Site map **/

.site-map #mainContent li.sub-menu-sub-selected {
background-position:3% 50%;
}

.site-map #mainContent li.menu-selected a, .site-map #mainContent li.sub-menu-sub-selected a {
color:#7A7A7A;
}

.site-map #mainContent li.menu-selected a:hover, .site-map #mainContent li.sub-menu-sub-selected a:hover {
color:#11228C;
}

/* Lightbox CSS */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 900; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #ccc; 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(images/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;}	 	


