/*            General styles
========================================= */
html, body {
	border: none;
	outline-width: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	background: #ffffff;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
area {
	display: block;
	cursor: default;
	font-weight: normal;
}
.red {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}
a {
	text-decoration: none;
}

/*        Classes for forms
==================================== */
.entry, .required-entry {
	padding-left: 1px;
	background: #ffffff;
	font-weight: normal;
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	outline-width: 0;
}
.entry:focus, .required-entry:focus {
	background: #ffffff;
}
.entry:disabled, .required-entry:disabled {
	background: #dddddd;
}
textarea {
	font-weight: normal;
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
}
input[type=text] {
	font-weight: normal;
	padding: 0 0 0 3px ;
}
select {
	outline-width: 0;
}
#message-area {
	font-weight: normal;
	padding: 0 0 0 3px ;
}

/*     Entire display (resizes for old screens)
      Contains top, middle, and bottom containers,
             excludes sandbox message
====================================================== */
#whole-container {
	-moz-transform-origin: top center;
	-ms-transform-origin: top center; 
	-o-transform-origin: top center;
	-webkit-transform-origin: top center; 
	transform-origin: top center; 
	position: relative;
	top: 44px;
	width: 1040px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 0;
}


/*           Sandbox message
============================================= */
#sandbox-top {
	position: absolute;
	top: 20px;
	left: 830px;
	text-align: center;
}
#sandbox-top-message {
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;  
 	color: red;
 	opacity: .2;
}

/*          Company Logo
==================================== */
#logo {
	position: absolute;
	top: 0;
	left: 0;
	-moz-user-select: none; 
	-ms-user-select: none;
	-webkit-user-select: none; 
	-o-user-select: none; 
	user-select: none;
}
#logo img {
	height: 78px;
	width: 760px;
	border: none;
	outline-width: 0;
}
#logo-area {
	display: block;
	cursor: pointer;
	font-weight: normal;
	outline-width: 0;
}

/*      Breadcrumbs (top is target
   when scrolling by clicking on logo)
======================================== */
#crumbs {
	position: absolute;
	top: 101px;
	left: 38px;
	height: 12px;
	width: 610px;
	text-align: left;
	display: table;
}
.crumb-cell {
	display: table-cell;
	vertical-align: bottom;
}
.crumb-cell ul {
	list-style: none;
	display: inline-table;
	margin: 0;
	padding: 0; 
}
.crumb-cell ul li {
	padding: 0;
	display: inline;
}
.crumb-cell ul li a {
	display: block;
	float: left;
	text-align: center;
	position: relative;
	padding: 0 3px 0 3px;
	margin: 0 10px 0 0; 
	font-size: 12px;
	height: 12px;
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666; 
}
.crumb-cell ul li a:after {
	content: "";  
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #000000;
	position: absolute; right: -7px; top: 3px;
	border-left-color: #666666;
	pointer-events: none ;
}
.crumb-cell ul li:last-child a:after {
	display: none; 
}
.crumb-cell ul li a:hover {
	color: #000000; 
}
.crumb-cell ul li a.disable{
	color: #000000; 
	cursor: default;
	font-weight: normal;
	text-shadow:0 0 1px white;
}

/*   Search and link buttons and tips.
        (Classes also are used for 
      social icons at bottom of page,
   print & email icons on detail pages)
========================================= */
#link-icons-top {
	position: absolute;
	top: 86px;
	left: 650px;
	padding: 0;
	height: 28px;
	width: 390px;
	text-align: right;
}
.link-icon {
	float: right;
	position: relative;
	margin: 0 0 0 9.33px;
	white-space: nowrap;
}
.link-icon img {
	width: 28px;
	height: 28px;
	border: none;
	outline-width: 0;
}
#mailing-tip {
	top: -28px;
	right: 0;
}
.tip {
	position: absolute;
	height: 15px;
	padding: 2px 4px 1px 4px;
	margin: 0;
	font-size: 11px;
	font-kerning: normal;
	white-space: nowrap;
	text-align: center;
	border: 2px solid #d5d5d5;
	display: inline-block;
	display: none;
	z-index: 9999999;
	background: #ffffff;
}

/*         Search area
================================ */
#search-area {
  	float: right;
	position: relative;
 	width: 178px;
}
#search-form {
	position: relative;
}
#search-string-box {
	position: absolute;
	font-size: 14px;
	top: 0;
	left: 0;
	width: 146px;
	height: 26px;
	color: #666666;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	outline-width: 0;	
}
#search-submit-button {
	position: absolute;
	top: 0;
	left: 150px;
	width: 28px;
	height: 28px;
	border: none;
	outline-width: 0;
}

/*   Social icons at bottom of page
  (see also classes for icons at top)
===================================== */
#link-icons-bottom {
	position: absolute;
	top: 725px;
	left: 530px;
	padding: 0;
	height: 28px;
	text-align: center;
}
#link-icons-bottom-cell {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	left: -50%;
}
#facebook-tip {
	top: -28px;
	left: -84px;
}
#instagram-tip {
	top: -28px;
	left: -46.66px;
}
#twitter-tip {
	top: -28px;
	left: -9.33px;
}
#pinterest-tip {
	top: -28px;
	left: 28px;
}
#houzz-tip {
	top: -28px;
	left: 65.33px;
}

/*    Navigation area / top menu
==================================== */
nav { 
	position: absolute;
	top: 123px;
	left: 38px;
	height: 630px;
	width: 142px;
	background: #95c6c0;
	text-align: left;
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	font-size: .875em;
	font-weight: normal;
	-webkit-print-color-adjust: exact
} 
nav ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
} 
nav ul li { 
	border-style: solid;
	border-color: #ffffff;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: .1428em;
	background: #ffffff;
	list-style: none; 
	white-space: nowrap;
} 
nav ul li a { 
	padding: 1.071em 0 1.0em 10px;  
	text-decoration: none; 
	background: #95c6c0;
	color: #000000; 
	display: block; 
} 
nav ul li a:hover { 
	background: #c6e6de;
	color: #000000; 
} 
nav ul li a.disable { 
	background: #c6e6de;
	cursor: default;
	font-weight: normal;
} 

/*  Blank under nav, click to scroll
===================================== */
#blank-image img {
	height: 11.0em;
	width: 100%;
	border: none;
	outline-width: 0;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}

/*             Submenus
   (top and (maybe) left set below,
     left 142px lines up with nav)
==================================== */
.submenu {
	position: absolute;
	left: 142px;
	display: none;
	margin: 0;
	padding: 2px;
	background: #ffffff;
	z-index: 500;
}
.submenu a { 
	padding: 15px 10px 14px 10px;  
	text-decoration: none; 
	background: #95c6c0;
	color: #000000; 
	display: block; 
}
.submenu a:hover { 
	background: #c6e6de; 
}
#about-menu {
	top: 45px;
}
#products-menu {
	top: -2px;
}
#products-menu a{
	padding-top: 8px;
	padding-bottom: 7.6px;
}
#types-menu {
	top: 139px;
	width: 180px;
}
#slumped-type-menu {
	top: 0;
	left: 182px;
}
#textures-menu {
	top: 186px;
	width: 165px;
}
#slumped-texture-menu {
	top: 0;
	left: 167px;
}
#colors-menu {
	top: 233px;
	width: 137px;
}
#applied-colors-menu {
	top: 47px;
	left: 139px;
}
#fabrication-menu {
	top: 186px;
}
#edges-menu {
	top: 0;
	left: 242px;
}

/*    Working area (dynamic area on each page)
================================================= */
#work-area {
	position: absolute;
	top: 123px;
	left: 190px;
	height: 630px;
	width: 700px;
	cursor: default;
}

/*       Default heading (title & summary area)
   This is usually the top part of the working area
====================================================== */
#page-heading {
	margin: 15px 0 0 0;
	width: 685px;
	text-align: left;
	height: 94px;
	cursor: default;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#page-title {
	font-size: 15px;
}
#page-intro {
	margin: 2px 0 0 0;
	font-size: 13px;
	line-height: 17px;
}
.section-title {
	font-size: 14px;
	line-height: 18px;
}
.section-info {
	margin: 2px 0 0 0;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
}

/*           Texture Panel
==================================== */
#texture-panel {
	position: absolute;
	top: 123px;
	left: 900px;
}
#texture-panel a {
	cursor: pointer;
}
#texture-panel img {
	float: middle;
	width: 140px;
	height: 630px;
	border: none;
	outline-width: 0;
}

/*      Links at bottom of page
======================================== */
#links-bottom {
	position: absolute;
	top: 763px;
	left: 530px;
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .5625em;
	color: #666666; 
	text-align: left;
}
#links-bottom-cell {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	left: -50%;
	color: #349490;
	cursor: default;
}
#links-bottom-cell a {
	text-decoration: none;
	color: #349490;
}
#links-bottom-cell a:hover {
	color: #ec1d27;
}
#copyright {
	position: absolute;
	top: 777px;
	left: 530px;
	text-align: center;
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	font-size: .5625em;
	color: #666666; 
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#copyright-cell {
	position: relative;
	display: inline-block;
	white-space:nowrap;
	cursor: default;
	left: -50%;
}

/*   SEO area (below Contact / Copyright)
============================================= */
#SEO {
	position: absolute;
	top: 874px;
	left: 38px;
	width: 1002px;
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: left;
	cursor: default;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/*    Page Numbers for multi-page displays
=============================================== */
.pages {
	position: absolute;
	top: 606px;
	left: 0;
	font-size: 18px;
	font-weight: normal;
	height: 25px;
	width: 705px;
	text-align: right;
	display: table;
}
.pages-cell {
	display: table-cell;
	vertical-align: bottom;	
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.pages-cell ul {
	list-style: none;
	display: inline-table;
	margin: 0;
	padding: 0; 
}
.pages-cell ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
.pages-cell ul li a, .pages-cell ul li span {
	display: block;
	float: left;
	position: relative;
	padding: 0 5px 0 5px;
	text-decoration: none;
	color: #666666; 
}
.pages-cell ul li a:hover, .pages-cell ul li span:hover {
	font-style: bold;
	color: #000000;
	cursor: pointer;
}
.pages-cell ul li a.disable, .pages-cell ul li span.disable {
	color: #000000;
	cursor: default;
	font-weight: normal;
	text-decoration: underline;
}
.page-cell {
}

/*    Inner class for links and buttons
============================================ */
.button-inner {
	position: relative;
	left: -50%;
  	font-size: 13px;
 	margin: 0;
 	padding: 0;
	white-space: nowrap;
}
button {
	border: none;
	outline-width: 0;
	padding: 0;
	margin: 0;
	background: #ffffff;
}
.button-inner a {
 	text-decoration: none;
 	color: #000000;
}
.button-submit {
	color: #349490;
}
button, .button, button span, .button span {
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	font-size: 13px;
	outline-width: 0;
}
button:hover, button a:hover, button:visited, button:focus, .button:focus, button:active, .button a:hover, .button span:hover, .button span:focus, .button-submit:hover {
	color: #ec1d27;
	cursor: pointer;
	border: none;
	outline-width: 0;
	box-shadow: 0px 0px 0px #ffffff;
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
}
.js-button {
	visibility: hidden;
	display: none;
}

/*                        Tooltips
=================================================== */
.ui-tooltip, .detail-link-tooltip, .link-icon-tooltip {
	background: #ffffff;
	border-width: 0;
	border-style: solid;
	border-color: #dddddd;
	border-radius: 0;
	box-shadow: 0 0 0;
	outline: #ffffff solid 1px;
	padding: 2px 5px 2px 5px;
	color: #000000;
	font-size: 11px;
}
.link-icon-tooltip {
}