@charset "UTF-8";
/* CSS Document */

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */


html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #ffffff;
	text-align: left;	
	margin-top: 40px;
}
div#wrapper {
	width: 100%;
	position: relative;
	background: #888374 url(../images/wrapperbkgd.gif) top left repeat-y;
}



/* ---------------- global ---------------- */
.fl {
float: left
}
.fr {
float: right
}


/* ---------------- text ---------------- */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
span.underline {
	text-decoration: underline;
}
p {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #000;
	padding-bottom: 8px;
}
.special {
	color: #407056;
	font-size: 13px;
}
h3, h3 a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6280a2 !important;
	text-transform: uppercase;
	text-decoration: none;
	margin: 15px 0 10px 0;
}
div#interiorcontent a.pdf {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6280a2;
	text-transform: uppercase;
	text-decoration: none;
}
div#interiorcontent a, div#interiorcontent a:hover.pdf, div#interiorcontentwide a {
	color: #000;
}

/* ---------------- headers ---------------- */

div#interiorcontentwrapper h2 {
	width: 350px;
	height: 80px;
	text-indent: -9999px;
}
div#interiorcontentwrapper h2.news {
	background: url(../images/h_news.gif) no-repeat;
}
div#interiorcontentwrapper h2.careers {
	background: url(../images/h_careers.gif) no-repeat;
}
div#interiorcontentwrapper h2.contactus {
	background: url(../images/h_contactus.gif) no-repeat;
}
div#interiorcontentwrapper h2.needheadline {
	background: url(../images/h_needheadline.gif) no-repeat;
}
div#interiorcontentwrapper h2.requestaquote {
	background: url(../images/h_requestaquote.gif) no-repeat;
}
div#interiorcontentwrapper h2.filetransfer {
	background: url(../images/h_filetransfer.gif) no-repeat;
}
div#interiorcontentwrapper h2.faqsupport {
	background: url(../images/h_faqsupport.gif) no-repeat;
}
div#interiorcontentwrapper h2.newcustomers {
	background: url(../images/h_newcustomers.gif) no-repeat;
}
div#interiorcontentwrapper h2.history {
	background: url(../images/h_history.gif) no-repeat;
}
div#interiorcontentwrapper h2.fromourpresident {
	background: url(../images/h_fromourpresident.gif) no-repeat;
}
div#interiorcontentwrapper h2.sheetfed {
	background: url(../images/h_sheetfed.gif) no-repeat;
}
div#interiorcontentwrapper h2.web {
	background: url(../images/h_heatsetweb.gif) no-repeat;
}
div#interiorcontentwrapper h2.directmail {
	background: url(../images/h_directmail.gif) no-repeat;
}
div#interiorcontentwrapper h2.fulfillment {
	background: url(../images/h_fulfillment.gif) no-repeat;
}
div#interiorcontentwrapper h2.bindery {
	background: url(../images/h_bindery.gif) no-repeat;
}
div#interiorcontentwrapper h2.customerservice {
	background: url(../images/h_customerservice.gif) no-repeat;
}
div#interiorcontentwrapper h2.digitalprepress {
	background: url(../images/h_digitalprepress.gif) no-repeat;
}




/* ---------------- top nav ---------------- */

div#topnavcontainer {
	position: relative;
	width: 100%;
	height: 58px;
	background: #a1b3c7 url(../images/navbkgd.gif) top left no-repeat;
}
ul#topnav {
	position: absolute;
	left: 155px; top: 0;
	width: 397px;
	height: 30px;
	background: url(../images/topnav.gif) top left;
}
ul#topnav li {
	display: block;
	float: left;
	height: 30px;
}
ul#topnav li a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 30px;
}
ul#topnav li#company {
	width: 98px;
}
ul#topnav li#company a:hover, ul#topnav li#company a#active {
	background: url(../images/topnav.gif) 0 -30px;
}
ul#topnav li#solutions {
	width: 105px;
}
ul#topnav li#solutions a:hover, ul#topnav li#solutions a#active {
	background: url(../images/topnav.gif) -98px -30px;
}
ul#topnav li#news {
	width: 81px;
}
ul#topnav li#news a:hover, ul#topnav li#news a#active {
	background: url(../images/topnav.gif) -203px -30px;
}
ul#topnav li#contact {
	width: 113px;
}
ul#topnav li#contact a:hover, ul#topnav li#contact a#active {
	background: url(../images/topnav.gif) -284px -30px;
}

/* Main Nav Company Active */
body#c_history ul#topnav li#company a, body#c_careers ul#topnav li#company a, body#c_fromourpresident ul#topnav li#company a {
	background: url(../images/topnav.gif) 0 -30px;
}
/* Main Nav Solutions Active */
body#s_sheetfed ul#topnav li#solutions a, body#s_web ul#topnav li#solutions a, body#s_directmail ul#topnav li#solutions a, 
body#s_fulfillment ul#topnav li#solutions a, body#s_bindery ul#topnav li#solutions a, body#s_customerservice ul#topnav li#solutions a, 
body#s_digitalprepress ul#topnav li#solutions a {
	background: url(../images/topnav.gif) -98px -30px;
}
/* Main Nav News Active */
body#news ul#topnav li#news a {
	background: url(../images/topnav.gif) -203px -30px;
}
/* Main Nav Contact Us Active */
body#contact ul#topnav li#contact a {
	background: url(../images/topnav.gif) -284px -30px;
}

/* ---------------- subnav company ---------------- */

ul#subnavcompany {
	position: absolute;
	left: 155px; bottom: 0; 
	width: 397px;
	height: 28px;
	background: url(../images/subnav_company.gif) top left;
	display: block;
}
ul#subnavcompany li {
	display: block;
	float: left;
	height: 28px;
}
ul#subnavcompany li a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 28px;
}
ul#subnavcompany li#history {
	width: 73px;
}
ul#subnavcompany li#history a:hover, ul#subnavcompany li#history a#active {
	background: url(../images/subnav_company.gif) 0 -28px;
}
ul#subnavcompany li#careers {
	width: 73px;
}
ul#subnavcompany li#careers a:hover, ul#subnavcompany li#careers a#active {
	background: url(../images/subnav_company.gif) -73px -28px;
}
ul#subnavcompany li#fromthepresident {
	width: 134px;
}
ul#subnavcompany li#fromthepresident a:hover, ul#subnavcompany li#fromthepresident a#active {
	background: url(../images/subnav_company.gif) -146px -28px;
}
/* company subnav active states */
body#c_history ul#subnavcompany li#history a {
	background: url(../images/subnav_company.gif) 0 -28px;
}
body#c_careers ul#subnavcompany li#careers a {
	background: url(../images/subnav_company.gif) -73px -28px;
}
body#c_fromourpresident ul#subnavcompany li#fromthepresident a {
	background: url(../images/subnav_company.gif) -146px -28px;
}

/* ---------------- subnav solutions ---------------- */

ul#subnavsolutions{
	position: absolute;
	left: 155px; bottom: 0; 
	width: 635px;
	height: 28px;
	background: url(../images/subnav_solutions.gif) top left;
	display: block;
}
ul#subnavsolutions li {
	display: block;
	float: left;
	height: 28px;
}
ul#subnavsolutions li a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 28px;
}
ul#subnavsolutions li#sheetfed {
	width: 82px;
}
ul#subnavsolutions li#sheetfed a:hover, ul#subnavsolutions li#sheetfed a#active {
	background: url(../images/subnav_solutions.gif) 0 -28px;
}
ul#subnavsolutions li#web {
	width: 49px;
}
ul#subnavsolutions li#web a:hover, ul#subnavsolutions li#web a#active {
	background: url(../images/subnav_solutions.gif) -82px -28px;
}
ul#subnavsolutions li#directmail {
	width: 91px;
}
ul#subnavsolutions li#directmail a:hover, ul#subnavsolutions li#directmail a#active {
	background: url(../images/subnav_solutions.gif) -131px -28px;
}
ul#subnavsolutions li#fulfillment {
	width: 93px;
}
ul#subnavsolutions li#fulfillment a:hover, ul#subnavsolutions li#fulfillment a#active {
	background: url(../images/subnav_solutions.gif) -222px -28px;
}
ul#subnavsolutions li#bindery {
	width: 71px;
}
ul#subnavsolutions li#bindery a:hover, ul#subnavsolutions li#bindery a#active {
	background: url(../images/subnav_solutions.gif) -315px -28px;
}
ul#subnavsolutions li#customerservice {
	width: 128px;
}
ul#subnavsolutions li#customerservice a:hover, ul#subnavsolutions li#customerservice a#active {
	background: url(../images/subnav_solutions.gif) -386px -28px;
}
ul#subnavsolutions li#digitalprepress {
	width: 121px;
}
ul#subnavsolutions li#digitalprepress a:hover, ul#subnavsolutions li#digitalprepress a#active {
	background: url(../images/subnav_solutions.gif) -514px -28px;
}

/* solutions subnav active states */
body#s_sheetfed ul#subnavsolutions li#sheetfed a {
	background: url(../images/subnav_solutions.gif) 0 -28px;
}
body#s_web ul#subnavsolutions li#web a {
	background: url(../images/subnav_solutions.gif) -82px -28px;
}
body#s_directmail ul#subnavsolutions li#directmail a {
	background: url(../images/subnav_solutions.gif) -131px -28px;
}
body#s_fulfillment ul#subnavsolutions li#fulfillment a {
	background: url(../images/subnav_solutions.gif) -222px -28px;
}
body#s_bindery ul#subnavsolutions li#bindery a {
	background: url(../images/subnav_solutions.gif) -315px -28px;
}
body#s_customerservice ul#subnavsolutions li#customerservice a {
	background: url(../images/subnav_solutions.gif) -386px -28px;
}
body#s_digitalprepress ul#subnavsolutions li#digitalprepress a {
	background: url(../images/subnav_solutions.gif) -514px -28px;
}


/* ---------------- home header ---------------- */

div#homeheader {
	position: relative;
	width: 100%;
	height: 144px;
	background: #407056 url(../images/intheadright.jpg) 946px 0 no-repeat;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
}
div#homeheader h1 {
	width: 956px;
	height: 144px;
	background: url(../images/homeheader.gif) left top no-repeat;
	display: block;
	left: 0; top: 0; 
	text-indent: -9999px;		
}
div#homeheader h1 a {
	display: block;
	width: 45%;
	height: 100%;
}




/* ---------------- home content ---------------- */

div#homecontentwrapper {
	width: 965px;
	position: relative;
}
div#homesidebar {
	padding-top: 50px;
	float: left;
	width: 162px;
	height: 368px;
	border-right: solid 3px #fff;
	background: url(../images/homesidebarbkgd.gif) top left no-repeat;
}
div#homecontent {
	float: right;
	width: 800px;
	height: 418px;
	background: url(../images/homeimage1.jpg) top left no-repeat;
}



/* ---------------- interior header ---------------- */

div#interiorheader {
	position: relative;
	width: 100%;
	height: 144px;
	background: #407056 url(../images/intheadright.jpg) 750px 0 no-repeat;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
}
h1 {
	width: 425px;
	height: 144px;
	background: url(../images/logointerior.gif) top left no-repeat;
	display: block;
	left: 0; top: 0; 
	text-indent: -9999px;		
}
h1 a {
	display: block;
	height: 100%;
}
div#interiorheader img{
	position: absolute;
	display: block;
	width: 305px;
	height: 144px;
	left: 651px; top: 0;
}



/* ---------------- interior content ---------------- */

div#interiorcontentwrapper {
	width: 965px;
	background: url(../images/contentwrapperbkgd.gif) bottom right no-repeat;
	position: relative;
}
div#sidebar {
	padding-top: 50px;
	float: left;
	width: 170px;
	background: url(../images/sidebarbkgdtop.gif) top left no-repeat;
}
div#interiorcontent {
	float: right;
	width: 450px;
	height: 300px;
	padding: 60px 285px 60px 60px;
	background: url(../images/contentbkgdtop.gif) top left no-repeat;
}
div#interiorcontent.contact {
	width: 675px;
	padding-right: 60px;
	height: auto;
}
div#interiorcontent.history {
	height: 565px;
}
div#interiorcontent.taller {
	display: inline;
	width: 535px;
	padding-right: 200px;
	height: auto;
}
div#interiorcontent img#hero{
	width: 215px;
	position: absolute;
	right: 0px;
	top: 0px;
}
div#interiorcontent a#requestquote {
	width: 134px;
	height: 32px;
	background-image: url(../images/btn_requestquote.jpg);
	display: block;
	text-indent: -9999px;	
	margin-top: 20px;	
}
div#interiorcontent a#ftplogin {
	width: 123px;
	height: 32px;
	background-image: url(../images/btn_ftplogin.jpg);
	display: block;
	text-indent: -9999px;	
	margin: 15px 0 25px 0;	
}
div#interiorcontent a#filetransfer {
	width: 110px;
	height: 32px;
	background-image: url(../images/btn_filetransfer.jpg);
	display: block;
	text-indent: -9999px;	
	margin: 15px 0 25px 0;	
}


/* ---------------- side navigation ---------------- */
ul#sidenav {
	width: 170px;
	height: 122px;
	background: url(../images/sidenav.gif) top left no-repeat;
}
ul#sidenav li {
	display: block;
	float: left;
	width: 170px;
}
div#homesidebar ul#sidenav {
	width: 162px;
}
div#homesidebar ul#sidenav li {
	width: 162px;
}
ul#sidenav li a {
	text-indent: -9999px;
	display: block;
	width: 100%;
}
ul#sidenav li#requestaquote a, ul#sidenav li#newclients a{
	height: 31px;
}
ul#sidenav li#uploadfiles a, ul#sidenav li#faqsupport a{
	height: 30px;
}
ul#sidenav li#requestaquote a:hover, ul#sidenav li#requestaquote a#active {
	background: url(../images/sidenav.gif) -170px 0 no-repeat;
}
ul#sidenav li#uploadfiles a:hover, ul#sidenav li#uploadfiles a#active {
	background: url(../images/sidenav.gif) -170px -31px no-repeat;
}
ul#sidenav li#faqsupport a:hover, ul#sidenav li#faqsupport a#active {
	background: url(../images/sidenav.gif) -170px -61px no-repeat;
}
ul#sidenav li#newclients a:hover, ul#sidenav li#newclients a#active {
	background: url(../images/sidenav.gif) -170px -91px no-repeat;
}
/* Active Side Menu States */
body#requestaquote ul#sidenav li#requestaquote a {
	background: url(../images/sidenav.gif) -170px 0 no-repeat;
}
body#filetransfer ul#sidenav li#uploadfiles a {
	background: url(../images/sidenav.gif) -170px -31px no-repeat;
}
body#faqsupport ul#sidenav li#faqsupport a {
	background: url(../images/sidenav.gif) -170px -61px no-repeat;
}
body#newcustomers ul#sidenav li#newclients a {
	background: url(../images/sidenav.gif) -170px -91px no-repeat;
}


/* = Quote Form
----------------------------------------------------*/
form#quoterequest {
	padding: 0;
	margin: 0;
	border: 0;
	width: 535px;
}
form#quoterequest fieldset dl {
	width: 535px;
}
fieldset dl {
	font: 11px Arial, Helvetica, sans-serif;
	color: #888374;
}
fieldset dt {
	text-align: right;
	padding: 5px 5px 0 0;
	float: left;
	display: block;
	height: 23px;
}
form#quoterequest fieldset dt {
	width: 95px;
}
fieldset dd {
	float: right;
	display: block;	
	height: 28px;
}
form#quoterequest fieldset dd {
	width: 435px;
}
fieldset dd.radio {
	text-align: left;
}
fieldset dd.radio label {
	padding: 0 4px;
}
fieldset dd.radio input {
	border: 0;
    width: auto;
}
fieldset dt.text {
	height: 83px;
}
fieldset dd.text {
	height: 88px;
}
fieldset textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6a6556;
	width: 260px;
	height: 80px;
	border-left: 3px solid #888374;
	border-bottom: 1px solid #888374;
	border-right: none;
	border-top: none;
	padding: 2px 0 0 5px;
}
fieldset input {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6a6556;
	width: 260px;
	height: 20px;
	border-left: 3px solid #888374;
	border-bottom: 1px solid #888374;
	border-right: none;
	border-top: none;
	padding: 2px 0 0 5px;
}
fieldset input#submitquote_btn {
	width: 120px;
	height: 32px;
	margin: 20px 5px 0 0;
	padding: 0;
	border: 0;
}
fieldset input#reset_btn {
	width: 66px;
	height: 32px;
	margin-top: 20px;
	padding: 0;
	border: 0;
}
fieldset input#submit_btn {
	width: 75px;
	height: 32px;
	margin-top: 20px;
	padding: 0;
	border: 0;
}


/* = Contact Form
----------------------------------------------------*/
form#contactform, div#cform {
	position: absolute;
	top: 140px;
	right: 50px;
	width: 375px;
}
 div#cform {
	padding-top: 15px; 	
}
form#contactform dt {
	width: 70px;
}
form#contactform dd {
	width: 300px;
}
form#contactform input#submit_btn {
	margin-left: 75px;
	margin-top: 10px;
}
#red-error {
	font: 12px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 130px;
	right: 150px;
	color: #900;
}
.error {color: #900;}
/* ---------------- footer ---------------- */
div#footer {
	height: 30px;
	padding: 15px 0 0 170px;
	background: #fff;
}
div#footer * {
	font: 9px Arial, Helvetica, sans-serif;
	color: #888374;
	text-decoration: none;
	text-transform: uppercase;
}
div#footer span, div#footer a {
	display: inline;
	margin: 0 5px;
}
div#footer a:hover {
	color: #407056;
}
/* = Pagination
----------------------------------------------------*/
div#pagination span {
	font: 12px  Arial, Helvetica, sans-serif;
	display: block;
	padding: 2px 3px;
	margin-top: 15px;
	margin-left: 2px;
	float: left;
	border: 1px solid #999;
	color: #999;
}
div#pagination span strong {
	color: #666;
}
div#pagination span a {
	display: block;

	text-decoration: none;
}
fieldset#contact form#step2 dt {
	width: 70px;
	padding-right: 5px;
	text-align: right;
}
fieldset#contact form#step2 dd {
	width: 427px;
}
fieldset#contact span.redflag, #quoterequest label.redflag {
	color: #f00;
}
span#replace {
	font: 12px Arial, Helvetica, sans-serif;
	color: #900;
}

#c_careers h3{
	margin-top:0px; 
	margin-bottom:0px; 
	padding-top:0px; 
	padding-bottom:0px;	
}

#c_careers h3 a{
	margin-top:0px; 
	margin-bottom:0px; 
	padding-top:0px; 
	padding-bottom:0px;	
}
