body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* Holiday */
/*
	background: #FFFFFF url(/img/ui/holiday_bg.jpg) 50% 0% repeat-x;
*/
}

img {
	border: 0;
}

a {
	color: #404041;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #0086BE;
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 20px auto;
	/* Holiday */
	background-color: #FFFFFF
}

#header {
	height: 118px;
	background: white url(/img/layout/header-bg.png) top left repeat-x; 
	position: relative;
}

#header .logo {
	position: absolute;
	top: 11px;
	left: 0px;
	width: 142px;
	height: 97px;
	background: transparent url(/img/layout/logo.png) top left no-repeat; 
}

#header ul {
	position: absolute;
	right: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul li {
	float: right;
}

#header ul li a {
	display: block;
	border-left: 1px solid #AAAAAA;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	padding: 5px 12px;
}

#header ul.upper_nav {
	top: 15px;
}

#header ul.upper_nav li a {
	padding: 8px 12px;
	font-size: 11px;
}

#header ul li a.new_account {
	background: transparent url(/img/layout/new-account-icon.png) 0px -3px no-repeat; 
	padding-left: 31px;
}

#header ul li a.my_account {
	background: transparent url(/img/layout/my-account-icon.png) 0px -3px no-repeat; 
	padding-left: 31px;
}

#header ul li a.submit_ticket {
	background: transparent url(/img/layout/submit-ticket-icon.png) 5px -3px no-repeat; 
	padding-left: 32px;
}

#header ul li a.phone {
	background: transparent url(/img/layout/phone-icon.png) 0px -3px no-repeat; 
	padding-left: 28px;
}

#header ul li a.no_border_l {
	border-left-width: 0;
}

#header ul li a.home {
	border-left-width: 0;
	width: 25px;
	height: 22px;
	padding: 5px 20px 5px 35px;
	background: transparent url(/img/layout/home-icon-blue.png) 0px 0px no-repeat; 
}

#header ul li a.cart {
	background: transparent url(/img/layout/cart-icon.png) 8px 0px no-repeat; 
	padding-left: 40px;
}

#header ul.lower_nav {
	top: 85px;
}

#welcome_banner {
	margin-top: 10px;
	position: relative;
	height: 256px;
	background: #F7F7F7 url(/img/pages/welcome/banner_bg.png) top left repeat-x;
}

#welcome_banner .banner {
	height: 256px;
	width: 898px;
	top: 0px; left: 0px;
	overflow: hidden;
	position: absolute;
}

#welcome_banner .paginate {
	text-align: center;
	position: absolute;
	width: 898px;
	height: 14px;
	top: 230px; left: 0px;
}

#welcome_banner .paginate a {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 4px;
  cursor: pointer;
  background: transparent url(/img/pages/welcome/banner_paginate.png) top left no-repeat;
}

#welcome_banner .paginate a.active {
	background-position: 0px -14px;
}

#welcome_banner .paginate a:hover {
	background-position: 0px -28px;
}

.social {
  display: inline-block;
  cursor: pointer;
	width: 23px;
	height: 23px;
}

.twitter {
	background: transparent url(/img/layout/twitter.png) top left no-repeat;
}

.facebook {
	background: transparent url(/img/layout/facebook.png) top left no-repeat;
}

#welcome_banner .twitter {
	position: absolute;
	top: 12px; right: 12px;
}

#welcome_banner .facebook {
	position: absolute;
	top: 12px; right: 40px;
}

#welcome_banner h1 {
	font-size: 32px;
	position: absolute;
	color: #0086BE;
	margin: 0px;
}

#welcome_banner h4 {
	font-size: 17px;
	position: absolute;
	color: #404041;
	margin: 0px;
}

#welcome_banner p {
	font-size: 13px;
	position: absolute;
	color: #404041;
	margin: 0px;
}

#welcome_banner ul {
	line-height: 1.4em;
}

#nav_parent {
	height: 41px;
	margin: 10px 0px;
	padding: 0;
	background: white url(/img/layout/nav-bg.png) top left repeat-x; 
	list-style: none;
	overflow:hidden;
	z-index: 10001;
	position: relative;
}

#nav_parent li {
	float: left;
	margin: 0 -1px 0 0;
	padding: 0px 0px;
}

#nav_parent li a {
	display: block;
	padding: 13px 9px 14px;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #58595B;
}

.scroll-x {
	overflow-x: scroll !important;
}

#nav_parent li a.nav_child_last {
	padding-right: 0px;
}

#nav_parent li.selected {
	background: transparent url(/img/layout/nav-bg-selected.png) 0px 0px repeat-x !important;
}

#nav_parent li.selected a {	
	color: #04567F !important;
}

#nav_parent li a:hover {
	color: #0086BE;
}

#nav_parent li.services a {
	padding-left: 38px;
	background: transparent url(/img/layout/nav-services-icon.png) 10px 9px no-repeat;
}

.dropdown {
	position: absolute;
	display: none;
	height: 160px;
	width: 898px;
	z-index: 10000;
	background-color: #B8BABC;
}

.dropdown_w {
	margin: 0px 5px 5px;
	height: 155px;
}

.dropdown_bg {
	margin: 0px 2px 2px;
	background: #FFFFFF url(/img/nav/dropdown-bg.png) top left no-repeat;
	height: 153px;
	position: relative;
	box-shadow: 0 0 5px #777777;
  -moz-box-shadow: 0 0 5px #777777;
  -webkit-box-shadow: 0 0 5px #777777;
}

.dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.dropdown a {
	padding: 4px 10px 4px 4px;
	display: block;
	font-weight: bold;
}

.dropdown a:hover {
	color: #FFFFFF;
	background-color: #1A99DE;
	text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;	
	border-radius: 4px;
}

#nav_child_container, #hc_nav_child_container {
	position: relative;
	overflow: hidden;
}

#hc_nav_child_container {
	margin-top: 10px;
	height: 135px;
}

#nav_child, #hc_nav_child {
	overflow: hidden;
	width: 900px;
}

.nav_items {
	height: 120px;
	width: 10000;
	padding: 0px 40px;
	position: relative;
}

#nav_child a, #hc_nav_child a {
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	float: left;
	margin: 10px 20px;
	position: relative;
	bottom: 0px;
	display: block;
}

#hc_nav_child a {
	margin: 10px 10px;
	cursor: pointer;
}

#nav_child img, #hc_nav_child img {
	height: 100px;
	display: block;
	margin: 0 auto;
}

.nav_clone_services a {
	margin: 15px 20px 10px 20px !important;
}

.nav_clone_services img {
	height: 95px !important;
}

#nav_child span, #hc_nav_child span {
	display: block;
	margin: 3px auto 0 auto;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

.nav_arrow {
	display: none;
	position: absolute;
	top: 0px;
	width: 100px;
	height: 135px;
}

#arrow_left {
	left: 0px;
	background: transparent url(/img/nav/arrow_left.png) top left no-repeat;
}

#arrow_right {
	right: 0px;
	background: transparent url(/img/nav/arrow_right.png) top right no-repeat;
}

#footer {
	height: 47px;
	margin-bottom: 5px;
	background: white url(/img/layout/footer-bg.png) top left repeat-x;  
}

.footer_nav {
	margin: 8px auto 0px auto;
	padding: 6px 10px 6px 24px;
	list-style: none;
}

.footer_nav li {
	border-right: 1px solid white;
	float: left;
}

.footer_nav li.font_sm {
	padding-top: 2px;
}

.footer_nav li span {
	display: block;
	padding: 11px 10px;
	color: #FFFFFF;
}

.footer_nav li a {
	padding: 11px 18px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}

.footer_nav li a:hover {
	color: #F4560F;
	text-decoration: none;
}

.footer_nav li a.home {
	width: 25px;
	height: 25px;
	padding: 5px 15px;
	background: transparent url(/img/layout/home-icon-white.png) 15px 5px no-repeat; 
}

#product_left {
	width: 650px;
	margin-right: 0px !important;
}

#calcContainer {
	width: 235px;
}

.product_img {
	margin: 0px 15px 0px -15px;
}

.product_label {
	height: 40px;
	background: #E7E8E9 url(/img/layout/inset-gradient.jpg) top left repeat-x;
	background-clip: border-box;
}

.product_label p {
	float: left;
	font-size: 16px;
	margin: 12px;
}

.product_label p span {
	font-weight: bold;
}

.product_label p.coupon_label {
	float: right;
	color: #777777;
	font-weight: normal;
}

.product_label p.coupon_label span {
	color: #E61C2C;
}

.product_info {
	margin: 0;
	padding: 0;
	height: 33px;
	list-style: none;
	border-top: 1px solid #B5B6B7;
	border-bottom: 1px solid #B5B6B7;
	background: white url(/img/layout/outset-gradient-dark.jpg) top left repeat-x;
}

.product_toggler {
	display: block;
	float: left;
	width: 162px;
	padding-top: 9px;
	height: 24px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #B5B6B7;
	cursor: pointer;
}

.product_toggler_last {
	width: 161px;
}

.product_toggler_active {
	background-image: url(/img/layout/inset-gradient.jpg);
	color: #04567F;
	cursor: default;
}

.product_toggler:hover {
	color: #0086BE;
	text-decoration: none;
}

.product_toggler_active:hover {
	color: #04567F;
	text-decoration: none;
}

#product_left .icon {

}

#product_left .paper_icon {

}

#product_left .green_paper_icon {

}

#product_left .coating_icon {

}

#product_left .folding_icon {

}

#product_left .turnaround_icon {

}

#welcome_content .cmyk {
	background: #FFFFFF url(/img/pages/welcome/cmyk.jpg) -5% 50% no-repeat;
}

#welcome_content .two_locations {
	background: #F2F2F2 url(/img/pages/welcome/two_locations.png) 33px 20px no-repeat;
}

#welcome_products {
	background: #F7F7F7;
}

#welcome_products ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	width: 147px;
	line-height: 1.4em;
}

#welcome_products ul.last {
	width: auto;
}

#welcome_products a {
	color: #555555;
	text-decoration: none;
}

#welcome_products a:hover {
	color: #0086BE;
	text-decoration: underline;
}

.icon {
	padding: 5px 0px 5px 30px;
}

.paper_icon {
	background: transparent url(/img/products/icons/paper.png) 5px 3px no-repeat;
}

.coating_icon {
	background: transparent url(/img/products/icons/coating.png) 5px 3px no-repeat;
}

.turnaround_icon {
	background: transparent url(/img/products/icons/turnaround.png) 2px 3px no-repeat;
}

.mailing_icon {
	background: transparent url(/img/products/icons/mailing.png) 2px 3px no-repeat;
}

.folding_icon {
	background: transparent url(/img/products/icons/folding.png) 2px 3px no-repeat;
}

.color_icon {
	background: transparent url(/img/products/icons/color.png) 2px 3px no-repeat;
}

.size_icon {
	background: transparent url(/img/products/icons/size.png) 2px 3px no-repeat;
}

.quantity_icon {
	background: transparent url(/img/products/icons/quantity.png) 2px 3px no-repeat;
}

a.button, input[type='submit'].button {
	font-size: 13px;
	font-weight: bold;
  display: inline-block;
  padding: 2px 12px;
	border: 1px solid #008DCD;
	background: #008DCD url(/img/layout/blue-btn.png) 0px 0px repeat-x;
  color: #FFFFFF !important;
  cursor: pointer;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
	border-radius: 6px;
}

input[type='submit'].button {
  padding: 1px 12px;
}

a.button_green {
	background: #77AD1A url(/img/layout/green-btn.png) 0px 0px repeat-x;
	border-color: #77AD1A;
}

a.button:hover {
	background-position-y: -30px;
}

.bordered {
	border: 1px solid #B5B6B7;
}

.border_left {
	border-left: 1px solid #B5B6B7;
}

.border_right {
	border-right: 1px solid #B5B6B7;
}

.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
}

.rounded_bottom {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
	 border-radius: 0 0 5px 5px;
}

.rounded_top {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
	 border-radius: 5px 5px 0 0;
}

.shadowed {
	box-shadow: 0 0 5px #BBBBBB;
  -moz-box-shadow: 0 0 5px #BBBBBB;
  -webkit-box-shadow: 0 0 5px #BBBBBB;
}

.margin_auto {
	margin: 0 auto; 
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.bold {
	font-weight: bold;
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
}

.inset {
	padding: 15px;
}

.marginT5 {
	margin-top: 5px;
}

.marginT10 {
	margin-top: 10px;
}

.marginB10 {
	margin-bottom: 10px;
}

.marginT20 {
	margin-top: 20px;
}

.marginB20 {
	margin-bottom: 20px;
}

.marginT0 {
	margin-top: 0px;
}

.marginB0 {
	margin-bottom: 0px;
}

.marginL10 {
	margin-left: 10px;
}

.marginR10 {
	margin-right: 10px;
}

.marginL20 {
	margin-left: 20px;
}

.marginR20 {
	margin-right: 20px;
}

.paddingLR10 {
	padding-left: 10px;
	padding-right: 10px;
}

.paddingLR24 {
	padding-left: 24px;
	padding-right: 24px;
}

.no_border {
	border-width: 0 !important;
}

.no_border_left {
	border-left-width: 0 !important;
}

.no_border_right {
	border-right-width: 0 !important;
}

.first_p {
	padding-top: 25px;
}

#dashboard a {
	color: #0086BE !important;
}

.blue {
	color: #0086BE;
}

.hunter {
	color: #0F6139;
}

.green {
	color: #77AD1A !important;
}

.gray {
	color: #404041;
}

.red {
	color: #FF0000;
}

.red2 {
	color: #E9272B;
}

.bg_F7F7F7 {
	background-color: #F7F7F7;
}

.bg_F1F1F1 {
	background-color: #F1F1F1;
}

.bg_EFEFEF {
	background-color: #EFEFEF;
}

.bg_green_watermark {
	background: #DCEFDC url(/img/pages/go-green/watermark.png) 632px 74px no-repeat;
}

.font_sm {
	font-size: smaller;
}

.font_lrg {
	font-size: larger;
	line-height: 1.5em;
}

.font_spaced {
	line-height: 1.5em;
}

#services_page .title {
	color: #0086BE;
}

#services_page a {
	color: #0086BE;
}

#dashboard #details, #dashboard #loyalty {
	margin: 10px 0px 0px 0px;
}

#dashboard .box {
	box-shadow: 0 0 5px #BBBBBB;
	-moz-box-shadow: 0 0 5px #BBBBBB;
	-webkit-box-shadow: 0 0 5px #BBBBBB;
}

#creditcard_form td {
	text-align: left;
}

.icon_inset {
	margin-right: 20px;
}

.icon_inset h4, .icon_inset p {
	padding: 8px 0px 8px 40px;
	background: 0px -2px no-repeat;
	margin: 0;
}

.icon_inset ul {
	margin-left: 15px;
}

.login_right h3 {
	font-size: 14px !important;
	font-weight: bold !important;
	border-bottom: 1px solid #999999;
}

.heading_w_icon div {
	color: #333333;
	float: left;
	margin: 0 !important;
	width: 200px;
	text-align: center;
}

.heading_w_icon div h3 {
	font-size: 14px;
}

.heading_w_icon p {
	font-size: 12px;
	margin-left: 47px;
	width: 200px;
	text-align: center;
}

.blue_tab {
	font-size: 13px;
	font-weight: bold;
	width: 216px;
  padding: 8px 12px 14px;
	border: 1px solid #008DCD;
	border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
	background: #008DCD url(/img/layout/blue-btn.png) 0px 0px repeat-x;
  color: #FFFFFF;
}

.zip_code_label {
	margin: 5px 14px;
}

.scrolling_zip_codes {
	overflow:auto;
	width:60px;
	height:125px;
	border:1px solid #555555;
	padding:10px;
	background-color: #FFFFFF;
	margin-left: 14px;
}

.scrolling_zip_codes p {
	margin: 2px 0px 0px;
	font-size: 14px;
}

.zip_code_selected {
	color: #008DCD;
	font-weight: bold;
}

#zip_code_error {
	color: #B10E10;
	display: none;
}

#cdb_nav .top_button, .styled_button_blue {
	background-image: url(/img/ui/flex_button_blue.png) !important;
	color: white !important;
	border-color: #065a82;
}

#signup_system {
	background: #F7F7F7 !important;
}

.required_note {
	font-size: 10px;
	font-weight: bold;
	margin: -24px 0px 0px 132px;
	clear:both;
}
.required_note img {
	vertical-align: bottom;
}

.home_coupons_table {
	max-height:none !important;
}

.new_ribbon {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 72px;
	height: 72px;
	background: transparent url(/img/ui/new-ribbon.png) top left no-repeat;
}

ul.NoBulletNoIndent {
	list-style-type: none;
	margin-left:0px;
	padding-left: 0px
}
