@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,700);
@import url(jqtransform.css);
@import url(lightbox.css);
@import url(cycle.css);
@import url(../resources/verlag/stylesheet.css);
@import url(../resources/miller/stylesheet.css);
@import url(slidder.css);


/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
} /* Force line break for HTML5 support */

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/* Font normalization */
body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }


html { overflow-y: scroll; } /* Always force a scrollbar in non-IE */

a:hover, a:active { outline: none; text-decoration:none; } /* Accessible focus treatment */

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; list-style:none; list-style-image: none; } /* Remove margins for navigation lists */

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* Formatting quoted code in blog posts css21 white space pre wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* IE remove textarea scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* No text-shadow, Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

a:link { -webkit-tap-highlight-color: #FF5E99; } /* j.mp/webkit-tap-highlight-color */

button {  width: auto; overflow: visible; } /* Make buttons play nice in IE:  */

.ie7 img { -ms-interpolation-mode: bicubic; } /* Bicubic resizing for non-native sized IMG: */


/*=========================================================================================================================
 BASE STYLES
===========================================================================================================================*/

/* COLORS: 
	gray (text): #535353,
	light gray: #868686,
	light tan: #baa387,
	middle tan: #867361,
 */

html, body {
	height: 100%;
}
body, select, input, textarea {
	color: #535353;
	/* Set your base font here, to apply evenly */
	/*font-family: times, serif;*/
	font-family: helvetica, arial, sans-serif;
}
body {
	border-top: 8px #f4f4f4 solid;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { 
	color: #867361;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover { color: #000000; text-decoration: none; }

div#container {
	position: relative;
	margin: 0 auto;
	width: 955px;
}
header#gheader {
	/* pilar changed this 
	position: relative; */
	z-index: -1;
}
div#logo {
	padding-top: 35px;
	padding-bottom: 33px;
}


/*=========================================================================================================================
 FONTS
===========================================================================================================================*/
/* font-family: helvetica, arial, sans-serif; */
i { font-style: italic; }
em { font-style: italic; }


/*=========================================================================================================================
 GRID
===========================================================================================================================*/



/*=========================================================================================================================
 HEADER UTILITIES
===========================================================================================================================*/

section#util {
	font-size: .9em;
/*	position: absolute; */
	right: 0;
	top: 0;
	font-family: times, serif;
}
#test{
width: 320px;
position: absolute;
left: 631px;
margin-top: -85px;}

ul#social {
	list-style: none;
	margin: 0;
	padding: 5px 5px 6px 10px;
	display: block;
	width: 125px;
	overflow: hidden;
	color: #c7c7c7;
	float:left;
}
ul#social li {
	float: left;
	padding-left: 14px;
}
ul#social li.twitter, ul#social li.facebook {
	display: block;
	width: 17px;
	height: 17px;
	opacity: 0.8;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
ul#social li.twitter:hover, ul#social li.facebook:hover {
	opacity: 1;
}
ul#social li.twitter {
	padding-left: 0px;
}
ul#social li.twitter a {
	background: url(/img/global/icon-twitter.png) left top no-repeat;
	display: block;
	width: 17px;
	height: 17px;
}
ul#social li.facebook {
	padding-left: 8px;
}
ul#social li.facebook a {
	background: url(/img/global/icon-facebook.png) left top no-repeat;
	display: block;
	width: 17px;
	height: 17px;
}
ul#social li.twitter a:hover, ul#social li.facebook a:hover {
	background-position: right top;
}
ul#social li.blog {padding: 1px 10px 0 18px; }
ul#social li.blog a { color: #867361; }
ul#social li.blog a:hover { color: #000000; }
ul#social li.find {
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	color: #867361;
	padding-top: 3px;
	font-size: .9em;
}
ul#social i, div#login-search i {
	letter-spacing: 1px;
}

div#login-search {
	float:right;
}
div#login-search a, div#login-search a:active, div#login-search a:visited {
	color: #868686; 
}
div#login-search p {
	margin-left: 11px;
	margin-right: 8px;
	display: inline;
	width: 300px;
}
div#login-search p span {
	padding-right: 22px;	
}


/*=========================================================================================================================
 HEADER NAVIGATION
===========================================================================================================================*/

nav#gnav {
	position: relative;
	z-index: 2000;
	background: url(/img/global/nav-line.gif) repeat-x 0 16px;
	height: 57px;
	font-family: times, serif;
}
nav#gnav div {
	float: left;
	/*position: relative; DON'T POSITON RELATIVE, IT WILL BREAK FLYOUT POSITIONING*/
}
nav#gnav h2 {
	color: #baa387;
	text-transform: uppercase;
	/*font-family: helvetica, arial, sans-serif;*/
	font-family: helvetica, arial, sans-serif;
	font-size: .8em;
	position: relative;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
nav#gnav div h2, nav#gnav div ul {
	padding-left: 14px;
	margin-left: 12px;
}
	nav#gnav div:first-child h2, nav#gnav div:first-child ul {
		padding-left: 0px;
		margin-left: 0px;
		border: none;
		background: none;
	}
nav#gnav div ul {
	font-variant: small-caps;
	letter-spacing: 1px;
	line-height: 1.2;
	/*border-left: 1px #ededed solid;*/
	background: url(/img/global/bg-gnav-border.gif) left top no-repeat;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 0;
}
nav#gnav div ul li {
	display: block;
	float: left;
	padding-left: 8px;
	/*padding-left: 15px;  Targeting Safari */
	padding-bottom: 21px;
}

/* Targeting Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	nav#gnav div ul li a { font-size: 1em;}
}
	
nav#gnav div ul li:first-child {
	padding-left: 0px;
	padding-right: 4px;
}
nav#gnav div ul a, nav#gnav div ul a:link, nav#gnav div ul a:visited {
	color: #867361;
	-moz-transition-duration: 0s;
}
nav#gnav div ul a:hover {
	text-decoration: none;
	color: #4f4136;
}
nav#gnav a.selected {
	color: #413731!important;
}

/*
        Flyout Navigations
*/
nav#gnav ul li .simple-flyout, nav#gnav ul li .complex-flyout {
	position: absolute;
	top: 73px;
	left: 0px;
	padding-bottom: 15px;
	font-size: 10px;
	/*border-radius: 0 3px 3px 3px;*/
	visibility:hidden;
}
nav#gnav div.flyout-arrow {
	background: url(/img/global/flyout-arrow.png) no-repeat left top;
	width: 27px!important;
	height: 14px!important;
	position: absolute;
}
	li.gnav1 div.flyout-arrow {
		top: -14px;
		left: 20px;
	}
	li.gnav2 div.flyout-arrow {
		top: -14px;
		left: 102px;
	}
	li.gnav3 div.flyout-arrow {
		top: -14px;
		left: 210px;
	}
	li.gnav4 div.flyout-arrow {
		top: -14px;
		left: 308px;
	}
	li.gnav5 div.flyout-arrow {
		top: -14px;
		left: 405px;
	}
	li.gnav6 div.flyout-arrow {
		top: -14px;
		left: 500px;
	}
	li.gnav7 div.flyout-arrow {
		top: -14px;
		left: 584px;
	}
	li.gnav8 div.flyout-arrow {
		top: -14px;
		left: 683px;
	}
	li.gnav9 div.flyout-arrow {
		top: -14px;
		left: 757px;
	}
	li.gnav10 div.flyout-arrow {
		top: -14px;
		left: 880px;
	}
nav#gnav ul li .simple-flyout {
	width: 170px;
	background: url(../images/bg-simple-flyout-top.png) right top no-repeat;
}
nav#gnav ul li .complex-flyout {
	width: 955px;
	/*This file doesn't exist in Jeremy's design stage can't find file, assuming it's deprecated.
	background: url(../images/bg-complex-flyout-top.png) right top no-repeat;
	*/
	background-color: #f1efed;
	background-color: rgba(241,239,237,0.95);
	-moz-box-shadow: 0px 1px 2px rgba(68,68,68,0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(68,68,68,0.2);
	box-shadow: 0px 1px 2px rgba(68,68,68,0.2);
}

nav#gnav .sf-bg, nav#gnav .cf-bg {
	display: block;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	z-index:550;
}
nav#gnav .sf-bg {
	background: url(../images/bg-simple-flyout.png) right bottom no-repeat scroll;
}
nav#gnav .cf-bg {
	/*This file doesn't exist in Jeremy's design stage can't find file, assuming it's deprecated.
	background: url(../images/bg-complex-flyout.png) right bottom no-repeat scroll;
	*/
}

nav#gnav .simple-flyout ul, nav#gnav .complex-flyout ul {
	overflow: hidden;
	display: block;
	margin-left: 1px;
	margin-bottom: 10px;
	padding: 6px 10px 10px 18px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2;
	cursor: pointer;
}
nav#gnav .simple-flyout ul li, nav#gnav .complex-flyout ul li {
	color: #666666;
}
nav#gnav .simple-flyout ul li, nav#gnav .complex-flyout ul li {
	color: #5b5b5b;
	font-weight: normal;
	font-size: .9em;
	display: block;
	width: 100%;
	padding: 3px 0px 3px 13px;
	margin: 0px;
	background: url(/img/global/list-arrow2.png) 0% 45%  no-repeat;
}
nav#gnav .complex-flyout ul li:first-child {
	padding: 3px 0px 3px 13px; /* reset */
}
nav#gnav .simple-flyout ul li a, nav#gnav .complex-flyout ul li a {
	color: #867361;
	display: block;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
}
nav#gnav .simple-flyout ul li a:hover, nav#gnav .complex-flyout ul li a:hover, nav#gnav .complex-flyout h2 a:hover {
	color: #4F4136;
	text-decoration: none;
}
]nav#gnav .complex-flyout div {
	float: left;
	width: 137px;
	padding-right: 8px;
	padding-top: 3px;
}
nav#gnav .complex-flyout div aside {
	margin-top: 12px;
	margin-left: 16px;
}
nav#gnav .simple-flyout h2 {
}
nav#gnav .simple-flyout h2+h2 {
	padding-top: 11px;
}
nav#gnav .complex-flyout h2, nav#gnav .simple-flyout h2 {
	margin-top: 10px;
	padding-left: 23px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: 0px;
	color: #413731;
}
nav#gnav .complex-flyout h2+h2, nav#gnav .simple-flyout h2+h2 {
	padding-left: 23px;
	padding-top: 11px;
}
nav#gnav .complex-flyout h2 a, nav#gnav .simple-flyout h2 a {
	display: block;
	width: 100%;
	color:#413731!important;
}
nav#gnav .break {
	display: block;
	border-top: 1px dotted #CCCCCC;
	margin-top: 6px;
	margin-bottom: 6px;
}

div.complex-flyout section {
	clear: both;
	overflow: hidden;
	margin-left: 31px;
	margin-bottom: 3px;
}
div.complex-flyout section.ourstory {
	margin-left: 11px;
}

div.complex-flyout section div {
	margin-top: 4px;
	margin-left: 18px;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	background: url(/img/global/list-arrow2-hidden.png) 0% 45%  no-repeat;
}

div.complex-flyout section.ourproducts div {
	min-height:156px;
}




div.complex-flyout section div.ourstory, div.complex-flyout section div.ourstorybottom,
div.complex-flyout section div.ourstoryemptybottom, div.complex-flyout section div.ourstorymidbottom {
	margin-top: 0px;
	margin-left: 18px;
	text-align:left;
	padding-left:15px;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	background: url(/img/global/list-arrow2-hidden.png) 0px 10px  no-repeat;
	border-top:1px solid #ccc;
	width:192px!important;
	padding-top:10px;
	padding-bottom:10px;
}
div.complex-flyout section div.ourstorybottom {
	border-bottom:1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-bottom:13px;
}

div.complex-flyout section div.ourstoryemptybottom {
	border-top: 1px solid #ccc;
}

div.complex-flyout section div.ourstorymidbottom {
	/*border-bottom:1px solid #ccc;*/
	padding-bottom: 10px;
}

div.complex-flyout section div.ourstory:hover {
	background: url(/img/global/list-arrow2.png) 0px 10px  no-repeat;
}
div.complex-flyout section div.ourstorybottom:hover {
	background: url(/img/global/list-arrow2.png) 0px 10px no-repeat;
}
div.complex-flyout section div.ourstorymidbottom:hover {
	background: url(/img/global/list-arrow2.png) 0px 10px no-repeat;
}

div.complex-flyout section div:first-child {
	margin-left: 10px;
}
nav#gnav a.thumbs {
	display: block;
	width: 160px;
	height: 155px;
	-webkit-transition: none;
	-moz-transition: none;
 	-o-transition: none;
	transition: none;
	color: #696969!important;
	font-weight: bold;
}
nav#gnav a.thumbs:hover {
	color: #441c00!important;
}
nav#gnav aside {
	text-align: left;
}


/*=========================================================================================================================
 LISTS
===========================================================================================================================*/

ul.list1 {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
ul.list1 li {
	font-size: .8em;
	background: url(/img/global/list-after.png) no-repeat center right;
	border-bottom: 1px solid #d9d9d9;
}
ul.list1 li a {
	color: #696969;
	background: url(/img/global/list-arrow.png) no-repeat 0 10px;
	display: block;
	padding: 9px 0 9px 17px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
ul.list1 li a:hover {
	color: #000;
	text-decoration:none;
}

ul.list2, h2.list2 {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 14px 0;
	margin: 0 25px 0 15px;
	letter-spacing: 1px;
}
ul.list2 li {
	padding: 4px 0 4px 12px;
}
ul.list2 li.selected {
	font-weight: bold;
}
ul.list2 li a {
	display: block;
	line-height: 1.5;
}
ul.list3 {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
ul.list3 li {
	background: url(/img/global/list-arrow3.png) no-repeat 0 5px;
	padding: 1px 0 1px 17px;
}
ul.list3 li a {
	color: #8f8f8f;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
ul.list3 li a:hover {
	color: #000000;
}


/*=========================================================================================================================
 MAIN
===========================================================================================================================*/

section#main {
	min-height: 550px;
}
section.fill {
	background-color: #d7d7d6;
}
section.border {
	border: 1px #efefef solid;
}
div.arrow1, div.arrow2, div.arrow3, div.arrow4, div.arrow5, div.arrow6, div.arrow7, div.arrow8, div.arrow9, div.arrow10 {
	width: 27px;
	height: 13px;
	position: absolute;
}
div.arrow1 {
	left: 20px;
	margin-top: -9px;
	background: url(/img/global/flyout-arrow-select.png) no-repeat 0 0;
}
div.arrow7 {
	left: 593px;
	margin-top: -9px;
	background: url(/img/global/flyout-arrow-select2.png) no-repeat 0 0;
}


/*=========================================================================================================================
 SEC-NAV
===========================================================================================================================*/

aside#sec-nav {
	float: left;
	display: block;
}
	div#sec-col {
		float: left;
		width: 229px;
		margin-right: 12px;
	}
aside#sec-nav, div#sec-col {
	color: #696969;
	text-transform: uppercase;
	font-size: .9em;
}
aside#sec-nav nav, div#sec-col nav {
	padding-top: 20px;
}
aside#sec-nav a, div#sec-col a, .DimensionBreadcrumb span {
	color: #696969;
	text-transform: uppercase;
	font-size: .9em;
}
aside#sec-nav nav.narrow-list h2 a {
	font-size:11px;
}

aside#sec-nav a:hover, div#sec-col a:hover {
	color: #000000;
}

aside#sec-nav a.current {
	color: #696969;
	text-transform: uppercase;
	font-size: .9em;
	font-weight:bold;
}

aside#sec-nav h2, div#sec-col h2 {
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: 1px;
	margin: 0px 10px 10px 10px;	
	text-align:center;
}
aside.noborder {
	width: 217px;
	margin: 12px;
	background: url(/img/global/bg-texture.png) left top repeat;
}
/*aside.fill {
	width: 217px;
	margin: 12px;
	background: url(/img/global/bg-texture.png) left top repeat;
}
*/
	.height1 {
		min-height: 640px;
	}
	.height2 {
		min-height: 632px;
	}
	.noheight {
		min-height: 0;
		padding-bottom: 0!important;
	}
aside.border {
	width: 217px;
	padding: 12px 0 12px 12px;
	border-top: 1px #efefef solid;
	border-left: 1px #efefef solid;
	border-bottom: 1px #efefef solid;
}
	div.border-cont {
		background: url(/img/global/bg-texture.png) left top repeat;
		padding: 0px 0px 12px 0px;
	}
nav.minus-top {
	padding-top: 5px!important;
}
nav.list-down h2 {
	padding-bottom: 10px;
}
nav.list-down2 h3 {
	padding-bottom: 12px!important;
}
nav.list-down2 {
	padding-bottom: 5px!important;
	border-bottom: 1px solid #ddd;
}
nav.search-list {
	padding-top: 2px!important;
}
nav.search-list div {
	margin-bottom: 2px;
}

/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
nav.list-down div, nav.list-down2 div {
	position: relative;
	clear: both;
}
nav.list-down div, nav.list-down div div {
	margin-bottom: 14px;
	margin-left: 7px;
}
nav.list-down2 div, nav.list-down2 div div {
	text-transform: uppercase;
	margin-bottom: 10px;
}
nav.narrow-list {

}
nav.narrow-list ul li a.down-a, nav.narrow-list ul li a.up-a, nav.narrow-list ul li a.endecadimension {
	display: block;
	padding: 10px 20px 4px 16px;
	letter-spacing: 1px;
}

nav.narrow-list ul li table tr 
{
	background-color: #FFFFFF
}

nav.narrow-list ul li a.down-a:hover, nav.narrow-list ul li a.up-a:hover, nav.narrow-list ul li table tr:hover {
	background-color: #dcdcdc;
	text-decoration: none;
}

nav.narrow-list ul li a.endecadimension:hover 
{
	text-decoration:none;
}

nav.narrow-list ul li a.down-a {
	background: url(/img/global/list-arrow-down.png) no-repeat 182px 11px;
}
nav.narrow-list ul li a.up-a {
	background: url(/img/global/list-arrow-up.png) no-repeat 182px 11px;
}
nav.narrow-list ul li.up ul {
	display: none;
}
nav.narrow-list ul li ul li ul, nav.narrow-list div#ctl00_ContentPlaceHolder1_Breadcrumbs2 {
	background-color: #f5f3f2;
	background: url(/img/global/bg-list-bot.gif) repeat-x bottom left;
	padding-bottom: 5px;
}
nav.narrow-list ul li ul span, nav.narrow-list span.showtop {
	background: url(/img/global/bg-list-top.gif) repeat-x 0 0;
	display: block;
	padding-top: 7px;
}
nav.narrow-list ul li ul li ul span.RecordCount {
	display: none;
}

nav.narrow-list ul li ul li ul li, .DimensionBreadcrumb span {
	padding: 1px 10px 1px 36px;
	font-size: 1.2em;
	line-height: 1.2;
	font-family: "Times New Roman", Times, serif;
}
nav.narrow-list ul li ul li ul li a, .DimensionBreadcrumb span {
	text-transform: capitalize!important;
	display: block;
}

/* setting the width and height of the SELECT element to match the replacing graphics */
select.select {
    position: relative;
    z-index: 10;
	margin-left: 11px;
    width: 149px !important;
    height: 31px !important;
    line-height: 26px;
}
nav.list-down2 select {
	width: 198px;
}

/* dynamically created SPAN, placed below the SELECT 
span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 149px;
    height: 31px;
    line-height: 96px;
    text-indent: 20px;
    cursor: default;
    z-index: 1; 
}*/

span.select 
{
	width:100px;
}

/*=========================================================================================================================
 COL-PRI
===========================================================================================================================*/

#col-pri {
	float: right;
	width: 710px;
	color: #696969;
	line-height: 1.4;
	padding-bottom: 35px;
}
	.noheight {
		line-height: 0;
	}
img.banner {
	clear: both;
	margin-bottom: 14px;
}
#col-pri h1, #col-pri h2, #col-pri h3, #col-pri h4 {
	font-family: times, serif;
	color: #867361;
}
#col-pri h1 {
	font-size: 1.3em;
	padding-bottom: 3px;
}
#col-pri h4 {
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-top: 16px;
}
#col-pri h6 {
	padding-top: 14px;
	font-weight: normal;
}
#col-pri ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ---------#col-product-------------------------------------*/
#col-product {
	width: 444px;
	float: left;
	margin-right: 36px;
	position: relative;
}
#col-product header {
	margin-top: 22px;
}
#col-product header h1 {
	color: #413731;
	font-family: Times, serif;
	font-size: 2em;
	font-weight: normal;
	display: block;
	width: 290px;
	line-height: 1.1;
}
#col-product header p {
	font-weight: bold;
}
#col-product header p.zoom {
	display: block;
	width: 200px;
	position: absolute;
	right: 0;
	font-weight: normal;
	color: #8f8f8f;
	font-size: .9em;
	text-align: right;
	top: 32px;
}
#col-product a.zoom-in, #col-product a.zoom-out {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	opacity: 0.5;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
 	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
#col-product a.zoom-in {
	background: url(/img/global/zoom-in.png) 0 0 no-repeat;
	margin-left: 10px;
}	
#col-product a.zoom-out {
	background: url(/img/global/zoom-out.png) 0 0 no-repeat;
	margin-left: 8px;
}
#col-product a.zoom-in:hover, #col-product a.zoom-out:hover {
	opacity: 1;
}
#col-product .large-image {
	margin: 12px 0;
}
#col-product ul.tools {
	overflow: hidden;
	color: #8f8f8f;
	position: relative;
	min-height: 60px;
	padding-top: 6px;
}
#col-product ul.tools li {
	position: absolute;
	font-size: .9em;
	padding-bottom: 4px;
}
#col-product ul.tools li a {
	color: #8f8f8f;
}
#col-product ul.tools li a:hover {
	color: #000000;
}
#col-product ul.tools li a img {
	float: left;
	margin-top: -6px;
}
#col-product li.save-image {
}
#col-product li.send-friend {
	left: 150px;
}
#col-product li.start-planning {
	left: 290px;
}
#col-product li.print-friendly {
	top: 40px;
}
#col-product li.high-res {
	left: 150px;
	top: 40px;
}
#col-product div.details {
	clear: both;
}
#col-product table#dimensions td {
	padding-right: 20px;
}

/* ---------#col-details-------------------------------------*/
#col-details {
	width: 230px;
	float: right;
	margin-top: 10px;
}
#col-details h3 {
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	color: #696969;
	padding-top: 10px;
	padding-bottom: 7px;
	font-size: .9em;
	letter-spacing: 1px;
}
#col-details ul.list-images, #col-details ul.list-images-desc {
	padding-bottom: 7px!important;
	overflow: hidden;
}
#col-details ul.list-images img, #col-details ul.list-images-desc img {
	border: 1px solid #ddd;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#col-details ul.list-images li {
	margin-right: 14px;
	float: left;
}
#col-details ul.list-images-desc {
	
}
#col-details ul.list-images-desc li {
	clear: both;
	margin-bottom: 12px;
	padding-top: 12px;
	overflow: hidden;
}
#col-details ul.list-images-desc li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
 	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #696969;
}
#col-details ul.list-images-desc li a i {
	color: #867361;
	font-style: normal;
}
#col-details ul.list-images-desc li a:hover {
	color: #787878;
}
#col-details ul.list-images-desc img {
	float: left;
	margin-right: 10px;
	margin-top: -12px;
}
#col-details ul.list-images img:hover, #col-details ul.list-images-desc img:hover {
	border: 1px solid #aaa;
}

#col-details table#color-swatches {
	border-collapse: separate;
	margin-top: 12px;
}
#col-details table#color-swatches td {
	border: 2px white solid;
}
#col-details table#color-swatches td a {
	width: 50px;
	display: block;
	border: 1px white solid;
}
#col-details table.product td a {
	height: 35px;
}
#col-details table.fabric td a {
	height: 50px;
}
#col-details table#color-swatches td a:hover {
	border: 1px #676767 solid;
}

#subcol-pri {
	width: 442px;
	float: left;
	margin-right: 16px;
	padding-right: 19px;
	border-right: 1px solid #ddd;
}
#subcol-sec {
	width: 230px;
	float: right;
}
#subcol-pri div.indent-cont {
	margin: 13px 0 0 25px;
}
.sepa {
	border-bottom: 1px solid #ddd;
	padding-bottom: 14px!important;
}

/* ---------PAGINATION-------------------------------------*/
nav.pagination {
	padding-bottom: 10px;
	overflow: hidden;
}
	nav.pag1 {
		border-bottom: 1px solid #ecedf3;
	}
	nav.pag2 {
		padding-top: 10px;
		margin-top: 25px;
		border-top: 1px solid #ecedf3;
	}
	nav.pag3 {
		border-bottom: 3px solid #ecedf3;
	}

nav.pagination, nav.pagination a, p.per-page, p.per-page a {
	color: #b0b0af;
	font-size: .9em;
}
nav.pagination p {
	display: block;
	width: 40%;
	float: left;
	padding-top: 3px;
}
#col-pri .paginate {
	display: block;
	float: right;
}
#col-pri .paginate strong {
}
#col-pri .paginate li {
	padding-right: 8px;
	padding-top: 4px;
	margin-left: 7px;
	text-decoration: none;
	background: url(/img/global/pag-sep.gif) right center no-repeat;
	float: left;
}
#col-pri .paginate a:hover {
	text-decoration: underline;
}
p.per-page {
	clear: both;
	margin: 10px 0;
}
p.per-page a {
	text-decoration: underline;
}
p.per-page a:hover {
	text-decoration: none;
}

table.links-ref {
	margin: 20px 0;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
table.links-ref td {
	padding: 80px 20px 80px 20px;
	width: 140px;
}

/* ---------PRODUCT TABLES-------------------------------------*/
table#tb-products {
	margin: 0px 0 40px 39px;
	width: 671px;
	color: #8f8f8f;
	line-height: 1.3;
}
table#tb-products tr {
	border-bottom: 1px solid #dcdcdc;
}
table#tb-products td {
	padding: 24px 0px 24px 24px;
}
table#tb-products td:first-child {
	padding-left: 0px!important;
}
#tcol1 {
	margin-right: 30px;
}
table#tb-products td div {
	margin-top: 5px;
}
	

/*=========================================================================================================================
 COL-SEC
===========================================================================================================================*/

#col-sec {
	width: 217px;
	background: url(/img/global/bg-texture.png) left top repeat;
	margin: 12px;
	float: left;
	min-height: 640px;
}



/*=========================================================================================================================
 FORMS
===========================================================================================================================*/

div#search, #ctl00_pnlSearch {
/*	position: absolute; */
	right: 0;
	top: 45px;
}

#search input.search, #ctl00_pnlSearch input.search, #ctl00_ContentPlaceHolder1_SearchFAQForm input.search, #ctl00_ContentPlaceHolder1_pnlitmSearch input.search {
	/*This file doesn't exist in Jeremy's design stage can't find file, assuming it's deprecated.
	background: url(../images/global/search-textfield.gif) no-repeat;
	*/
	border: 1px solid #eaeaea;
	height: 19px;
	width: 150px;
	padding: 4px 14px 4px 10px;
	vertical-align: middle;
	margin-right: -26px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: helvetica, arial, sans-serif;
	color: #bbbbbb;
	line-height: 20px;
}

#ctl00_ContentPlaceHolder1_pnlitmSearch input.search 
{
	position:relative;
	left:13px;
	width:156px;
}

*+html #search input.search, *+html #ctl00_pnlSearch input.search, *+html #ctl00_ContentPlaceHolder1_SearchFAQForm input.search, *+html #ctl00_ContentPlaceHolder1_pnlitmSearch input.search { /* ie7 workaround */
	margin-top:-1px;
}

div#email {
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 15px;
}
div#email input.email {
	/*background: url(../images/global/search-textfield.gif) no-repeat;*/
	border: 1px solid #eaeaea;
	height: 14px;
	width: 175px;
	padding: 4px 14px 4px 10px;
	vertical-align: middle;
	margin-right: -26px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: helvetica, arial, sans-serif;
	color: #bbbbbb;
	line-height: 20px;
}
*+html #search input.email, *+html #ctl00_pnlSearch input.email { /* ie7 workaround */
	margin-top:-1px
}

div.ctl00_contact {
	margin-left: 23px;
	color: #8f8f8f;
	text-transform: none;
}
div.ctl00_contact p {
	margin-top: 20px;
	line-height: 1.6;
}
.find-form {
}
.find-form h2 {
	padding-top: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.find-form div  {
	margin-left: 15px;
	margin-right: 10px;
}
.find-form div input {
	padding: 4px 5px;
	margin-bottom: 10px;
	width: 175px;
}
.find-form div input.it-1 {
	margin-top: 3px;
}
.find-form div input.it-2 {
	width: 100px;
	margin-right: 3px;
}
.find-form div input.it-3 {
	width: 50px;
}
.find-form div p {
	margin-bottom: 6px;
	margin-left: 5px;
}
.find-form button {
	margin-top: 7px;
}

div.contact-form {
	margin-top: 37px;
}
div.contact-form input {
	margin-bottom: 13px;
	padding: 4px 5px;
}
div.contact-form select {
	margin-bottom: 15px;
	margin-right: 5px;
	font-size: 1.1em;
}
div.contact-form textarea {
	width: 412px;
}
div.contact-form button {
	float: right;
	margin-top: 12px;
}
div.contact-form input.it-1 {
	/*width: 186px;*/
	width: 44%;
	margin-right: 8px;
}
div.contact-form input.it-2 {
	/*width: 186px;*/
	width: 44%;
}


/*=========================================================================================================================
 FOOTER (global)
===========================================================================================================================*/

footer#gfooter {
	background: url(/img/global/bg-texture.png) repeat 0 0;
	margin-top: 19px;
	overflow: hidden;
	padding-bottom: 17px;
	color: #868686;
	height: 218px;
	position: relative;
}
footer#gfooter span.fborder {
	background: url(/img/global/border-bottom.png) repeat-x 0 0;
	display: block;
	height: 6px;
	clear: both;
	margin-bottom: 19px;
}
footer#gfooter div.flogo {
	background: url(/img/global/logo-hc-footer.png) repeat-x 0 0;
	width: 227px;
	height: 112px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
footer#gfooter aside#e {
	float: left;
	width: 205px;
	margin-right: 39px;
	margin-left: 20px;
}
footer#gfooter aside#e p  {
	font-family: helvetica, arial, sans-serif;
	font-size: .9em;
}
footer#gfooter section#fnav {
	float: left;
	width: 505px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}
section#fnav nav {
	clear: both;
	overflow: hidden;
}
section#fnav nav div {
	float: left;
	padding-left: 50px;
}
section#fnav nav div.first {
	padding-left: 0px!important;
}
section#fnav nav div ul {
	font-size: .8em;
	letter-spacing: 0px;
}
section#fnav nav div h2 {
	color: #867361;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
section#fnav nav div ul a {
	color: #6a6a6a;
	-webkit-font-smoothing: subpixel-antialiased;
}
section#fnav nav div ul a:hover {
	color: #000000;
}
section#fnav nav div li {
	line-height: 1.4;
}
section#fnav ul#f-util {
	list-style: none;
	padding: 15px 0 0 0;
	margin: 14px 0 16px 0;
	border-top: 1px dashed #e8e8e8;
	overflow: hidden;
	width:645px;
}
section#fnav ul#f-util li {
	float: left;
	padding-left: 19px;
	font-size: 11px;
	letter-spacing: 0px;
}
section#fnav ul#f-util li:first-child { padding-left: 0; }
section#fnav ul#f-util li a {
	color: #6a6a6a;
}
section#fnav ul#f-util li a:hover, section#fnav p a:hover {
	color: #000000;
}
section#fnav p {
	clear: both;
	font-size: .7em;
	padding-top: 1px;
	color: #696969;
}
	section#fnav p:first-child {
		padding-top: 0px;
	}
section#fnav p em {
	font-size: 9px;
	color: #b4b4b4;
}

footer aside#message {
	float: right;
	width: 160px;
	color: #b5b5b5;
	font-size: .9em;
}
footer aside#message p {
	margin-top: 10px;
	line-height: 1.6;
	font-family: "Times New Roman", Times, serif;
}


/*=========================================================================================================================
 BOT-NAV
===========================================================================================================================*/


/* Non-semantic helper classes: please define your styles before this section. */

/* For image replacement */
.ir { display: block; text-indent: -999em; position: absolute; line-height: .1; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements. */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; margin: 0!important; }





/*=========================================================================================================================
 PRINT STYLES  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
===========================================================================================================================*/


@media print {
  body {border-top:0px;}
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
/*  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }*/
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }

  nav#gnav, li.gnav1, li.gnav2, li.gnav3, li.gnav4, li.gnav5, li.gnav6, li.gnav7, li.gnav8, li.gnav9, li.gnav10, .hideatprint {
	display:none;
  }
  
  #sec-nav.border {display:none;}
  #ItemButtons {display:none;}
  .productrightcolumn {display:none;}
  #gfooter {display:none;}
  .zoom, .zoom-in, #test, .page {display:none;}
  #logo {text-align:center;}
  .zoom {display:none!important;}
}


/*search*/
input[type="submit"].button {
text-decoration: none;
line-height: 20px;
background: -webkit-gradient(linear, left top, left bottom, from(#D0D0D0), to(#D5D5D5));
background: -moz-linear-gradient(top, #D0D0D0, #D5D5D5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#d5d5d5');
font-size: 11px;
font-family: 'VerlagBold';
color: white;
-webkit-font-smoothing: antialiased;
height: 29px;
width: 58px;
border: 1px solid #CACACA;
text-align:left;
/*padding: 4px 14px 4px 4px;!important*/
}

.MsoNormal 
{
	width:650px;
}

section#col-pri div div div ul li.MsoNormal 
{
	list-style-type:circle;
}

.hidden-record
{
	display:none;
}

#ctl00_txtQuestion
{
	font-size:11px;
}

.edituser_tables
{
	text-align:right;
	height:30px;
	line-height:2;
}

#ctl00_btnRegister
{
	position:relative;
	top:-10px;width:65px;
}

#divregister 
{
	display:inline-block;
	width:217px;
}

#leftnavheadercontaner
{
	background: url(/img/global/arrow_header.png) left top no-repeat;
	width:217px;
	height:	139px;
	padding-top:30px;
	text-align:center;
	margin:0px auto;
}

#leftnavheader
{
	text-align:center;
	margin:0px auto;
	padding: 14px 0;
	width:80%;
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;

}

#leftnavheader h2, #leftnavheader h1
{
	font-family: "Times New Roman", Times, serif;
}

#leftnavheader h2
{
	font-size:1em!important;
}

#leftnavheadercontaner h2.showarrow {
	background: url(/img/global/list-arrow2-left.png) 18px 3px  no-repeat;
	font-family: "Times New Roman", Times, serif;
}

#leftnavheadercontaner h2.showarrow a 
{
	font-size:10px;
}

#leftnavheadercontaner h2 a {
	text-transform:none;
	font-style:italic;
}

#ArticleCopy 
{
	margin-bottom:20px;
}

#ArticleCopy h1, #ArticleCopy h2, #ArticleCopy h3
{
	font-size:26px;
	color:#696969;
	font-family:'Times New Roman';
	font-weight:normal;
}

#ArticleCopy h2
{
	font-size:20px;
	color:#696969;
	font-family:'Times New Roman';
	font-weight:normal;
}

#ArticleCopy h3
{
	font-size:16px;
	color:#696969;
	font-family:'Times New Roman';
	font-weight:normal;
}

#ctl00_ContentPlaceHolder1_dlItemsByCategory tr td 
{
	padding-bottom:20px;
	text-align:center;
}

#ctl00_ContentPlaceHolder1_dlItemsByCategory tr td div
{
	max-width:145px;
}

.DimensionBreadcrumb 
{
	padding: 1px 10px 1px 36px;
}

.DimensionBreadcrumb span
{
	display:inline;
	font-size:13px;
	padding:0px;
}

li.DimensionStateGroup 
{
	margin-bottom:0px!important;
}
