@charset "UTF-8";
/* Copyright 2009 PhotoGraph-X */

/* General Styles */
html, body {
    height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#wrapper {
	width: 812px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.home #wrapper {
	min-height: 750px;
}
 .about #wrapper {
	min-height: 870px;
 }
   .contact #wrapper {
	min-height: 825px;
 }
.policies #wrapper {
	min-height: 1025px;
}
.signsBanners #wrapper {
	min-height: 900px;
}
.highResPrinting #wrapper {
	min-height: 750px;
}
.vehicleWrapsLetter #wrapper {
	min-height: 1050px;
}
.screenPrinting #wrapper {
	min-height: 1500px;
}
.apparelCatalogs #wrapper {
	min-height: 1500px;
}
.promotional #wrapper {
	min-height: 1150px;
}
.sageLife #wrapper {
	min-height: 650px;
}
#content a:link, #content a:visited {
	color: #0A4414;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content img {
	margin-top: 10px;
}
#footerLinks p {
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.5;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left; 
}
#footerLinks a:link, #footerLinks a:visited {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footerLinks a:hover {
	text-decoration:underline;
}
#footerLinks {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 99px;
	position: relative;
     }

#footerFacebook 
{
	position: absolute;
	right: 20px;
	bottom: 18px;
}

/*
#siteDesign {
	position: absolute;
	height: 20px;
	width: 100px;
	right: 0px;
	bottom: 4px;
	font-size: 0.55em;
	color: #FFF;
}
*/

#footerNav {
	text-align:left;
}
#Nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width:812px;
	float:left;
}
#Nav ul li {
	float:left;
	text-indent: -3000px;
}
#Nav ul a {
	display:block;
	text-decoration:none;
	height:47px;
}
#Nav ul .home a:link, #Nav ul .home a:visited {
	background-image: url(../images/btnHome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 126px;
}
#Nav ul .signs a:link, #Nav ul .signs a:visited {
	background-image: url(../images/btnSignsBanners.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 112px;
}
#Nav ul .printing a:link, #Nav ul .printing a:visited {
	background-image: url(../images/btnHighResPrint.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 112px;
}
#Nav ul .wraps a:link, #Nav ul .wraps a:visited {
	background-image: url(../images/btnVehicleWrap.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 112px;
}
#Nav ul .screen a:link, #Nav ul .screen a:visited {
	background-image: url(../images/btnScreenPrint.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 112px;
}
#Nav ul .promo a:link, #Nav ul .promo a:visited {
	background-image: url(../images/btnPromo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 112px;
}
#Nav ul .sage a:link, #Nav ul .sage a:visited {
	background-image: url(../images/btnSageLife.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 126px;
}
#Nav ul .home a:hover, #Nav ul .home a:active {
	background-image: url(../images/btnHome.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 126px;
}
#Nav ul .signs a:hover, #Nav ul .signs a:active {
	background-image: url(../images/btnSignsBanners.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 112px;
}
#Nav ul .printing a:hover, #Nav ul .printing a:active {
	background-image: url(../images/btnHighResPrint.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 112px;
}
#Nav ul .wraps a:hover, #Nav ul .wraps a:active {
	background-image: url(../images/btnVehicleWrap.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 112px;
}
#Nav ul .screen a:hover, #Nav ul .screen a:active {
	background-image: url(../images/btnScreenPrint.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 112px;
}
#Nav ul .promo a:hover, #Nav ul .promo a:active {
	background-image: url(../images/btnPromo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 112px;
}
#Nav ul .sage a:hover, #Nav ul .sage a:active {
	background-image: url(../images/btnSageLife.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 126px;
}
#footer {
	width:812px;
	text-align: center;
	position: relative;
/*	bottom: 0px; */
	left: 50%;
	margin-left: -406px;
	margin-top: -3em;
/*	height: 3em; */
	
}
#footerNav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width:400px;
	float:right;
}
#footerNav ul li {
	float:right;
	text-indent: -3000px;
}
#footerNav ul a {
	display:block;
	text-decoration:none;
	height:36px;
}
#footerNav ul .policies a:link, #footerNav ul .policies a:visited {
	background-image: url(../images/btnPolicies.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 117px;
}
#footerNav ul .about a:link, #footerNav ul .about a:visited {
	background-image: url(../images/btnAbout.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 111px;
}
#footerNav ul .contact a:link, #footerNav ul .contact a:visited {
	background-image: url(../images/btnContact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 128px;
}
#footerNav ul .policies a:hover, #footerNav ul .policies a:active {
	background-image: url(../images/btnPolicies.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 117px;
}
#footerNav ul .about a:hover, #footerNav ul .about a:active {
	background-image: url(../images/btnAbout.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 111px;
}
#footerNav ul .contact a:hover, #footerNav ul .contact a:active {
	background-image: url(../images/btnContact.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 128px;
}
#footerNav {
	background-image: url(../images/BottomNavSpacer_17_17.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	text-align:left;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3em;
	overflow: hidden;
}
#content p {
	font-size: .85em;
	font-style: normal;
	color: #000;
	text-align: center;
}
#content strong {
	color: #0A4414;
	font-weight: bold;
	font-variant: normal;
}
#content ul li {
	font-size: .85em;
}
#content h1 {
	font-size: 1.25em;
	color: #0A4414;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0A4414;
}
	
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.boldText {
	font-weight: bold;
}
#siteDesign a:hover {
	text-decoration:none;
}
.contact #contact {
	width: 500px;
	float: left;
	margin-top: 25px;
}
.contact #directions {
	width: 260px;
	float: left;
	padding-left: 10px;
	margin-top: 25px;
}
.contact #contact input, .contact #contact textarea, .contact #directions input, .contact #directions textarea {
	margin-left: 10px;
}
.contact #contact label, .contact #directions label {
	margin-left: 10px;
}
.contact #contact fieldset, .contact #directions fieldset {
	background-color: #9C8F6F;
	color: #FFF;
	border-style: none;
}
.contact #contact legend, .contact #directions legend {
	background-color: #9C8F6F;
	margin-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 2px;
	margin-left: 2px;
}
.contact #contact label, .contact #directions label {
	color:#FFF;
}
.about #content img {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}
.signsBanners #content img.pete {
	margin: 15px 25px 0px 0px;
	padding: 0px;
	float: left;
}#wrapper #content #picComment {
	position: absolute;
	left: 20px;
	top: 620px;
	width: 250px;
	font-size: .9em;
	font-style: italic;
}
