body {
	color:#70696c;
	margin:0;
	font:15px/18px "Times New Roman", Times, serif;
	background:#5a87c5 url(../images/body-bg.gif) no-repeat 50% 0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form {
	margin:0;
	padding:0;
}
img {
	border-style:none;
}

/*main container*/
#s-main {
	width:981px;
	margin:0 auto;
	padding:10px 0 0;
	text-align:right;
}
#s-main strong.top {
	background-color:#4a77b5;
	font:italic 18px "Times New Roman", Times, serif;
	color:#fff;
	padding:0 3px 0 4px;
	margin-right:2px;
}
#main {
	background:url(../images/main-bg.png) no-repeat;
	margin-top:10px;
	padding:6px 6px 0 6px;
	text-align:left;
	height:1%;
}
.header {
	background:url(../images/header-bg.gif) no-repeat;
	height:81px;
	padding:24px 0 0 11px;
	position:relative;
}
.header h1 {
	background:url(../images/logo.gif) no-repeat;
	width:277px;
	height:68px;
	overflow:hidden;
	margin:0;
	float:left;
}
.header h1 a {
	width:100%;
	height:100%;
	text-indent:-9999em;
	display:block;
}
.search {
	float:right;
	width:209px;
}
.search input {
	float:left;
	width:142px;
	height:14px;
	border:1px solid #a3adbb;
	background-color:#87a4cc;
	padding:3px;
	font:12px/12px Tahoma, Verdana, Arial, sans-serif;
	color:#fff;
	margin-right:8px;
}
input.img {
	width:37px;
	height:22px;
	padding:0;
	border-style:none;
}
.main-nav {
	background:url(../images/main-menu-bg.gif) no-repeat;
	height:39px;
	margin:0;
	padding:0;
	position: relative;
	z-index: 15;
}
.main-nav li {
	list-style:none;
	float:left;
	padding:0 15px;
	background:url(../images/separ.gif) no-repeat 0 50%;
	position:relative;
}
.main-nav li a {
	font-size:16px;
	color:#fff;
	line-height:39px;
}
.main-nav li a:hover {
	text-decoration:none;
}
.main-nav li.first {
	background:none;
}
.main-nav ul {
	display:none;
	position:absolute;
	width:174px;
	z-index:99;
}
.main-nav li.hover ul,
.main-nav li:hover ul {
	display:block;
	top:39px;
	left:-40px;
}
.main-nav li.hover ul li,
.main-nav li:hover ul li {
	background:#332f31 none;
	border:1px solid #3f393d;
	width:100%;
	padding: 0px 4px 0px 16px;
	text-align:left;
}
.main-nav li:hover ul li a, .main-nav li.hover ul li a {
	font-size:12px;
	line-height:24px;
	color:#ccc;
}
.main-nav li:hover ul li a:hover, .main-nav li.hover ul li a:hover {
	color:#fff;
}

.main-img {
	/*background:url(../images/main_img.jpg) no-repeat;*/
	height:343px;
	width:969px;
	border-top:3px solid #9f978c;
	border-bottom:3px solid #9f978b;
}
.main-img-healthcare {
	background:url(../images/main_img_healthcare.jpg) no-repeat;
	height:343px;
	width:969px;
	border-top:3px solid #9f978c;
	border-bottom:3px solid #9f978b;	
}
.main-img-contract {
	background:url(../images/main_img_contract.jpg) no-repeat;
	height:343px;
	width:969px;
	border-top:3px solid #9f978c;
	border-bottom:3px solid #9f978b;	
}
.scroll-img {
	height:368px;
	width:666px;
}
#slideshow {
    position:relative;
    /*height:343px; */
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.title {
	border-top:5px solid #9f978c;
	border-bottom:1px solid #9f978b;
	background:url(../images/fabr.gif) repeat-x;
	overflow:hidden;
	width:100%;
}
.title h3{
	background:url(../images/fabric-bg.gif) no-repeat 16px 50%;
	color:#544f51;
	font-size:16px;
	font-weight:normal;
	margin:0;
	line-height:34px;
	padding:0 0 0 40px;
}

.subhead h3 {
	color:#544f51;
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:20px 0 0 0px;
}
.subhead-blinds h3 {
	color:#544f51;
	font-size:16px;
	font-weight:normal;
	margin:0;
}
.subhead img {
	padding:13px 0 0 0;
	margin:0;
}
.subheading {
	position:relative;
	width:100%; /* ie6 */
	padding:13px 0 0 0;
	margin: 0;
}
/* button for overlay on subheading images */
.subheading .button {
	position:absolute;
	top:348px;
	left:4px;
	width:100%;
	z-index:11;
}
/* 2nd button for overlay on subheading images */
.subheading .button-2 {
	position:absolute;
	top:315px;
	left:4px;
	width:100%;
	z-index:11;
}
/* text for overlayed button on subheading images */
.subheading h2 {
	font-family: Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	position:absolute;
	top:340px;
	left:4px;
	width:125px;
	text-align:center;
	/*margin-top:13px;*/
}
.content {
	font:15px/18px "Arial", Arial;
	background-color:#fff;
	padding:0 20px 40px 20px;
	width:929px;
	overflow:hidden;
	position: relative;
}
.show {
	width:666px;
	float:left;
	text-align:justify;
}
.show.full {
	width:928px;
    float:left;
	text-align:justify;
}
.blinds table {
	width:100%;
	border:none;
}
.blinds td {
	width:333px;
	padding:20px 0 0 0;
}
.form.info li{
	margin-top:4px;
	width:100%;
	float:left;
    list-style-type:none;
}
.form.info li label{
	float:left;
	width:95px;
	text-align:right; 
}
.form.info li input[type="text"], 
.form.info li select, 
.form.info li textarea {
	margin-left:14px;
	float:left;
	display:inline;
	padding:3px 2px;
}
.form.info li input[type="checkbox"] {
	float:left;
	margin-left:109px;
	padding:3px 2px;
	display:inline;
}
.form.info li input[type="submit"] {
	float:left;
         margin:0 0 10px 109px;
         display:inline;
}
.form.info li textarea {
	width:400px;
	height:100px;
}
.form.general li{
	margin-top:4px;
	width:100%;
	float:left;
	list-style-type:none;
}
.form.general li label{
	float:left;
	width:115px;
	text-align:right; 
}

.form.general li input[type="text"],
.form.general li input[type="password"],
.form.general li select, 
.form.general li textarea {
	float:left;
	display:inline;
	padding:3px 2px;
}

.form.general li input[type="radio"] {
	float:left;
	margin-left:0px;
	padding:3px 2px;
	display:inline;
}
.form.general span {
	margin-left: 10px;
	display: inline;
	float: left;
}
.form.general li input[type="submit"] {
	float:left;
	margin:0 0 10px 114px;
	display:inline;
}
.form.general li textarea {
	width:400px;
	height:100px;
}
.form fieldset {
	padding:1px;
	border:1px solid #ada69b;
	margin:10px;
}
.form fieldset legend {
	margin-left: 10px;
	background:#dddcdc no-repeat;
}        
.show-holder {
	margin:0;
	padding:0;
	overflow:hidden;
}
.show-holder li {
	list-style:none;
	float:left;
	width:147px;
	margin-right:19px;
	overflow:hidden;
	/*padding-top:24px;*/
	padding-top:16px;
}
.show-holder h4 {
	margin:0;
	color:#70696c;
	font-size:14px;
	font-weight:normal;
	padding-bottom:2px;
}
.show-holder li.active h4 {
	color:#bf311a;
}
.show-holder li.active .type img {
	border-color:#bf311a;
}
.type img {
	border:3px solid #dcdada;
	margin-right:7px;
}
.show-holder a {
	margin-top:6px;
	float:left;
	height:14px;
}

a.type {
	margin:0;
	float:left;
	height:100%;
}
a.type:hover img {
	border:3px solid #bf311a;
}
.wrap-nav-1 {
	width: 666px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding:36px 0;
}
.wrap-nav-2 {
	left: 50%;
	float: left;
	position: relative;
	text-align: center;
}
.pages {
	margin:0;
	text-align:center;
	clear:both;
	padding:0;
	left: -50%;
	float: left;
	position: relative;
}
.pages li {
	list-style:none;
	border:1px solid #ddd;
	overflow:hidden;
	margin-left:2px;
	float:left;
}
.pages li a {
	color:#1270bf;
	font:12px Tahoma, Verdana, Arial, sans-serif;
	display:block;
	padding:4px 7px;
}
.pages li a:hover {
	text-decoration:none;
	color:#c24430;
}
.pages li.active {
	border-style:none;
	padding:1px;
}
.pages li.active a {
	color:#c24430;
}
.pages li.next {
	border-style:none;
}
.pages li.prev {
	border-style:none;
}

.swatch {
	float:right;
	width:240px;
	border:1px solid #dad8d5;
	border-width:0 1px 1px;
	margin-top:13px;
	overflow:hidden;
	padding-bottom:7px;
}
.swatch h3 {
	font-size:18px;
	font-weight:normal;
	color:#544f51;
	margin:0;
	background-color:#dad8d5;
	line-height:28px;
	padding:0 13px;
}
.swatch-in {
	padding:12px 13px 0;
}

.swatch-in h3 {
	background-color: #eeeeee;
         margin: 0 0 4px 0;
         font-size: 16px;
         font-weight: bold;
         line-height: 22px;
         
}

/* Open up sidebar link, eg for drapery track assembly */
.swatch-in .open {
	margin-left: 10px;
	display: none;
}

.swatch a {
	color:#544f51;
}

p.swatch-link {
	margin: 2px; 
         padding: 0 4px 0px 20px;
}

a.swatch-link {
	background: url(../images/pdf.gif) no-repeat;
         padding: 0 0 0 20px;
}

p.colorway-back a {
	text-decoration: none;
         color:#70696c;
         font-size: 16px;
}

p.colorway-back a:hover {
	text-decoration: underline;
}

a.ways {
	background:url(../images/color.gif) no-repeat 0 70%;
	display:block;
	padding:0 0 0 20px;
	font-size:11px;
	line-height:14px;
	color:#312e2f;
	margin-top:6px;
	margin-left:6px;
}
a.remove {
	background:url(../images/minus.gif) no-repeat 0 100%;
}

.i {
	font-style: italic;
}

.swatch-home {
	margin:13px 0 13px 0;
	float:right;
	overflow:hidden;
	padding-bottom:7px;
}
.swatch-home img {
	height:102px;
	width:257px;
	margin:0 0 5px 0;
}

.swatch-in ul {
	margin:12px 0 0 0;
	padding:15px 0 13px;
	clear:both;
	border-top:1px solid #dcdada;
	border-bottom:1px solid #dcdada;
	overflow:hidden;
	width:100%;
}
.swatch-in li {
	list-style:none;
	float:left;
}
.swatch-in li img {
	border:3px solid #dcdada;
	margin-right:15px;
	width: 54px;
	height: 59px;
}
.swatch-in li img.last {
	margin:0;
}
.swatch-in li a:hover img {
	border:3px solid #bf311a;
}
.form_tag {
	padding: 4px 0 2px 0 !important;
}
.email {
	padding:13px 0 0;
}
.email span {
	font-size:14px;
	color:#70696c;
	padding-bottom:10px;
	display:block;
}
.email label {
	font-size:11px;
	color:#312e2f;
	padding:0 8px 0 5px;
	line-height:11px;
}
.email label.html {
	padding-right:0;
}
.checks {
	padding-bottom:7px;
}
.email input {
	margin:0;
}
.email-text {
	border:1px solid #a3adbb;
	background-color:#fff;
	font:12px/12px Tahoma, Verdana, Arial, sans-serif;
	color:#383336;
	width:142px;
	padding:3px;
	margin:3px 0;
}
input.check {
	margin-left:-2px;
}
.footer {
	background:url(../images/footer-bg.gif) no-repeat;
	color:#70696c;
	height:104px;
	padding-right:33px;
	overflow:hidden;
	border-top:1px solid #ada69b;
}
.footer ul {
	margin:10px 0;
	padding:20px 0;
	overflow:hidden;
	float:left;
	background:url(../images/foot-ul.gif) repeat-y;
}
.footer li {
	list-style:none;
	float:left;
	padding: 0 0 0 32px;
	width:146px;
}
.footer h5 {
	font-size:15px;
	margin:0;
	color:#332f31;
	font-weight:normal;
	padding-bottom:2px;
}
.footer p {
	margin:0;
	font-size:12px;
	line-height:14px;
}
.footer li a {
	font-size:12px;
	color:#70696c;
}
.contact {
	float:right;
	text-align:right;
	overflow:hidden;
	width:360px;
}
.gsa {
	background-image:url(../images/ban.gif);
	width:157px;
	height:43px;
	margin-top:17px;
	margin:17px 0 4px;
	text-indent:-9999em;
	text-align:left;
	float:right;
}
.gsa a {
	display:block;
	width:100%;
	height:100%;
}
.gsa-text table {
	float:left;
	margin:0;
	padding:0;
}
.gsa-text table tr td {
	vertical-align:top;
}
.gsa-text img {
	margin:2px 0 2px 30px;
	width:152px;
	height:43px;
	border:0;
}

/*Used on Shop drawings and Landing pages*/
.drawings .left, .landing .left {
	width:140px;
	text-align:right;
	padding:0 6px 8px 0;
	vertical-align:bottom;
}
.drawings input {
	width:142px;
	height:18px;
	border:1px solid #a3adbb;
	font:14px/14px Tahoma, Verdana, Arial, sans-serif;
}
.drawings .box input {
	width:20px;
	border:none;
	text-align:left;
}
.drawings select {
	width:142px;
	border:1px solid #a3adbb;
}
.derror, .lerror {
	margin:0;
	color:#aa0000;
}
.lsuccess {
	margin:0;
	color:#14a700;
}
.dsubmit {
	width: 295px;
	text-align:right;
}
.lsubmit {
	width:352px;
	text-align:right;
}

.landing input {
	width:200px;
	height:18px;
	border:1px solid #a3adbb;
	font:14px/14px Tahoma, Verdana, Arial, sans-serif;
}
.landing textarea {
	width:200px;
	height:70px;
	border:1px solid #a3adbb;
}
.landing .buttons {
	margin-left:40px;
}
.landing .buttons a {
	margin-right:10px;
}


/*
.drawings input {
	float:left;
	width:142px;
	height:14px;
	border:1px solid #a3adbb;
	background-color:#87a4cc;
	padding:3px;
	font:12px/12px Tahoma, Verdana, Arial, sans-serif;
	color:#fff;
	margin-right:8px;
}
input.img {
	width:37px;
	height:22px;
	padding:0;
	border-style:none;
}
*/

/*Used on download page*/
.indent {
	margin: 6px 0 10px 25px;
}
.indent p {
	margin:0;
}
.indent a {
	color:#544f51;
}
.indent p .pdf {
	background: url(../images/pdf.gif) no-repeat;
    padding: 0 0 0 20px;
	margin:0 0 0 3px;
}
.indent p .doc {
	background: url(../images/doc.gif) no-repeat;
    padding: 0 0 0 20px;
	margin:0 0 0 3px;
}
.indent .sub-cat {
	margin:0 0 10px 25px;
}

.loadingbox {
	z-index: 100;
	position: absolute;
	width: 300px;
	height: auto;
	padding: 0;
	margin: 100px 0 0 200px;
	text-align: center;
	visibility: hidden;
	border: 3px solid #dcdada;
	background-color: #fff;
}
#results table a {
	color: #333;
}


.fabri-logo img {
	margin:18px 16px 6px 0;
	float:left;
}

/*
div.tabsection {
	border-bottom: 1px solid #9f978c;
	height: 31px;
}

div.tabsection ul {
	display: block;
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
}

div.tabsection ul li {
	border: 1px solid #9f978c;
	border-right: 0px;
	list-style:none;
	float:left;
	padding:6px 15px;
	position:relative;
	background-color: #eee;
}

div.tabsection ul li a {
	color: #333;
}

div.tabsection ul li.active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

div.tabsection ul li.last {
	border-right: 1px solid #9f978c;
}
*/

div.tabsection {
  float:left;
  width:100%;
  background:#DAE0D2 url("../images/tab_bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  height: 37px;
}
div.tabsection ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}
div.tabsection li {
  float:left;
  margin:0;
  padding:0 0 0 9px;
  
  background-color: #eee;
  border-top: 1px solid #9f978c;
  border-left: 1px solid #9f978c;
}
div.tabsection a {
  float:left;
  display:block;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  color:#333;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
div.tabsection {float:none;}
/* End IE5-Mac hack */
div.tabsection a:hover {
  text-decoration: underline;
}
div.tabsection .active {
  background-color: #fff;
  border-left: 1px solid #9f978c;
}
div.tabsection .active a {
  padding-bottom:5px;
  border-right: 1px solid #9f978c;
}
div.tabsection .last {
  border-left: none;
}
div.tabsection .last.active {
  border-left: 1px solid #9f978c;
}
div.tabsection .last a {
  border-right: 1px solid #9f978c;
}

.address_record {
	display: none;
}

a.print {
	color: #333;
	background: url(../images/printer.png) no-repeat 0px center;
	padding: 8px 8px 8px 20px;
}

a.vcard {
	color: #333;
	background: url(../images/vcard.png) no-repeat 0px center;
	padding: 8px 8px 8px 20px;
}

a.edit {
	background: url(../images/page_edit.gif) no-repeat 0px center;
	padding: 8px 8px 8px 8px;
}

a.plus {
	background: url(../images/plus.gif) no-repeat 0px center;
	padding: 8px 8px 8px 8px;
}

a.vcard_add {
	color: #333;
	background: url(../images/vcard_add.png) no-repeat 0px center;
	padding: 8px 8px 8px 8px;	
}

tr.address_row {
	cursor: pointer;
	font-size: 0.8em;
}

.organization {
	margin-left:60px;
}

.pointer {
	cursor:pointer;
}