	/* LIGHTWINDOW CSS */
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		
noscript img {
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
	color: #FF0000;
	text-decoration: none;
	cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active {
	background: url(images/prevlabel.gif) left 15% no-repeat;
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active {
	background: url(images/nextlabel.gif) right 15% no-repeat;
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
	display: block;
	height: 20px;
	width: 77px;
	float: right;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
	color: #FFFFFF;
	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
	background: url(images/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
	background: url(images/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
	background: url(images/black-70.png) repeat 0 0 transparent;
	overflow: hidden;
	height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	float: left;
	font-weight: bold;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
	float: right;
	text-align: right;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0;
	margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}

.hidden {
	display : none;
}
#wrapper {
	min-height: 100%;
	height: auto;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -100px;
	margin-left: auto;
}
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html {
	height: 100%;
	background-image: url(images/BGTRIANGLES_02.gif);
	background-repeat: repeat-y;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/img06A.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #806a56;
	height: 100%;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
        font-style: italic;
	color: #be142e;
}

h1 {
	font-size: 197%;
	padding-bottom: 10px;
	border-bottom: 1px solid #610720;
	clear: both;
}

h2 {
	font-size: 150%;
	padding-bottom: 10px;
	border-bottom: 1px solid #806a56;
}

h3 {
	font-size: 120%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 150%;
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	clear: both;
}

ul li {
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat 0px 7px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

a {
	color: #be142e;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #000080;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}
/* Header */

#header {
	width: 730px;
	height: 176px;
	margin: 0 auto;
	background-image: url(images/img05A.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	text-indent: -9999px;
	position: absolute;
}

/* Logo */

#logo {
	height: 190px;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 40px;
	font-size: 350%;
}

#logo h2 {
	font-size: 150%;
}

#logo a {
	text-decoration: none;
	color: #3F586B;
}

/* Menu */

#menu {
	padding-top: 0;
}

#menu ul {
	margin: 0;
	padding: 152px 0 0 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}
#menu ul li {
	background-image: none;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#menu a:hover {
	color: #610720;
}

#menu .active a {
	color: #610720;
}

/* Page */

#page {
	width: 730px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#page #content img {
	float: left;
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding-top: 0px;
	position: relative;
}

#content img {
	margin-bottom: 10px;
}


#content h2 {
	font-size: 150%;
	padding-bottom: 10px;
	border-bottom: 3px dotted #DCD7D2;
}
#solutions {
	background-image: url(images/EFFECTIVE-SOLUTIONS-INSERT.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 426px;
	margin-bottom: 20px;
	position: relative;
}
#solutions h1 {
	position: absolute;
	left: -9999px;
}
#solutions ul {
	list-style: none;
	line-height: normal;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 180px;
}

#solutions li {
	display: inline;
	margin: 0;
	padding: 0;
	width: 140px;
	float: left;
	list-style-type: none;
	background-image: none;
}

#solutions a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#solutions a:hover {
	color: #000080;
}

#solutionsp li {
	display: inline;
	width: 128px;
	float: left;
	list-style-type: none;
	color: #FFF;
	line-height: 130%;
	background-image: none;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	padding-top: 0;
	margin: 0;
}
ul#solutionsp {
	list-style: none;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 295px;
	padding: 0px;
}
#pagecurl {
	background-image: url(images/pagecurl.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 348px;
	width: 420px;
}
#freestocktitle {
	text-align: center;
}
#freestock a   {
	background-image: url(images/OCP-WIN-BC-WEB-HEADER.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 324px;
	text-indent: -9999px;
	float: left;
	width: 100%;
}

.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #610720;
}
.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 190px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

.twocols ul {
}

.twocols ul li {
	padding: 0 0 0 15px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
}
#sidebar h5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 150px;
}
#sidebar h5 a {
	height: 144px;
	width: 260px;
	float: right;
	background-image: url(images/ONLINE-PRINTING-CENTRE.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}
#sidebar h5 a:hover {
	background-image: url(images/ONLINE-PRINTING-CENTRE-ALT.gif);
}
#sidebar h5 a:focus {
	outline: none;
}

#sidebar img {
	margin: 0 0 20px 0;
	display: block;
}
#sidebar   #extra   .content   img {
	display: inline;
	margin-right: 10px;
	float: left;
}
#sidebar #quotebtn a {
	outline:none;
}
#sidebar #quotebtn a p{
	background-image: url(images/QUOTE_BUTTON_NEW.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 144px;
	width: 260px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-indent: -9999px;
	outline:none;
}
#sidebar #quotebtn a:hover p {
	background-image: url(images/QUOTE_BUTTON_ALT.jpg);
}
#sidebar #freestockbtn a {
	outline:none;
}
#sidebar #freestockbtn a p {
	background-image: url(images/FREESTOCK-QUOTE.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 144px;
	width: 260px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-indent: -9999px;
	outline:none;
}
#sidebar #freestockbtn a:hover p {
	background-image: url(images/FREESTOCK-QUOTE.jpg);
	background-repeat: no-repeat;
	background-position: 0px -144px;
}
#sidebar #freestocklike a {
	outline:none;
}
#sidebar #freestocklike a p {
	background-image: url(images/WIN-BC-LIKE.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 144px;
	width: 260px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-indent: -9999px;
	outline:none;
}
#sidebar #freestocklike a:hover p {
	background-image: url(images/WIN-BC-LIKE.jpg);
	background-repeat: no-repeat;
	background-position: 0px -144px;
}
#extra img {
	margin: 0px;
}

.boxed {
	margin: 0 0 20px 0;
}

.boxed .title {
	width: 250px;
	height: 35px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #806a56;
	font-size: 136%;
	color: #ffffff;
}

.boxed .content {
	padding: 20px;
	border-top: none;
	background-color: #F0EBE6;
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}

.boxed h3 {
	margin-bottom: 5px;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 140%;
}
.boxed p {
	line-height: 140%;
}

.boxed ul {
	padding-top: 6px;
	padding-bottom: 6px;
}

.boxed ul li {
	background: url(images/img08.gif) no-repeat 0px 7px;
	padding: 0 0 0 15px;
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	float: left;
	padding-top: 5px;
	font-size: 85%;
}

#searchinput {
	width: 210px;
	margin-bottom: 5px;
}

#searchsubmit {
	float: right;
}
#push {
	height: 100px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #be142e;
	border-top: 5px solid #610720;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 85%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
#links a:hover {
        color: #000080;
}
img.inventory {
	margin-right: 10px;
	float: left;
}
a:hover  img.inventory {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;}
a:hover img.main {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a:hover img.nav {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
li:target   h3    {
	color: #000080;
}
h1.title {
	clear: none;
}
.ocpnews   p {
	display: inline;
}
.ocpnews h4 {
	display: inline;
}
.ocpnews  li {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #DCD7D2;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.ocpnews h3 {
	padding-bottom: 10px;
}
img.ocpnews {
	margin-right: 10px;
	margin-top: 5px;
}
a:hover img.ocpnews {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.equipment p {
	display: inline;
}
.equipment h3 {
	padding-bottom: 10px;
}
.equipment li {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #DCD7D2;
	padding-bottom: 10px;
	margin-bottom: 30px;
	clear: both;
}
.equipment li li {
	clear: none;
}
.equipment ul li {
	list-style-image: none;
	list-style-type: square;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: outside;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
img.equipment {
	margin-right: 30px;
	margin-top: 5px;
	padding-bottom: 75px;
}
a:hover img.equipment {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#mainflash {
	margin-bottom: 10px;
}
.ocpcontact  p {
	display: inline;
}
.ocpcontact h4 {
	display: inline;
}
.ocpcontact li {
	margin-bottom: 20px;
}
.resources p {
	display: inline;
}
.resources h3 {
	padding-bottom: 10px;
}
.resources li {
	padding-bottom: 10px;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #DCD7D2;
}
.resources li li {
	clear: none;
}
.resources ul li {
	list-style-image: none;
	list-style-type: square;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: outside;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
img.resources {
	margin-right: 30px;
	margin-top: 5px;
	padding-bottom: 25px;
}
a:hover img.resources {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#hidevideo {
	display: none;
}
.sitemap        .section1   {
	background-image: none;
	list-style-type: none;
	padding-left: 0px;
	font-size: 18px;
	font-style: italic;
}
.sitemapsub {
	font-size: 14px;
	font-style: normal;
	padding-left: 24px;
}

