/* style rules only, no layout */



/* print styles */



@media print 

{

#right, #left

{



display: none;



}

}



/* General styles */

body {

	color: #000;

	background: #FFF url('http://www.theprintroomsupplycompany.co.uk/Images/dottedLines/dots_lightBrown_hor_right.gif') repeat-y right;

}

#bodyLeftShade {

	background:  url('http://www.theprintroomsupplycompany.co.uk/Images/dottedLines/dots_lightBrown_hor_left.gif') repeat-y left;

}

body, td, ul, p {

	font: 0.85em/1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	color: black;

}

h1, h2, h3, h4, h5, h6 {

	font: 1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

img {

	

}



/* header styles */

#header {

	background: #666 url('http://www.theprintroomsupplycompany.co.uk/Images/header/NB1.jpg') right top;

	color: #FFF;

}

#headercurve {

	

}

#header p {

	display: block;

	color: #333;

	font: bold 1.3em/1.3em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.thisArea a:link, .thisArea a:visited {

	

	color: white;

	text-decoration: none;

	background: black;

}

.thisArea a:hover, .thisArea a:active {

	color: #333;

	text-decoration: none;

	background: #999;

}







/* middle column styles */

.pageheading h1, .pagecontent h1 {

	color: #333;

	margin: 0;

	padding: 0;

	font: bold 1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.pagecontent h2 {

	color: #333;

	margin: 1.1em 0px;

	padding: 0;

	font: 1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.pagecontent h3 {

}

.pagecontent h4 {

}

.pagecontent h5 {

}

.pagecontent h6 {

}

.pagecontent h1 a:link, .pagecontent h1 a:visited, 

.pagecontent h2 a:link, .pagecontent h2 a:visited, 

.pagecontent h3 a:link, .pagecontent h3 a:visited, 

.pagecontent h4 a:link, .pagecontent h4 a:visited, 

.pagecontent h5 a:link, .pagecontent h5 a:visited, 

.pagecontent h6 a:link, .pagecontent h6 a:visited {

	font-size: smaller;

	color: #333;

}

.pagecontent h1 a:hover, .pagecontent h1 a:active, 

.pagecontent h2 a:hover, .pagecontent h2 a:active, 

.pagecontent h3 a:hover, .pagecontent h3 a:active, 

.pagecontent h4 a:hover, .pagecontent h4 a:active, 

.pagecontent h5 a:hover, .pagecontent h5 a:active, 

.pagecontent h6 a:hover, .pagecontent h6 a:active {

	font-size: smaller;

	text-decoration: underline;

}

.pagecontent ul, .pagecontent ol {

	margin: 0;

	padding-left: 2em;

	line-height: 1.4em;

}

.pagecontent ul li, .pagecontent ol li {

	font: 0.9em/1.4em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.pagecontent p {

	padding: 0 0 1.2em;

	margin: 0;

	font: 0.8em/1.4em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.pagecontent a:link, .pagecontent a:visited {

	color: #999;

	text-decoration: none;

}

.pagecontent a:hover, .pagecontent a:active {

	color: #666;

	text-decoration: underline;

}

.pagecontent img.alignLeft, .pagecontent img.alignRight {

	display: inline;

	padding: 0;

}

.pagecontent img.alignLeft {

	margin: 0 15px 0 0;

	float: left;

}

.pagecontent img.alignRight {

	margin: 0px 0px 0px 15px;

	float: right;

}

.alignCenter {

	text-align: center;

}

.alignCenter * {

	margin: 0 auto;

}



.pagecontent img {

	border: 2px solid black;

}



/* styles for tables in middle column */

.pagecontent table {

	border: none;

	background: none;

	margin-top: 0.4em;

	margin-bottom: 0.4em;

	padding: 0;

	border-bottom: 1px solid #9C3;

}

.pagecontent table td, .pagecontent table tbody td {

	margin: 0;

	font: 0.9em/1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	padding: 6px 10px;

	vertical-align: top;

	border-top: 1px solid #9C3;

}







.pagecontent table th, .pagecontent table tfoot td, .pagecontent table thead td {

	color: white;

	font: bold 0.9em/1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	background: #666;

	margin: 0;

	padding: 2px 10px 3px 10px;

	text-align: left;

}



/* altertable provides tables without green borders */



.altertable table {

	background: none;

	margin-top: 0.4em;

	margin-bottom: 0.4em;

	padding: 0;

	border-bottom: 0px solid #000099;

	border-top: none;

	border-right: none;

	border-left: none;

}

.altertable table td, .altertable table tbody td {

	margin: 0;

	font: 0.9em/1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	padding: 6px 10px;

	vertical-align: top;

	border-top: 0px solid #000099;

	

}



.heading table {

	background: none;

	margin-top: 0.4em;

	margin-bottom: 0.4em;

	padding: 0;

	border-bottom: 0px solid #000099;

	border-top: none;

	border-right: none;

	border-left: none;

}

.heading table td, .heading table tbody td {

	margin: 0;

	font: 0.9em/1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	padding: 6px 10px;

	vertical-align: top;

	border-top: 0px solid #000099;

	

}











/* alternating table rows coloured grey, add 'class="grey"' to tr */

.pagecontent table tr.grey td, .pagecontent table tr.grey th { 

	background: #EDEDED;

}

/* styles for form elements in middle column */

.pagecontent form {

	display: inline;

	font: 1em/1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	background-color: #FFF;

}



#Makeform

{

	

	float: right;

	

	



}



.pagecontent input {

	display: inline;

	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	font-size: 0.9em;

	border: 1px solid #000;

	background-color: #FFF;

}

html>body .pagecontent input { /* hidden from IE as it does bad things to radio buttons */

	background-color: #9C3;

}

.pagecontent input:hover { /* not supported by IE */

	background: #000066;

	color: #FFF;

}

.pagecontent label {

}

.pagecontent select {

	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	font-size: 0.8em;

	line-height: 1.1em;

	margin-top: 0.4em;

	display: block;

}

.pagecontent label input {

	margin-right: 1em;

}

.pagecontent a.more:link, .pagecontent a.more:visited {

	border: 1px solid #000066;

	padding: 0 1px 0 1px;

	font-size: 0.8em;

	text-decoration: none;

}

.pagecontent a.more:hover, .pagecontent a.more:active {

	background: #000066;

	color: #FFF;

}

.pagecontent a.boxedLink:link, .pagecontent a.boxedLink:visited {

	border: 1px solid #339900;

	width: 15em;

	height: 4em;

	background: #B7E55B url('http://www.theprintroomsupplycompany.co.uk/Images/boxAerialShot.jpg') repeat-x center bottom;

	color: #333;

	text-align: center;

	vertical-align: middle;

	text-decoration: none;

	display: inline; margin-left:0; margin-right:1em; margin-top:0; margin-bottom:1em; padding-left:1em; padding-right:1em; padding-top:0.5em; padding-bottom:0.5em

}

.pagecontent a.boxedLink:hover, .pagecontent a.boxedLink:active {

	background: #A3CD52 url('http://www.theprintroomsupplycompany.co.uk/Images/boxAerialShot_over.jpg') repeat-x center bottom;

}

html>body .pagecontent a.boxedLink {

	float: left;

}

.pagecontent .profileBox {

	border: 1px solid #339900;

	width: 25em;

	margin: 1em 0;

	padding: 0.5em 1em;

	background-color: #0000FF;

	color: #666;

}

.pagecontent .profileBox h2, .pagecontent .profileBox p {

	margin: 0;

	padding: 0;

}

.pagecontent .profileBox img {

}

/* Search results styles */

.highlight {

	background: #0000FF;

}

.searchheading {

	font-size: 1.3em;

	font-weight: bold;

}

.summary {

	font-size: 0.8em;

	font-style: italic;

} 

.results {

	font-size: 1em;

}

.category {

	color: #3399FF;

}

.description {

	margin: 0.2em 0 0 0;

	font-size: 0.8em;

	color: #3399FF;

}

.context {

	font-size: 0.8em;

}

.infoline {

	font-size: 0.7em;

	font-style: italic;

	color: #3399FF;

}

.sorting {

	text-align: right;

}

.result_title {

	font-size: 1em;

	border-top: 1px dotted #3399FF;

	padding: 0.2em 0 0 0;

	margin: 0.2em 0 0 0;

}

.zoom_searchform {

	font-size: 1em;

}

.zoom_options {

	font-size: 0.8em;

}

input.zoom_button {

	font: 0.9em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	color: #3399FF;

	background: #3399FF;

	padding: 0;

	border: 1px solid #FFF !important;

}

input.zoom_searchbox {

	border: #3399FF solid 1px !important;

}

ul#siteMap {

	margin-top: 1.2em;

}

ul#siteMap li {

	font-size: 1.1em;

	list-style: disc;

}

ul#siteMap li li {

	font-size: 1.1em;

}

ul#siteMap li li li {

	font-size: 1.1em;

}





/* left column - holding navigation */

/* first level navigation */

#left ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

	width: 169px;

}

#left li {

	display: inline;

	margin: 0;

}

#left a {

	display: block;

	width: 100%;

	color: #FFF;

	font-size: 0.9em;

	background: #999 url('http://www.theprintroomsupplycompany.co.uk/Images/navigation/navigation_1_highlight_off.gif') repeat-y left;

	text-decoration: none;

	border-bottom: 1px dotted #000; padding-left:25px; padding-right:1px; padding-top:2px; padding-bottom:2px

}

html>body #left a { /* hide from IE */

	width: auto;

}

#left a:hover, #left a:active {

	background: #666 url('http://www.theprintroomsupplycompany.co.uk/Images/navigation/navigation_1_highlight_on.gif') no-repeat left;

}

#left a.big {

	padding: 5px 1px 8px 25px;

	font-weight: bold;

}

#left a.selected {

	font-weight: bold;

	background: #3399FF url('http://www.theprintroomsupplycompany.co.uk/Images/navigation/navigation_1_highlight_on.gif') repeat-y left;

}

#left #searchBox {

	display: block;

	background: #666 url('http://www.theprintroomsupplycompany.co.uk/Images/navigation/navigation_1_highlight_off.gif') repeat-y left;

	border-bottom: 1px dotted #000; padding-left:25px; padding-right:0; padding-top:0; padding-bottom:0

}

#left #searchBox:hover, #left #searchBox:active {

	background: #999 url('http://www.theprintroomsupplycompany.co.uk/Images/navigation/navigation_1_highlight_on.gif') no-repeat left;

}

#left #searchBox input#searchText {

	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	font-size: 0.9em;

	border: none;

	padding: 1px 2px 0 2px;

	margin: 1px 0 0 0;

}

#left #searchBox input#searchsubmit {

	font: 0.9em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	color: #FFF;

	margin-top: 2px;

	margin-bottom: 2px;

	background: #999;

	padding: 0;

	border: 1px solid #FFF;

	display: block;

}

#left #searchBox input#searchsubmit:hover {

}



#left #searchBox select {

		font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	color: #3399FF;

	background-color: #3399FF;

	font-size: 0.8em;

	display: block;

	

	

}

/* second level navigation */

#left li li a {

	display: block;

	width: 100%;

	color: white;

	font-size: 0.9em;

	text-decoration: none;

	background: #666 url('http://www.theprintroomsupplycompany.co.uk/Images/navigation/navigation_2_highlight_off.gif') repeat-y left;

	border-bottom: 1px dotted #000; padding-left:25px; padding-right:1px; padding-top:3px; padding-bottom:1px

}

html>body #left li li a { /* hide from IE */

	width: auto;

}

#left li li a:hover, #left li li a:active {

	background: #999 url('http://www.theprintroomsupplycompany.co.uk/Images/navigation/navigation_2_highlight_on.gif') repeat-y left;

	color: #333

}

#left li li a.selected {

	font-weight: bold;

	background: #3399FF url('http://www.theprintroomsupplycompany.co.uk/Images/navigation/navigation_2_highlight_on.gif') repeat-y left;

}



/* right column - calls to action */





#right select {

	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	font-size: 1em;

	line-height: 1.1em;

	margin-top: 0.4em;

	display: block;

	color: #3399FF;

}







.highlight {

	background: #666 url('http://www.theprintroomsupplycompany.co.uk/Images/right/news_highlight_off.gif') repeat-y right;

}

.highlight:hover {

	background: #3399FF url('http://www.theprintroomsupplycompany.co.uk/Images/right/news_highlight_on.gif') repeat-y right;

}

.highlight h1, .newsStory h1, .jargonBusterBox h1 {

	padding: 0;

	margin: 0;

	font-size: 0.9em;

	font-weight: bold;

}

.highlight h2 {

	font-size: 0.8em;

	color: #3399FF;

	margin-top: 0.5em;

}

.highlight p, .newsStory p, .jargonBusterBox p {

	padding: 0;

	margin: 0.5em 0.5em 0 0;

	font-size: 0.7em;

	line-height: 1.3em;

}

.highlight h1 {

	color: #FFF;

}

.highlight p

{

	color: #FFF;

}



.highlight a:link, a:visited

{

	color: #999;

	text-decoration: none;



}

.highlight a:hover

{

	color: #999;

	text-decoration: underline;



}





.newsStory, .jargonBusterBox {

	background:  url('http://www.theprintroomsupplycompany.co.uk/Images/right/right_bg_off.gif') repeat-y right;

}

.newsStory:hover, .jargonBusterBox:hover {

	background: #EBFFCB url('http://www.theprintroomsupplycompany.co.uk/Images/right/right_bg_on.gif') repeat-y right;

}

.newsStory h1 {

	font-size: 0.8em;

}

.newsStory p {

}

.newsStory a:link, .newsStory a:visited, .newsStory p.newsMoreButton a:link, .newsStory p.newsMoreButton a:visited {

	color: #999;

	text-decoration: none;

}

.newsStory a:hover, .newsStory a:active, .newsStory p.newsMoreButton a:hover, .newsStory p.newsMoreButton a:active {

	color: #666;

	text-decoration: underline;

}

.jargonBusterBox h1 {

}

.jargonBusterBox p {

	font-weight: bold;

}

.jargonBusterBox a:link, .jargonBusterBox a:visited {

	color: #999;

	text-decoration: none;

}

.jargonBusterBox a:hover, .jargonBusterBox a:active {

	color: #666;

	text-decoration: underline;

}



/* footer styles */

#footer {

	color: #000;

	background: #FFF url('http://www.theprintroomsupplycompany.co.uk/Images/dottedLines/dots_lightBrown_hor_footer.gif') repeat-y left;

}

.footerRightBox p {

	text-align: right;

	line-height: 1.2em;

	font-size: 0.7em;

	font-weight: bold;

	color: #333;

}

.footerRightBox a:link, .footerRightBox a:visited {

	text-decoration: none;

	color: #333;

}

.footerRightBox a:hover, .footerRightBox a:active {

	text-decoration: underline;

	color: #000;

}



body#Indexid a#Indexid,

body#Exampleid a#Exampleid,

body#NewProductsid a#NewProductsid,

body#UsedProductsid a#UsedProductsid,



body#Contactid a#Contactid,

body#Linksid a#Linksid



{

font-weight: bold;

}
