/*
 * File: 			Global CSS
 * Description:		Primary stylesheet file for Metalier
 * Author:			Seven.co.nz
 */

/* fonts
 ``````````````````````````````````````````````````````````````````````*/
 @font-face {
    font-family: 'bt-medium';
    src: url('../fonts/bt_medium-webfont.eot');
    src: url('../fonts/bt_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bt_medium-webfont.woff') format('woff'),
         url('../fonts/bt_medium-webfont.ttf') format('truetype'),
         url('../fonts/bt_medium-webfont.svg#Swis721MdBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bt-thin';
    src: url('../fonts/bt_thin-webfont.eot');
    src: url('../fonts/bt_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bt_thin-webfont.woff') format('woff'),
         url('../fonts/bt_thin-webfont.ttf') format('truetype'),
         url('../fonts/bt_thin-webfont.svg#Swis721ThBTThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bt-bold';
    src: url('../fonts/bt_bold-webfont.eot');
    src: url('../fonts/bt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bt_bold-webfont.woff') format('woff'),
         url('../fonts/bt_bold-webfont.ttf') format('truetype'),
         url('../fonts/bt_bold-webfont.svg#Swis721BTBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bt-italic';
    src: url('../fonts/bt_italic-webfont.eot');
    src: url('../fonts/bt_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bt_italic-webfont.woff') format('woff'),
         url('../fonts/bt_italic-webfont.ttf') format('truetype'),
         url('../fonts/bt_italic-webfont.svg#Swis721BTItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bt-roman';
    src: url('../fonts/bt_roman-webfont.eot');
    src: url('../fonts/bt_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bt_roman-webfont.woff') format('woff'),
         url('../fonts/bt_roman-webfont.ttf') format('truetype'),
         url('../fonts/bt_roman-webfont.svg#Swis721BTRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* HTML 
 ``````````````````````````````````````````````````````````````````````*/
body {
	color: #fff;
	font: normal 13px/16px verdana, sans-serif;
	background-color: #000;
	cursor: default; }
img {
	display: block; }
a {
	text-decoration: none; 
}
.clearer{
  clear: both;
  line-height: 0; 
}
span.orange {
  color: Orange; 
}

p {
  margin-bottom: 12px; 
  font: normal 13px/16px verdana, sans-serif;
}
p a{
  /*color: #D19B61; */
  color: #fff;
  text-decoration: underline;
}
p a:hover{
  text-decoration: none; 
}
ul li a{
  color: #fff;
  text-decoration: none;   
}
ul li a:hover{
  text-decoration: underline; 
}
/* Type 
 ``````````````````````````````````````````````````````````````````````*/
h1 {
	font: bold 28px/34px Helvetica, Arial, sans-serif; }
h2 {
	width: 710px;
	height: 60px;
	padding-left: 20px;
	font: normal 34px/48px bt-roman, sans-serif;
	border-left: 2px solid #414141; 
}
h3 {
	font: bold 16px/22px verdana, sans-serif; }
h4 {
	font: normal 13px/18px verdana, sans-serif; }
h5 {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px; 
	font-family: verdana, sans-serif;
}
h6 {
	color: #d19b61;
  /*	text-transform: uppercase; */
  margin-top: 9px;
  font: normal 13/16px verdana, sans-serif;
}

.metalierLink a,
	.metalierView a {
		font-size: 13px;
		line-height: 16px;
		font-weight: bold;
		font-family: Georgia, Times, serif;
		font-style: italic; }
p.intro {
	/*font: normal 16px/22px Helvetica, Arial, sans-serif; */
}
abbr, acronym {
	text-transform: uppercase; }
dfn {
	font-style: italic; }


/* Forms
 ``````````````````````````````````````````````````````````````````````*/
input[type=submit] {
	font-family: Helvetica, Arial, sans-serif; }
input[type=text], textarea {
	margin: 0;
	padding: 2px;
	color: #aaa;
	font: normal 11px/14px Georgia, Times, serif;
	background-color: #232323;
	border: 2px solid #414141; }
input[type=text].focus {
	color: #fff; }


/* Layout
 ``````````````````````````````````````````````````````````````````````*/
#pageContent, #pageFooter {
	position: relative;
	width: 985px;
	margin: 0 auto; }
#pageContent {
	padding-top: 39px; 
}

#layoutApplication #pageContent,
	#layoutContact #pageContent,
	#layoutWarranties #pageContent {
		min-height: 620px;
		height: auto !important;
		height: 620px; }

#pageNavigation {
	position: absolute;
	top: 55px; left: 0;
	width: 200px; }
#pageBody {
	width: 735px;
	margin-left: 250px;
	position: relative; 
}
#layoutHome #pageBody{
  padding-bottom: 30px; 
}

/* Navigation
 ``````````````````````````````````````````````````````````````````````*/
#pageNavigation h1 {
	height: 60px;
	margin-bottom: 48px;
	border-left: 2px solid #414141; }
#pageNavigation h1 a {
	position: absolute;
	display: block;
	width: 200px;
	height: 66px;
	background: url(../img/layout/sprite.png) no-repeat -1px -20px;
	text-indent: -7777px; }
#navOptions {

}
#mainMenu {
	position: relative;
	top: -6px;
	margin-bottom: 26px; 
	border-left: 2px solid #414141; 
	padding-bottom: 1px;
}
#layoutHome #mainMenu {
  border-left-style: none; 
}
#mainMenu li {
	width: 200px; 
	border-top: solid 1px #8A663D;
	margin-left: 18px;
	
}
#mainMenu li.home{
  border-top-width: 2px; 
}
#mainMenu li.home a{
  padding-top: 3px !important;	
}
#mainMenu li.last{
  border-bottom: solid 1px #8a663d; 
}
#mainMenu li a {
	display: block;
	height: 18px;
	margin-bottom: 2px;
	padding: 4px 0 9px 4px;
	color: #fff;
	font: normal bold 14px/22px Arial, sans-serif;
	background-repeat: no-repeat; 
	letter-spacing: 0.0em;
	margin: 0 0 0 0;
}
#mainMenu ul.submenu{
	height: 0;
	overflow:hidden;
	-webkit-transition: padding 250ms ease-in;
	-moz-transition: padding 250ms ease-out;
	-o-transition: padding 250ms ease-out;
}
#mainMenu .selected ul.submenu,#mainMenu li:hover ul.submenu{
	height: auto;
	padding: 1px 0 19px 0;
}
#mainMenu li.sub{
  border-top-color: transparent; 
  margin-left:0;
}
#mainMenu li.sub a{
  font: normal normal 13px/22px Arial, sans-serif;
  padding: 3px 0 0px 19px;
}
#mainMenu li ul li.sub a{
	background: none;	
}
#mainMenu li.sub a:hover, #mainMenu li.sub.selected a{
	background: transparent url(/img/layout/nav-arrow.png) no-repeat 5px 9px;	
}
#mainMenu li.sub.selected a{
	color: #D29D5D;	
}
#mainMenu li.selected a, #mainMenu li a:hover {
/*	color: #969696; */
	text-decoration: none;
	background: transparent url(/img/layout/menu-bg.png) repeat-x;
}

#pageNavigation h5 {
	margin: 0 0 4px 18px;
	text-transform: uppercase;
	cursor: default; }
#newsletterMenu {
	margin-left: 18px; }
#newsletterMenu li a, #newsletterMenu label {
	display: block;
	padding: 2px 0 2px 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px; }
#newsletterMenu li a:hover {
	color: #969696; }
#newsletterMenu label {
	color: #969696; }
#newsletterMenu label.error {
	color: #d26161; }
#newsletterMenu fieldset {
	position: relative;
	top: 2px;
	width: 194px;
	height: 44px; }
#newsletterSignUpForm label{
  color: #fff;
}
#newsletterSignUp {
	width: 146px;
	margin-top: 1px;
	padding: 2px 40px 2px 4px;
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out; 
	background: #fff;
	color: #000;
}
#newsletterSignUp:hover, #newsletterSignUp.focus {
	background-color: #ddd;
	border-color: #999; 
}
#signUpSubmit, #contact_submit {
	position: absolute;
	top: 23px; right: 2px;
	width: 40px;
	height: 18px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: -7777px;
	text-transform: capitalize; /* Makes text-indent work! */
	font-size: 0;
	display: block;
	line-height: 0;
	background: url(../img/layout/sprite.png) no-repeat 1px -441px;
	border: none;
	cursor: pointer; }
#signUpSubmit:hover, #contact_submit:hover {
	background-color: #1d1d1d;
	background-position: -199px -441px; }
#signUpSubmit:active {
	background-color: #000;
	background-position: -199px -440px; }


/* Footer
 ``````````````````````````````````````````````````````````````````````*/
#pageFooter {
	position: relative;
	width: 965px;
	height: 34px;
	margin: 30px auto 20px auto;
	padding: 16px 0 0 18px;
	border-top: 2px solid #414141;
	border-left: 2px solid #414141; }
#pageFooter ul {
	margin-bottom: 7px;
	overflow: auto; }
#pageFooter ul li {
	float: left;
	font-size: 11px;
	line-height: 14px; }
#pageFooter ul li a {
	padding: 0 20px 0 20px;
	color: #fff;
	-moz-transition: all 100ms ease-out;
	-webkit-transition: all 100ms ease-out; }
#pageFooter ul li a:hover {
	color: #969696; }
#pageFooter ul li:first-child a {
	padding-left: 0; }	
#pageFooter p {
	float: left;
	margin-right: 10px;
	color: #969696;
	font-size: 11px;
	line-height: 14px; }
#pageFooter p a {
	color: #969696;
	-moz-transition: all 100ms ease-out;
	-webkit-transition: all 100ms ease-out; 
	text-decoration: none;
}
#pageFooter p a:hover {
	color: #666; }
#pageFooter .logo {
	position: absolute;
	top: 16px; right: 0; }
#pageFooter .logo a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/layout/sprite.png) no-repeat -220px -49px;
	text-indent: -7777px; }


/* Page: Home
 ``````````````````````````````````````````````````````````````````````*/
#layoutHome #pageNavigation h1,
	#layoutHome #navOptions {
		padding-left: 2px;
		border-style: none; }
#layoutHome #pageContent {
	/*height: 738px;*/
	background: url(../img/assets/backgrounds/home1.jpg) no-repeat 0 0; 
}
#layoutHome h2 {
/*	background-position: -402px -26px; */
}
#layoutHome .introduction {
	padding-left: 18px;
	border-left: 2px solid #414141; 
}
#layoutHome .introduction p{
  width: auto; 
  margin-bottom: 20px;
}
#layoutHome h3, .introduction h3, h3.subTitle {
	width: 520px;
	color: #d29c61;
	font: normal 17px/20px verdana, sans-serif;
	margin: -0 0 29px 0;
}
h3.subTitle {
  margin-left: 22px; width: 710px;
  margin-top: -17px;
}

#layoutHome .metalierLink {
	/*top: 98px; left: 360px; */
	margin-bottom: 17px;
}
#layoutHome #pageFooter {
	margin-top: 0; 
}
#layoutHome .left, #layoutHome .right{
  float: left; 
  width: 339px;
  margin-right: 18px;
}


/* Page: Metal Coatings
 ``````````````````````````````````````````````````````````````````````*/
#layoutCoatings h2 {
/*	background-position: -402px -106px; */
}

#coatingTabs { 
	padding-top: 62px; 
}
#coatingTabs ul.tabs {
	height: 62px; }
#coatingTabs ul.tabs li {
	float: left; }
#coatingTabs ul.tabs li h3 {
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase; }
#coatingTabs ul.tabs li a {
	display: block;
	width: 314px;
	height: 45px;
	padding: 17px 0 0 52px;
	color: #969696; }
#coatingTabs ul.tabs li a:hover {
	color: #fff; }
#coatingTabs ul.tabs li #waterBase a {
	background: url(../img/layout/sprite.png) no-repeat -1020px -540px; }
#coatingTabs ul.tabs li #waterBase a:hover {
	background: url(../img/layout/sprite.png) no-repeat -1020px -620px; }
#coatingTabs ul.tabs li #solventBase a {
	background: url(../img/layout/sprite.png) no-repeat -1413px -540px; }
#coatingTabs ul.tabs li #solventBase a:hover {
	background: url(../img/layout/sprite.png) no-repeat -1413px -620px; }
#coatingTabs ul.tabs li span {
	display: block;
	width: 314px;
	height: 45px;
	padding: 17px 0 0 55px;
	color: #d19b61;
	cursor: default; }
#coatingTabs ul.tabs li #waterBase span {
	width: 317px;
	padding-left: 52px;
	background: url(../img/layout/sprite.png) no-repeat -1020px -700px; }
#coatingTabs ul.tabs li #solventBase span {
	background: url(../img/layout/sprite.png) no-repeat -1410px -700px; }
#coatingTabs .tabContent {
	padding: 25px 0 /*56px*/ 0 18px;
	border-left: 2px solid #434343;
	/*border-bottom: 2px solid #434343; */
}
#coatingTabs .tabContent p {
/*	width: 565px; */
}
#coatingTabs .tabContent p.intro {
	margin-bottom: 25px; }
#coatingTabs div.last-child {
	/*border-bottom: 2px solid #434343; */
}
#coatingTabs .topicContent p {
/*	width: 560px; */
}

#layoutCoatings #waitingToShow {
	position: relative;
	height: 400px; }


/* Page: Metals & Finishes
 ``````````````````````````````````````````````````````````````````````*/
#layoutFinishes h2 {
/*	background-position: -402px -186px; */
}
#layoutFinishes .introduction {
	margin-bottom: 20px; }


/* Page: Inspiration
 ``````````````````````````````````````````````````````````````````````*/
#layoutInspiration h2 {
/*	background-position: -402px -266px; */
}
#layoutInspiration .introduction {
	margin-bottom: 64px; }


/* Page: Gallery 
 ``````````````````````````````````````````````````````````````````````*/
#galleryPage {
	position: relative;
	width: 820px;
	height: 550px;
	background-color: #353535; }

#galleryPage h2 {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 560px;
	height: 50px;
	text-indent: -7777px;
	background: url(../img/layout/sprite.png) no-repeat 30px 130px;
	border: none; }
.aluminium #galleryPage h2 {
	background-position: -420px -740px; }
.brass #galleryPage h2 {
	background-position: -420px -820px; }
.bronze #galleryPage h2 {
	background-position: -420px -900px; }
.copper #galleryPage h2 {
	background-position: -420px -980px; }
.iron #galleryPage h2 {
	background-position: -420px -1060px; }
.restaurantsandbars #galleryPage h2 {
	background-position: -420px -1140px; }
.exterior #galleryPage h2 {
	background-position: -420px -1220px; }
.interior #galleryPage h2 {
	background-position: -420px -1300px; }
.objects #galleryPage h2 {
	background-position: -420px -1380px; }
.signage #galleryPage h2 {
	background-position: -420px -1460px; }

#galleryPage .feature {
	position: absolute;
	top: 85px;
	left: 15px;
	width: 560px;
	height: 420px; }
#galleryPage .feature .full {
	position: absolute;
	left: 40px;
	width: 480px;
	height: 370px;
	background-color: #000;
	text-align: center; }
#galleryPage .feature .full .viewer {
	position: absolute;
	top: 20px; left: 0;
	width: 480px;
	height: 330px;
	overflow: hidden; }
#galleryPage .feature .full .viewer img {
	position: absolute;
	top: 0; left: 0; }
#galleryPage .feature li {
	position: absolute;
	width: 40px;
	height: 370px;
	background-color: #000; }
#galleryPage .feature li.prev {
	left: 0; }
#galleryPage .feature li.next {
	right: 0; }
#galleryPage .feature li a.disabled {
	display: none; }
#galleryPage .feature li a {
	display: block;
	width: 40px;
	height: 370px;
	text-indent: -7777px;
	background: #000 url(../img/layout/sprite.png) no-repeat; }
#galleryPage .feature li.prev a {
	background-position: -10px -755px; }
#galleryPage .feature li.prev a:hover {
	background-position: -210px -755px; }
#galleryPage .feature li.prev a:active {
	background-position: -210px -754px; }
#galleryPage .feature li.next a {
	background-position: -89px -975px; }
#galleryPage .feature li.next a:hover {
	background-position: -289px -975px; }
#galleryPage .feature li.next a:active {
	background-position: -289px -974px; }
#galleryPage .feature .meta {
	position: absolute;
	left: 40px;
	top: 370px;
	width: 480px; }
#galleryPage .feature .meta p {
	position: absolute;
	top: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 16px; }
#galleryPage .feature .meta p.caption {
	width: 400px;
	left: 0;
	font-family: Georgia, Times, serif;
	font-style: italic; }
#galleryPage .feature .meta p.counter {
	right: 0; }

#galleryPage .thumbnails {
	position: absolute;
	top: 85px;
	left: 590px;
	width: 225px; }
#galleryPage .thumbnails li {
	float: left;
	margin: 0 10px 10px 0; }
#galleryPage .thumbnails li a {
	float: left;
	width: 61px;
	height: 61px;
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	border: 2px solid #000; }
#galleryPage .thumbnails li.selected a, 
	#galleryPage .thumbnails li a:hover {
		border-color: #fff; }
#galleryPage .thumbnails li a img {
	float: left;
	border: 4px solid #000; }

#galleryPage .metalierLink {
	position: absolute;
	bottom: 25px; right: 15px; }


/* Page: Application
 ``````````````````````````````````````````````````````````````````````*/
#layoutApplication #pageBody {
	overflow: auto; }
#layoutApplication h2 {
/*	background-position: -402px -346px; */
}
#layoutApplication .introduction {
	margin-bottom: 20px; }
#layoutApplication .regions {
	float: left;
	width: 445px;
	margin-left: 20px;
	border-bottom: 2px solid #434343; 
}

.topicPanel{
  position: relative;
  top: -32px; 
}
.regions .topicPanel h5 a {
	background-position: 400px -651px; }
.regions .topicPanel h5 a:hover {
	background-position: 400px -691px; }
.regions .topicPanel h5 a:active {
	background-position: 400px -690px; }
#pageBody .regions .open h5 a {
	background-position: 400px -611px; }
#pageBody .regions .open h5 a:active {
	background-position: 400px -610px; }

#layoutApplication .apply {
	float: right;
	width: 235px; }
#layoutApplication .apply .section {
	margin-bottom: 2px;
	padding: 15px 20px 15px 18px;
	background-color: #2c2c2c;
	border-left: 2px solid #434343; }
#layoutApplication .section h6,
	#layoutApplication .section .instructions {
		color: #fff;
		font: normal italic 13px/18px Georgia, Times, serif;
		text-transform: none; }
#layoutApplication .section .instructions {}
#layoutApplication .instructions a {
	color: #d19b61;
	border-bottom: 1px solid #7f6447;
	-moz-transition: all 100ms ease-out;
	-webkit-transition: all 100ms ease-out; }
#layoutApplication .instructions a:hover {
	color: #fff;
	border-color: #fff; }
#layoutApplication .advantages {
	display: none;
	padding-bottom: 7px; }
#layoutApplication .open .advantages {
	display: block; }
#layoutApplication .advantages strong {
	color: #d19b61;
	font-weight: normal; }
#layoutApplication .advantages ol {
	margin-top: 18px; }
#layoutApplication .advantages ol li {
	margin-bottom: 18px; }
#layoutApplication .advantages ol li em {
	color: #7d7d7d;
	font-weight: bold;
	font-style: normal;
	font-size: 13px; }
#layoutApplication #advantagesToggle {
	padding-right: 20px;
	color: #969696;
	font-size: 12px;
	line-height: 16px;
	background: url(../img/layout/sprite.png) no-repeat 40px -523px;
	-moz-transition: color 100ms ease-out;
	-webkit-transition: color 100ms ease-out; }
#layoutApplication #advantagesToggle:hover {
	color: #fff;
	border-color: #fff;
	background-position: -160px -523px; }
#layoutApplication .open #advantagesToggle {
	background-position: 13px -483px; }
#layoutApplication .open #advantagesToggle:hover {
	background-position: -187px -483px; }
#layoutApplication #advantagesToggle span {
	border-bottom: 1px solid #555; }
#layoutApplication #advantagesToggle:hover span {
	border-color: #969696; }


/* Page: FAQ
 ``````````````````````````````````````````````````````````````````````*/
#layoutFAQ h2 {
	/*background-position: -402px -426px; */
}

/* Page: Contact
 ``````````````````````````````````````````````````````````````````````*/
#layoutContact h2 {
	/*background-position: -402px -506px; */
}
#layoutContact .regions .vcard {
	margin-bottom: 18px; 
	float: left;
	width: 270px;
}

/* Page: Warranties
 ``````````````````````````````````````````````````````````````````````*/
#layoutWarranties h2 {
	/*background-position: -402px -586px; */
}

/* Page: Privacy
 ``````````````````````````````````````````````````````````````````````*/
#layoutPrivacy h2 {
	/*background-position: -402px -666px; */
}


/* Component: Homepage Carousel
 ``````````````````````````````````````````````````````````````````````*/
#featureCarousel {
	position: relative;
	left: -15px;
	width: 722px;
	height: 362px;
	margin: 48px 0 37px 0; }
#featureCarousel .set {
	position: absolute;
	width: 362px;
	height: 362px;
	background: url(../img/layout/sprite.png) no-repeat -1005px -133px; }
#featureCarousel .finishes {
	left: 360px; }
#featureCarousel .gallery {
	position: absolute;
	top: 12px; left: 20px;
	width: 330px;
	height: 330px;
	overflow: hidden;
	z-index: 1; }
#featureCarousel .gallery img {
	position: absolute;
	z-index: 1; }
#featureCarousel .gallery img.current {
	z-index: 2; }
#featureCarousel a {
	display: block;
	width: 330px;
	height: 330px;
	position: absolute;
	top: 7px; left: 15px;
	border: 5px solid #232323;
	-moz-transition: border 200ms ease-out;
	-webkit-transition: border 200ms ease-out;
	z-index: 2; }
#featureCarousel a:hover {
	border-color: #999; }
#featureCarousel a span {
	display: block;
	width: 315px;
	height: 50px;
	position: absolute;
	bottom: 0;
	padding: 280px 0 0 15px;
	color: #fff;
	background: url(../img/layout/sprite.png) no-repeat -1410px -150px;
	font: bold italic 13px/18px Georgia, Times, serif;
	text-shadow: 0 1px 0 #201f20;
	cursor: pointer; }


/* Common: Page Introduction
 ``````````````````````````````````````````````````````````````````````*/
.introduction {
	position: relative;
	margin-top: 45px;
	border-left: 2px solid #414141; 
	padding: 0 0 5px 18px;
}
.introduction p, .introduction ul.dashed, .introduction ul.dashed li {
	width: 450px; 
	font: normal 13px/16px verdana, sans-serif;
}

/* Common: Metalier Link
 ``````````````````````````````````````````````````````````````````````*/
.metalierLink {
	width: 215px; 
}
#layoutFinishes .metalierLink,
#layoutInspiration .metalierLink {
		margin: 30px 0 0 500px; 
}
.metalierLink a {
	display: block;
	width: 232px;
	height: 30px;
	padding: 12px 0 12px 20px;
	color: #221F1F;
	background: url(../img/layout/action-button.png) no-repeat 0 0px; 
}
#galleryPage .metalierLink a{
  width: 210px; 
}
.metalierLink a:hover {
	color: #fff;
	background-position: 0 -55px; 
}


/* Common: Metalier View Link
 ``````````````````````````````````````````````````````````````````````*/
.metalierView {
	position: absolute;
	top: 0; right: 0;
	width: 235px;
	height: 115px;
	overflow: hidden; }
.metalierView a {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 210px;
	height: 40px;
	padding: 65px 0 0 15px;
	color: #fff;
	background: url(../img/layout/sprite.png) no-repeat -1410px -375px;
	border: 5px solid #282828;
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out; }
.metalierView a:hover {
	border-color: #999; }


/* Common: Topic panels
 ``````````````````````````````````````````````````````````````````````*/
 .sectionNav{
  margin-top: 32px; 
 }
 .introduction .sectionNav a{
  background: url(../img/layout/sprite.png) no-repeat 670px -654px;
  font-weight: bold;
 }
.topicPanel h5, .sectionNav a {
	font: normal 16/22px verdana, sans-serif;
}
.topicPanel h5 a, .sectionNav a {
	display: block;
	padding: 7px 0 8px 0;
	color: #969696;
	text-indent: 5px;
	/*background: url(/img/layout/sprite.png) no-repeat 670px -651px;*/
	border-top: 2px solid #434343;
	-moz-transition: color 100ms ease-out;
	-webkit-transition: color 100ms ease-out; 
}

.sectionNav a.last{
  border-bottom: 2px solid #434343;
}
.topicPanel h5 a:hover, .sectionNav a:hover {
	color: #fff;
	background-position: 670px -694px; 
}

.topicPanel h5 a:active {
	background-position: 670px -690px; }
#pageBody .open h5 a {
	color: #999;
	/*background: url(/img/layout/sprite.png) no-repeat 670px -609px; */
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
}
#pageBody .open h5 a:active {
	background-position: 670px -608px; 
}
.topicContent {
	display: none;
	padding: 1px 0 30px 5px; 
}
.last-child .topicContent{
  padding-bottom: 0; 
}
.topicContent p, .topicContent h6, .topicContent ul{
  width: 465px;
}
.topicContent ul li{
  width: 440px !important; 
}
.open .topicContent {
	display: block; }
.topicContent p {
/*	width: 400px; */
}
.topicContent p.more,
	.topicContent ul.more,
	.topicContent ol.more {
		margin-bottom: 18px; }
		
.topicContent ul, ul.dashed{
  margin-bottom: 19px; 
}
.topicContent ul li, ul.dashed li {
	width: 540px;
	margin-top: 2px;
	padding: 2px 0 2px 20px;
	background: url(../img/layout/sprite.png) no-repeat -1020px -817px; 
	font: normal 13px/16px verdana, sans-serif; 
}
.topicContent ol li {
	width: 540px;
	margin: 2px 0 0 20px;
	padding: 2px 0 2px 2px;	
	line-height: 18px;
	list-style: decimal;
	vertical-align: top; 
	font: normal 15px verdana, sans-serif; 
}
.topicContent a {
	color: #fff;
/*	border-bottom: 1px solid #fff;*/
	-moz-transition: color 100ms ease-out;
	-webkit-transition: color 100ms ease-out; }
.topicContent a:hover {
	color: #969696;
	border-color: #969696; }

.topicContent h6 {
	margin-top: 9px; 
}
.vcard abbr, .vcard acronym {
	color: #d19b61; }
.vcard abbr.nostyle, .vcard acronym.nostyle {
	color: #fff; }


/* Common: Preview 
 ``````````````````````````````````````````````````````````````````````*/
#previewTypesList {
	position: relative;
	height: 610px; }
#previewTypesList .col1 { left: 0; }
#previewTypesList .col2 { left: 250px; }
#previewTypesList .col3 { left: 500px; }
#previewTypesList .row1 { top: 0; }
#previewTypesList .row2 { top: 320px; }

#previewTypesList .previewCategory {
	position: absolute;
	float: none;
	z-index: 1; }
#pageBody #previewTypesList .mouseOver {
	float: left;
	z-index: 10; }
.previewCategory a.panel {
	position: relative;
	display: block;
	width: 235px;
	height: 290px;
	background: url(../img/layout/preview-bg.png) repeat-x left top; }
#pageBody .mouseOver a.panel {
	background: #414141;
	background-position: left bottom; }
.previewCategory a.panel span {
	position: absolute;
	bottom: 0;
	display: block;
	width: 215px;
	height: 45px;
	padding: 15px 0 0 20px;
	color: #d19b61; }
.previewCategory a.panel strong {
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase; }
.previewCategory a.panel em {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-style: italic; }
#pageBody .mouseOver a.panel span {
	color: #fff; }

.previewCategory .preview {
	position: absolute;
	top: 5px; left: 5px;
	width: 225px;
	height: 220px;
	z-index: 1; }
.previewCategory .preview .controls li {
	position: absolute;
	top: 85px;
	z-index: 10; }
.previewCategory .preview .controls .prev {
	left: 0; }
.mouseOver .preview .controls .prev {
	left: -40px; }
.previewCategory .preview .controls .next {
	right: 0; }
.mouseOver .preview .controls .next {
	right: -40px; }
.previewCategory .preview .controls a {
	display: block;
	width: 15px;
	height: 65px;
	background: #000 url(../img/layout/sprite.png) no-repeat;
	text-indent: -7777px; }
.previewCategory .preview .controls .prev a {
	background-position: -63px -800px; }
.previewCategory .preview .controls .next a {
	background-position: -262px -800px; }
.mouseOver .preview .controls a {
	width: 55px;
	background: #000 url(../img/layout/sprite.png) no-repeat; }
#pageBody .mouseOver .preview .controls .prev a {
	background-position: 1px -908px; }
#pageBody .mouseOver .preview .controls .prev a:hover {
	background-position: -199px -908px; }
#pageBody .mouseOver .preview .controls .prev a:active {
	background-position: -199px -907px; }
#pageBody .mouseOver .preview .controls .next a {
	background-position: -85px -1128px; }
#pageBody .mouseOver .preview .controls .next a:hover {
	background-position: -285px -1128px; }
#pageBody .mouseOver .preview .controls .next a:active {
	background-position: -285px -1127px; }
.previewCategory .preview .thumbs {
	width: 195px;
	height: 195px;
	border: 15px solid #000;
	overflow: hidden; }


/* Common: Loading icon 
 ``````````````````````````````````````````````````````````````````````*/
.loading {
	position: absolute;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 100; }
#galleryPage .loading {
	top: 145px; left: 220px; }
#layoutCoatings .loading {
	top: 180px; left: 337px; }
.loading div {
	position: absolute;
	top: 0; left: 0;
	width: 40px;
	height: 480px;
	background: url(../img/components/fancybox/fancy_loading.png) no-repeat; }


/* Common: Generic content 
 ``````````````````````````````````````````````````````````````````````*/
.genericContent {
	width: 460px;
	margin-top: 55px;
	padding-left: 18px;
	border-left: 2px solid #434343; }
.genericContent h5 {
	margin-top: 16px;
	padding-bottom: 1px;
	color: #d19b61;
	font-size: 16px;
	line-height: 28px; }
.genericContent p.more {
	margin-bottom: 18px; }
.genericContent p strong {
	color: #d19b61; }
.genericContent ul.more {
	margin-bottom: 18px; }
/*.genericContent ul li {
	margin-top: 2px;
	padding: 2px 0 2px 20px;
	font-size: 13px;
	line-height: 18px;
	background: url(/img/layout/sprite.png) no-repeat -1020px -819px; }*/
.genericContent a {
	color: #fff;
/*	border-bottom: 1px solid #fff;*/
	-moz-transition: color 100ms ease-out;
	-webkit-transition: color 100ms ease-out; }
.genericContent a:hover {
	color: #969696;
	border-color: #969696; }

.right-img-link{
  float: right; 
  border: 5px solid #282828;
  -webkit-transition: border-color 200ms ease-out;
  -moz-transition: border-color 200ms ease-out;
  position: relative;
}
.products-overview .right-img-link{
  height: 234px;
  overflow: hidden; 
}
.right-img-link:hover{
  border-color: #999; 
}
.right-img-link span{
  position: absolute;
  right: 25px; bottom: 5px; 
  color: #fff;
  font: italic bold 12px Georgia, sans-serif;
}
a.back-to-top{
 background: url(../img/layout/sprite.png) no-repeat 44px -582px; /*background: url(/img/layout/sprite.png) no-repeat 670px -651px;*/ 
 font: normal 12px sans-serif;
 color: #969696;
 display: block;
 position: absolute;
 bottom: 5px; right: 0;
 padding: 0 22px 0 0;
}
a.back-to-top:hover{
  color: #fff; 
  background-position: 44px -622px;
}
.last-child a.back-to-top{
  display: none; 
}
.teamimg{
  margin-top: 25px;   
}
.teamimg a{
  float: left;
  width: 114px;
  margin-right: 10px;   
  font: normal 12px sans-serif;
  color: #969696; 
}
.teamimg a span{  
  display: block;
  margin: 8px 0 0 2px;
}
.teamimg a:hover{
  color: #fff; 
}
img.topright {
  float: right;
  border: 5px solid #232323;
  position: relative;
  top: -22px; 
}
.vcard p{
  margin-bottom: 0; 
}
.contactForm{
	width: 340px;
	margin-top: 40px;
}
.contactForm label{
	display: block;	
	margin-bottom: 6px;
}
.contactForm .reqiuired, .contactForm .error {
	color: #f00;
}
.contactForm .error{
	display: block;	
}
.contactForm input, .contactForm textarea{
	width: 220px;	
	margin-bottom: 8px;
}
.contactForm textarea{
	height: 100px;
	width: 332px;
}
#contact_submitz{
	display: block;
	background: #fff;
	color: #666;
	cursor: pointer; cursor: hand;
	border: solid 2px #ddd;
	width: 100px;
	margin-left: 238px;
}
#contact_submitz:hover{
	background: #000;
	color: #fff;	
}












