/* ------------------------------ RESET ------------------------------ */

* {
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* ------------------------------ TAGS ------------------------------- */

a {
    color: #23bec5;
    text-decoration: none;
}

a:hover {
    color: #8bc761;
}

body {
    background: #cce9e2 url('/img/gui/body_bg.gif') repeat-x;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
}

h1 {
    background: url('/img/gui/logo.png') no-repeat;
    height: 215px;
    position: absolute;
    right: 0;
    width: 392px;
    text-indent: -1000em;
    z-index: 8;
}

h2 {
    color: #fff;
    font: normal 36px georgia, 'times new roman', serif;
    line-height: 48px;
    position: relative;
}

h3 {
    color: #23bec5;
    font: normal 26px georgia, 'times new roman', serif;
}

h4 {
	color: #9ebc8a;
	font: 16px arial, sans-serif;
	font-weight: normal;
	line-height: 2.75;
	text-transform: uppercase;
}

h4 em {
	color: #fff;
	display: block;
	font-size: 14px;
	margin: 10px 0 25px 0;
}

hr {
	border: none;
	border-top: 1px solid #484848;
}

/* ------------------------------ IDs -------------------------------- */

#banner {
    background-repeat: no-repeat;
    clear: both;
    border-bottom: 2px solid #6db444;
    border-top: 2px solid #6db444;
    height: 215px;
}

    #home_section #banner { background-image: url('/img/banners/home.jpg'); }
    #about_section #banner { background-image: url('/img/banners/about.jpg'); background-position: left 22px; }
    #about_section.company_profile_page #banner { background-image: url('/img/banners/company_profile.jpg'); background-position: left top; }
    #about_section.environment_page #banner { background-image: url('/img/banners/environment.jpg'); background-position: left top; }
    #about_section.strategic_partnerships_page #banner { background-image: url('/img/banners/strategic_partnerships.jpg'); }
    #contact_section #banner { background-image: url('/img/banners/contact.jpg'); }
    #resources_section #banner { background-image: url('/img/banners/resources.jpg'); background-position: left 22px; }
    #resources_section.request_quote_page #banner { background-image: url('/img/banners/request_quote.jpg'); }
    #resources_section.digital_file_prep_page #banner { background-image: url('/img/banners/digital_file_prep.jpg'); }
    #resources_section.upload_page #banner { background-image: url('/img/banners/upload.jpg'); }
    #services_section #banner { background-image: url('/img/banners/services.jpg'); }
    #services_section.offset_printing_page #banner { background-image: url('/img/banners/offset_printing.jpg'); }
    #services_section.digital_printing_page #banner { background-image: url('/img/banners/digital_printing.jpg'); }
    #services_section.prepress_and_design_page #banner { background-image: url('/img/banners/prepress_and_design.jpg'); }
    #services_section.marketing_page #banner { background-image: url('/img/banners/marketing.jpg'); }
    #services_section.bindery_page #banner { background-image: url('/img/banners/bindery.jpg'); }
    #services_section.fulfillment_and_mailing_page #banner { background-image: url('/img/banners/fulfillment_and_mailing.jpg'); }
    #services_section.crossmedia_marketing_page #banner { background-image: url('/img/banners/integrated_marketing.jpg'); background-position: left top; }

#contactForm {
    margin: 0;
}

#content #contactForm ul {
    background-color: #333;
    border: 1px solid #000;
    margin: 0 0 20px 0;
    padding: 0;
}

#content #contactForm.narrow ul {
    background: none;
    border: none;
    margin: 0;
}

#contactForm ul.optional li {
    display: none;
}

#contactForm ul.optional li.optLnk,
#contactForm ul.optional.show li {
    display: block;
}

#content #contactForm ul li {
    clear: both;
    margin: 0;
    padding: 10px 0;
}

#contactForm ul li a {
    display: block;
    font-weight: bold;
    padding-left: 10px;
}

#contactForm ul.show li a {
    color: #8bc761;
}

#contactForm ul li a span {
    color: #ccc;
    margin-left: 5px;
    font-weight: normal;
}

#contactForm ul li em {
    color: #ccc;
    float: left;
    margin: 0 0 0 5px;
    font-size: 11px;
    text-transform: uppercase;
}

#contactForm ul.optional li em {
    line-height: 15px;
}

#contactForm ul li label {
    float: left;
    font-weight: bold;
    padding: 0 10px 0 5px;
    text-align: right;
    width: 120px;
}

#contactForm.narrow ul li label {
    width: 75px;
}

#contactForm ul li label.error {
    color: pink;
    font-weight: normal;
    width: auto;
}

#content #contactForm ul li strong {
    color: red;
    float: left;
    font-size: 20px;
    height: 12px;
    margin-left: 5px;
}

#contactForm ul li .error {
    border-color: pink;
}

#contactForm .form_btn {
    background-color: #eee;
    border: 1px solid #fff;
    border-bottom-color: #999;
    border-right-color: #999;
    padding: 5px;
    width: auto;
}

#contactForm ul li .form_col .clearing {
    height: 5px;
}

#contactForm ul li .form_check {
    float: left;
    line-height: 15px;
    margin: 0;
    padding: 0;
}

#contactForm ul li .form_col {
    float: left;
    width: 200px;
}

#contactForm ul li .form_txt {
    border-width: 1px;
    float: left;
    font-size: 12px;
    padding: 0;
    width: 225px;
}

#contactForm ul li textarea.form_txt {
    height: 100px;
    width: 500px;
}

#contactForm.narrow ul li textarea.form_txt {
    width: 350px;
    height: 80px;
}

#container {
    background: url('/img/gui/drop_shad.png') repeat-y center top;
    margin: auto;
    padding: 0 10px;
    width: 810px;
}

#content {
    float: left;
    width: 500px;
}

#content.wide {
    float: none;
    width: 770px;
}

#content img,
#sidebar img {
    border: 1px solid #fff;
    vertical-align: middle;
    margin: 10px 0;
}

#content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 3ex 0;
}

#content ul {
	margin-left: 15px;
}

#content ul li {
	line-height: 1.50;
	list-style-type: none;
}

#content ul.left {
	float: left;
	margin-left: 15px;
	width: 40%;
}

#footer {
    border-top: 2px solid #fff;
    padding: 12px 20px;
}

#footer p {
    color: #fff;
    font-size: 10px;
    line-height: 2;
}

#footer > p:first-child {
    float: right;
}

#footer p a {
    color: #fff;
}

#footer p a:hover {
    text-decoration: underline;
}

#header {
    background-color: #fff;
    min-height: 100px;
    position: relative;
}

#header ul {
    background: #2b5a78 url('/img/gui/nav_bg.gif') repeat-x;
    float: left;
    list-style-type: none;
    width: 810px;
}

#header ul li {
    background: url('/img/gui/nav_brd_rt.gif') no-repeat;
    float: left;
}

#header ul > li:first-child,
#header ul > li:last-child a {
    background: none;
}

#header ul li a {
    background: url('/img/gui/nav_brd_lt.gif') no-repeat right top;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
}

#header ul li a:hover,
#header ul li:hover a {
    background: #598bad;
}

#header ul li.active a,
#header ul li.active a:hover {
    background: #6db444 url('/img/gui/nav_act_bg.gif') repeat-x;
}

#header ul li ul {
    background: #598bad;
    display: none;
    padding-left: 10px;
    position: absolute;
    left: 0;
    width: 800px;
}

#header ul li:hover ul {
    display: block;
    z-index: 10;
}

#header ul li.active ul {
    display: block;
    z-index: 9;
}

#header ul li.active ul {
    background-color: #6db444;
}

#header ul li ul li,
#header ul li ul li a,
#header ul li.active ul li a,
#header ul li.active ul li.active a {
    background: none;
    font-size: 12px;
    line-height: 25px;
}

#header ul li ul li a {
    padding: 0 10px;
}

#header ul li ul li a:hover,
#header ul li.active ul li a:hover,
#header ul li.active ul li.active a {
    background: url('/img/gui/nav_bull.gif') no-repeat left center;
}

#middle {
    background: #2a2728 url('/img/gui/middle_bg.gif') repeat-x;
    color: #fff;
    min-height: 200px;
    padding: 50px 20px 20px 20px;
}

#sidebar {
    float: right;
    width: 235px;
}

#sidebar a {
	color: #23bec5;
}

#sidebar p a:hover {
    color: #8bc761;
}

#sidebar p.contacts {
	background: #333;
	border: 1px solid #000;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px;
	margin: 20px 0;
}

#sidebar p.contacts a {
	line-height: 1.5;
}

#sidebar p.contacts span {
	color: #9ebc8a;
	font-size: 14px;
}

#tagline {
    bottom: 0;
    display: none;
    padding-left: 20px;
    position: absolute;
    left: 0;
    width: 790px;
}
    #home_section #tagline { display: block; }

/* ----------------------------- CLASSES ----------------------------- */

.clearing {
    clear: both;
}

.fail {
    color: red !important;
}

.tagline_bg {
    background-color: #61b146;
    filter: alpha(opacity='60');
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
}