/* fonts */


/*standard elemtents */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0px;
}

.clear {
	clear: both;
}

.textreplace {
	position: absolute;
	left: -5000px;
}

body {
	font-size: 62.5%;
	background-color: #fff;
	color: #000;
	font-family: helvetica, arial, sans-serif;
	
	background-image: url('/images/layout/innerbg.jpg');
	background-position: bottom;
}

#google_translate_element {
	padding: 5px 5px 5px 0;
	margin-left: 15px;
	position: absolute;
	top: 82px;
	width: 145px;
	overflow: hidden;
}

#google_translate_element div {
	display: inline;
}

#google_translate_element select {
	margin-right: 20px;
}

.goog-te-gadget {
	display: none;
}

#container {

	width: 1000px;
	margin: 0 auto;
/*	background-image: url('/images/layout/innerbg.jpg');
	background-position: top;
		-moz-box-shadow: 0px 0px 9px #373737;
	-webkit-box-shadow: 0px 0px 9px #373737;
	box-shadow: 0px 0px 9px #373737; */
}

#containerwrap {
	position: absolute;
	width: 100%;
}

#header-bg {
	height: 177px;
	background-color: #535349;
	position: absolute;
	width: 100%;
}

#header {
	height: 177px;
	width: 1000px;
	background-image: url('/images/layout/header.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

#header h1 a{
	width: 1000px;
	height: 150px;
	display: block;
	position: absolute;
	
}


#nav {
	width: 970px;
	padding-left: 10px;
	padding-top: 130px;
}

#nav li {
	float: left;
	list-style: none;
	display: block;
	margin-left: 6px;
	margin-right: 3px;
	width: 180px;
	height: 48px;
}

#nav li li {
	margin-left: 0px;
}

#nav li a {
	
	background-image: url('/images/layout/tabbg.png');
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding-top: 8px;
	font-size: 14px;
	color: #616057;
	height: 40px;
	text-decoration: none;
}

#nav li a:hover {
	background-image: url('/images/layout/tabbgover.png');
	color: #000;
}


#nav #selected {
	background-image: url('/images/layout/tabbgselected.png');
	color: #000;
}


#nav li a#selected:hover {
	background-image: url('/images/layout/tabbgover.png');
	color: #000;
}

#nav li.menuhomepage a, #nav li.menucontact a {
	padding-top: 17px;
	height: 31px;
}

#nav ul li.menucontact ul a {
	padding-left: 5px;
}


#nav .sfHover a#selected {
	background: url('/images/layout/tabbgover.png');
	color: #000;
}
 
#breadcrumbs {
	color: #BAB9B3;
	padding-left: 17px;
}

#breadcrumbs a {
	color: #BAB9B3;
	text-transform: uppercase;
}

#homenav {
	background-image: url('/images/layout/emptyheader.png');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	padding-top: 165px;
}

#umberlink {
	font-size: 10px;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}

#umberlink a {
	color: #fff;
}


.main { clear: both;}


.textpage {
	float: left;
	width: 460px;
	padding: 35px 20px;
}
.textpage h2 {
	padding-bottom: 10px;
}

.textpage h3 {
	color: #ffb60f;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	padding: 15px 0 10px 0;
}

.textpage h4 {
	color: #ffb60f;
	font-weight: bold;
	font-size: 15px;
	padding: 15px 0;
}

.textpage p {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0;
}

.textpage a {
	color: #fff;
}

.textpage a:hover {
	color: #FFA806;
}


/* text page titles */

#leftcol {
	float: left;
	width: 181px;
	margin: 14px 0 14px 16px;
	border-top: #95968c 8px solid;
	border-top: rgba(149,150,140,0.8) 8px solid;
}

#leftcol h1 {
	font-size: 22px;
	margin: 15px 0;
	height: 95px;
	color: #c7c6c1;
	padding: 0 5px;
	border-bottom: #95968c 8px solid;
	border-bottom: rgba(149,150,140,0.8) 8px solid;	
}

#leftcol h2 a {
	color: #fff;
	text-decoration: none;
}

#leftcol p a {
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	color: #fff;
	text-decoration: none;
}



#leftcol ul {
	clear: both;
	padding: 10px 20px;
	background-image: url('/images/layout/ulbg.png');
	background-position: top right;
	background-repeat: repeat-y;
	
}

#leftcol ul ul {
	border-top: 2px dotted #95968c;
	padding: 0px;
	margin: 10px 15px;
}

#leftcol li {
	padding: 5px 0px;
	border-bottom: 2px dotted #95968c;
	list-style: none;
}


#leftcol ul {
	
	clear: both;
	padding: 10px 20px;
	background-image: url('/images/layout/ulbg.png');
	background-position: top right;
	background-repeat: repeat-y;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


#leftcol ul ul {
	padding: 5px 0px;
	margin: 0px;
	border-top: 0px dotted #95968c;
	border-bottom: 0px dotted #95968c;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-image: none;
}

#leftcol ul ul a {
	font-size: 10px;
}
#leftcol ul ul li {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#leftcol a:hover {
	text-decoration: underline;
}


#leftcol li {
	padding: 5px 0px;
	border-bottom: 2px dotted #95968c;
	list-style: none;
}

#leftcol li a {
	color: #c7c6c1;
	font-size: 12px;
	text-decoration: none;
}

#leftcol ul ul {
	display: none;
}


#leftcol ul li#subselected ul {
	display: block;	
}

#leftcol p {
	font-size: 12px;
	color: #fff;
}

#leftcol ul li {
	color: #fff;
	font-size: 12px;
}


#archivelink  a{
	margin-top: 15px;
	color: #fff;
	display: block;
}

#centercol {
	float: left;
	width: 455px;
	
	width: 488px;
	margin: 14px 15px 14px 9px;
	font-size: 14px;
	color: #c7c6c1;
	border-top: #95968c 8px solid;
	border-top: rgba(149,150,140,0.8) 8px solid;
}

#centercol h1 {
	font-size: 22px;
	padding-top: 10px;
	line-height: 36px;
}

#centercol {
	font-size: 12px;
	line-height: 22px;
}

#centercol p {
	margin: 10px 20px 10px 2px;
	line-height: 22px;
	font-size: 12px;
}

#centercol ul {
	margin: 0px;
	padding: 0px;
}


#centercol li {
	margin: 15px 20px 15px 30px;
	line-height: 16px;
	font-size: 12px;
}

#rightcol {
	float: left;
	width: 275px;
	margin: 14px 0;
}


#rightcol #pageimage a {
	color: #fff;
	text-decoration: none;
	display: block;
	/*height: 440px;*/
	font-size: 32px;
	line-height: 34px;
	padding: 10px 10px 0px 20px;
	text-shadow: 0px 0px 15px #414138;
}

#rightcol #pageimage {	
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 0 15px 0;
}

#rightcol .newspic a
{
	color: #fff;
	display: block;
	padding: 0 0 10px 0;
}

#rightcol .introduction {
	color: #fff;
	font-size: 15px;
	list-style: none;
}

#rightcol 

.introduction li {
	width: 270px;
	text-align: center;
	list-style: none;
}

#rightcol h3 {
	font-size: 16px;
	color: #fff;
	padding-bottom: 15px;
	width: 270px;
	text-align: center;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	height: 65px;
	width: 970px;
	margin: 0 15px;
	border-top: #95968c 8px solid;
	border-top: rgba(149,150,140,0.8) 8px solid;
}

#footer p.copy {
	font-size: 12px;
	font-weight: bold;
	color: #BABCB2;
	float: left;
	width: 205px;
	padding: 57px 0 0 15px;
}

#footer p.copy a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#footer span.copyright {
	display: block;
	padding-top: 5px;
}

#footer p.tags {
	float: left;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	width: 420px;
	padding: 12px 3px
}

.tags a {
	color: #fff;
	text-decoration: none;
}

#footer div.logos {
	padding-left: 19px;
	float: right;
}

#footer .logos img {
	float: left;
	padding-top: 5px;
}

.innerlogos {
	float: left;
	width: 175px;
}

#homesplash {
	margin: 0 15px;
	height: 485px;
	border-top: #95968c 8px solid;
	border-top: rgba(149,150,140,0.8) 8px solid;
}

#homesplashnav {
	list-style: none;
	height: 12px;
	margin: 50px 0px 20px 10px;
	border-left: 1px solid white;
	text-align: center;
}

#homesplashnav li {
	border-right: 1px solid white;
	padding: 0 4px;
	font-size: 12px;
	float: left;
}

#homesplashnav a {
	color: #fff;
	text-decoration: none;
}

#homesplashnav li.activeSlide a {
	color: #000;
}


/* news */
#news {
	width: 430px;
}

#newsright p a {
	color: #fff;
	display: block;
	padding: 10px 0;
	font-size: 12px;
}

#newsleftbar {
	width: 180px;
	padding: 15px 20px 15px 25px;
}

#newsleftbar h1 {
	margin-top: 20px;
	margin-bottom: 10px;
}

#newsleftbar h2 {
	padding-top: 10px;
}

#newsleftbar a {
	color: #fff;
	text-decoration: none;
}

#newsleftbar a:hover {
	color: #FFA806;
	text-decoration: none;
}

#newsleftbar p {
	font-size: 12px;
	padding: 10px 0;
}

#news h1 {
	padding-bottom: 15px;
}

#newsright {
	height: 200px;
	float: left;
	margin-left: 23px;
	padding-top: 35px;
}

#newsfooter {
	font-size: 12px;
	padding-top: 10px;
}

#newsfooter a {
	color: #fff;
}

#latestnewstitle {
	height: 18px;
}

#archivelink {
	text-decoration: underline;
}

.newsarticlesnippet {
	padding: 0px 0 10px 0;
}
.newsarticlesnippet a {
	color: #fff;
	text-decoration: none;
}
.newsarticlesnippet a:hover {
	color: #FFA806;
}
.newsarticlesnippet h3 {
	padding: 0px;
}

/* Products */

#productstitle {
	width: 148px;
	height: 16px;
	background-image: url('/images/layout/titles/productstitle.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.textpage.productsmain h1 {
	font-size: 14px;
	color: #fff;
	padding-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	
}

.textpage.productsmain h2 {
	font-size: 18px;
	color: #FFA806;
	font-weight: normal;
}

.productsmain p {
	padding-right: 30px;
}

.gallery {
	float: left;
	width: 291px;
	margin-top: 15px;
	padding-bottom: 20px;
	padding-top: 15px;
}

.gallery img {
	border: 1px solid #fff;
}

#gallerypager a  {
	padding-top: 13px;
	padding-right: 14px;
	display: block;
	float: left;
}

div#gallerypager a.mfourth {
	padding-right: 0px;
}

#gallerytitle {
	width: 148px;
	height: 16px;
	background-image: url('/images/layout/titles/gallerytitle.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

/* error 404 */
#errorfourohfour {
	width: 920px;
	margin: 20px auto;
}

#errorfourohfour h2 {
	font-size: 20px;
	padding: 10px 0;
}

#errorfourohfour p {
	font-size: 14px;
	padding: 10px 0;
}
/* login page */

#login {
	width: 920px;
	margin: 20px auto;
}

#login * {
	padding: 5px 0;
}

#login fieldset {
	border: 0px;
}

/*cms */

#cmsform {
	width: 800px;
	margin: 20px auto;
}

/* right images */

.imageright {
	background-position: top right;
	background-repeat: no-repeat;
}

#aboutimage { background-image: url('/images/layout/aboutright2.png'); }
#valuesimage { background-image: url('/images/layout/aboutright3.png'); }
#associationsimage { background-image: url('/images/layout/aboutright4.png'); }
#testimonialsimage { background-image: url('/images/layout/abouttestimonials.png'); }
#ourpeopleimage { background-image: url('/images/layout/aboutright2.png'); }
#jobvacanciesimage { background-image: url('/images/layout/aboutright2.png'); }
#qualityassuranceimage { background-image: url('/images/layout/aboutright3.png'); }
#environmentalimage { background-image: url('/images/layout/aboutenvironment.png'); }

/* People */

.person {
	clear: both;
	padding: 15px 0;
}

.person img {
	float: left;
	padding-right: 30px;
}

.person .personright {
	float: left;
	width: 310px;
}

.personright h3 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.personright h3 span {
	font-weight: normal;
	font-size: 14px;
}

.personright p {
	padding: 5px 0;
}

#logout{
	margin: 10px auto;
	width: 100px;
	font-size: 16px;
}

#logout a {
	color: white;
}






#nav li.menuhomepage li a, #nav li.menucontact li a
{
	
}

#nav li li {
	height: auto;
}

#nav ul ul {
	background-image: url('/images/layout/submenu.png');
	width: 173px;
	background-position: top right;
}

#nav ul li {
	
}

#nav ul ul li a  {
	display: inline;
	background: none;
	width: auto;
	height: 12px;
	padding: 0px;
	padding-top: 0px;
	text-decoration: left;
	color: #fff;
	
}

#nav ul li a  {
	padding-left: 33px;
	text-align: center;
}

#nav ul li {
	display: block;
}

#nav ul	li.menucontact a {
	padding-left: 30px;
}

#nav ul ul li a:hover {
	
}

#nav ul ul ul {
	display: block;
	margin-left: 75px;
	border: solid #fff 1px;
	background-image: none;
	background-color: #4D4C44;
}

#nav ul ul li a { 
	padding-left: 5px;
	padding-bottom: 3px;
}

#nav ul ul li a:hover, #nav ul ul li.sfHover a {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #8E8E91;
}

#nav ul ul li.sfHover  li a {
	border: 0px solid;
	background: inherit;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			47px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
}
.sf-menu li li {

}
.sf-menu li li li {

}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


div #nav ul li.sfHover a {
	background-image: url('/images/layout/tabbgover.png');
	color: #000;
}

div #nav ul li.sfHover li a {
	background-image: none;
	color: #fff;
	height: auto;
	padding-top: 5px;
	display: block;
	text-align: left;
}




 p#logout {
	padding: 5px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2000;
	background: red;
	color: white;
}

 p#logout a {
	text-decoration: none;
}


#map {
	width: 345px;
	height: 530px;
	
	border-top: #95968c 8px solid;
	border-top: rgba(149,150,140,0.8) 8px solid;
}

#mapwrapper {
	float: left;
	width: 345px;
	margin: 13px 0 10px 10px;
}

#carlmoon {
	padding-bottom: 20px;
}

#carlmoon h2 {
	color: #BAB9B3;
	font-size: 22px;
	text-transform: uppercase;
}

#carlmoon h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #BAB9B3;
}

#carlmoon p {
	font-size: 12px;
	padding: 5px 0;
}

div#casegallery a img  {
	width: 80px;
	height: 80px;
	border: 2px solid #BAB9B3;
}

.content a {
	color: #fff;
	font-weight: bold;
}

.othergalleryitems {
	position: absolute;
	left: -5000px;
}


.caseimage {
	float: left;
	width: 80px;
	margin-top: 20px;
}


.casetext {
	float: left;
	width: 630px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 0px;
}

#casestudieslinks li {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 300px;
}

ul#casestudieslinks  {
	padding-bottom: 30px;
}


#casecentercol {
	float: left;
	width: 455px;
	
	width: 775px;
	margin: 14px 15px 14px 9px;
	font-size: 14px;
	color: #c7c6c1;
	border-top: #95968c 8px solid;
	border-top: rgba(149,150,140,0.8) 8px solid;
}

#casecentercol h1 {
	font-size: 22px;
	padding-top: 10px;
	line-height: 36px;
}

#casecentercol {
	font-size: 12px;
	line-height: 22px;
}

#casecentercol p {
	margin: 10px 20px 10px 2px;
	line-height: 22px;
	font-size: 12px;
}

#casecentercol ul {
	margin: 0px;
	padding: 0px;
}

#casecentercol li {
	margin: 15px 20px 15px 30px;
	line-height: 16px;
	font-size: 12px;
}

#splitcaption {
	color: #fff;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 15px;
}

a.pageimage2 img {
	padding-top: 15px;
}

#cmsform *{
	display: block;
	padding: 3px;
}

#cmsform label {
	color: white;
	font-size: 12px;
}

#cmsform #body {
	width: 600px;
	height: 400px;
}

.spacer {
	float: left;
	width: 80px;
	height: 80px;
}

a.caseimage {
color: #c7c6c1;
text-decoration: none;
font-weight: bold;
}

.cmslink {
	color: white;
	font-weight: bold;
}

#leftcol h1#latestnewstitle {
	height: 50px;
}