/*
===================
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:#2be;
}
p {
	margin-bottom:1em;
	line-height:150%;
	font-size:12px;
}
h1 {
	font-size:40px;
	font-weight:bold;
	color:#fff;
	margin-bottom:15px;
	text-transform:lowercase;
}
h2, h2 em {
	font-size:26px;
	font-family:"Trebuchet MS";
	text-transform:lowercase;
	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;
	font-family:"Trebuchet MS";
}
h2 span {
	color:#fff;
}
h3 {
	font-weight:bold;
	font-size:16px;
	font-family:"Trebuchet MS";
}
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:160px;
	padding-top:22px;
	position:relative;
	z-index:100;
}
img.phone {
	position:absolute;
	right:0; top:53px;
}
#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 32px 20px 0;
	text-align:right;
	color:#999;
	font-size:11px;
	font-weight:bold;
	height:15px;
}
#footer * {
	float:right;
}
#footer a {
	padding-top:2px;
	margin-left:15px;
	width:104px;
}
/*
===================
Content
===================
*/
#content {
	padding:20px;
}
#leftPanel {
	float:left;
	width:280px;
}
#leftPanel .content {
	background:url(/Images/bg-black50.png);
	padding:20px;
}
* html #leftPanel .content {
	background:#111;
}
#leftPanel ul.bullet {
	margin-bottom:15px;
	font-size:13px;
	padding:0;
}
#leftPanel ul.bullet li {
	padding-left:25px;
	background:url(/Images/bullet.gif) 14px 5px no-repeat;
	list-style:none;
}
#leftPanel ul.bullet a {
	color:#fff;
	display:block;
}
* html #leftPanel ul.bullet a {
	width:215px;
}
#leftPanel ul.bullet a:hover {
	color:#2be;
}
#rightPanel {
	float:right;
	padding:12px;
	width:596px;
	background:url(/Images/bg-black50.png);
}
* html #rightPanel {
	background:#111;
}
#rightPanel h2 {
	color:#333;
	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;
}

/*
===================
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;
}

/*
===================
What We Do Page
===================
*/
.introWrapper {
	background:url(/Images/bg-intro.jpg) center no-repeat;
	height:370px;
}
div.introPanel {
	float:left;
	width:217px;
	height:370px;
	position:relative;
}
div.left {
	margin-right:16px;
}
div.leftCentre, div.rightCentre {
	margin-right:16px;
}
div.introPanel a {
	display:block;
	position:absolute;
	top:0; left:0;
	width:177px;
	height:330px;
	padding:20px;
}
div.introPanel div.introImage {
	position:absolute;
	top:0; left:0;
	width:217px;
	height:370px;
	background-position:left;
	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.leftCentre div.introImage {
	background-image:url(/Images/bg-intro-promo.jpg);
}
div.rightCentre div.introImage {
	background-image:url(/Images/bg-intro-displays.jpg);
}
div.right div.introImage {
	background-image:url(/Images/bg-intro-technology.jpg);
}
div.view1 div.introImage {
	background-position:-217px;
}
div.view2 div.introImage {
	background-position:-434px;
}
div.introPanel a strong {
	display:block;
	font-size:28px;
	font-weight:bold;
	color:#fff;
}
div.introPanel a strong em {
	color:#2be;
	font-weight:bold;
}
div.introPanel a span {
	display:block;
	color:#2be;
	font-size:15px;
	font-weight:bold;
}

/*
===================
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 {
	height:200px;
	padding-top:25px;
}
#menu a {
	float:left;
	width:50%;
	text-align:center;
	font-size:26px;
	padding-top:175px;
	color:#333;
	background-position:top center;
	background-repeat:no-repeat;
	text-transform:lowercase;
}
#menu a:hover {
	color:#2be;
}
#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);
}

/*
===================
Testimonials
===================
*/
.testimonials li {
	border-bottom:1px solid #2be;
	margin-bottom:20px;
}
.testimonials li img {
	margin-bottom:12px;
	display:block;
}

/*
===================
PMS Colour Chart
===================
*/
#colours li {
	float:left;
	width:106px;
	margin:7px;
	height:16px;
	padding-top:74px;
	background:url(/Images/bg-pms-label.gif) bottom repeat-x;
}

/*
===================
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 {
	text-transform:lowercase;
	font-size:16px;
	font-weight:bold;
	color:#999;
	font-family:"Trebuchet MS", Arial, Sans-Serif;
}
#staff li p.contactInfo em {
	font-weight:bold;
	color:#2be;
}