﻿p��p���U
/* This Site
Site Layout and Design Styles
by Dan Moriarty, www.danmoriarty.com
Copyright 2009, All Rights Reserved

Last Modified: 
 */


/*========================*/	
/* =    BASE RULES      = */
/*=======================*/	

* {
	margin:0;
	padding:0;
	}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	background:#57a032 url(images/bg-body.gif) repeat-x;
	color:#000;
	}

a:link {
	color:#5d9172;
	text-decoration:none;
	}

a:visited {
	color:#5d9172;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	color: #ccc;
	}

img {
	border:none;
	}

/*========================*/	
/* =  CONTENT HOLDERS  = */
/*=======================*/	


	
#wrapper {
	text-align:left;
	margin:10px auto;
	width:940px;
	font-size:1.2em;
	background: url(images/bg-wrap-top.png) no-repeat;
	padding-top:16px;
	}

#top {
	width:940px;
	background: #f5f5f5;
	position:relative;
	height:150px;
	}
	
#content {
	width:940px;		
	padding:10px 0 20px 0;
	background:#fff;
	}
	
#maincol {
	float:left;
	width:550px;
	}

#maincol.wider {
	width:920px;
	}

#maincol-inner {
	padding:20px 10px 10px 20px;
	}	
	
#sidecol {
	float:right;
	width:360px;
	margin:40px 0 10px 0;
	}	

#lower {
	clear:both;
	width:900px;		
	padding:10px 20px;
	background:#fff;
	}

	
#footer {
	margin:5px auto;
	text-align:left;
	padding-top:8px;
	clear:both;
	width: 940px;
	}

#footer a {
	color:#fff;
	}
	

#banner { /*rotating photos div */
	width:940px;
	height:295px;
	background:#fff;
	padding-top:10px;
	}

#flashnav {
	background-color:#F5F5F5;
	width:940px;
	position:absolute;
	top:150px;
	z-index:0;
	height:32px;
	margin-top:10px;
	}

#samples-wrap {
	width:800px;
	padding:0 60px;
	}
	
/*==============================*/	
/* PAGE SPECIFIC LAYOUT RULES  */
/*=============================*/	
body.home #maincol {
	float:left;
	width:430px;
	padding:5px 0 10px 0;
	}

	
body.home #sidecol {
	float:right;
	width:460px;
	}
	

body#work #content {
	


	}

body#work maincol-inner {
		padding:0px 10px 0px 20px;

	}
	
/*========================*/	
/*  SIDEBOXES, CALLOUTS  */
/*=======================*/	

.calloutbox {
	width:410px;
	margin-bottom:15px;
	margin-left:40px;
	}
	

.calloutbox h3 {
	color:#c2000b;
	font-weight:normal;
	font-size: 140%;
	margin:.3em 0;
	display:none;
	}
	

div.featured {
	border:1px dotted #ccc;
	padding:10px 5px 5px 5px;
	width:390px;	
	margin-left:20px;

	}

div.featured .floatleft {
	padding:0 15px 0 10px;
	}
	

div.sidemenu   {
	width:300px;
	margin-left:40px;
	}
	
p.sidemenu-underline {
	background: url(images/bg-sidemenu.gif) no-repeat 0 bottom;
	margin:0;
	padding:0 0 10px 0;
		}
	
.sidemenu ul {
	list-style:none;
	padding:0;
	margin:.3em 0 1em 10px;
	}
	
.sidemenu li {
	border-bottom:1px solid #999;
	font-size:120%;
	padding:.5em 0 .5em 10px;
	margin:0 0 .5em 0;
	}
	

/*===============*/	
/*     TYPE      */
/*===============*/	

h1 { font-size:280%; }
h2 { font-size:240%; }
h3 { font-size:150%; }
h4 { font-size:120%; }
h5 { font-size:110%; }
h6 { font-size:100%; }


h1, h2, h3, h4 {
	padding:0;
	}


h2 {
	margin:.8em 0 0 0;
	letter-spacing:-1px;
	font-weight:normal;
	}
	
	
h3 {
	color:#000;
	margin:.4em 0 .8em 0;
	}
	
h4 {
	color:#000;
	margin:.8em 0 .4em 0;
	font-style:italic;
	}

h5 {
	margin:.6em 0 .2em 0;
	padding-top:.4em;
	}
	
	
p {
	line-height:160%;
	margin:.2em 0 .6em 0;
	}


/*====== LISTS, TABLES, AND FORMS ====== */

ul, ol {
	margin:.6em 0 1em 5px;
	padding:0 0 0 20px;
	}
		

li {
	margin:.2em 0;
	line-height:150%;
	}

ul li {
	padding-left:20px;
	list-style:none;
	background: url(images/bg-bullet.gif) no-repeat 0 5px;
	}

 ul li li {
	list-style:square;
	background:none;
	padding-left:5px;
	}
	

#sidecol ul li {
	background:none;
	}
		
table {
	border:none;
	}



td {
	padding:8px;
	vertical-align:top;
	}


table.columntable {
	margin:.6em 0;
	}

table.columntable ul {
	margin:0;
	}

table.columntable td {
	padding:0;
	}

table.tablestyle1 td {
/*	background:#cee9d9;
*/	background:#fff;
	}

.tablestyle1 tr.odd td {
/*	background: #89b69b;
*/	}



label {
	display:block;
	clear:right;
	}


dl {
	margin:.6em 0 1em 0;
	padding:5px 0;
	}

dt {
	font-weight:bold;
	font-style:italic;
	font-size:110%;
	margin:.6em 0;
	color:#5d9172;
	}

dd {
	margin:0 0 0 20px;
	padding:0;
	line-height:120%;
	}


fieldset {
	margin:1em 0;
	padding:10px;
	border:1px solid #ccc;
	
	}
	

input.background {
	}


legend {
	font-weight:bold;
	font-size:110%;
	color:#990000;
	}
	
label {
	display:block;
	}

/*===============*/	
/* SPECIAL TYPE RULES  */
/*===============*/	

h1.siteheader { /*this is top type header*/
	margin:0;
	padding:0;
	float:left;
	}
	

h1.siteheader a:link, h1.siteheader a:visited, h1.siteheader a:hover	{
	display:block;
	text-decoration:none;
	width:500px;	
	height:60px;
	background: url(images/logo.gif) no-repeat 40px 5px;
	text-indent:-5000px;
	}



p#phonenumber {
	float:right;
	margin:0;
	padding:0;
	text-indent:-5000px;
	line-height:0;
	width:224px;	
	height:50px;
	background: url(images/phone.gif) no-repeat 0 22px;
	color:#990000;
	font-size:240%;
	}

ul#samples {
	
	}


ul#samples li, #slider ul li {
	padding:0;
	background:none;
	}

#maincol .jqGSPagination ul li {
	background:none;
	}
	
	
/*===============*/
/* PAGE INDICATORS */
/*===============*/

/*body.contacts

body.customer-service
body.contacts-pre-press
body.pressroom
body.sales

body.services
body.equipment
body.finishing
body.pre-press
body.printing

body.support
body.best-pdfs
body.faq
body.file-compression
body.fonts
body.paper-selection
body.raster-vs-vector
body.scanning
body.understanding-viruses*/

	
/*===============*/	
/* MISC CLASSES  */
/*===============*/	


p.breadcrumb {
	font-size:90%;
	line-height:100%;
	margin:.2em 0;
	padding-top:5px;
	}

.bigger {
	font-size:110%;
	}

.smaller {
	font-size:90%;
	}

.clearout {
	clear:both;
	}

.floatleft {
	float:left;
	padding:0 20px 20px 0;
	}
	
.floatright {
	float:right;
	padding:0 20px 20px 0;
	}	


div.halfleft {
	float:left;
	width:49%;
	}

div.halfright {
	float:right;
	width:49%;
	}
	
.shortmargin {
	margin:.2em 0;
	}
	

	
.alert {
	color:#990000;
	}
	
/*==============*/

#la { text-align:center; margin:10px 0; height:15px; background:url(loadingAnimation.gif) center top no-repeat;}
#resp { width:520px; height:90px; margin:20px auto 0 auto; }

#nav1 td {
	padding:0px;
}
