
/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: georgia, times, serif ;
	font-size: 14px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #000000;
}

p,
.par {
	margin: 14px 0px; /* top and bottom padding should match font-size */
}

p:first-child {
	/*margin-top: 0px; */
}

p,
blockquote,
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

/* set heading styles - always set top and bottom margins */
h1 {
	font-size: 36px ;
	
	font-family: 'Roboto Slab' ;
	font-weight: normal ;
	letter-spacing: -.03em ;
 ;
	color: #4F7C9E ;
	margin-top: 0px; 
	margin-bottom: 14px;
}

.content > h1:first-child {
	margin-top: 0px; 
}

h2 {
	font-size: 28px ;
	
	font-family: 'Roboto Slab' ;
	font-weight: normal ;
	letter-spacing: -.03em ;
 ;
	color: #4F7C9E ;
	margin-top: 14px; 
	margin-bottom: 14px; 
}

h3 {
	margin-top: 14px; 
	margin-bottom: 14px; 
}

h3,
.inline_h {
	font-size: 16px ;
	
	font-family: 'Roboto Slab' ;
	font-weight: normal ;
	letter-spacing: -.03em ;
 ;
	color: #4F7C9E ;
}

h4 {
	font-size: 1.5em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h5 {
	font-size: 1.25em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

/* set anchor styles */
a, 
a:link {
	color: #4f7c9e;
}

a:active, 
a:visited {
	color: #68615a;
}

a:hover {
	color: #6c97b8;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	; 
	border-collapse: separate; /* for ie9 */
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding: 0px;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

/*	template styles	*/

body {
	background: #D5E3EE ;
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 0px; 
	position: relative; 
}

.container {
	width: 100% ;
	max-width: 1180px ;
	margin: auto;
}

.page_top {
	background-color: #4f7c9e;
	border-bottom: solid 1px #4f7c9e;
}

.page_top a img {
	border: 0px !important; 
}

.info_bar {
	background-color: #4f7c9e;
	padding: 15px;
	text-align: center;
	
	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #4f7c9e;
	border: solid 0px #4f7c9e;
}

.page_body_div {
	border-top: solid 1px #4f7c9e;
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	background-color: #4f7c9e;
	width: 250px;
	border: solid 0px #4f7c9e;
	vertical-align: top;
}

.content_cell {
	background-color: #ffffff;
	border: solid 0px #4f7c9e;
	vertical-align: top;
}

.content {
	padding: 20px ;
}

/* nav button styles */

.nav_bar {
	margin: 0 ;
	padding: 0 ;
	display: table ;
	width: 100% ;
}

.nav_bar li {
	display: table-cell ;
	vertical-align: middle ;
}

.nav_bar li a, 
.nav_bar li a:link, 
.nav_bar li a:active, 
.nav_bar li a:visited {
	display: block ;
	text-decoration: none ;
	color: #fff ;
	text-align: center ;
	
	font-family: 'Roboto Slab' ;
	font-weight: normal ;
	letter-spacing: -.03em ;
 ;
	font-size: 18px ;
	line-height: 1 ;
	padding: 20px ;
	border-left: 1px solid #53738b ;
	border-right: 1px solid #395a72 ;
}

.nav_bar li a:hover {
	background: #4F7C9E ;
	border-right: 1px solid #4F7C9E ;
}

/* nav sub */

.nav li ul li a {
	width: 250px; 
}

a.button_sub, 
a.button_sub:link, 
a.button_sub:active, 
a.button_sub:visited {
	background: #6C97B8 ;
	color: #fff ;
	display: block ;
	font-size: 12px ;
	padding: 2px 12px ;
	text-decoration: none ;
}

a.button_sub:hover {
	background: #4F7C9E ;
}

a.side_cat,
a.side_cat:link,
a.side_cat:active,
a.side_cat:visited {
	display: block; 
	margin: 2px 0px 0px 0px;
	padding: 6px 10px;
	color: white; 
	text-decoration: none; 
	line-height: 1 ;
	background-color: #7296b1;
}

a.side_cat:hover {
	background-color: #4F7C9E;
}

/* footer styles */

.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #4F7C9E; 
	text-decoration: none ;
}
.foot a:hover {
	text-decoration: underline ;
}

/* link_white */

a.link_white, 
a.link_white:link, 
a.link_white:active, 
a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: inline-block;
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_horizontal li ul {
	left: 0;
	top: 100%;
}
.nav_vertical li ul {
	left: 100%;
	top: 0;
}

.nav li:hover > ul {
	display: block;
	z-index: 2;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}


/* misc standard styles */

img.img_float {
	clear: right; 
	float: right;
	border: solid 1px #4f7c9e;
	margin: 0px 0px 10px 10px; 
}

.box {
	border: solid 1px #4f7c9e; 
}

.box_h {
	border: solid 1px #ffffff; 
	background-color: #4f7c9e;
	color: #ffffff; 
	font-weight: bold; 
	padding: 5px; 
}

.box_c {
	padding: 5px; 
}

.gb {
	font-weight: bold; 
	color: #4f7c9e;
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}

/* overlay */


.overlay_cont {
	position: relative; 
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); 
	margin: 10px; 
	border: solid 6px #d5d5d5; 
	border-radius: 20px; 
	background-color: #ffffff;
	padding: 0px 20px; 
}

.overlay_cont h2 {
	text-shadow: 2px 2px .1em rgba(0, 0, 0, 0.2);
}

.overlay_close {
	display: block; 
	position: absolute ;
	top: -9px; 
	right: 14px; 
	border: solid 1px #b5b5b5;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px; 
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 
	background-color: #dddddd; 
	/*linear gradient not supported*/; 
	padding: 3px 6px; 
	text-decoration: none; 
	line-height: 1;
	color: #7f7f7f !important; 
	text-shadow: 0px 0px .1em rgba(255, 255, 255, 1);
}

.overlay_close:hover {
	background-color: #cacaca; 
	border-color: #aaaaaa;
	color: #6a6a6a !important; 
}

.proc_win {
	padding: 40px 75px; 
	background-color: #eee; 
	text-align: center; 
}

.proc_win h2 {
	font-size: 26px; 
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 14px; 
}

/* done box */


.done {
	margin-bottom: 14px; 
	background-color: #edf1f5; 
	text-align: center; 
	color: #4f7c9e; 
	border: solid 1px #4f7c9e; 
}

.done_standard, 
.done_message {
	margin: 7px; 
}

.done_message p {
	margin: 7px 0px; 
}

.done_message > *:first-child {
	margin-top: 0px; 
}
.done_message > *:last-child {
	margin-bottom: 0px; 
}

.done_1 {
	
}
.done_0 {
	font-style: italic; 
}

.done_1 .done_standard {
	font-weight: bold; 
}

.done_0 .done_standard {
	font-weight: bold; 
}

.done_message {
	
}

/* missing items box */

.missing {
	margin-bottom: 14px;
	background-color: #edf1f5; 
	padding: 7px;
	text-align: center; 
	color: #4f7c9e; 
	font-size: 1.6em; 
	border: solid 1px #4f7c9e; 
}

/* jquery */

.ui-datepicker {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px !important; 
	font-weight: normal; 
	z-index: 4000 !important;
}

img.ui-datepicker-trigger {
	cursor: pointer;
	position: relative;
	left: 0px; 
	top: 4px;
}

/* share this */

.shareThis, .addThis {
	float: right ;
	margin-left: 20px ;
	margin-bottom: 10px; 
}

.shareThis a, 
.shareThis a:link,
.shareThis a:active,
.shareThis a:visited,
.addThis a, 
.addThis a:link,
.addThis a:active,
.addThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.addThis a:hover,
.shareThis a:hover {
	text-decoration: underline ;
}

.addThis a, 
.addThis a:link, 
.addThis a:active,
.addThis a:hover,
.addThis a:visited {
	color: #FE6D4C ;
}

/* COMMON STYLES (for site side only, generally doesn't change between sites) */

a img, 
a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 2px; 
	border-color: #4f7c9e;
}
a:hover img {
	border-color: #6c97b8;
}

a img.no_border,
a:link img.no_border,
a:active img.no_border,
a:visited img.no_border,
a:hover img.no_border {
	border-width: 0px !important; 
}

textarea {
	resize: vertical;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/* TinyMCE specific rules */


body.mceContentBody {
	background: #ffffff;
	padding: 20px; 
}

.mceContentBody a {
	color: #4f7c9e !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #4f7c9e;
}

.required {
	text-align: center;
	color: #4f7c9e;
}

.even_row, 
.row_0 {
	background-color: #eeeeee;
}

.odd_row, 
.row_1 {
	background-color: #ffffff;
}

.good, 
.status1 {
	color: #4f7c9e;
}

.bad, 
.status0 {
	color: #4f7c9e;
}

table.form td {
	vertical-align: baseline; 
	text-align: left; 
}

table.form td.label {
	/*text-align: right; */
}

div.label {
	margin-top: 14px; 
}

div.field {
	margin-bottom: 14px; 
}


/* _table default styles */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 10px; 
	vertical-align: top;
}

table.list_cont tr:first-child td {
	border-top: 0px; 
}

td.img_cont {
	width: 1%; 
	text-align: center; 
}

div.list_item {
	padding: 15px 0px; 
	clear: both;
}

div.list_item:first-child {
	border-top: 0px; 
}

tr.list_item td {
	padding-top: 10px; 
	padding-bottom: 10px; 
}

table.hor_list_cont {
	width: 100%; 
}

td.hor_list_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
	padding-bottom: 12px; 
}

table.hor_list_item {
	margin: auto; 
}

table.hor_list_item td {
	text-align: center; 
}

.view_all {
	margin-top: 6px; 
	border-top: solid 1px #4f7c9e;
}

.name {
	font-size: 1.2em; 
	font-weight: bold; 
}

.date {
	font-style: italic;	
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	
}

/* Edit Me */

div.edit_me {
	opacity: 0.65; 
	position: fixed; 
	bottom: 0px;
	left: 10px; 
}

div.edit_me:hover {
	opacity: 1; 
}

div.edit_me_inner {
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4); 
	border-radius: 5px 5px 0px 0px; 
	border: solid 1px #83a3bb; 
	/*linear gradient not supported*/; 
	padding: 5px 8px; 
	font-family: arial,sans-serif; 
	font-size: 15px; 
}

div.edit_me img {
	border: 0px; 
	vertical-align: middle; 
}

div.edit_me a {
	color: #4f7c9e; 
	text-decoration: none; 
}

div.edit_me a:hover, 
div.edit_me:hover a {
	text-decoration: underline; 
}

/* paging links */

div.paging {
	margin: 14px 0px; 
}

div.paging_np {
	
}

div.paging_pages {
	margin-top: 7px; 
}

a.paging, 
a.paging:link, 
a.paging:active, 
a.paging:visited,
a.paging:hover {
	display: inline-block; 
	border: solid 1px #4f7c9e; 
	border-radius: 4.6666666666667px;
	background-color: #5782a2;
	/*linear gradient not supported*/; 
	padding: 4.6666666666667px 7px; 
	text-align: center;
	text-decoration: none; 
	color: #ffffff;
}

a.paging:hover {
	background-color: #688eac;
}

a.paging[disabled] {
	cursor: default; 
	border: solid 1px #7494ab; 
	background-color: #7a98af; 
	background-image: none;
	color: #afc0cd;
}

a.paging.paging_cur {
	border-width: 2px !important; 
	padding: 3.6666666666667px 6px !important; 
	font-weight: bold; 
	text-decoration: underline; 
}


/* BLOGS STYLES */

/* generic */

.blg_id.aut_id {
	font-weight: bold;
}

/* list */


/* detail */


/* module */


/* comments */

table.bc_id.list_cont {
	width: 100%; 
}

table.bc_id.list_cont td {
	vertical-align: top;
}

td.bc_id.comment_form {
	text-align: right;
	width: 300px; 
}

div.bc_id.comment_box {
	margin-left: 10px; 
	background-color: #4f7c9e;
	padding: 0px 10px; 
	border: solid 1px #4f7c9e;
}

.bc_id.comments_result {
	text-align: center;
	font-weight: bold;
	color: #4f7c9e ;
}

textarea.bc_id.icontent {
	width: 98%; 
	height: 6em; 
}

div.bc_id.comment {
	border: solid 1px #4f7c9e;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.bc_id.comment.row0 {
	background-color: #eeeeee;
}

div.bc_id.comment.row1 {
	background-color: #ffffff;
}

div.bc_id.comment_date {
	font-size: .8em; 
}

div.bc_id.comment_name {
	font-size: .8em;
}

div.bc_id.comment_content {
	margin-top: 10px; 
}


/*  MAILING LISTS STYLES */

/* lists */


/* detail */


/* module */


/* subscribe box */

div.ml_id.subscribe {
	width: 300px; 
	margin: 15px auto; 
	padding: 10px; 
	background-color: #4f7c9e ;
	border: solid 1px #4f7c9e ;
}

div.ml_id.subscribe_message {
	margin: 10px 0px ;
}

div.ml_id.subscribe_required {
	text-align: center;
	font-size: .7em ;
}

table.ml_id.subscribe_form {
	width: 100%; 
}

table.ml_id.subscribe_form td {
	padding: 0px; 
}

td.ml_id.subscribe_form_label {
	white-space: nowrap; 
	width: 1%; 
}

table.ml_id.subscribe_form td input {
	width: 99%; 
}

div.ml_id.subscribe_form_button {
	padding-top: 5px; 
	text-align: right; 
}

/*  MAILING LISTS BLASTS STYLES */

/* lists */


/* detail */


/* PRODUCTS STYLES */

/* bread crumb */

.bcrumb a:link,
.bcrumb a:active,
.bcrumb a:visited {
	font-size: 12px; 
	text-decoration: none; 
}

.bcrumb a:hover {
	text-decoration: underline; 
}

/* generic */

.price {
	font-size: .9em; 
	font-style: italic; 
}

/* list */

/* category list */

div.cat_id.hor_list_cont {
	/*border: solid 0px #4f7c9e;
	background-color: #fafafa;*/
}

div.cat_id.hor_list_cont {
	width: 100%; 
}

.cat_id .cat_id.hor_img_cont {
	/*background-color: #4f7c9e;
	border-radius: 5px;*/
}

/* product list */


/* product detail */

div.prd_float_spaced {
	/*margin: -1px 0px;*/
	margin: 10px 0px; 
}

div.prd_img_cont {
	border: solid 1px #4f7c9e;
	/*background-color: #eeeeee;*/
	/*linear gradient not supported*/; 
	border-radius: 10px;
}

/*
div.prd_float_spaced:first-child div.prd_img_cont {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.prd_float_spaced:last-child div.prd_img_cont {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
*/

table.prd_img_main_cont td {
	text-align: center; 
	padding: 0px; 
}

table.prd_img_add_cont {
	width: 100%; 
	border-collapse: separate; 
}

table.prd_img_add_cont td {
	text-align: center; 
	padding: 0px; 
	/*
	border: solid 1px #4f7c9e;
	background-color: #eeeeee;
	border-radius: 3px;
	*/
}

table.prd_pdfs_cont {
	width: 100%; 
}

table.prd_pdfs_cont td {
	text-align: center; 
	vertical-align: top; 
	padding: 3px; 
}

.prd_pdfs_name {
	font-size: 10px; 
}

.prd_id.form_label {
	font-weight: bold; 
	color: #4f7c9e; 
}

button.prd_id {
	padding: 10px 15px; 
	background-color: #4F7C9E; 
	font-size: 18px; 
	font-weight: bold; 
	color: white; 
	letter-spacing: 0px; 
	border-radius: 10px;
}

button.prd_id:hover {
	background-color: #40647F; 
}

/*
.color_selector:hover {
	background-color: red !important; 
}
*/

.prd_id.color_picked {
	box-shadow: 0 0 3px red;
}

/* module */


/* CART STYLES */

div.cart_id.list.list_cont {
	border: solid 1px #4f7c9e;
}

table.cart_id.list.list_cont td {
	vertical-align: baseline; 
	padding: 5px; 
}

tr.cart_id.list.list_item td {
	border-color: #4f7c9e;
}

tr.cart_id.list.list_head td {
	background-color: #4f7c9e;
	/*linear gradient not supported*/;
	color: #ffffff;
	font-weight: bold;
}

tr.cart_id.list.list_head td {
	vertical-align: bottom; 
	border-bottom: solid 1px #4f7c9e; 
}

.cart_id.list.cart_id_id {
	font-size: .8em;
}

.cart_id.list.prd_id {
	font-size: .8em;
}

.cart_id.list.setup_fees {
	margin-top: 4px; 
	font-style: italic; 
	font-size: .8em;
}

.cart_id.list.quantity {
	width: 25px ; 
	font-size: .8em; 
	text-align: center; 
}

tr.cart_id.list.list_item td {
	background: #ffffff;
}

.cart_id.list.img_cont {
	/*padding: 2px !important; */
	vertical-align: top !important;
}

.cart_id.list.img_cont img {
	margin: 2px 0px; /* match input fields */
}

.cart_id.list.name_cont {
	font-size: 1.1em;
}

.cart_id.list.opt_cont {
	/*font-size: .8em; */
}

.cart_id.list.quantity_cont {
	text-align: center; 
	width: 1% ; 
	white-space: nowrap; 
}

.cart_id.list.remove_cont {
	text-align: center; 
	width: 1% ; 
	white-space: nowrap; 
}

.cart_id.list.amount_cont {
	text-align: right; 
}

.cart_id.list.item_total_cont {
	text-align: right; 
}

table.cart_id.list.subtotal {
	width: 100%; 
	margin-top: 9px;
}

table.cart_id.list.subtotal td {
	vertical-align: top; 
	padding: 0px; 
}

.cart_id.list.subtotal_cont {
	text-align: right;
}

.cart_id.list.setup_cont {
	text-align: right;
}

.cart_id.list.tax_cont {
	text-align: right;
}

.cart_id.list.promo_cont {
	text-align: right; 
}

.cart_id.list.handling_cont {
	text-align: right;
}

.cart_id.list.shipping_cont {
	text-align: right;
}

.cart_id.list.total_cont {
	text-align: right;
	font-size: 16px; 
}

div.cart_id.list.checkout {
	text-align: right; 
	margin-top: 9px; 
}

a:link.checkout_button,
a:active.checkout_button,
a:visited.checkout_button {
	display: inline-block;
	border: outset 2px #4f7c9e;
	padding: 9px 15px; 
	/*background-color: #4f7c9e;*/
	font-size: 16px; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none; 
	/*linear gradient not supported*/; 
}

a:hover.checkout_button {
	/*linear gradient not supported*/; 
}

/* Checkout Styles (NEEDS UPDATED) */

h3.checkout {
	text-align: center; 
	background-color: #4f7c9e;
	padding: 6px 0px; 
	border: solid 1px #4f7c9e;
	color: #ffffff;
}

table.totaler {
	width: 100%; 
	margin: 10px 0px; 
}

table.totaler td {
	padding: 1px 3px; 
	vertical-align: baseline; 
}

table.totaler tr.head td {
	color: #4f7c9e; 
	font-weight: bold ; 
	border-bottom: solid 1px #4f7c9e ;
}

table.totaler tr.body td {
	border-bottom: solid 1px #4f7c9e ;
}

table.totaler_totals {
	margin: 15px 0px 15px auto;
}

table.totaler_totals td {
	text-align: right;
}

table.totaler_totals td.label {
	color: #4f7c9e ;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

table.totaler_totals td.total {
	color: #4f7c9e;
	border-top: solid 1px #4f7c9e;
	font-size: 14px;
	font-weight: bold;
}

table.checkout {
	margin: auto;
}

table.checkout td {
	padding: 3px 3px 3px 0px;
}

table.checkout td {
	vertical-align: baseline; 
}

table.checkout td.label {
	text-align: right;
	font-weight: normal;
}

table.checkout td.label.label_top {
	padding-top: 5px; 
	vertical-align: top; 
}
/* USERS STYLES */

/* generic */

a.button_user:link, 
a.button_user:active, 
a.button_user:visited, 
a.button_user:hover {
	display: inline-block; 
	color: #ffffff ;
	padding: 5px 10px ;
	text-decoration: none ;
	font-size: 1.2em ;
	font-weight: bold ;
	text-align: center ;
	letter-spacing: -1px ;
	border: outset 1px #4f7c9e;
	/*linear gradient not supported*/; 
	
}

a.button_user:hover {
	/*linear gradient not supported*/; 
}

/* signup/profile */

table.form td {
	padding-right: 6px; 
}

/* orders */

table.ord {
	border: solid 1px #4f7c9e;
	width: 100%; 
}

table.ord td {
	border-bottom: dotted 1px #4f7c9e;
	padding: 3px 5px; 
}

tr.ord_h td {
	background-color: #4f7c9e;
	color: white; 
	font-weight: bold; 
	vertical-align: bottom;
}

tr.ord_b td {
	vertical-align: baseline;
	
}

.ord_totals {
	margin: 14px 0px 0px auto; 
	text-align: right; 
}

.ord_tight {
	width: 1%; 
	white-space: nowrap; 
}
/* for both site and cms (generally doesn't change between sites) */

/* print styles */

.print_only {
	display: none !important; 
}

@media print {
	
	.print_only {
		display: block !important;
	}
	
	.no_print {
		display: none !important; 
	}
	
	.container {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.content {
		margin: 0px !important;
		padding: 0px !important; 
		float: none !important;
	}
	
}

a.link_blue:link,
a.link_blue:active,
a.link_blue:visited {
	color: #4F7C9E ;
	text-decoration: none ;
}
a.link_blue:hover {
	text-decoration: underline ;
}
a.link_blue_lt:link,
a.link_blue_lt:active,
a.link_blue_lt:visited {
	color: #6C97B8 ;
	text-decoration: none ;
}
a.link_blue_lt:hover {
	text-decoration: underline ;
}
a.link_blue_dk:link,
a.link_blue_dk:active,
a.link_blue_dk:visited {
	color: #40647F ;
	text-decoration: none ;
}
a.link_blue_dk:hover {
	text-decoration: underline ;
}
a.link_blue_sd:link,
a.link_blue_sd:active,
a.link_blue_sd:visited {
	color: #F2F7FA ;
	text-decoration: none ;
}
a.link_blue_sd:hover {
	text-decoration: underline ;
}
a.link_blue_bg:link,
a.link_blue_bg:active,
a.link_blue_bg:visited {
	color: #D5E3EE ;
	text-decoration: none ;
}
a.link_blue_bg:hover {
	text-decoration: underline ;
}
a.link_brown:link,
a.link_brown:active,
a.link_brown:visited {
	color: #585048 ;
	text-decoration: none ;
}
a.link_brown:hover {
	text-decoration: underline ;
}
a.link_blueBd:link,
a.link_blueBd:active,
a.link_blueBd:visited {
	color: #6089a7 ;
	text-decoration: none ;
}
a.link_blueBd:hover {
	text-decoration: underline ;
}
a.link_blueBk:link,
a.link_blueBk:active,
a.link_blueBk:visited {
	color: #476f8e ;
	text-decoration: none ;
}
a.link_blueBk:hover {
	text-decoration: underline ;
}
a.link_blue_ltBd:link,
a.link_blue_ltBd:active,
a.link_blue_ltBd:visited {
	color: #7aa1bf ;
	text-decoration: none ;
}
a.link_blue_ltBd:hover {
	text-decoration: underline ;
}
a.link_blue_ltBk:link,
a.link_blue_ltBk:active,
a.link_blue_ltBk:visited {
	color: #6187a5 ;
	text-decoration: none ;
}
a.link_blue_ltBk:hover {
	text-decoration: underline ;
}
a.link_blue_dkBd:link,
a.link_blue_dkBd:active,
a.link_blue_dkBd:visited {
	color: #53738b ;
	text-decoration: none ;
}
a.link_blue_dkBd:hover {
	text-decoration: underline ;
}
a.link_blue_dkBk:link,
a.link_blue_dkBk:active,
a.link_blue_dkBk:visited {
	color: #395a72 ;
	text-decoration: none ;
}
a.link_blue_dkBk:hover {
	text-decoration: underline ;
}
a.link_blue_sdBd:link,
a.link_blue_sdBd:active,
a.link_blue_sdBd:visited {
	color: #f3f7fa ;
	text-decoration: none ;
}
a.link_blue_sdBd:hover {
	text-decoration: underline ;
}
a.link_blue_sdBk:link,
a.link_blue_sdBk:active,
a.link_blue_sdBk:visited {
	color: #d9dee1 ;
	text-decoration: none ;
}
a.link_blue_sdBk:hover {
	text-decoration: underline ;
}
a.link_blue_bgBd:link,
a.link_blue_bgBd:active,
a.link_blue_bgBd:visited {
	color: #d9e5ef ;
	text-decoration: none ;
}
a.link_blue_bgBd:hover {
	text-decoration: underline ;
}
a.link_blue_bgBk:link,
a.link_blue_bgBk:active,
a.link_blue_bgBk:visited {
	color: #bfccd6 ;
	text-decoration: none ;
}
a.link_blue_bgBk:hover {
	text-decoration: underline ;
}
a.link_brownBd:link,
a.link_brownBd:active,
a.link_brownBd:visited {
	color: #68615a ;
	text-decoration: none ;
}
a.link_brownBd:hover {
	text-decoration: underline ;
}
a.link_brownBk:link,
a.link_brownBk:active,
a.link_brownBk:visited {
	color: #4f4840 ;
	text-decoration: none ;
}
a.link_brownBk:hover {
	text-decoration: underline ;
}
a.link_1:link,
a.link_1:active,
a.link_1:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_1:hover {
	text-decoration: underline ;
}
a.link_2:link,
a.link_2:active,
a.link_2:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_2:hover {
	text-decoration: underline ;
}
a.link_3:link,
a.link_3:active,
a.link_3:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_3:hover {
	text-decoration: underline ;
}
a.link_4:link,
a.link_4:active,
a.link_4:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_4:hover {
	text-decoration: underline ;
}
a.link_5:link,
a.link_5:active,
a.link_5:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_5:hover {
	text-decoration: underline ;
}
a.link_6:link,
a.link_6:active,
a.link_6:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_6:hover {
	text-decoration: underline ;
}
a.link_main_1:link,
a.link_main_1:active,
a.link_main_1:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_main_1:hover {
	text-decoration: underline ;
}
a.link_main_2:link,
a.link_main_2:active,
a.link_main_2:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_main_2:hover {
	text-decoration: underline ;
}
a.link_main_3:link,
a.link_main_3:active,
a.link_main_3:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_main_3:hover {
	text-decoration: underline ;
}
a.link_main_4:link,
a.link_main_4:active,
a.link_main_4:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_main_4:hover {
	text-decoration: underline ;
}
a.link_main_5:link,
a.link_main_5:active,
a.link_main_5:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_main_5:hover {
	text-decoration: underline ;
}
a.link_main_6:link,
a.link_main_6:active,
a.link_main_6:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_main_6:hover {
	text-decoration: underline ;
}
a.link_trim_1:link,
a.link_trim_1:active,
a.link_trim_1:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_trim_1:hover {
	text-decoration: underline ;
}
a.link_trim_2:link,
a.link_trim_2:active,
a.link_trim_2:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_trim_2:hover {
	text-decoration: underline ;
}
a.link_trim_3:link,
a.link_trim_3:active,
a.link_trim_3:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_trim_3:hover {
	text-decoration: underline ;
}
a.link_bg:link,
a.link_bg:active,
a.link_bg:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_bg:hover {
	text-decoration: underline ;
}
a.link_font:link,
a.link_font:active,
a.link_font:visited {
	color: #000000 ;
	text-decoration: none ;
}
a.link_font:hover {
	text-decoration: underline ;
}
a.link_heading:link,
a.link_heading:active,
a.link_heading:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_heading:hover {
	text-decoration: underline ;
}
a.link_anchor_1:link,
a.link_anchor_1:active,
a.link_anchor_1:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_anchor_1:hover {
	text-decoration: underline ;
}
a.link_anchor_2:link,
a.link_anchor_2:active,
a.link_anchor_2:visited {
	color: #68615a ;
	text-decoration: none ;
}
a.link_anchor_2:hover {
	text-decoration: underline ;
}
a.link_anchor_3:link,
a.link_anchor_3:active,
a.link_anchor_3:visited {
	color: #6c97b8 ;
	text-decoration: none ;
}
a.link_anchor_3:hover {
	text-decoration: underline ;
}
a.link_nav_1:link,
a.link_nav_1:active,
a.link_nav_1:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_nav_1:hover {
	text-decoration: underline ;
}
a.link_nav_2:link,
a.link_nav_2:active,
a.link_nav_2:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_nav_2:hover {
	text-decoration: underline ;
}
a.link_content:link,
a.link_content:active,
a.link_content:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_content:hover {
	text-decoration: underline ;
}
a.link_light:link,
a.link_light:active,
a.link_light:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_light:hover {
	text-decoration: underline ;
}
a.link_foot:link,
a.link_foot:active,
a.link_foot:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_foot:hover {
	text-decoration: underline ;
}
a.link_even:link,
a.link_even:active,
a.link_even:visited {
	color: #eeeeee ;
	text-decoration: none ;
}
a.link_even:hover {
	text-decoration: underline ;
}
a.link_odd:link,
a.link_odd:active,
a.link_odd:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_odd:hover {
	text-decoration: underline ;
}
a.link_good:link,
a.link_good:active,
a.link_good:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_good:hover {
	text-decoration: underline ;
}
a.link_bad:link,
a.link_bad:active,
a.link_bad:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_bad:hover {
	text-decoration: underline ;
}
a.link_important:link,
a.link_important:active,
a.link_important:visited {
	color: #4f7c9e ;
	text-decoration: none ;
}
a.link_important:hover {
	text-decoration: underline ;
}

.top_search {
	border: 1px solid #e0e0e0 ;
	background: #fff ;
	padding: 5px 10px ;
	padding-left: 10px ;
	margin: 10px 0;
}

.top_input {
	padding: 0px ;
	margin: 0px ;
	border: 0px ;
	background: #fff ;
	width: 100% ;
	position: relative ;
	color: #999 ;
}

/* Mega menu styles */
#menu {
    list-style:none;
    width: 100% ;
    margin: 0px auto 0px auto;
    padding:0px ;
}

#menu li {
    display:block;
    position:relative;
}

#menu li:hover {
}

#menu li a {  
}

#menu li .drop {  
}  

#menu li:hover .drop {  
}  

.dropdown_1column,  
.dropdown_2columns,  
.dropdown_3columns,  
.dropdown_4columns,  
.dropdown_5columns {  
    margin: 0px auto;  
    position:absolute;  
    left:-999em; /* Hides the drop down */  
    text-align:left;  
    padding: 10px ;
    margin-left: 1px ;
    border-top: none ;
    background: #6C97B8 ;
    z-index: 10000 ;
} 

.dropdown_1column {width: 140px;}  
.dropdown_2columns {width: 280px;}  
.dropdown_3columns {width: 420px;}  
.dropdown_4columns {width: 560px;}  
.dropdown_5columns {width: 700px;}  

#menu li:hover .dropdown_1column,  
#menu li:hover .dropdown_2columns,  
#menu li:hover .dropdown_3columns,  
#menu li:hover .dropdown_4columns,  
#menu li:hover .dropdown_5columns {  
	left:-1px;
	top:auto;  
}  

.col_1,  
.col_2,  
.col_3,  
.col_4,  
.col_5 {  
    display:inline;  
    float: left;  
    position: relative;  
    margin-left: 5px;  
    margin-right: 5px;  
}  
.col_1 {width:130px;}  
.col_2 {width:270px;}  
.col_3 {width:410px;}  
.col_4 {width:550px;}  
.col_5 {width:690px;}  

/* End mega menu */

.side_holder {
	margin: 15px ;
	background: url(/images/w25.png) ;
}

.side_heading {
	background: #4F7C9E ;
	padding: 4px 12px ;
}

.side_heading h2 {
	margin: 0px ;
	color: #fff ;
}

.name {
	font-size: 16px ;
	letter-spacing: -1px ;
	font-weight: bold ;
}

.date {
	margin: 5px 0px ;
}
.teaser {
	margin-top: 5px ;
	font-size: 12px ;
}

.scroller_shadow {
	background: url(/images/box-shadow.png) center no-repeat ;
	padding: 10px ;
	text-align: center ;
}
.scroller_shadow img {
	width: 100px ;
	height: 100px ;
}

a img {
	border: 0px !important ;
}

img {
	max-width: 100% ;
}

.top_container {
	background-color: white ;
	background-image: url(/images/shadow_top.png) ;
	background-position: center bottom ;
	background-repeat: repeat-x ;
	padding: 10px 0 20px 0 ;
}

.cart_desk {
	display: block ;
	background: #40647F ;
	color: white !important ;
	text-decoration: none ;
	padding: 8px ;
	text-align: center ;
	font-size: 1.2em ;
}

.cart_desk img {
	height: 20px ;
	margin-right: 10px ;
}

.cart_desk:hover {
	background: #4F7C9E ;
}

.social_container {
	font-size: 0 ;
	white-space: nowrap ;
}

.social_container img {
	margin: 0 2px ;
	height: 30px ;
}

.nav_container {
	background: #40647F ;
}

.menu_container {
	display: table ;
	width: 100% ;
}

.menu_menu,
.menu_search,
.menu_cart {
	display: none ;
}

.menu_logo,
.menu_samples,
.menu_info {
	display: table-cell;
	vertical-align: middle ;
	text-align: center ;
}

.table {
	display: table ;
	width: 100% ;
}

.table_margin {
	width: auto ;
	margin: auto ;
}

.td {
	display: table-cell ;
	vertical-align: middle ;
}

.top_container h2 {
	margin: 0 ;
}

.content_container {
	background-color: white ;
	background-image: url(/images/content_bg.png) ;
	background-position: center top ;
	background-repeat: repeat-x ;
	padding: 1px 0 ;
}

.content_bottom {
	border-top: 1px solid #e0e0e0 ;
	text-align: center ;
	padding: 20px ;
}

.content_bottom img {
	width: 100% ;
	margin: 10px ;
	max-width: 160px ;
}

.td_content {
	vertical-align: top ;
}

.td_side {
	vertical-align: top ;
	width: 30% ;
}

.bottom_container {
	background: url(/images/shadow_bottom.png) top repeat-x ;
	text-align: center ;
}

.side_box {
	text-align: center ;
	margin: 20px ;
}

.resp_only {
	display: none ;
}

.bottom_box {
	display: inline-block ;
	width: 100% ;
	max-width: 300px ;
	margin: auto ;
	margin-bottom: 20px ;
}

.cols_3,
.cols_4 {
	display: block ;
	font-size: 0 ;
	text-align: center ;
}

.col {
	display: inline-block ;
	vertical-align: top ;
	font-size: 14px ;
}

.cols_3 .col {
	width: 31% ;
	margin: 14px 1% ;
}

.cols_4 .col {
	width: 23% ;
	margin: 14px 1% ;
}

.col_shadow .col {
	box-shadow: 0 0 10px rgba(0,0,0,.15) ;
}

.float_right {
	float: right ;
	margin: 0 0 14px 20px ;
}

.w350 {
	width: 350px ;
}

.color_selector {
	max-width: 100% ;
}

.nav_shop {
	background: #40647F ;
}

.nav_shop a {
	font-weight: normal !important ;
	text-align: left !important ;
	color: white !important ;
	padding: 8px 12px !important ;
	border: 0 !important ;
}
.nav_shop .td {
	vertical-align: top ;
}

.shop_sub {
	margin-left: 10px !important ;
	font-size: 14px !important ;
}

.home_creative {
	margin-left: 20px ;
	box-shadow: 0 0 10px rgba(0,0,0,.15) ;
	padding: 20px ;
	border-radius: 20px ;
	text-align: center ;
}

.home_creative ul {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}

.home_creative ul li {
	display: block ;
	background-image: url(/images/checkmark.png) ;
	background-repeat: no-repeat ;
	background-size: auto 20px ;
	background-position: 10px center ;
	text-align: left ;
	
	font-family: 'Roboto Slab' ;
	font-weight: normal ;
	letter-spacing: -.03em ;
 ;
	font-size: 1.25em ;
	padding: 10px ;
	padding-left: 50px ;
	border: 1px solid #e0e0e0 ;
	border-radius: 10px ;
	margin: 10px 0 ;
}

.col_photo {
	background-position: center center ;
	background-size: contain ;
	padding-top: 100% ;
	background-repeat: no-repeat ;
	position: relative ;
}

.col_photo a,
.col_photo img {
	position: absolute ;
	top: 0 ;
	left: 0 ;
	right: 0 ;
	bottom: 0 ;
}

.col_title a {
	background: #4F7C9E ;
	color: white ;
	text-decoration: none ;
	
	font-family: 'Roboto Slab' ;
	font-weight: normal ;
	letter-spacing: -.03em ;
 ;
	text-align: center ;
	padding: 10px ;
	font-size: 1.25em ;
	display: block ;
}

.col_title a:hover {
	background: #6C97B8 ;
}

.col_content {
	padding: 15px ;
}

.hr {
	background-image: url(/images/hr.png) ;
	background-position: center center ;
	height: 40px ;
	border: 0 ;
	padding: 0 ;
	margin: 40px 0 ;
}

@media (max-width: 640px) {
	.home_creative {
		margin: auto ;
	}
	.nav_shop {
		display: none ;
	}
	.w350 {
		width: auto !important ;
	}
	.float_right {
		float: none !important ;
		display: block !important ;
		margin: 14px auto !important ;
		width: auto !important ;
	}
	.resp_only {
		display: block ;
	}
	.nav_bar,
	.nav_bar li,
	.table,
	.td {
		display: block !important ;
		width: auto !important ;
		margin: auto !important ;
	}
	.menu_samples {
		display: none ;
	}
	.menu_logo,
	.menu_menu,
	.menu_search,
	.menu_cart {
		display: table-cell ;
		vertical-align: middle ;
		font-size: 1.5em ;
		height: 80px ;
	}
	.menu_logo img {
		width: auto !important ;
		max-width: none ;
		height: 80% ;
	}
	.menu_menu a,
	.menu_search a,
	.menu_cart a {
		display: block ;
		padding: 0 10px ;
		color: #40647F !important ;
	}
	.menu_search a {
		padding-right: 0 ;
	}
	.menu_samples,
	.menu_info {
		display: none ;
	}
	.body {
		padding-top: 80px ;
	}
	.top_container {
		padding: 0 ;
		position: fixed ;
		top: 0 ;
		left: 0 ;
		right: 0 ;
		background: white ;
		z-index: 999 ;
		box-shadow: 0 0 10px rgba(0,0,0,0.25) ;
	}
	.nav_container {
		display: none ;
		position: fixed ;
		top: 80px ;
		left: 0 ;
		right: 0 ;
		bottom: 0 ;
		z-index: 899 ;
		overflow-y: auto ;
	}
	.nav_bar li a {
		padding: 10px !important ;
		border-top: 1px solid #53738b ;
		border-bottom: 1px solid #395a72 ;
	}
	#catalog {
		display: none ;
	}
	.catalog_link {
		display: block ;
		background: #40647F ;
		text-align: center ;
		color: white !important ;
		font-size: 2em ;
		padding: 10px ;
		line-height: 1 ;
		text-decoration: none ;
	}
	.catalog_link:hover {
		background: #4F7C9E ;
	}
	a.side_cat {
		padding: 8px 10px !important ;
	}
	.col {
		display: block !important ;
		width: auto !important ;
		margin: auto !important ;
	}
	.resp_xwide,
	.list_cont {
		position: relative ;
		width: auto ;
		overflow-x: auto ;
	}
}

.wtp {
	color: transparent;
	pointer-events: none;
}

.wtp * {
	line-height: .1;
	font-size: .5px;
	height: 1px;
	overflow-y: hidden;
	padding: 0;
	margin: 0;
}

.wtp input {
	border-color: transparent;
}
