@charset "UTF-8";

/* CSS Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* General */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000 url(../_img/header_bg_2000.jpg) no-repeat center top;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 960px;
	margin: 0px auto;
}

img, div {
	behavior: url(_js/iepngfix.htc);
}

/* Header */

#logo_head {
	float: left;
	margin: 25px 0px 0px 0px;
}

#header .print_head {
	display: none;
}

#nav {
	float: left;
	margin: 65px 0px 0px 30px;
}

#nav ul { padding: 0; list-style-type:none; margin: 0; padding-bottom: 20px; }
#nav li { float: left; padding: 0 20px; }
#nav a { display:block; height: 25px; width: 50px; text-indent: -99999em; overflow:hidden; outline: none; }

#nav li.home a { background: url(../_img/nav.png) no-repeat 0px 0px; width: 59px; }
#nav li.home a:hover { background: url(../_img/nav.png) no-repeat 0px -25px; width: 59px; }
#nav li.home#activated a { background: url(../_img/nav.png) no-repeat 0px -50px; width: 59px; }
#nav li.home#activated a:hover { background: url(../_img/nav.png) no-repeat 0px -25px; width: 59px; }

#nav li.about a { background: url(../_img/nav.png) no-repeat -59px 0px; width: 89px; }
#nav li.about a:hover { background: url(../_img/nav.png) no-repeat -59px -25px; width: 89px; }
#nav li.about#activated a { background: url(../_img/nav.png) no-repeat -59px -50px; width: 89px; }
#nav li.about#activated a:hover { background: url(../_img/nav.png) no-repeat -59px -25px; width: 89px; }

#nav li.services a { background: url(../_img/nav.png) no-repeat -148px 0px; width: 84px; }
#nav li.services a:hover { background: url(../_img/nav.png) no-repeat -148px -25px; width: 84px; }
#nav li.services#activated a { background: url(../_img/nav.png) no-repeat -148px -50px; width: 84px; }
#nav li.services#activated a:hover { background: url(../_img/nav.png) no-repeat -148px -25px; width: 84px; }
#nav li.services.sfHover a, #nav li.services#activated.sfHover a { background: url(../_img/nav.png) no-repeat -148px -25px; width: 84px; }

#nav li.equipment a { background: url(../_img/nav.png) no-repeat -232px 0px; width: 129px; }
#nav li.equipment a:hover { background: url(../_img/nav.png) no-repeat -232px -25px; width: 129px; }
#nav li.equipment#activated a { background: url(../_img/nav.png) no-repeat -232px -50px; width: 129px; }
#nav li.equipment#activated a:hover { background: url(../_img/nav.png) no-repeat -232px -25px; width: 129px; }

#nav li.studies a { background: url(../_img/nav.png) no-repeat -361px 0px; width: 115px; }
#nav li.studies a:hover { background: url(../_img/nav.png) no-repeat -361px -25px; width: 115px; }
#nav li.studies#activated a { background: url(../_img/nav.png) no-repeat -361px -50px; width: 115px; }
#nav li.studies#activated a:hover { background: url(../_img/nav.png) no-repeat -361px -25px; width: 115px; }

#nav li.sustainability a { background: url(../_img/nav.png) no-repeat -476px 0px; width: 128px; }
#nav li.sustainability a:hover { background: url(../_img/nav.png) no-repeat -476px -25px; width: 128px; }
#nav li.sustainability#activated a { background: url(../_img/nav.png) no-repeat -476px -50px; width: 128px; }
#nav li.sustainability#activated a:hover { background: url(../_img/nav.png) no-repeat -476px -25px; width: 128px; }

#nav li.contact a { background: url(../_img/nav.png) no-repeat -604px 0px; width: 105px; }
#nav li.contact a:hover { background: url(../_img/nav.png) no-repeat -604px -25px; width: 105px; }
#nav li.contact#activated a { background: url(../_img/nav.png) no-repeat -604px -50px; width: 105px; }
#nav li.contact#activated a:hover { background: url(../_img/nav.png) no-repeat -604px -25px; width: 105px; }

/* Dropdown */

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	top: 95px;
	margin: 0; padding: 0;
	background: #78a22f;
	display: none;
	float: left;
	width: 270px;
	z-index: 1000;
	-moz-border-radius: 4px;
}

ul.topnav li ul.subnav li{
	margin: 0 0 0 -10px; padding: 0;
	background: none;
	clear: both;
	width: 270px;
}

#nav ul.topnav li ul.subnav a, #nav ul.topnav li#activated ul.subnav a {
	width: 236px;
	background: none;
	display:block;
	text-indent: 7px;
	padding: 7px 7px 4px 7px;
	overflow:hidden;
	outline: none;
	text-decoration: none;
	-moz-border-radius: 4px;
	margin: 10px 0px -10px 0px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
	text-shadow: #4d5617 1px 1px 0px;
}

#nav ul.topnav li ul.subnav a:hover, #nav ul.topnav li#activated ul.subnav a:hover {
	background: #a1cf51;
}

/* Content */

.print_home { display: none;}

#content {
	color: #FFF;
	clear: both;
	width: 960px;
}

#content a, #content span {
	color: #749f2c;
	text-decoration: none;
}

#content a:hover {
	color: #FFF;
}

#content.inner {
	padding: 40px 0;
}

#content.inner h3 {
	font-size: 28px;
}

#content p {
	text-align: justify;
	padding-bottom: 10px;
}

#content ul {
	margin: 15px 0px 0px 20px;
}

#services_box ul li, #ordering_box ul li {
	list-style: url(../_img/li_img.png);
}

#flash {
	padding-top: 40px;
}

#we_will {
	float: left;
	padding: 60px 15px 0px 15px;
}

#welcome_par {
	float: left;
	width: 630px;
	margin-left: 37px;
	margin-bottom: 15px;
	font-size: 14px;
}

#welcome_par b span {
	color: #749f2c;
}

.divider-ph {
	margin-top: -85px;
	z-index: ;
}

.about-ph {
	margin-top: -85px;
	margin-bottom: 55px;
}

#services_box {
	width: 300px;
	padding: 30px 0px 0px 0px;
	background: url(../_img/services_head.png) no-repeat;
	float: left;
	clear: left;
	margin: 0px 15px 0px 0px;
}

#ordering_box {
	width: 300px;
	padding: 30px 0px 0px 0px;
	background: url(../_img/ordering_head.png) no-repeat;
	float: left;
	margin: 0px 15px;
}

#contact_box {
	width: 300px;
	padding: 30px 0px 0px 0px;
	background: url(../_img/contact_head.png) no-repeat;
	float: left;
	margin: 0px 0px 0px 15px;
}

#contact_box ul {
	margin: 15px 0px 0px 10px;
}

#contact_box ul li {
	list-style: none;
}



/*page title backgrounds*/

#about-par h4.print-complete { height:26px; width: 541px; background: url(../_img/about_title.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#about-par h4.print-passionate { height:19px; width: 198px; background: url(../_img/about_title_2.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#about-par h4.print-dedicated { height:19px; width: 193px; background: url(../_img/about_title_3.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#about-par h4.print-notjustprinters { height:23px; width: 249px; background: url(../_img/about_title_4.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#about-par div.we-are-rgi { height:26px; width: 242px; background: url(../_img/we_are_rgi.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#case-studies h4.print-simsit { height:17px; width: 509px; background: url(../_img/sim_sit.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.print-haveideas { height:20px; width: 583px; background: url(../_img/give_us_call.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.ie6-head { height:22px; width: 138px; background: url(../_img/rgi_can_help.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.print-weareprinters { height:19px; width: 164px; background: url(../_img/we_are_printers.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.multiple-online { height:17px; width: 456px; background: url(../_img/multiple_data.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.print-brochure { height:103px; width: 320px; background: url(../_img/brochure_offset_response.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}  
#services-page div.services_best { height:19px; width: 233px; background: url(../_img/to_make_best.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.print-solutionpro { height:26px; width: 541px; background: url(../_img/about_title.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.print-callrgi { height:15px; width: 390px; background: url(../_img/pre_call_rgi.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.print-extension { height:22px; width: 360px; background: url(../_img/team_extension.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.print-integrated { height:22px; width: 450px; background: url(../_img/integrated_ff.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.print-notany { height:16px; width: 192px; background: url(../_img/not_anymore.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.print-carry { height:17px; width: 384px; background: url(../_img/carry_in.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.print-buzzword { height:17px; width: 376px; background: url(../_img/buzz_word.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
#services-page h4.print-wedoit { height:60px; width: 246px; background: url(../_img/we_do_it.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}

.list-column-right h4.print-designcap { height:17px; width: 154px; background: url(../_img/design_capabilities.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-offset { height:15px; width: 49px; background: url(../_img/offset.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-digital { height:17px; width: 50px; background: url(../_img/digital.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-filesubmission { height:17px; width: 214px; background: url(../_img/file_submission.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-finishing { height:17px; width: 72px; background: url(../_img/finishing.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-sustainableproduction { height:15px; width: 185px; background: url(../_img/sustainable_production.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-doitall { height:37px; width: 139px; background: url(../_img/do_it_all.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-examples { height:37px; width: 215px; background: url(../_img/examples.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-waitmore { height:15px; width: 161px; background: url(../_img/wait_more.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-mailing { height:17px; width: 129px; background: url(../_img/mailing_services.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-response { height:39px; width: 148px; background: url(../_img/response_capture.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-fnw-li { height:17px; width: 212px; background: url(../_img/fnw_li.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}
.list-column-right h4.print-ourservices { height:14px; width: 102px; background: url(../_img/our_services.jpg) no-repeat; text-indent: -9999em; margin-bottom: 8px;}

/* About Us */

h3.header-pos {
	position: relative;
	top: -37px;
	margin-bottom: 37px;
}

h3.header-pos-2 {
	margin-bottom: -11px;
}

#about-facts {
	width: 300px;
	margin: 20px 0 0 30px;
	float: right;
	position: relative;
	top: -50px;
}

#about-facts ul {
	margin-top: 0;
}

#content #about-facts ul li {
	margin-bottom: 15px;
	text-align: right;
	list-style: none;
	border-right: solid 3px #00705d;
	padding-right: 10px;
	margin-right: 3px;
	font-size: 14px;
	line-height: 1.5em;
}

#about-facts ul li strong {
	font-size: 14px;
}

#about-par {
	width: 630px;
	font-size: 14px;
	position: relative;
	top: -50px;
}

#about-par h4 {
	margin-top: 20px;
}

#about-par .we-are-rgi {
	margin-top: 20px;
}

/* Services */

#services-page {
	font-size: 14px;
	width: 630px;
	position: relative;
}

#services-page h4 {
	font-size: 20px;
	color: #749f2c;
	margin-top: 20px;
}

#services-page strong {
	font-size: 16px;
}

.list-column {
	float: left;
	margin-right: 75px;
}

.list-column-right {
	float: right;
	margin-left: 20px;
	width: 300px;
	margin-top: 10px;
	position: relative;
}

.list-column-right p {
	float: right;
	clear: both;
	text-align: right;
	width: 300px;
	margin-top: 10px;
}

.list-column-right ul {
	clear: both;
	float: right;
	text-align: right;
}

#content .list-column-right ul li {
	list-style: none;
	border-right: solid 3px #00705d;
	padding-right: 5px;
	margin-bottom: 7px;
}

.list-column-right h4 {
	margin-top: 0px;
	float: right;
	clear: both;
}

#content .list-column-right ul li a {
	color: #FFF;
}

#content .list-column-right ul li a:hover {
	text-decoration: underline;
}

#services-page.creative {
	margin-top: 15px;
}

.list-column-right h4.broad-picture {
	font-size: 14px;
	text-align: right;
	width: 280px;
}

.multiple-online {
	position: relative;
	top: -13px;
	margin-bottom: 0px;
}

/* Case Studies */

#case-studies {
	font-size: 14px;
}

#case-studies h3, #case-studies h4, .list-column-right h4 {
	color: #749f2c;
}

#content.inner.cs .list-column-right ul li {
	border-color: #749f2c;
}

#case-studies h4, .list-column-right h4 {
	font-size: 18px;
}

#case-studies ul {
	margin: 10px 30px;
}

#case-studies p {
	width: 630px;
}

#next-prev {
	margin-bottom: 10px;
	border-bottom: dotted 1px #749f2c;
}

#next-prev a {
	font-size: 14px;
	color: #749f2c;
	text-decoration: none;
}

#next-prev a:hover {
	color: #FFF;
}

#welcome_par a {
	color: #749f2c;
	text-decoration: none;
}

#welcome_par a:hover {
	color: #FFF;
}

.rc-p {
	padding-top: 15px;
}

#content span.bold_text {
	color: #749F2C;
	font-size: 16px;
	font-weight: bold;
}

.fnw-li {
	width: 280px;
}

.print-li ul {
	padding-bottom: 7px;
}

/* Contact Page */

#contact-page {
	font-size: 14px;
	width: 420px;
}

#contact-page dt {
	margin-bottom: 5px;
	font-weight: bold;
}

#contact-page dd {
	margin-bottom: 20px;
}

#contact-page input {
	width: 190px;
	font-size: 14px;
}

#contact-page input#yesplease {
	margin-left: 100px;
	width: 10px;
}

#contact-page textarea {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

label.error {
	position: absolute;
    line-height: 1.5em;
    margin-top: 27px;
	font-size: 12px;
    background-color: red;
    color: white;
    padding: 0 2px;
	width: 192px;
}

#descBox label.error {
	margin-top: 155px;
}

.form_services {
	clear: left;
}

.form_services p { font-weight: bold; }
#contact-page .form_services input { width: 20px; }

.contact-logos ul li {
	list-style: none;
	float: left;
	padding: 0 30px;
}

.contact-logos ul li.firstLi {
	padding-left: 0px;
}

/* Secret Page */

.secret-page h3 {
	color: #749f2c;
	font-weight: bold;
}

.secret-page h4 {
	color: #749f2c;
	font-size: 18px;
	margin: 10px 0;
}

.secret-page p {
	font-size: 14px;
}

#services-page a.secret-page-a, #content .list-column-right h4 a.secret-page-a, #about-par a.secret-page-a {
	color: #FFF;
	text-decoration: none;
}

#services-page a.secret-page-a:hover, #content .list-column-right h4 a.secret-page-a:hover, #about-par a.secret-page-a:hover{
	color: #B99502;
}

a.reward { display: block; width: 100px; height: 40px; text-indent: -99999em; background: url(_img/emp.gif); position: absolute;
	top: 1546px; right: 216px; outline: none; }

div.fairytale_contain { position: relative;}

#secretForm { margin: 20px; width: 350px; }
#secretForm h1 { font-size: 14px; font-weight: bold; margin-bottom: 12px; }

#secretForm input { margin: 0 8px 8px 0; }

#secretForm input#state { width: 25px;}
#secretForm input#zip { width: 50px;}
#secretForm input#zip2 { width: 40px;}

#secretForm label.error {
	position: static;
	display: block;
	margin: 0 0 2px 0;
}

/* Footer */

#footer {
	background: url(../_img/footer_bg.jpg) no-repeat right bottom;
	width: 960px;
	height: 250px;
	clear: both;
}

.footer-link {
	width: 100px;
	height: 15px;
	float: right;
	margin-top: 212px;
	margin-right: 35px;
}

.footer-link a {
	width: 100px;
	height: 15px;
	display: block;
}

#footer img.print_footer { display: none;}

.ie6-head {
	margin-bottom: 10px;
}

#content h4 .small_title {color: #fff; font-size: 14px;}
