@import url("tripoli/tripoli.css");
@import url("tripoli/plugins/tripoli.layout.css");
@import url("base.css");


/* general purpose classes */

.message, .error {
	background-color: #fffff0;
	border: 1px solid #ffc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 2em;
	padding: 1em;
	font-size: 1.6em;
}
.error {
	border-color: #fcc;
}
.raised,
.js .toc-section {
	background: transparent url(../images/leftshadow.gif) no-repeat scroll 0 15px;
	padding: 0 0 0 17px;
	overflow: hidden;
}
html>body .raised {background-image: url(../images/leftshadow.png)}

.raised-short {
	background-image: url(images/leftshadow-short.gif);
	background-position: 3px 12px;
}
html>body .raised-short {background-image: url(images/leftshadow-short.png)}

.niced {
	position: relative;
	height: 25px;
}
.ir {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	margin: 0 auto;
}
.no-css-helper { /* extra rules on ie-lte-7.css */
	position: absolute;
	left: -9999px;
}

.section-title {
	border-bottom: 1px solid #CCDBD6;
	padding-bottom: 0.3em;
}

/* forms */
.content form .required {background-color: #fffff6}

.content fieldset {
	background-color: #fcfdfc;
	padding: 0.8em 1.6em;
}

.content fieldset legend {
	color: #005e3f;
	padding: 0;
}

.content fieldset p,
.form-actions {
	overflow: hidden;
	margin: 0 0 0.8em;
}

fieldset p label {float: left}
.widget-actions .button,
.widget-actions input,
.form-actions .button,
.form-actions input {
	float: left;
	width: auto;
}
.content .button {
	background-color: #FFFFFF;
	border: 2px solid #CC9900;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 15px;
	padding: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.content .button span {
	background-color: #CC9900;
	display: block;
	padding: 2px 4px 1px;
	text-align: center;
}
.content .button:hover span {
	color: #fff;
	background-color: #ea0;
}
ul.errorlist {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: 0.8em;
	background-color: red;
	color: white;
	font-weight: bold;
	list-style: none;
}
.errorlist li {
	display: block;
	margin: 0 0 .25em;
	padding: 0 .5em;
	list-style: none;
}


#primary {
	overflow: hidden;
	height: 100%;
/*	border-bottom: 1px solid #dce4e2;*/
	margin-bottom: 15px;
}
#primary .panel {
	float: left;
	width: 710px;
}

.slideshow-viewport,
.slideshow-viewport .slideshow,
.slide {
	overflow: hidden;
	height: 360px;
}
.s-home #suites .slideshow-viewport,
.s-home #suites .slide {
	float: left;
	width: 710px;
}
.s-home #suites {
	border-bottom: 1px solid #dce4e2;
	margin-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
}
.s-home .suite h3 {
	float: left;
	margin: 0 0.4em 0 0;
}
.s-home .suite h3 a {
	color: #005E3F;
	text-decoration: none;
}
.s-home .suite .actions {
	float: right;
	width: 148px;
	margin: 0;
}
.s-home .suite .button {
	width: 140px
}
.s-home .suite .period {
	float: left;
	font-size: 1.4em;
	color: #005e3f;
	line-height: 40px;
}
.toc,
.toc-canvas {
	float: right;
	width: 200px;
}
.js .toc .folded {
	background-image: none; /* remove .raised shadow */
}
.toc h4 {
	background-color: #dde8e5;
	border: 1px solid #dde8e5;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 3px 12px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.js .toc h4 {
	background-color: #98b7ac;
	border-color: #98b7ac;
}
.js .toc h4,
.js .toc h4 a {color: #fff}

.js .toc .folded h4 {
	background-color: #dde8e5;
	color: #829790;
	border: 1px solid #dde8e5;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.toc h4,
.toc h4 a,
.js .toc .folded h4,
.js .toc .folded h4 a {
	color: #829790;
	text-decoration: none;
	cursor: pointer;
}

.toc ul,
.toc-viewport {
	border: 1px solid #dde8e5;
	margin: 0;
	padding: 0;
}
.toc-viewport {height: 410px}

.toc ul,
.toc-canvas ul {
	background-color: #eef6f4;
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
.js .toc .folded ul {display: none}
.toc li,
.toc-canvas li {
	border: 1px solid #dde8e5;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 10px 3px;
	font-weight: bold;
}
.toc-canvas li {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.2;
}

.toc li a,
.toc-canvas li a {
	padding: 2px 10px;
	color: #666;
	text-decoration: none;
	clear: both;
	overflow: hidden;
	display: block;
	background: transparent url(../images/bg-product.gif) repeat-x scroll 0 -500px;
}
.toc li a:hover,
.toc-canvas li a:hover,
.toc li.selected a {
	color: #000;
	background-position: 0 100%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.toc-canvas strong {
	display: block;
	font-size: 1.2em;
}
.toc-canvas a:hover strong {
	color: #007d54
}
.toc img,
.toc-canvas img {
	float: left;
	clear: both;
	margin: 0 7px 0 0;
	border: 1px solid #e8efed;
	padding: 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.toc-section {
	margin-bottom: 4px;
}

.timeline-canvas,
.timeline-canvas ul {
	height: 50px;
}
.timeline-canvas {
	clear: left;
	background-position: 8px 8px;
	margin: 0 0 1em 0;
	width: 686px;
}
.timeline-canvas ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	width: 2000px;
	overflow: hidden;
	background: #f3fbfb url(../images/timeline100px.gif) repeat-x scroll -10px 21px;
}
.timeline-canvas li {
	display: block;
	position: absolute;
	list-style: none;
	top: 26px;
}
.timeline-canvas li.odd {
	top: 19px;
}
.timeline-canvas a {
	display: block;
	padding: 8px 0 0;
	background-color: #e0a800;
	height: 0;
	opacity: 0.6;
	position: relative;
	overflow: visible;
}
.timeline-canvas a:hover {
	opacity: 1;
	background-color: #ea0;
}
.timeline-canvas span {
	visibility: hidden;
	display: block;
	position: absolute;
	background: black;
	color: white;
	font-size: .75em;
	font-weight: bold;
	line-height: 1;
	padding: 1px 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	border: 0 none;
}
.timeline-canvas a:hover span {
	visibility: visible;
}
.timeline-canvas .from {
	left: -12px;
	top: 12px;
}
.timeline-canvas .to {
	right: -12px;
	top: -14px;
}

.content .categories-list,
.stones-category ul,
.finishes-category ul {
	list-style: none;
	overflow: hidden;
	height: 100%;
/*	padding: 8px 0 1px 8px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
/*	border: 1px solid #dde8e5;*/
	margin: 0 0 15px;
}
.categories-list li,
.stones-category li,
.finishes-category li {
	border: 1px solid #dde8e5;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 8px 8px 0;
	height: 148px;
	width: 166px;
	float: left;
	text-align: center;
	display: inline; /* IE6 double margin bug fix */
}
.categories-list li a {
	color: #6f8c83;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 12px 8px;
	height:124px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.categories-list li a:hover {
	background: #eaf3f0 url(../images/bg-product.gif) repeat-x 0 0;
}
.categories-list li img {
	display:block;
	margin: 0 auto 8px;
}
.categories-list li .title {
	color: #003322;
	display: block;
}

/* Stones /Finishes overrides */

.stones-category li,
.finishes-category li {
	width: 92px;
	height: 120px;
	padding: 8px 8px 4px;
	text-align: center;
	font-size:11px;
}

.stones-category li img,
.finishes-category li img {
	display:block;
	margin: 0 auto;
	margin-bottom:5px;
}

.navigation {
	margin: 0 0 0 17px;
}
.navigation .next {
	background: #e0ebe8 url(../images/bg-button-sidebar.gif) repeat-x 0 0;
	display: block;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	color: #3f675a;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	height: 21px;
	overflow: hidden;
}
.navigation img {
	display: block;
	padding: 7px 85px;
}

/* home */
#widgets {
	clear: both;
	height: 100%;
	overflow: hidden;
}
.widget {
	float: left;
	width: 400px;
	border: 1px solid #dde8e5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.widget-inner {
	margin: 10px;
	height: 160px;
}
.widget h2 {
	background: #005e3f url(../images/bg-header.gif) repeat-x 0 0;
	color: #fff;
	padding: 6px 12px 5px;
	margin: 0;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", serif;
	text-shadow: none;
}
.widget-actions {
	clear: left;
	overflow: hidden;
	padding: 10px;
}
#product_otm {
	width: 400px;
}
#product_otm .widget-inner {
	padding-right: 140px;
	position: relative;
}
#product_otm h3 {
	margin: 0 0 1em 0;
}

#product_otm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 190px
}

#news {
	width: 510px;
	margin-left: 15px;
}

#news ul {
	list-style: none;
	margin: 10px;
}
#news li {
	border-bottom: 1px solid #dce4e2;
	margin: 0 0 6px;
	padding: 0 0 6px;
}
#news .date {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #E8EDEB none repeat scroll 0 0;
	color: #447755;
	font-size: 0.85em;
	font-weight: bold;
	padding: 2px 6px 1px;
}

#news .separator {padding: 0 4px}

#banners {
	overflow: hidden;
	height: 100%;
	margin-top: 15px;
}
#banners .banner {
	float: left;
	margin-right: 15px;
}
#banners .last {
	margin-right: 0px;
}

.suites .suite {
	overflow: hidden;
	height: 100%;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border: 1px solid #e8edeb;
	margin-bottom: 20px;
}

.suites .suite h3 {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	margin: 0;
	padding: 16px;
	background-color: #f2f7f5;
}
.suites .suite img {
	border-top: 4px solid #e8edeb;
	display: block;
}

.resultset {
	overflow: hidden;
}

.results {
	overflow: hidden;
	height: 100%;
	width: 728px;
}

.result-item {
	position: relative;
	float: left;
	width: 222px;
	height: 260px;
	overflow: hidden;
	border: 2px solid #e8edeb;
	margin: 0 16px 16px 0;
}

.result-item h3 {
	position: absolute;
	padding: 5px;
	margin: 0;
	top: 0;
	left: 0;
	width: 204px;
	/* For old browsers that don't support RGBA */
	background: #fff;
	/* For those browsers that support RGBA */
	background: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
	line-height: 1.3;
}
.result-item h3 a {
	text-decoration: none;
	color: #006436;
}

.result-item a.image { /* extra rules in ie-lte-7.css */
	display: block;
	text-align: center;
	height: 260px;
	line-height: 260px;
	background-color: #fff;
}
.result-item a.image:hover {
	position: relative;
	z-index: 10;
}
.result-item a.image img {
	vertical-align: middle;
}
dl.specs {
	height: auto;
	overflow: visible;
	border: none;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	background-color: #f2f7f5;
	border: 2px solid #e8edeb;
	line-height: 1.4;
	/* For old browsers that don't support RGBA */
	background: #f2f7f5;
	/* RGBA for those browsers that support RGBA */
	background: rgba(242, 247, 245, 0.9);
}
.result-item dl.specs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 212px;
	border-width: 2px 0 0;
}
dl.specs dt {
	float: left;
	clear: both;
	margin: 0;
	width: 70px;
	text-align: right;
}
dl.specs dd {
	padding-left: 75px;
}
dl.specs dd a {
	color: #41675a;
}
dl.specs dd a:hover {
	color: #000;
}
.advanced-search fieldset.group {
/*	overflow:hidden;
	height:100%;*/
}

.js .advanced-search #refine_search {
	display:none;
}

.advanced-search .group .form-item {
overflow:hidden;
height:100%;
}
.advanced-search .form-item .label {
	display:block;
	margin-bottom:8px;
	font-size:16px;
	color: #666;
}
.advanced-search .form-item ul {
	list-style:none;
	margin:0;
	float: left;
	margin-right:12px;
	display:inline;
	font-size:12px;
}
.advanced-search .form-item li {
	list-style:none;
	margin:0 0 3px;
}

.advanced-search .form-item li input {
	margin-right:2px;
}
.advanced-search a.unfold {
	display:block;
	margin-bottom:8px;
}
#contact_form .form-item  {
	overflow:hidden;
	height:100%;
}
#contact_form .form-item label {
	float:left;
	width:120px;
}
#contact_form .form-item input,
#contact_form .form-item textarea {
	float:left;
	width:500px;
}

.s-contact .contact-info li {
	padding: 4px 8px;
	font-weight:normal;
}

/* Footer */

#footer {
	background: #eaeae3 url(../images/bg-footer.gif) repeat-x 0 1px;
	position: relative;
	overflow:hidden;
	padding-top:20px;
}

.js #footer {
	height: 7.8em;
	overflow:visible;
}

#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline}
.js #footer .company-info,
.js #footer .more-sections {
	overflow: hidden;
	position: absolute;
	bottom: 1em;
	height: 5.9em;
}
#footer .more-sections {
	background: #f8f8f1;
	border: 1px solid #e7e7e2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 0.9em;
	line-height: 1.6em;
	width: 70%;
	overflow:hidden;
	margin-left: 15px;
	float:left;
}
.js #footer .more-sections {
	left: 2%;
	bottom: 1.4em;
	margin-left: 0;
	float: none;
}
.js #footer .more-sections:hover,
.js #footer .more-sections div.hover {
	height: auto;
	background-color: #fbfbf8;
}
.js #footer .more-sections:hover a,
.js #footer .more-sections.hover a {color: #333}
.js #footer .more-sections ul {
	list-style: none;
	margin: 0.8em;
	float: left;
	max-width: 22.5%;
	min-width: 17.5%;
}
.js #footer .more-sections ul.col-0 {
	padding-left: 54px;
	background-position: 3px 3px;
	background-repeat: no-repeat;
	background-image: url(../images/door-hardware-icon.gif);
}
#footer .more-sections ul li {
	float:left;
	list-style:none;
	margin-right: 8px;
}
.js #footer .more-sections ul li {
	float:none;
	list-style:none;
	margin-right: 0;
}

#footer .company-info {
	width: 25%;
	font-size: 0.95em;
	float:right;
}

.js #footer .company-info {
	left: 75%;
	float: none;
}
#footer .company-info img {
	float: left;
	margin-right: 5px;
}
#footer .trade,
#footer .tagline {
	color: #105e39;
	margin: 0;
}
#footer .trade {
	font-family: "Arno Pro", Georgia, "Times New Roman";
	text-transform: uppercase;
	padding: 9px 0 0;
	line-height: 0.5;
}
#footer .trade strong {
	font-size: 28px;
	font-weight: normal;
}
#footer .trade span {
	font-size: 12px;
}
#footer .contact-info {
	clear: both;
	list-style: none;
	margin: 15px 0;
	padding: 0;
	font-size: 12px;
	display: none;
}

.subpanel {
	overflow: hidden;
	height: 100%;
}
.text-image .text-content {
	width: 468px;
	float: left;
	padding-right: 10px;
}
.left-image .text-content {
	float: right;
	padding-left: 10px;
	padding-right: 0;
	/* width: 468px;*/
}
.text-content h3 {margin-top: 0}
.content div.image {
	width: 202px;
	float: left;
	background: #ebebeb;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
.content div.image img {
	vertical-align: middle;
}
.content .image .caption {
	margin: 0 10px !important;
}
.content .box-listing {
	overflow: hidden;
	height: 100%;
	margin: 0 0 15px;
	list-style: none;
	background: #CCDBD6 url(images/bg-header.gif) repeat-x scroll 0 -75px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	padding: 20px 0 10px 10px;
}
.content .box-listing li {
	float: left;
	width: 223px;
	margin: 0 10px 10px 0;
}
.content .box-listing li.first {
	clear: left;
}
.content .box-listing strong,
.content .box-listing .caption {
	line-height: 1.2;
	font-size: 1em;
	/* color: #005E3F; */
	height: 2.4em;
	margin: 5px 0;
	display: block;
}
.content .box-listing img {border: 1px solid white}
.s-company em.price {
	font-family: "Arno Pro", Georgia, "Times New Roman";
	font-size: 2.3em;
	line-height: 1;
	color: #005E3F;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	padding-left: .2em;
}

.disclaimer {
	margin: 1.6em auto;
	width: 60%;
	clear: both;
	border: 1px solid #597C70;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 1.6em;
	background-color: white;
	position: absolute;
}
.disclaimer h2 {
	font-size: 2em;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.disclaimer p {margin: 0}

/* hoverscrollable */
div.sc_menu_wrapper {
	position: relative;
	overflow: hidden;
}
.sc_menu_wrapper .loading {
	position: absolute;
	padding: 0 0.5em;
	color: #fff;
	background: #005e3f;
}

/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	padding: 6px;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */
	background: rgba(0, 0, 0, 0.5);
}

.paginator {
	padding: 6px;
	font: normal 11px arial, sans-serif;
	overflow: hidden;
	height: 100%;
	background-color: #f2f7f5;
	border-top: 2px solid #e6efeb;
	color: #41675a;
	margin-bottom: 14px;
}

.total_results {
	float: left;
}
.paginator_nav {
	float: right;
	margin-left: 8px;
}
.total_pages {
	float: right;
	margin-right: 8px;
}
.paginator .prev-na,
.paginator .next-na {
	color: #41675a;
}
.paginator .prev-na,
.paginator .next-na {
	font-weight: normal;
}
.paginator .prev a, .paginator .prev a:visited,
.paginator .next a, .paginator .next a:visited {
	color: #41675a;
	padding: 2px;
}
.paginator .prev, .paginator .prev-na { margin-right: 4px; }
.paginator .next, .paginator .next-na { margin-left: 4px; }
.paginator .page a, .paginator .page a:visited, .paginator .curr {
	color: #41675a;
	padding: 2px;
}
.paginator .curr {
	font-weight: bold;
	text-decoration: underline;
}

.paginator .page a:hover,
.paginator .curr a:hover,
.paginator .prev a:hover,
.paginator .next a:hover {
	color: #000;
}

/* ui reset overridden by Tripoli * /
ul.ui-helper-reset, ol.ui-helper-reset {
	padding: 0;
	margin:0;
}

.js .tabs-custom {
	padding: 0;
	border-color: #dde8e5;
}
.tabs-custom .ui-tabs-nav {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-color: #dde8e5;
	border-width: 0 0 1px 0;
}
.tabs-custom .ui-state-active,
.tabs-custom .ui-widget-content .ui-state-active,
.tabs-custom .ui-state-active,
.tabs-custom .ui-widget-content .ui-state-active,
.tabs-custom .ui-state-active,
.tabs-custom .ui-widget-content .ui-state-active {
	border-color: #829790 !important;
	outline-color: #829790 !important;
}
.tabs-custom .ui-state-default,
.tabs-custom .ui-widget-content .ui-state-default,
.tabs-custom .ui-state-default,
.tabs-custom .ui-widget-content .ui-state-default,
.tabs-custom .ui-state-default a,
.tabs-custom .ui-state-default a:link,
.tabs-custom .ui-state-default a:visited {
	border-color: #dde8e5 !important;
	outline-color: #dde8e5 !important;
	color: #042;
}
.tabs-custom .ui-state-hover,
.tabs-custom .ui-widget-content .ui-state-hover,
.tabs-custom .ui-state-focus,
.tabs-custom .ui-widget-content .ui-state-focus,
.tabs-custom .ui-state-hover a,
.tabs-custom .ui-state-hover a:hover {color: #005E3F}
*/