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: 950px;
	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: 0px;
	left: 0px;
	width: 300px;
	height: 118px;
	background: transparent url(/img/layout/logo.png) top left no-repeat; 
}

#header .login_info {
	position: absolute;
	top: 48px !important;
	right: 49px;
	text-align: right;
	top: 5px;
	background-color: transparent;
	color: #999;
}

#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: 10px;
}

#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: 948px;
	top: 0px; left: 0px;
	overflow: hidden;
	position: absolute;
}

#welcome_banner .paginate {
	text-align: center;
	position: absolute;
	width: 948px;
	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;
}

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

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

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

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

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

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

#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 10px 14px 10px;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #58595B;
}

.Safari #nav_parent li a {
	padding: 13px 15px 14px 16px;
}

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

.scroll-y {
	overflow-y: 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: 42px;
	background: transparent url(/img/layout/nav-services-icon.png) 14px 9px no-repeat;
}

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

.dropdown_w {
	position: relative;
	margin: 0px 5px 5px;
	height: 178px;
}

.dropdown_bg {
	margin: 0px 2px 2px;
	background: #FFFFFF url(/img/nav/dropdown-bg.png) top left no-repeat;
	height: 284px;
	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 1px 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;
}

.dropdown a.red_rel_link {
	color: #B10E10;
}

.dropdown a.red_rel_link:hover {
	color: #FFFFFF;
	background-color: #B10E10;
}

#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: 950px;
}

.nav_items {
	height: 120px;
	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: 723px;
	margin-right: 0px !important;
}

#calcContainer {
	width: 215px;
}

.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 .locations, #welcome_content .two_locations {
	background: #F2F2F2 url(/img/pages/welcome/locations.png) 33px 10px 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;
}

a.button.larger {
	font-size: 18px;
	padding: 5px 12px 3px;
}

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

a.sm_button {
	font-size: 11px;
	padding: 2px 8px;
}

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

a.button_gray {
	background: #CCCCCC url(/img/layout/gray-btn.png) 0px 0px repeat-x;
	border-color: #AAAAAA;
	color: #444444 !important;
}

a.button_white {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-color: #DDDDDD;
	color: #444444 !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
}

a.button_black {
	background: #555555 url(/img/layout/black-btn.png) 0px 0px repeat-x;
	border-color: #AAAAAA;
	color: #FFFFFF !important;
}

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_pill {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
	border-radius: 15px;
}

.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;
}

.shadowed_dark {
	box-shadow: 0 0 5px #333333;
  -moz-box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333;
}

.margin_auto {
	margin: 0 auto; 
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.clear {
	clear: both;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.bold {
	font-weight: bold;
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
}

.inset {
	padding: 15px;
}

.insetLR {
	padding: 0px 15px;
	display: none;
}

.marginT5 {
	margin-top: 5px;
}

.marginT10 {
	margin-top: 10px;
}

.marginT15 {
	margin-top: 15px;
}

.marginB5 {
	margin-bottom: 5px;
}

.marginB10 {
	margin-bottom: 10px;
}

.marginT20 {
	margin-top: 20px;
}

.marginB20 {
	margin-bottom: 20px;
}

.marginT0 {
	margin-top: 0px;
}

.marginB0 {
	margin-bottom: 0px;
}

.marginL10 {
	margin-left: 10px;
}

.marginL15 {
	margin-left: 15px;
}

.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;
}

.white {
	color: #FFFFFF;
}

.red2 {
	color: #E9272B;
}

.bg_FFFFFFF {
	background-color: #FFFFFF;
}

.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, .home_rewards_table {
	max-height:none !important;
}

.home_rewards_table tr td:first-child {
	text-align: left;
	padding-left: 10px;
}

.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
}

.gray_mini {
	text-align: left;
	padding: 5px;
	color: #404041;
	background-color: #E8E8E8;
}

.gray_link {
	padding: 5px 15px;
	color: #FFFFFF;
	background-color: #808082;
	margin: 5px auto;
	cursor: pointer;
}

.green_link {
	padding: 5px 15px;
	color: #FFFFFF;
	background-color: #8CC933;
	margin: 5px auto;
	cursor: pointer;
}

.orange_link {
	padding: 5px 15px;
	color: #FFFFFF;
	background-color: #B10E10;
	margin: 5px auto;
	cursor: pointer;
}

.blue_link {
	padding: 5px 15px;
	color: #FFFFFF;
	background-color: #55A5D7;
	margin: 5px auto;
	cursor: pointer;
}

.gray_link:hover, .green_link:hover, .blue_link:hover {
	color: #FFFFFF;
}

.bgBL {
	background: bottom left no-repeat;
}

#corner_banner {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 137px;
	height: 93px;
	background: url(/img/pages/home/corner_banner.png) top left no-repeat;
}

#order_product_specs .qmark {
	display: none;
}

.testimonial {
	background: url(/img/pages/testimonials/bubble.png) top left no-repeat;
	padding-left: 28px;
}

#specials_banner {
	background: url(/img/pages/home/special_banner_bg.png) bottom left repeat-x;
}

.no_link, .no_link:hover {
	color: #333333 !important;
	text-decoration: none;
}

.primary {
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: justify;
}

.rss hr {
	color: #C9CACA;
  background-color: #C9CACA;
  height: 1px;
  border: 0;
  width: 100%;
}

#services_page ol {
  counter-reset: list;
}
#services_page ol > li {
    list-style: none;
    position: relative;
}
#services_page ol > li:before {
    counter-increment: list;
    content: counter(list, upper-alpha) ") ";
    position: absolute;
    left: -1.4em;
}

#services_page.samples {
	font-size:13px;
}

.datagrid_body td.gray_highlight {
	background: #7F8183 url(/img/pages/home/gray_table_bar.png) top center no-repeat;
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 8px;
}

.datagrid_body td.blue_highlight {
	background: #0B82AD url(/img/pages/home/gray_table_bar.png) top center no-repeat;
	color: #FFFF00;
	font-size: 15px;
	padding-top: 8px;
}

.datagrid_body td.no_bar {
	background-image: none;
}

#bottom_ads {
	height: 250px;
	position: relative;
	background: #F7F7F7 url(/img/pages/home/2018_welcome.png) top left no-repeat;
	font-size: 11px;
}

/* zooapp page */

.section {
	padding: 0px 75px;
}

.section h1, .section  h2 {
	font-family: Helvetica;
	font-weight: normal;
	color: #333333;
}

.section h1 {
	font-size: 32pt;
}

.section p {
	font-size: 11pt;
}

.section h2.available {
	font-size: 24pt;
	margin-top: 0;
}

.section h2.available span {
	font-size: 13pt;
	display: inline-block;
	position: absolute;
}

.first_section {
	margin-bottom: 20px;
} 

.section .narrow_col {
	width: 300px;
}
.section .wide_col {
	width: 500px;
}

.section.gray_box {
	background: url(/img/zooapp/gray_box.png) top left no-repeat;
	height: 381px;
	overflow: hidden;
}

.section.small_box {
	height: 171px;
	padding: 40px 0px;
	text-align: center;
	background: url(/img/zooapp/gray_box_sm.png) top left no-repeat;
}


.home_rewards_table {
	overflow: auto;
}

#reward_ribbon {
	top: 10px;
	left: -5px;
	width: 336px;
	height: 417px;
	background: transparent url(/img/banners/rewards-201406.png) top left no-repeat;
}

div .f_right .bordered .rounded .shadowed .bg_F1F1F1 {
	display: none;
}

