/*
 * File: 			Global CSS
 * Description:		Primary stylesheet file for Metalier
 * Author:			Seven.co.nz
 */


/* HTML 
 ``````````````````````````````````````````````````````````````````````*/
body {
	color: #fff;
	font: normal 13px/18px Helvetica, Arial, sans-serif;
	background-color: #000;
	cursor: default; }
img {
	display: block; }
a {
	text-decoration: none; }


/* Type 
 ``````````````````````````````````````````````````````````````````````*/
h1 {
	font: bold 28px/34px Helvetica, Arial, sans-serif; }
h2 {
	width: 450px;
	height: 60px;
	padding-left: 20px;
	font: bold 46px/50px Helvetica, Arial, sans-serif;
	text-indent: -7777px;
	background-image: url(/img/layout/sprite.png);
	background-repeat: no-repeat;
	border-left: 2px solid #414141; }
h3 {
	font: bold 16px/22px Helvetica, Arial, sans-serif; }
h4 {
	font: normal 13px/18px Georgia, Times, serif; }
h5 {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px; }
h6 {
	color: #d19b61;
	font-weight: normal;
	text-transform: uppercase; }

.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] {
	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: 55px; }

#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; }


/* Navigation
 ``````````````````````````````````````````````````````````````````````*/
#pageNavigation h1 {
	height: 60px;
	margin-bottom: 55px;
	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 {
	border-left: 2px solid #414141; }
#mainMenu {
	position: relative;
	top: -6px;
	margin-bottom: 56px; }
#mainMenu li {
	width: 160px; }
#mainMenu li a {
	display: block;
	height: 18px;
	margin-bottom: 2px;
	padding: 2px 0 2px 18px;
	color: #fff;
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	text-indent: -7777px;
	background-image: url(/img/layout/sprite.png);
	background-repeat: no-repeat; }
#mainMenu li.selected a {
	color: #969696; }

#mainMenu li a.option1 {
	background-position: -2px -123px; }
#mainMenu li a.option1:hover,
	#mainMenu li.selected a.option1 {
	background-position: -202px -123px; }
#mainMenu li a.option1:active {
	background-position: -202px -122px; }
#mainMenu li a.option2 {
	background-position: -2px -163px; }
#mainMenu li a.option2:hover,
	#mainMenu li.selected a.option2 {
	background-position: -202px -163px; }
#mainMenu li a.option2:active {
	background-position: -202px -162px; }
#mainMenu li a.option3 {
	background-position: -2px -203px; }
#mainMenu li a.option3:hover,
	#mainMenu li.selected a.option3 {
	background-position: -202px -203px; }
#mainMenu li a.option3:active {
	background-position: -202px -202px; }
#mainMenu li a.option4 {
	background-position: -2px -243px; }
#mainMenu li a.option4:hover,
	#mainMenu li.selected a.option4 {
	background-position: -202px -243px; }
#mainMenu li a.option4:active {
	background-position: -202px -242px; }
#mainMenu li a.option5 {
	background-position: -2px -283px; }
#mainMenu li a.option5:hover,
	#mainMenu li.selected a.option5 {
	background-position: -202px -283px; }
#mainMenu li a.option5:active {
	background-position: -202px -282px; }
#mainMenu li a.option6 {
	background-position: -2px -323px; }
#mainMenu li a.option6:hover,
	#mainMenu li.selected a.option6 {
	background-position: -202px -323px; }
#mainMenu li a.option6:active {
	background-position: -202px -322px; }
#mainMenu li a.option7 {
	background-position: -2px -363px; }
#mainMenu li a.option7:hover,
	#mainMenu li.selected a.option7 {
	background-position: -202px -363px; }
#mainMenu li a.option7:active {
	background-position: -202px -362px; }

#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; }
#newsletterSignUp {
	width: 146px;
	margin-top: 1px;
	padding: 2px 40px 2px 4px;
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out; }
#newsletterSignUp:hover, #newsletterSignUp.focus {
	background-color: #333;
	border-color: #999; }
#signUpSubmit {
	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 {
	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;
	border-bottom: 1px solid #333;
	-moz-transition: all 100ms ease-out;
	-webkit-transition: all 100ms ease-out; }
#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 {
	position: relative;
	padding-left: 18px;
	border-left: 2px solid #414141; }
#layoutHome h3 {
	width: 300px;
	color: #d29c61;
	font-size: 16px;
	font-weight: normal; }
#layoutHome .introduction h6 {
	position: absolute;
	top: 0; left: 360px;
	width: 300px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: none; }
#layoutHome .metalierLink {
	position: absolute;
	top: 98px; left: 360px; }
#layoutHome #pageFooter {
	margin-top: 0; }


/* Page: Metal Coatings
 ``````````````````````````````````````````````````````````````````````*/
#layoutCoatings h2 {
	background-position: -402px -106px; }

#coatingTabs { 
	padding-top: 24px; }
#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 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; }
.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 {
	padding-bottom: 27px; }
#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 {
	width: 445px;
	margin: 55px 0 0 20px;
	border-bottom: 2px solid #434343; }

/* 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: 55px;
	padding-left: 18px;
	border-left: 2px solid #414141; }
.introduction p {
	width: 450px; }


/* Common: Metalier Link
 ``````````````````````````````````````````````````````````````````````*/
.metalierLink {
	width: 215px; }
#layoutFinishes .metalierLink,
	#layoutInspiration .metalierLink {
		margin: 30px 0 0 500px; }
.metalierLink a {
	display: block;
	width: 195px;
	height: 30px;
	padding: 10px 0 10px 20px;
	color: #969696;
	background: url(/img/layout/sprite.png) no-repeat -1020px -30px; }
.metalierLink a:hover {
	color: #fff;
	background-position: -1260px -30px; }


/* 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
 ``````````````````````````````````````````````````````````````````````*/
.topicPanel h5 {
	font-size: 18px;
	line-height: 26px; }
.topicPanel h5 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; }
.topicPanel h5 a:hover {
	color: #fff;
	background-position: 670px -691px; }
.topicPanel h5 a:active {
	background-position: 670px -690px; }
#pageBody .open h5 a {
	color: #d19b61;
	background: url(/img/layout/sprite.png) no-repeat 670px -609px; }
#pageBody .open h5 a:active {
	background-position: 670px -608px; }
.topicContent {
	display: none;
	padding: 1px 0 30px 5px; }
.open .topicContent {
	display: block; }
.topicContent p {
	width: 400px; }
.topicContent p.more,
	.topicContent ul.more,
	.topicContent ol.more {
		margin-bottom: 18px; }
.topicContent ul li {
	width: 540px;
	margin-top: 2px;
	padding: 2px 0 2px 20px;
	font-size: 13px;
	line-height: 18px;
	background: url(/img/layout/sprite.png) no-repeat -1020px -819px; }
.topicContent ol li {
	width: 540px;
	margin: 2px 0 0 20px;
	padding: 2px 0 2px 2px;
	font-size: 13px;
	line-height: 18px;
	list-style: decimal;
	vertical-align: top; }
.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: 18px; }
.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; }
