
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

*	{
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
   	font-family: Arial, Helvetica,sans-serif;
	font-size:15px;
	color: #fff;
	line-height: 1.9;
	background: url(../images/bg.jpg) right top no-repeat #030710;
	}
	
nav,header,footer,aside,article,section	{
	display: block;
	}

p	{
	padding-bottom: 19px;
	}
	
a	{
	color: #d2d4d6;
	}
	
a {
  	-webkit-transition: Color 0.3s ease;
	-moz-transition: Color 0.3s ease;
	-ms-transition: Color 0.3s ease;
	-o-transition: Color 0.3s ease;
	transition: Color 0.3s ease;
	}
	
a:hover	{
	color: #fff;
	}

iframe	{
	margin: 20px 0 0 !important;
	}
	
/* Mozilla based browsers */
::-moz-selection {
      background-color: #FFA;
      color: #000;
}
/* Works in Safari */
::selection {
      background-color: #FFA;
      color: #000;
}
	
/* -----------------------------------------------------------------------------
    stop horrible click box in firefox */

a {
  outline: none;
	}

:focus {
  -moz-outline-style: none;
	}
	
/* -----------------------------------------------------------------------------
   generic layout style */

#wrapper	{
	width: 980px;
	margin: 0 auto;
	}

header	{
	height: 135px;
	}
	
#container	{
	background: url(../images/black-op.png);
	overflow: hidden;
	clear: both;
	}
	
#container-inner	{
	background: url(../images/content-highlights.png) right top no-repeat;
	overflow: hidden;
	padding-top: 24px;
	}

#content	{
	float: right;
	width: 686px;
	padding: 0 16px 24px 0;
	min-height: 320px;
	}

/* -----------------------------------------------------------------------------
  header style */

header p	{
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #aeb4c1;
	clear: right;
	margin: 42px 16px 0 0;
	line-height: 1;
	}
	
header p strong	{
	color: #eee;
	font-weight: bold;
	text-shadow: 0 0 4px #000;
	font-size: 29px;
	letter-spacing: -0.04em;
	}
	
header p.email	{
	margin-top: 0;
	font-size: 18px;
	letter-spacing: -0.03em;
}

header p.email a	{
	text-decoration: none;
	
}

header h4	{
	text-indent: -9999em;
	margin-top: 30px;
	float: left; 
	}
	
header h4 a	{
	display: block;
	width: 347px;
	height: 75px;
	background: url(../images/logo.gif) no-repeat;
	}

/* -----------------------------------------------------------------------------
  nav style */
  
ul#nav {
	float: left;
	clear: left;
	text-transform: uppercase;
	list-style: none;
	padding: 0;
	width: 199px;
	font-family: 'Lato';
	}  
  
ul#nav li {
	}  
  
ul#nav li a {
	color: #aaa;
	padding: 6px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 1px;
	font-size: 14px;
	display: block;
	line-height: normal;
	padding-right: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	} 	
    
ul#nav li a:hover {
	color: #fff;
	background: rgba(255,255,255,0.1);
	} 
	
ul#nav li a.active {
	color: #040710;
	background: url(../images/nav-active.gif) right 50% no-repeat #8c8b86;
	
	} 

ul#nav ul	{
	background: url(../images/subnav-bg.jpg);
	font-size: 12px;
	color: #fff;
	}

ul#nav ul a	{
	padding: 6px 6px 6px 20px;
	font-size: 12px;
	line-height: normal;
	background: url(../images/subnav-arrow-grey.gif) 8px 11px no-repeat;
	border-bottom: 1px solid #030710;
	
	}
	
ul#nav ul a:hover,ul#nav ul a.active	{
	background: none;
	color: #fff;
	background: url(../images/subnav-arrow-white.gif) 8px 11px no-repeat;
	}
	
.hidden	{
	display: none;
	visibility: hidden;
	}  
	
/* -----------------------------------------------------------------------------
 homepage style */

#homepage-leftcol, #homepage-rightcol, #homepage-newscol	{
	width: 284px;
	float: left;
	margin: 15px 50px 15px 0;
	overflow: hidden;
	font-size: 14px;
	}
	
#homepage-newscol	{
	float: right;
	margin-right: 16px;
	padding:  5px 20px 10px;
	background: rgba(255,255,255,0.15);
	width: 244px;
	}
	
#homepage-leftcol a img, #homepage-rightcol a img,img.float-right	{	
	border: 1px solid #676c7a;
	margin-bottom: .5em;
	-webkit-box-shadow: 0px 0px 5px #676c7a;
	-moz-box-shadow: 0px 0px 5px #676c7a;
	box-shadow: 0px 0px 5px #676c7a; 
	}	
	
#homepage-leftcol a:hover img, #homepage-rightcol a:hover img 	{	
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc; 
	}	

#homepage-leftcol h2	{
	padding-left: 26px;
	background-image: url(../images/icon-cogs.gif);
	}
	
#homepage-rightcol h2	{
	padding-left: 26px;
	background-image: url(../images/icon-news.gif);
	}
	
#homepage-newscol h2	{
	padding-left: 30px;
	background-image: url(../images/icon-news2.png);
	}
	
#homepage-newscol h2, #homepage-leftcol h2, #homepage-rightcol h2	{
	font-size: 20px;
	background-position: 0 3px;
	background-repeat: no-repeat;
	line-height: 1.2;
	padding-bottom: 10px;
}

#homepage-newscol h3, #homepage-leftcol h3, #homepage-rightcol h3	{
	padding: 0 0 6px;
}

#homepage-newscol h3 a, #homepage-leftcol h3 a, #homepage-rightcol h3 a	{
	text-decoration: none;
}

	
#homepage-newscol p.date	{
	padding: 0;
	margin: 0 0 10px;
	}
	
#homepage-newscol h3	{
	margin: 10px 0 5px;
	}

p.date	{	
	font-size: 12px;
	font-weight: bold;
	opacity: 0.5;
}

a.read-more	{
	background: #182961;
	color: #ddd;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none; 
	border: 1px solid rgba(255,255,255,0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.read-more:hover	{
	background: #233779;
	color: #fff;
}

a.read-more:active	{
	position: relative;
	top: 1px;
}
	
/* -----------------------------------------------------------------------------
   content style */
   
#content ul,#content ol 	{
	padding-left: 40px;
	margin: 10px 0;
	}  
	
#content li	{
	padding-bottom: 10px;
	}   

.float-right	{
	border: 1px solid #676c7a;
	margin: 0 0 1em 1em;
	-webkit-box-shadow: 0px 0px 8px #676c7a;
	-moz-box-shadow: 0px 0px 8px #676c7a;
	box-shadow: 0px 0px 8px #676c7a;
	float: right;
	}
	
.float-right2	{
	margin: 0 0 20px 20px;
	float: right;
	background: #fff;
	padding: 10px;
	}
	
img.shadowed	{
	border: 1px solid #676c7a;
	margin: 8px;
	-webkit-box-shadow: 0px 0px 8px #676c7a;
	-moz-box-shadow: 0px 0px 8px #676c7a;
	box-shadow: 0px 0px 8px #676c7a;
	}

img.nomargin	{
	margin: 0 0 10px;
	}
	
.pdf	{	
	padding: 10px 10px 10px 30px;
	background: url(../images/pdf.png) 10px 50% no-repeat #333;
	border-radius: 3px;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: none;
	}

/* -----------------------------------------------------------------------------
   gallery style */

#content .gallery	{
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

.gallery li	{
	float: left;
	}

.gallery a,a.lightbox	{
	display: block;
	position: relative;
	border: 1px solid #676c7a;
	margin: 7px;
	-webkit-box-shadow: 0px 0px 5px #676c7a;
	-moz-box-shadow: 0px 0px 5px #676c7a;
	box-shadow: 0px 0px 5px #676c7a;
	}

.gallery a:hover,a.lightbox:hover	{
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc; 
	}
	
.gallery img,a.lightbox img	{
	display: block;
	}
	
.gallery a span,a.lightbox span	{
	position:absolute;
	visibility:hidden;
	z-index: 2;
	top: 0;
	left: 0;
	}
	
a.lightbox span	{
	top: 80px;
	left: 53px;
	}

.gallery a:hover span,a.lightbox:hover span	{
	visibility:visible;
	}

/* -----------------------------------------------------------------------------
   projects style */
   
.astute	{
	background:url(../images/content/astutebg.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	 
.bnfl	{
	background:url(../images/content/bg-bnfl.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.humidryer	{
	background:url(../images/content/bg-humidryer.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.sulphuric	{
	background:url(../images/content/bg-sulphuric.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.steam	{
	background:url(../images/content/bg-steam.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.lubeoil	{
	background:url(../images/content/bg-lubeoil.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.nuclear	{
	background:url(../images/content/bg-nuclear.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}

.condensate	{
	background:url(../images/content/bg-condensate.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}

.deaerator	{
	background:url(../images/content/bg-deaerator.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}

.degasser	{
	background:url(../images/content/bg-degasser.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.petrochemical	{
	background:url(../images/content/bg-petrochemical.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.fabricated	{
	background:url(../images/content/bg-fabricated.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}

.limed	{
	background:url(../images/content/bg-limed.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.milnthorpe	{
	background:url(../images/content/bg-milnthorpe.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.boiler	{
	background:url(../images/content/bg-boiler.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.seawater	{
	background:url(../images/content/bg-seawater.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.pharmaceutical	{
	background:url(../images/content/bg-pharm.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.power	{
	background:url(../images/content/bg-power.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.manchester	{
	background:url(../images/content/bg-manchester.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}
	
.kendal	{
	background:url(../images/content/bg-kendal.jpg) 0 0 no-repeat;
	padding-top: 410px;
	border-top: 1px solid rgba(255,255,255,0.3);
	width: 683px;
	}

/* ----------------------------------------------------------------------------- news style */

ul.news	{
	list-style: none;
	margin: 20px 0;
	padding: 0 !important;
}

ul.news li	{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 25px;
	padding-bottom: 25px;
	overflow: hidden;
}

ul.news li:last-child	{
	border: none;
}

ul.news li h2 {
	border: none;
	margin-bottom: 0;
}

ul.news li h2 a	{
	text-decoration: none;
	border-bottom: 1px dotted rgba(255,255,255,0.3);
}

ul.news li h2 a:hover	{
	text-decoration: none;
	border-bottom: 1px dotted rgba(255,255,255,0.7);
}

ul.news li a img {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid rgba(255,255,255,0.3);
}

ul.news li a:hover img {
	border: 1px solid rgba(255,255,255,0.8);
}

ul.pager	{
	padding: 0 !important;
	list-style: none;
	margin-top: 20px;
	background: rgba(255,255,255,0.1);
	text-align: right;
	
}

ul.pager li	{
	display: inline-block;
	padding: 10px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}

ul.pager li a	{
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	background: rgba(255,255,255,0.1);
	text-decoration: none;
	border-radius: 3px;
}

ul.pager li a:hover	{
	background: rgba(255,255,255,0.3);
}

/* -----------------------------------------------------------------------------
   text style */
   
h1,h2,h3,h4,h5,h6	{
	margin-bottom: 10px;
	}

h1,h2	{
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.01em;
	font-family:'Lato', sans-serif;
	font-weight: 300;
	}
	
h1	{
	font-size: 36px;
	line-height: 1.2;
	}

h2	{
	font-size: 24px;
	color: #d2d4d6;
	border-bottom: 1px solid #373940;
	margin: 10px 0;
	}
	
h3	{
	font-size: 18px;
	margin: 10px 0 4px;
	line-height: 1.2;
	}

.read-more	{
	font-weight: bold;
	}
	
#content ul.logos	{
	padding: 0;
	list-style: none;
	margin-top: 20px;
	}
	
#content ul.logos li	{
	float: left;
	background: #182961;
	margin-bottom: 20px;
	padding: 0;
	}
	
#content ul.logos img	{
	display: block;
	}
	
#content ul.logos li a	{
	display: block;
	background: #182961;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
#content ul.logos li a:hover	{
	background: #233779;
	}
	
#content ul.logos li.even	{
	float: right;
	background: #182961;
	}

#content ul.logos li span	{
	display: block;
	padding: 10px;
	}

/* -----------------------------------------------------------------------------
 footer style */
 	
footer	{
	clear: both;
	border-top: 1px solid rgba(255,255,255,0.29);
	background: url(../images/footer-logo.gif) left 25px no-repeat;
	padding: 30px 0 60px;
	text-align: right;
	color: #a4acb4;
	font-size: 13px;
	margin: 0 16px;
	}
	
footer a	{
	color: #fff;
	text-decoration: none;
	}
	
footer a:hover	{
	text-decoration: underline;
	}

/* -----------------------------------------------------------------------------
	end style sheet */