/* -------------------------------------------------------
   Standardise CSS Between Browsers
   ------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

  border: none;
  outline: 0;
  vertical-align: baseline;
  margin: 0px;
  padding: 0px;
  font: inherit inherit 100%;
  }

:focus {
  outline: 0;}
body {
  color: #000;}
ol, ul {
  list-style: none;}
table {
  border-collapse: separate;
  border-spacing: 0px;}
caption, th, td {
  text-align: left;}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";}
blockquote, q {
  quotes: "" "";}
  
/* -------------------------------------------------------
   Standard Elements
   ------------------------------------------------------- */
body {
	/* Fonts ------------------------------------------------- */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	letter-spacing: 0.04em;
	color: #5c757d;
	/* Styling of Body ---------------------------------------- */
	text-align: center;
	background-color: #F8FBFC;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #4686DF;
	font-size: 180%;
	font-weight: normal;
	padding-bottom: 0.3em;}
p {
	padding-bottom: 1em;}
a:link, a:visited, a:active {
	color: #4686df;
	font-weight: bold;}
a:hover{
	color: #990000;
	font-weight: bold;
	text-decoration: none;}
a img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 0px;}
img {
	padding: 0px;
	float: left;
	margin: 0px;}
/* End of Standard Elements ----------------------------------------- */

/* -------------------------------------------------------
   Form Elements
   ------------------------------------------------------- */
form {
	margin: 0px;
	padding: 0px;
	float: left;}
.label {
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	float: left;
	width: 120px;
	font-weight: bold;
}
.required {
	margin: 0px;
	float: left;
	width: 340px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.normal {
	margin: 0px;
	float: left;
	width: 340px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.error {
	margin: 0px;
	float: left;
	width: 340px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #CC0000;
}
.linput {
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #868D92;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #868D92;
	margin: 0px;
	float: left;
	width: 200px;
	padding: 0px;}
.sinput {
	width: 50px;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #868D92;
	border-right-color: #C0C0C0;
	border-bottom-color: #868D92;
	border-left-color: #C0C0C0;
	margin: 0px;
	padding: 0px;
}
.button {
	background-color: #868D92;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #868D92;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #868D92;
	font-weight: bold;
	color: #FFFFFF;}

/* -------------------------------------------------------
   Structure
   ------------------------------------------------------- */
	/* Containers ---------------------------------------- */
.bcntr {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}
.ctr{
	width: 750px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;}
.inctr {
	margin: 0px;
	float: left;
	width: 750px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;}
	/* Header ---------------------------------------------- */
.hdr{
	float: left;
	width: 750px;
	background-image: url(../images/company_logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	display: block;
	height: 109px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}
	/* Navigation -------------------------------------------- */
.nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 750px;
	height: 31px;}
.nav ul {
	margin: 0px;
	float: left;
	width: 750px;
	height: 30px;
	list-style-type: none;
	padding: 0px;}
.nav li {
	float: left;
	font-size: 180%;
	margin: 0px;
	padding: 0px;}
	/* Content holders ---------------------------------------- */
.lcol {
	margin: 0px;
	float: left;
	width: 385px;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.rcol {
	margin: 0px;
	float: left;
	width: 346px;
	padding: 0px;
	text-align: left;
}
.lcol ul, .rcol ul {
	padding-left: 1.3em;}
.lcol li, .rcol li {
	list-style-type: disc;
}
.gcol {
	margin: 0px;
	float: left;
	width: 340px;
	height: 270px;
	padding: 0px;
	text-align: left;
}
.col {
	margin: 0px;
	float: left;
	width: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.col ul {
	padding-left: 1.3em;
}
.col li {
	list-style-type: disc;
	color: #4686DF;
}
	/* Footer -------------------------------------------- */
.ftr{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	background-image: url(../images/ftr_spr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}
.ftr ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.ftr li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDDDE;
	list-style-type: none;
	display: inline;
	float: left;
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	margin: 0px;
}
.ftrlcol {
	margin: 0px;
	float: left;
	width: 530px;
	text-align: left;
	padding: 0px;
}
.ftrrcol {
	margin: 0px;
	float: right;
	width: 213px;
	padding: 0px;}
	
/* -------------------------------------------------------
    Buttons
    ------------------------------------------------------ */
.home {
	background-image: url(../images/buttons/01_home.gif);
	margin: 0px;
	padding: 0px;
	width: 63px;
	float: left;
	height: 30px;
}
.company {
	background-image: url(../images/buttons/02_company_profile.gif);
	float: left;
	width: 134px;
	height: 30px;
}
.products {
	background-image: url(../images/buttons/03_products.gif);
	float: left;
	width: 94px;
	height: 30px;
}
.portfolio {
	background-image: url(../images/buttons/04_portfolio.gif);
	float: left;
	width: 96px;
	height: 30px;
}
.industries {
	background-image: url(../images/buttons/05_industries_covered.gif);
	margin: 0px;
	padding: 0px;
	width: 158px;
	float: left;
	height: 30px;
}
.sub {
	background-image: url(../images/buttons/06_sub_contractors.gif);
	float: left;
	width: 131px;
	height: 30px;
}
.contact {
	background-image: url(../images/buttons/07_contact.gif);
	float: left;
	width: 74px;
	height: 30px;
}
.clients {
	background-image: url(../images/some_text.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 22px;
	width: 233px;}

/* -------------------------------------------------------
    Presentation Classes
    ------------------------------------------------------ */
.callnumber {
	background-image: url(../images/call_number.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 80px;
	width: 237px;
	display: block;}
.productslist {
	float: left;
	width: 385px;
	margin: 0px;
	padding: 0px;
}
.productslist ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	width: 385px;
	float: left;
}
.productslist li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.ductwork {
	background-image: url(../images/products/ductwork.gif);
	margin: 0px;
	padding: 0px;
	height: 154px;
	width: 194px;
	float: left;
	background-repeat: no-repeat;
}
.pipework {
	background-image: url(../images/products/pipework.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 154px;
	width: 189px;
}
.scrubbers {
	background-image: url(../images/products/scrubbers.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 154px;
	width: 194px;
	background-repeat: no-repeat;
}
.tanks {
	background-image: url(../images/products/tanks.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 154px;
	width: 189px;}
.bespoke {
	background-image: url(../images/products/bespoke.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 154px;
	width: 194px;
	background-repeat: no-repeat;
}
.brewery {
	background-image: url(../images/products/brewery.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 154px;
	width: 189px;
}

/* -------------------------------------------------------
   Image Gallery
   ------------------------------------------------------- */
.gallerycontainer {
	position: relative;
	width: 750px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	background-image: url(../images/portfolio/lrg/enlarge.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.gallerycontainer ul{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 375px;

}
.gallerycontainer li{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 92px;
	width: 125px;
}
.gallerycontainer a {
	color: #5c757d;
}
.thumbnail img{
	height: 73px;
	width: 105px;
	margin: 0px;
	background-color: #EDEEEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AFB4B4;
	border-bottom-color: #AFB4B4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EDEEEE;
	border-left-color: #EDEEEE;
	padding: 5px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #4686DF;
}

.thumbnail .show{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	width: 300px;
}

.thumbnail .show img{ /*CSS for enlarged image*/
	height: 239px;
	width: 346px;
	display: block;
	float: left;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	border: 1px solid #EDEEEE;
}

.thumbnail:hover .show{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 400px; /*position where enlarged image should offset horizontally */
	z-index: 1;
}

/* -------------------------------------------------------
    Creators (Kangaroo Media)
    ------------------------------------------------------ */
.kanglogo {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 213px;
	display: block;
	float: right;
	background-position: right top;
	background-image: url(../images/kangaroologo.gif);}
.kanglogo:hover {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 213px;
	display: block;
	float: right;
	background-position: right top;
	background-image: url(../images/kangaroo_media_logo_roll.gif);}
	
/* -------------------------------------------------------
    Misc. Classes
    ------------------------------------------------------ */
.clear { 
	clear: both;  }
.left  { 
	float: left;  }
.right { 
	float: right; }   
.centre {
	text-align: center;
}
.nd{
	display: none;}
.nolist ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	background-color: #CC6699;
	float: left;
}
.nolist li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	list-style-image: none;
}
