* {
	font-size: 100.01%;
}
html {
	background:#c1ac95 url(/images/bg-html.jpg) repeat 50% -4px;
	height:100%;
	font-size: 81.3%;
}
body {
	margin:0;
	color:#370b0b;
	font:1em "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	background:url(/images/bg-body.jpg) repeat-x 50% 0;
	min-height:100%;
	min-width:1000px;
}
* html body {
	height:100%;
}
h2 a {
	color: #703805;
}
img {
	border-style:none;
}
a {
	color:#990200;
	text-decoration:none;
}
a:hover {
	color: #7b0200;
	text-decoration:none;
}
input {
	font:100% Tahoma, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	width:100%;
	display: table;
	overflow:hidden;
}
#main-w {
	display: table-footer-group;
	width:100%;
}
#container {
	display: table-header-group;
	width:100%;
}
#header {
	width:980px;
	margin:0 auto;
	padding:22px 0 0;
}
.header-inner {
	width:933px;
	padding:0 16px 0 31px;
	background: url(/images/bg-header.png) no-repeat;
	height:103px;
}
.logo {
	position:relative;
	z-index:10;
	float:left;
	width:158px;
	height:65px;
	background:url(/images/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:21px;
}
.logo a {
	display:block;
	height:100%;
}
.top-box {
	overflow:hidden;
	width:100%;
	position:relative;
}
.tag {
	float:left;
	font-size:16px;
	color:#a19384;
	padding:0 0 0 45px;
	line-height:20px;
}
.tag span {
	font-size:22px;
	color:#3f732f;
	padding:0 0 0 2px;
	line-height:28px;
}
.header-w {
	float:right;
	width:729px;
	padding:14px 0 0;
}
.search-form {
	width:186px;
	float:right;
	padding:7px 10px 0 0;
	position:relative;
	z-index:12;
}
.search-form .text {
	width:98px;
	height:20px;
	float:left;
	background: url(/images/bg-search-text.gif) no-repeat;
	overflow:hidden;
	padding:0 17px 0 11px;
}
.search-form .parent-focus {
	background: url(/images/bg-search-text-h.gif) no-repeat;
}
.search-form .text input {
	float:left;
	width:98px;
	border-style:none;
	background:none;
	font-size:11px;
	line-height:13px;
	padding:3px 0 0;
	color:#bca78f;
}
.search-form .parent-focus input {
	color:#7f5532;
}
.search-form .btn-search {
	float:right;
	position:relative;
	margin-left:-12px;
}
#nav {
	height:46px;
	width:100%;
	background: url(/images/bg-nav.jpg) no-repeat;
	margin:14px 0 0;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:1px 5px 0;
	float:right;
	height:45px;
	position:relative;
	z-index:150;
}
#nav:after {
	content:"";
	display:block;
	clear:both;
}
#nav li {
	float:left;
	background: url(/images/separator1.gif) no-repeat;
	height:29px;
	font-size:10px;
	line-height:17px;
	text-transform:uppercase;
	padding:9px 3px 0 7px;
}
#nav li:first-child {
	background:none;
}
#nav li a {
	color:#370b0b;
	float:left;
	cursor:pointer;
	text-decoration:none;
	z-index:5;
	position:relative;
}
#nav li a span {
	padding:4px 11px 0 7px;
	height:25px;
	float:left;
}
#nav li a em {
	font-style:normal;
	float:left;
}
#nav li a.has-drop em {
	background: url(/images/bullet1.gif) no-repeat 100% 5px;
	padding:0 16px 0 0;
	margin:0 5px 0 0;
}
#nav li:hover a.has-drop em, #nav li.hover a.has-drop em {
	background: url(/images/bullet2.gif) no-repeat 100% 5px;
}
#nav li a:hover {
	background: url(/images/bg-nav-h-l.gif) no-repeat;
	text-decoration:none;
	color:#990200;
}
#nav li:hover a.has-drop, #nav li.hover a.has-drop {
	background: url(/images/bg-nav-h-l-has-drop.gif) no-repeat;
	color:#990200;
}
#nav li a:hover span {
	background: url(/images/bg-nav-h-r.gif) no-repeat 100% 0;
}
#nav li:hover a.has-drop span, #nav li.hover a.has-drop span {
	background: url(/images/bg-nav-h-r-has-drop.gif) no-repeat 100% 0;
}
#nav .drop {
	position:absolute;
	top:33px;
	left:7px;
	width:211px;
	z-index:3;
	display:none;
}
#nav .drop .t, #nav .drop .b {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:9px;
	background: url(/images/bg-drop-t.png) no-repeat;
}
#nav .drop .b {
	height:12px;
	background: url(/images/bg-drop-b.png) no-repeat;
}
#nav .drop .c {
	width:100%;
	background: url(/images/bg-drop-c.png) repeat-y;
}
#nav .drop ul {
	list-style:none;
	margin:0 0 0 11px;
	padding:2px 0 4px 0;
	overflow:hidden;
	width:189px;
	float:none;
	height:auto;
}
#nav .drop ul li {
	width:189px;
	height:auto;
	padding:0;
	margin:0;
	background: url(/images/bg-drop-border.gif) repeat-x;
}
#nav .drop ul li:first-child {
	background:none;
}
#nav .drop ul li a {
	width:175px;
	display:block;
	padding:5px 7px 4px;
	margin:0 0 -2px;
	color:#270700;
}
#nav .drop ul li a:hover {
	background: url(/images/bg-drop-h.gif) repeat-x 0 50%;
	border:1px solid #bca78f;
	padding:4px 6px 3px;
	color:#990200;
}
#nav li:hover, #nav li.hover {
	position:relative;
	z-index:20;
}
#nav li:hover .drop, #nav li.hover .drop {
	display:block;
}
.anniversary {
	position:absolute;
	top:-33px;
	left:178px;
	background: url(/images/bg-anniversary.png) no-repeat;
	width:156px;
	height:98px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:1;
	cursor:pointer;
}
.promo {
	width:100%;
}
.promo-inner {
	background: url(/images/bg-promo.png);
	width:100%;
}
.promo-w {
	width:996px;
	margin:0 auto;
}
.promo-w .t, .promo-w .b {
	display:block;
	height:174px;
	overflow:hidden;
	background: url(/images/bg-promo-t.png) no-repeat;
	width:100%;
}
.promo-w .b {
	height:133px;
	background: url(/images/bg-promo-b.png) no-repeat;
}
.promo-w .c {
	background: url(/images/bg-promo-c.png) repeat-y;
	width:969px;
	padding:0 25px 0 2px;
}
.promo-w .c:after {
	content:"";
	display:block;
	clear:both;
}
.promo-w .inner {
	float:left;
	width:100%;
}
.promo .visual {
	float:right;
	padding-top:2px;
	position:relative;
	z-index:1;
	margin:-166px 0 -124px 0;
}
.promo .visual img {
	display:block;
}
.promo .visual .text {
	height:53px;
	width:697px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	background: url(/images/bg-visual-text.png);
	color:#eae6e3;
	padding:10px 15px 0 15px;
}
.promo .visual .text strong {
	font-size:23px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	line-height:23px;
}
.promo .visual .text span {
	font-size:14px;
	display:block;
	line-height:14px;
	margin-top:-2px;
}
.services {
	margin:-166px -16px -124px 0;
	width:258px;
	float:left;
	position:relative;
	z-index:99;
}
.services h2 {
	background: url(/images/bg-heading-services.gif) repeat-x 0 100%;
	width:155px;
	overflow:hidden;
	margin:0 0 0 37px;
	font-size:20px;
	line-height:24px;
	color:#703805;
	padding:0 0 11px;
}
.services ul {
	list-style:none;
	margin:0;
	padding:5px 0 0;
	width:100%;
	position:relative;
	z-index:2;
}
.services ul:after {
	content:"";
	display:block;
	clear:both;
}
.services ul li {
	width:100%;
	float:left;
	background: url(/images/bg-services-border.gif) no-repeat 37px 100%;
	z-index:5;
}
.services ul li.last {
	background:none;
}
.services ul li a {
	color:#744d36;
	font-size:12px;
	line-height:15px;
	display:block;
	margin:-2px 0 -17px;
	position:relative;
	height:60px;
	cursor:pointer;
	text-decoration:none;
}
.services ul li a span {
	background: url(/images/bullet3.gif) no-repeat 40px 17px;
	padding:15px 35px 0 55px;
	display:block;
	height:45px;
}
.services ul li a:hover span, .services ul li:hover a span, .services ul li.hover a span {
	background: url(/images/bullet4.gif) no-repeat 40px 17px;
	padding-top:13px;
	height:47px;
}
.services ul li a:hover {
	background: url(/images/bg-services-h.png) no-repeat;
	text-decoration:none;
	font-size:14px;
	color:#990200;
	line-height:18px;
	position:relative;
	z-index:1000;
}
.services ul li:hover a.has-drop, .services ul li.hover a.has-drop, .services ul li a.has-drop:hover {
	background: url(/images/bg-services-h-has-drop.png) no-repeat;
	text-decoration:none;
	font-size:14px;
	color:#990200;
	line-height:18px;
	position:relative;
	z-index:1000;
}
.services .drop {
	position:absolute;
	top:-3px;
	left:241px;
	overflow:hidden;
	display:none;
}
.services li:hover .drop, .services li.hover .drop {
	width: 224px;
}
.services .drop .drop-slide {
	width: 224px;
}
.services .drop .t, .services .drop .b {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:43px;
	background: url(/images/bg-services-drop-t.png) no-repeat;
}
.services .drop .b {
	height:34px;
	background: url(/images/bg-services-drop-b.png) no-repeat;
}
.services .drop .c {
	width:100%;
	background: url(/images/bg-services-drop-c.png) repeat-y;
	padding:0;
}
.services .drop .c:after {
	content:"";
	display:block;
	clear:both;
}
.services .drop ul {
	float:left;
	width:202px;
	margin:-32px 0 -20px;
	padding:0 0 0 9px;
	position:relative;
}
.services .drop ul li {
	background:url(/images/bg-services-drop-border.gif) repeat-x;
}
.services .drop ul li:first-child {
	background:none;
}
.services .drop ul li a {
	height:auto;
	font-size:14px;
	color:#572303;
	padding:7px 7px 7px;
	line-height:20px;
	margin:-2px 0 -2px;
}
.services .drop ul li a:hover {
	text-decoration:none;
	line-height:20px;
	color:#990200;
	background: url(/images/bg-services-drop-h.gif) repeat-x 0 50%;
	border:1px solid #cbbca7;
	padding:6px 6px 6px;
}
.services ul li:hover, .services ul li.hover {
	z-index:5;
	position:relative;
}
.services ul li:hover .drop, .services ul li.hover .drop {
	display:block;
}
#main {
	width:994px;
	margin:0 auto;
}
#main .main-c {
	background: url(/images/bg-main-c.png) repeat-y;
	width:100%;
}
#main .main-c:after {
	content:"";
	display:block;
	clear:both;
}
#main .main-b {
	width:100%;
	height:381px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(/images/bg-main-b.png) no-repeat;
}
#main .main-c .holder {
	float:left;
	width:942px;
	padding:0 0 0 29px;
	margin-bottom:-364px;
	position:relative;
}
#content {
	width:729px;
	float:right;
}
.inner #content {
	margin:-137px 0 0;
	position:relative;
}
.content-c {
	background: url(/images/bg-content-c.gif) repeat-y;
	width:100%;
}
.content-c:after {
	content:"";
	display:block;
	clear:both;
}
.content-c .content-inner {
	overflow:hidden;
	width:100%;
	float:left;
	position:relative;
	margin-bottom:-12px;
}
.content-b {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background: url(/images/bg-content-b.gif) no-repeat;
	height:15px;
}
#content h1 {
	margin:0 0 12px 1px;
	font-size:1.846em;
	line-height:24px;
	font-weight:normal;
	color:#6a1714;
	background: url(/images/bg-heading.gif) no-repeat;
	width:693px;
	height:36px;
	overflow:hidden;
	padding:11px 17px 0;
}
#content h1.inner {
	background: url(/images/bg-heading1.gif) no-repeat;
}
#content .text-box {
	padding:0 17px;
	overflow:hidden;
}
#content .text-box a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
#content p {
	margin:0 0 20px;
	line-height:1.462em;
}
.inner .text-box {
	min-height: 437px;
}
.box-holder {
	overflow:hidden;
	height:1%;
	margin:-13px 0 0 6px;
}
.box {
	float:left;
	width:231px;
	height:136px;
	overflow:hidden;
	background: url(/images/bg-box.png) no-repeat;
	padding:8px 0 0 8px;
	margin:0 0 0 2px;
	text-decoration:none;
}
.box span {
	width:215px;
	height:120px;
	display:block;
	overflow:hidden;
}
.box .carpet {
	background: url(/images/bg-box1.gif) no-repeat;
}
.box .upholstery {
	background: url(/images/bg-box2.gif) no-repeat;
}
.box .oriental {
	background: url(/images/bg-box3.gif) no-repeat;
}
.box:hover {
	background:none;
}
.box:hover span {
	background-position: 0 -120px;
	margin:2px 0 0 2px;
}
.box strong {
	margin:24px 0 0 8px;
	display:block;
	text-transform:uppercase;
}
.box strong em {
	display:block;
	font-size:16px;
	font-style:normal;
	line-height:16px;
	color:#6a1714;
}
.box strong span {
	display:block;
	width:auto;
	height:auto;
	font-size:12px;
	font-weight:normal;
	color:#270700;
	line-height:12px;
	margin:0;
}
.box:hover strong span {
	margin:0;
}
#sidebar {
	float:left;
	width:201px;
	padding-top:23px;
}
.actions {
	list-style:none;
	margin:0 0 15px;
	padding:0 0 0 10px;
	overflow:hidden;
	height:1%;
}
.actions li {
	float:left;
	padding:0 3px 0 0;
}
.actions li a {
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
	display:block;
}
.actions li a.quote {
	background: url(/images/btn-quote.gif) no-repeat;
	width:87px;
}
.actions li a.special {
	background: url(/images/btn-special.gif) no-repeat;
	width:94px;
}
.actions li a:hover {
	background-position: 0 -29px;
}
#sidebar h3 {
	font-size:15px;
	line-height:15px;
	color:#6b1714;
	margin:0 3px 10px;
	font-weight:normal;
}
.testimonials {
	background: url(/images/testimonials-c.gif) repeat-y;
	margin:0 0 14px;
	width:100%;
	overflow:hidden;
}
.testimonials-t {
	background: url(/images/testimonials-t.gif) no-repeat;
}
.testimonials-b {
	background: url(/images/testimonials-b.gif) no-repeat 0 100%;
	padding:0 10px 2px;
}
.testimonials ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	height:1%;
}
.testimonials ul li {
	background: url(/images/testimonials-border.gif) no-repeat 5px 0;
	float:left;
	width:100%;
	padding:9px 0;
}
.testimonials ul li:first-child {
	background:none;
}
.testimonials blockquote {
	margin:0;
	line-height:1em;
}
.testimonials q {
	font-size:0.923em;
	color:#754d36;
	font-style:italic;
	line-height:14px;
}
.testimonials cite {
	font-size:0.769em;
	color:#967b6a;
	display:block;
	font-style:normal;
	margin-top:2px;
}
.read-more {
	overflow:hidden;
	width:184px;
	height:18px;
	background: url(/images/btn-testimonials.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	margin:0 0 0 10px;
}
.read-more:hover {
	background: url(/images/btn-testimonials.gif) no-repeat 0 -18px;
}
#footer {
	width:925px;
	margin:-6px auto 0;
	overflow:hidden;
	font-size:0.846em;
	padding:0 15px 20px 20px;
}
.iicrc-logo {
	float:right;
	background: url(/images/bg-iicrc.gif) no-repeat;
	width:54px;
	height:53px;
	text-indent:-9999px;
	overflow:hidden;
}
#footer p {
	margin:11px 0 0;
	color:#582303;
	line-height:1em;
}
#footer ul {
	list-style:none;
	margin:0 0 0 -10px;
	padding:0;
}
#footer ul li {
	display:inline;
	background: url(/images/separator2.gif) no-repeat 0 4px;
	padding:0 7px 0 10px;
}
#footer ul li:first-child {
	background:none;
}
#footer ul li a {
	color:#582303;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#ad3b39;
	text-decoration:underline;
}
#footer a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.contentFloat {
	float:left;
	width: 470px;
}
#relatedLinks {
	float: right;
	width: 200px;
	border: 1px solid #bca88f;
	background: #ded5c4;
	margin-bottom: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#relatedLinks h3 {
	text-align: center;
	color: #6a172c;
	font:bold 1.25em "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	margin: 10px 0 0;
}
#relatedLinks ul {
	padding: 10px 5px;
	margin: 0;
}
#relatedLinks ul li {
	list-style:none;
	border-bottom: 1px solid #d6cbb6;
	display: block;
}
#relatedLinks ul:after {
	content:"";
	display:block;
	clear:both;
}
#relatedLinks ul li.last {
	border-bottom:none;
}
#relatedLinks ul li a {
	color:#744d36;
	display:block;
	position:relative;
	cursor:pointer;
	line-height: 30px;
	padding: 0 5px;
}
#relatedLinks ul li a:hover {
	background: #eae6e3;
	color: #990200;
}
.btn-submit {
	float: right;
	padding-right: 20px;
}
#contactForm {
	background:url(/images/form/contact-form-bg.jpg) no-repeat;
	margin: 0 auto 20px;
	width: 610px;
	height: 342px;
}
#contactDetails {
	float: left;
	width: 168px;
	padding: 0 20px;
}
#contactFields {
	float: right;
	width: 370px;
	padding: 45px 0 0 20px;
}
.contact-form .text {
	width:135px;
	height:20px;
	background: url(/images/form/bg-input.jpg) no-repeat;
	overflow:hidden;
	padding:0 17px 4px 11px;
}
.contact-form .parent-focus, .contact-form .text:hover {
	background: url(/images/form/bg-input-h.jpg) no-repeat;
}
.contact-form .text input {
	width:135px;
	border-style:none;
	background:none;
	line-height:13px;
	padding:3px 0 0;
	color:#bca78f;
}
.contact-form .parent-focus input {
	color:#7f5532;
}
.contact-form .btn-search {
	float:right;
	position:relative;
	margin-left:-12px;
}
.contact-form p label {
	float:left;
	min-width: 50px;
	font-weight:bold;
}
.contact-form span.textarea {
	display:block;
	background:url(/images/form/bg-textarea.jpg) no-repeat;
	width:330px;
	height:65px;
	padding:10px;
	margin:0;
}
.contact-form span textarea {
	width:330px;
	height:65px;
	background:none;
	border-style:none;
	position:relative;
	overflow:auto;
	color:#bca78f;
	font:1em Tahoma, Arial, Helvetica, sans-serif;
}
.contact-form span:hover {
	background:url(/images/form/bg-textarea-h.jpg) no-repeat;
}
#quoteForm {
	background:#000 url(/images/form/quote-form-bg.jpg) no-repeat;
	margin: 0 auto 20px;
	padding: 25px 35px;
	width: 365px;
	height: 300px;
}
#credit a {
	font:.95em "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	color:#582303;
}
#search {
	display: none;
}
.tag {
	position: relative;
	left: 230px;
}