/*
===================
Global
===================
*/
html {
	background:#000 url(/Images/bg-page.jpg) top center no-repeat;
	width:100%;
}
body {
	width:956px !important;
	margin:auto;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	color:#444;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#0ac;
}
p {
	margin-bottom:1em;
	line-height:150%;
	font-size:12px;
}
h1 {
	font-size:38px;
	font-weight:bold;
	line-height:40px;
	color:#fff;
	margin-bottom:15px;
	letter-spacing:-1px;
}
h2 {
	padding-top:10px;
}
h2, h2 em {
	font-size:22px;
	color:#fff;
	color:#2be;
	margin-bottom:8px;
	line-height:110%;
}
h1 em, h2 em {
	color:#2be;
	font-size:inherit;
	font-weight:inherit;
}
h1 em {
	font-weight:bold;
}
h1 span {
	font-size:26px;
	font-weight:normal;
}
h2 span {
	color:#fff;
}
h3 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:.7em;
	padding-top:10px;
}
h3.blue {
	color:#2be;
}
strong {
	font-weight:bold;
}
ul.bullet {
	padding-left:30px;
	margin-bottom:25px;
}
ul.bullet li {
	list-style:disc;
	line-height:150%;
}
ul.bullet li li {
	list-style:circle;
}
ol {
	padding-left:30px;
	margin-bottom:25px;
}
ol li {
	list-style:decimal;
	line-height:150%;
	margin-bottom:10px;
}
dl, dd {
	margin-bottom:1em;
}
dt {
	font-weight:bold;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}

/*
===================
Header & Footer
===================
*/
#header {
	height:148px;
	padding-top:34px;
	position:relative;
	z-index:100;
}
img.phone {
	position:absolute;
	right:0; top:37px;
}
img.quote {
	position:absolute;
	right:74px; top:71px;
}
#nav {
	position:absolute;
	bottom:0; left:0;
	height:44px;
	line-height:44px;
	padding-left:17px;
}
#nav li {
	float:left;
	position:relative;
}
#nav li a {
	color:#fff;
}
#nav li.active a {
	color:#2be;
}
#nav li.active:hover a {
	color:#fff;
}
#nav li ul {
	display:none;
	position:absolute;
	top:44px; left:0;
	width:190px;
}
#nav li ul li {
	background:#fff;
	width:190px;
	height:30px;
	line-height:30px;
}
#nav li:hover li a,
#nav li.active:hover li a {
	float:none;
	color:#666;
	display:block;
	border-bottom:1px solid #ccc;
}
#nav li:hover li a:hover {
	background:#eee;
}
#nav li:hover {
	background:#1ad;
}
#nav li:hover ul {
	display:block;
}
#nav a {
	float:left;
	font-size:13px;
	padding:0 17px;
	text-decoration:none !important;
}
#nav a em {
	font-weight:bold;
	color:#1ad !important;
}
#footer {
	padding:10px 20px 20px 20px;
	color:#999;
	font-size:11px;
	font-weight:bold;
	height:15px;
}
#footer span {
	float:left;
}
#footer a {
	float:right;
	margin-top:-4px;
	width:95px;
}

/*
===================
Home Page
===================
*/
#introCopy {
	color:#ddd;
	margin-top:45px;
}
#introCopy h2 {
	text-align:center;
	margin-bottom:22px;
	text-transform:none;
	font-family:Arial;
	font-weight:bold;
	font-size:22px;
}
#introCopy #leftCol {
	float:left;
	width:277px;
	min-height:275px;
	padding-right:20px;
	border-right:1px dotted #ccc;
	margin-right:20px;
}
#introCopy #centreCol {
	float:left;	
	width:277px;
	min-height:275px;
	padding-right:20px;
	border-right:1px dotted #ccc;
	margin-right:20px;
}
#introCopy #rightCol {
	float:left;	
	width:277px;
}
#introCopy ul.bullet {
	margin:0;
}
#introCopy ul.bullet li {
	margin-bottom:8px;
}

/*
===================
Content
===================
*/
#content {
	padding:20px;
}
#leftPanel {
	float:left;
	width:240px;
}
#leftPanel .content {
	background:url(/Images/bg-black50.png);
	padding:20px;
}
* html #leftPanel .content {
	background:#111;
}
#leftPanel ul {
	margin-bottom:15px;
	font-size:13px;
	padding:0;
	list-style:none;
}
#leftPanel ul a {
	display:block;
	font-size:18px;
	padding:5px 0 8px 0;
}
#leftPanel ul a:hover {
	color:#fff;
	text-decoration:none;
}
#leftPanel ul a.nested {
	font-size:12px;
	color:#fff;
	padding:0 0 5px 25px;
	background:url(/Images/bullet.gif) 14px 5px no-repeat;
}
* html #leftPanel ul a {
	width:215px;
}
#leftPanel ul a.nested:hover {
	color:#2be;
	text-decoration:underline;
}
#leftPanel ul li.active a {
	color:#0bd;
}
#leftPanel ul.media li.active a {
	color:#fff;
}
#rightPanel {
	float:right;
	padding:12px;
	width:636px;
	background:url(/Images/bg-black50.png);
}
* html #rightPanel {
	background:#111;
}
#rightPanel h1, #articleDisplay h1 {
	color:#222;
	font-size:32px;
}
#rightPanel h1 {
	padding-right:90px;
}
#rightPanel h2 {
	color:#2be;
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:1px dashed #2be;
	padding-bottom:7px;
}
#rightPanel .content {
	padding:25px;
	background:#fff;
	min-height:270px;
	position:relative;
}
#contentPanel {
	padding:12px;
	background:url(/Images/bg-black50.png);
}
* html #contentPanel {
	background:#111;
}
#contentPanel .content {
	padding:25px;
	background:#fff;
	min-height:270px;
}
* html #rightPanel .content,
* html  #contentPanel .content {
	height:270px;
}
.content p a:hover,
.content li a:hover {
	text-decoration:underline;
}
#rightPanel img.banner {
	display:block;
	margin-bottom:20px;
}
.imageContainer {
	float:right;
	width:212px;
	margin:6px -12px 25px 25px;
}
.imageContainer img {
	display:block;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.imageContainer li {
	float:left;
}
.imageContainer a {
	display:block;
	margin:0 12px 12px 0;
}
.imageContainer a.thumb {
	float:left;
}
#rightPanel input.savePDF {
	display:block;
	position:absolute;
	top:12px; right:12px;
	background:#0bd;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	width:80px;
	height:26px;
	line-height:14px;
	font-weight:bold;
	cursor:pointer;
}
#rightPanel input.savePDF:hover {
	background:#09a;
}

/*
===================
Page Buttons
===================
*/
#pageButtons {
	height:19px;
	line-height:19px;
	background:url(/Images/bg-page-buttons.gif) top left no-repeat;
	position:absolute;
	top:0; right:0;
	padding-left:15px;
}
#pageButtons a {
	color:#fff;
	font-size:11px;
	padding-left:15px;
	background-position:0 2px;
	background-repeat:no-repeat;
	margin-right:15px;
}
#pageButtons a.email {
	background-image:url(/Images/icon-email.gif);
}
#pageButtons a.print {
	background-image:url(/Images/icon-print.gif);
	padding-left:14px;
}
a.enquire {
	float:left;
	margin-right:8px;
	color:#fff;
	font-size:11px;
	width:89px;
	line-height:22px;
	text-align:center;
	background:url(/Images/bg-button.gif) no-repeat;
}

/*
===================
Images
===================
*/
img.inline {
	float:right;
	margin:0 0 15px 15px;
}
.gallery {
	overflow:auto;
	margin-right:-10px;
}
.gallery li {
	float:left;
	margin:0 10px 10px 0;
}
.gallery img {
	display:block;
	border:1px solid #ccc;
	padding:4px;
}

/*
===================
Home Page
===================
*/
.introWrapper {
	background:url(/Images/bg-intro.jpg) center no-repeat;
	height:360px;
}
div.introPanel {
	float:left;
	width:292px;
	height:260px;
	position:relative;
}
div.left {
	margin-right:20px;
}
div.centre {
	margin-right:20px;
}
div.introPanel a {
	display:block;
	position:absolute;
	top:0; left:0;
	width:252px;
	height:320px;
	padding:20px;
}
div.introPanel div.introImage {
	position:absolute;
	top:0; left:0;
	width:292px;
	height:310px;
	background-position:left -30px;
	background-repeat:no-repeat;
}
div.introPanel a:hover {
	border:1px solid #1883a6;
	margin:-1px;
}
div.left div.introImage	 {
	background-image:url(/Images/bg-intro-labelling.jpg);
}
div.centre div.introImage {
	background-image:url(/Images/bg-intro-technology.jpg);
}
div.right div.introImage {
	background-image:url(/Images/bg-intro-promo.jpg);
}
div.view1 div.introImage {
	background-position:-292px -30px;
}
div.view2 div.introImage {
	background-position:-584px -30px;
}
div.introPanel a strong {
	display:block;
	display:none;
	font-size:36px;
	font-weight:bold;
	color:#0bd;
	text-align:center;
}
div.introPanel a strong em {
	color:#2be;
	font-weight:bold;
}
div.introPanel a span {
	display:block;
	color:#fff;
	background:#2be url(/Images/arrow-home.gif) right no-repeat;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	bottom:0; left:0;
	width:255px;
	height:30px;
	padding:10px 37px 10px 0;
	text-align:center;
}

/*
===================
Tables
===================
*/
table.gridview {
	width:100%;
	border-top:1px solid #ccc;
	margin-top:30px;
}
table.gridview th {
	color:#666;
	font-size:11px;
	font-weight:bold;
	background:#eee;
}
table.gridview th,
table.gridview td {
	padding:7px 5px;
	border-bottom:1px solid #ccc;
}
table.gridview strong {
	font-size:13px;
}

/*
===================
Forms
===================
*/
.form {
	padding:25px 15px 15px 15px;
	background:#f2f2f2;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	min-height:1px;
}
.form fieldset {
	margin-bottom:20px;
}
.form legend {
	padding-left:125px;
	margin-bottom:20px;
}
.form p {
	position:relative;
	padding-left:190px;
	min-height:26px;
}
* html .form p {
	height:26px;
}
.form label {
	position:absolute;
	top:0; left:0;
	display:block;
	width:175px;
	text-align:right;
	font-weight:bold;
	text-transform:lowercase;
	padding:4px 0 2px 0;
	color:#777;
}
.form .inputGroup label {
	position:static;
	display:inline;
	padding:0 0 0 4px;
	font-weight:normal;
	color:#333;
}
.form span.value {
	display:block;
	padding-top:4px;
}
.form h3 {
	text-transform:lowercase;
	padding-left:185px;
	margin-bottom:20px;
	font-size:22px;
}
.form label span {
	font-size:11px;
	font-weight:normal;
}
.form input.text {
	padding:5px;
	width:300px;
	border:1px solid #ccc;
	margin-right:8px;
}
.form textarea {
	width:300px;
	height:180px;
	display:block;
	padding:5px;
	border:1px solid #bbb;
	font-family:Arial, Sans-Serif;
}
.form input.medium {
	width:100px;
}
.form input.xlong {
	width:550px;
}
.form select {
	font-size:14px;
	padding:5px;
	width:210px;
	margin-right:8px;
}
.form span select {
	width:auto;
}
.form input.text:focus,
.form textarea:focus {
	border-color:#2be;
	background-color:#EDFAFF;
}
input.button {
	padding:4px 6px;
}

/*
========================
Validation
========================
*/
.validation-container {
	background:#1ad;
	color:#fff;
	padding:12px;
	font-weight:bold;
	margin-bottom:22px;
}
.validation-title {
	font-size:16px;
}

/*
===================
Downloads
===================
*/
a.file {
	display:block;
	width:250px;
	color:#666;
	line-height:32px;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:40px;
	margin-bottom:15px;
}
a.pdf {
	background-image:url(/Images/icon-pdf.gif);
}
a.doc {
	background-image:url(/Images/icon-doc.gif);
}

/*
===================
Menus
===================
*/
#menu {
	padding-top:25px;
}
#menu a {
	float:left;
	width:50%;
	text-align:center;
	font-size:26px;
	color:#333;
	background-position:top center;
	background-repeat:no-repeat;
	margin-bottom:45px;
}
#menu a:hover {
	color:#2be;
}
#menu a img {
	display:block;
	margin:0 auto 7px auto;
	width:292px;
	height:175px;
	background:#f2f2f2;
}
#menu a.pantone {
	background-image:url(/Images/menu-swatch.jpg);
	background-position:center 15px;
}
#menu a.labels {
	background-image:url(/Images/menu-labels.jpg);
}
#menu a.labelSpecs {
	background-image:url(/Images/menu-label-specs.jpg);
	background-position:center 45px;
}
#menu a.promo {
	background-image:url(/Images/menu-promo.jpg);
}
#menu a strong {
	display:block;
	text-align:center;
}

/*
===================
Testimonials
===================
*/
.testimonials li {
	border-bottom:1px solid #2be;
	margin-bottom:20px;
}
.testimonials li img {
	margin-bottom:12px;
	display:block;
}

/*
===================
PMS Colour Chart
===================
*/
#colours  {
	width:588px;
	margin-right:-9px;
}
#colours li {
	float:left;
	width:75px;
	margin:0 9px 12px 0;
	height:16px;
	padding-top:50px;
	background:url(/Images/bg-pms-label.gif) bottom repeat-x;
	font-size:11px;
	font-family:Tahoma;
}

/*
===================
Contact Page
===================
*/
address {
	width:260px;
	float:left;
}
address span {
	display:block;
	line-height:150%;
}
address strong {
	display:block;
	font-size:13px;
}
address em {
	float:left;
	width:60px;
}
address a:hover {
	text-decoration:underline;
}
#map {
	height:375px;
	margin-top:25px;
}
#staff li {
	position:relative;
	padding:0 0 20px 200px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	min-height:225px;
}
#staff li  h2 em {
	display:block;
	color:#999;
	font-size:18px;
	margin-bottom:15px;
	line-height:18px;
}
#staff li img {
	position:absolute;
	top:0; left:0;
}
#staff li p.contactInfo {
	font-size:16px;
	font-weight:bold;
	color:#999;
}
#staff li p.contactInfo em {
	font-weight:bold;
	color:#2be;
}

/*
======================
Articles
======================
*/
h2.tagHeading {
	font-size:16px;
	color:#333;
	border-bottom:1px solid #c2c2c2;
	margin-bottom:16px;
	padding-bottom:12px;
}
#articles {
	float:left;
	width:560px;
}
#articles ul {
	margin-bottom:10px;
}
#articles li {
	padding-bottom:12px;
	font-size:12px;
	border-bottom:1px solid #c2c2c2;
	margin-bottom:16px;
}
#articles h3 {
	font-size:20px;
	margin-bottom:4px;
	padding:0;
}
#articles p {
	margin-bottom:8px;
}
#articles p.tags {
	height:16px;
}
#articles p.tags a {
	float:left;
	margin-right:5px;
	background:#aaa;
	font-size:11px;
	line-height:16px;
	color:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding:0 5px;
	text-decoration:none;
}
#articles p.tags a:hover {
	text-decoration:none;
	background:#888;
}
#articles p.date {
	font-size:11px;
	font-weight:bold;
	margin-bottom:3px;
}
#articles img {
	float:left;
	margin:3px 12px 0 0;
	width:65px;
	height:65px;
}
#articlesSidebar {
	float:right;
	width:216px;
	padding:12px;
	background:#ddd;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#articlesSidebar h2 {
	text-align:center;
	color:#333;
	padding:0;
	margin-bottom:15px;
}
#tags {
	text-align:center;
	line-height:23px;
}
#tags a {
	display:inline-block;
	background:#fff;
	padding:0 6px;
	border-radius:5px;
	-webkit-border-radius:5px;
	color:#333;
	font-size:12px;
	font-weight:normal;
	margin:0 8px 8px 0;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
#tags a.current {
	background:#0bd;
	color:#fff;
	border-color:#08a;
}
#articleDisplay {
	width:820px;
	margin:auto;
}
#articleDisplay #byline {
	font-weight:bold;
}
#articleDisplay h2 {
	margin-top:20px;
}
.markdown a {
	color:#0ac;
	text-decoration:underline;
}
#articleDisplay #source span {
	display:block;
	border-top:1px solid #ccc;
	padding-top:8px;
	margin-top:20px;
}
#articleDisplay #source a {
	color:#d00;
}
#articleDisplay img {
	float:right;
}
#articleDisplay a.image {
	float:right;
	margin:0 0 16px 20px;
	padding:9px;
	background:#eee;
	border-radius:5px;
	-moz-border-radius:5px;
	cursor:-moz-zoom-in;
	cursor:-webkit-zoom-in;
}
#articleDisplay a.image:hover {
	background:#ddd;
}
#articleDisplay em {
	font-style:italic;
}
#backButton {
	height:50px;
}
a.backButton {
	float:left;
	line-height:28px;
	height:28px;
	padding:0 10px 0 28px;
	text-align:center;
	background:#eee url(/Images/button-back.gif) left no-repeat;
	color:#333;
	border-radius:7px;
	-webkit-border-radius:7px;
	font-weight:normal;
}
p.tags {
	height:16px;
}
p.tags a {
	float:left;
	margin-right:8px;
	line-height:16px;
	color:#777;
	text-decoration:underline;
}
p.tags a:hover {
	color:#d00;
}

/*
=====================
Videos
=====================
*/
#videos {
	padding-top:15px;
	width:610px;
	margin-right:-24px;
}
#videos li {
	float:left;
	width:179px;
	margin:0 24px 24px 0;
}
#videos a {
	display:block;
	width:179px;
	height:179px;
	position:relative;
}
#videos a:hover {
	border:8px solid #ddd;
	background:#ddd;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin:-8px;
	text-decoration:none;
}
#videos img {
	display:block;
	width:179px;
	height:134px;
}
#videos span.play {
	display:block;
	width:60px;
	height:41px;
	position:absolute;
	left:61px; top:47px;
	background:url(/Images/button-play.png) no-repeat;
}
#videos span.title {
	display:block;
	text-align:center;
	line-height:15px;
	font-size:12px;
	color:#525252;
	margin-top:4px;
}

/*
======================
Publications
======================
*/
#publications {
	margin-bottom:40px;
}
#publications li {
	background-image:url(/Images/icon-download-small.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;
	padding:7px 9px 7px 30px;
	cursor:default;
	border-bottom:1px dashed #ccc;
	height:23px;
	line-height:23px;
}
#publications strong {
	float:left;
	width:350px;
}
#publications input {
	float:left;
	margin-left:12px;
	background:#888;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:none;
	width:85px;
	height:24px;
	line-height:12px;
	font-weight:bold;
	cursor:pointer;
}
#publications input.pdf {
	background:#0ac;
}
#publications li:hover {
	background-color:#f2f2f2;
}
#publications a {
	color:#333;
	margin-right:20px;
}

/*
======================
Infobar
======================
*/
.infobar {
	color:#fff;
	background:url(/Images/bg-black30.png);
	padding:12px 12px 12px 22px;
	position:relative;
	width:924px;
	margin-left:-1px;
}
.infobar input.savePDF {
	display:block;
	position:absolute;
	bottom:8px; right:22px;
	background:#555;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	width:100px;
	height:26px;
	line-height:14px;
	font-weight:bold;
	cursor:pointer;
}
.infobar input.savePDF:hover {
	background:#666;
}
.infobar input.clearAll {
	right:130px;
}
.infobar ul li {
	font-weight:bold;
	line-height:18px;
}
.infobar ul li input {
	float:left;
	margin:3px 4px 0 0;
}
