html {
	height: 100%;
	width: 100%;
}
body {
	padding: 0px;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bodybg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#5A6889;
	background-attachment: fixed;
}

#squarecontainer {
	width: 905px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
	padding-top: 30px;
	position: relative;
	z-index: 10;
}
#footersquares {
	position: relative;
	height: 50px;
	margin-top: -40px;
	background-image: url(../images/footerblocks.png);
}

#squarecontainer a {
	color: #000;
}

#squarecontainer #body {
	background-image: url(../images/squarecontainer_bg.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 15px;
	min-height:715px;
	position: relative;
}
#managementteam img {
	padding: 2px;
	border: 1px solid #999;
}

#squarecontainer #logo {
	float: right;
	display: block;
	height: 45px;
	width: 189px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
}
#squarecontainer #banner {
	clear: both;
	display: block;
}
#squarecontainer #topnav {
	background-image: url(../images/topnav_bg.png);
	background-repeat: repeat-x;
	height: 34px;
	width: 817px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 15px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	background-color: transparent;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	position: relative;
	z-index: 8;
}#squarecontainer #topnav li {
	float: left;
	width: 90px;
	line-height: 19px;
	height: 20px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #CCC;
	text-align: center;
}
#squarecontainer #topnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 19px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
#squarecontainer #topnav li a:hover, #squarecontainer #topnav li .active {
	background-image: url(../images/topnav_bg_over.png);
	color: #FFF;
	background-color: transparent;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-top: -10px;
	position: relative;
	z-index: 12;
}
#squarecontainer #leftnav {
	width: 150px;
	margin-right: 34px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-left: 0px;
	position: relative;
}
#squarecontainer #leftnav li {
	width: 150px;
	float:left;
}
#squarecontainer #leftnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#squarecontainer #leftnav li a:hover , #squarecontainer #leftnav li .active {
	color: #666;
}

#squarecontainer #leftnav li ul {
	position: absolute;
	left: -999em;
	list-style-type: none;
	margin-left:150px;
	margin-top:-26px;
	z-index:20;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	list-style-image: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:150px;
}
#squarecontainer #leftnav li li a{
	background-color:#CCC
}
#squarecontainer #leftnav li .greylink {
	background-color:#CCC;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	margin-left: 10px;
}


#squarecontainer #leftnav li:hover ul, #squarecontainer #leftnav li.sfhover ul {
    left: auto;
}


#home_strap1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #001522;
	text-align: center;
	margin-bottom: 10px;
}
#home_strap_hightlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	background-color: #900;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 7px;
}
#home_strap_hightlight a {
	color: #FFF;
	text-decoration: none;
}


#home_3cols {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	width: 862px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#home_3cols li {
	height: 250px;
	width: 252px;
	float: left;
	padding: 10px;
	position: relative;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home_3cols .moreinfo {
	position: absolute;
	top: 260px;
	left: 130px;
}
#home_3cols .grey a {
	color: #000;
	text-decoration: none;
}
#home_3cols .black a {
	color: #FFF;
	text-decoration: underline;
}

#home_3cols .grey {
	background-image: url(../images/home_3col_grey.jpg);
	background-repeat: repeat-x;
}
#home_3cols .black {
	background-image: url(../images/home_3col_black.jpg);
	background-repeat: repeat-x;
	margin-right: 23px;
	margin-left: 23px;
	color: #FFF;
}
.home_3col_prod_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
#footer {
	width: 862px;
	padding-top: 8px;
	background-color: #CED8DD;
	clear: both;
	bottom: 0px;
	background-image: url(../images/footer_gradient_bg.jpg);
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
#footer ul {
	width: 110px;
	float:left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 12px;
}
#footer ul li {
	float: left;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 0px;
	margin:0px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}
#squarecontainer #centercontent {
	float: left;
	width: 470px;
	font-size: 11px;
	margin-right: 34px;
	position: relative;
}
.productgrid {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.productgrid li {
	width: 200px;
	border: 1px solid #000;
	float: left;
	margin: 5px;
	padding: 0px;
}
.industriesgrid {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.industriesgrid li {
	height: 153px;
	width: 213px;
	border: 1px solid #000;
	float: left;
	margin: 5px;
	padding: 0px;
}

#squarecontainer #rightside {
	width: 174px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
.maincontentarea {
	padding-bottom: 65px;
}

#squarecontainer #rightside li {
	background-image: url(../images/rightside_bg.jpg);
	background-repeat: repeat-x;
	height: 158px;
	width: 156px;
	margin-bottom: 25px;
	padding: 8px;
	font-size: 11px;
	position: relative;
}
#rightside .moreinfo {
	position: absolute;
	top: 165px;
	left: 80px;
}
#centercontent ul {
	margin-left: 10px;
	padding-left: 0px;
}
#galleryimgs {
	padding: 0px;
	list-style-type: none;
		list-style-image: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#galleryimgs li {
	height: 86px;
	width: 164px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
	padding-top: 3px;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#managementteam ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#managementteam ul li {
	clear: both;
	display: block;
	min-height:100px;
	padding-bottom: 20px;
}
#managementteam ul li .photo {
	width: 100px;
	margin-right: 10px;
	float: left;
}
#managementteam ul li .description {
	float: left;
	width: 350px;
}
.enquiryform {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.enquiryform label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	display: block;
	margin-bottom: 5px;
}
.enquiryform input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #999;
	width: 200px;
}
.enquiryform #submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #999;
	width: 100px;
	border: 1px solid #000;
	margin-top: 10px;
}
.news_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.news_story {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.slideshowthumbs {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.slideshowthumbs li {
	float: left;
	margin-right: 5px;
	width: 67px;
	margin-bottom: 5px;
}
#squarecontainer #rightside li a {
	text-decoration: none;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
