@import "/font-min-css";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

fieldset, img {
	border: none;
}

a {
	text-decoration: none;
}

/* header */

#header {
	position: relative;
	background: #fff;
	height: 1%;
}

#header h2 a {
	text-indent: -999em;
	width: 269px;
	height: 68px;
	background: url(/galleries/1/logo.gif) no-repeat;
	margin: 18px 0 0 32px;
	border-bottom: 14px solid #fff;
	display: block;
}
#header a.feedback {
	position: absolute;
	right: 16px;
	bottom: 44px;
	text-transform: uppercase;
	font-size: 70%;
	letter-spacing: 1px;
	color: #000;
	padding-left: 15px;
	background: url(/galleries/1/arrow-gray.gif) no-repeat left top;
	display: block;
	padding-top: 0px;
	height: 14px;
}

#header a.lang {
	position: absolute;
	right: 16px;
	bottom: 27px;
	text-transform: uppercase;
	font-size: 70%;
	letter-spacing: 1px;
	color: #000;
	padding-left: 21px;
	background: url(/galleries/1/canada-leaf.gif) no-repeat left top;
	display: block;
	padding-top: 2px;
	height: 14px;
}

#header-search {
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 14.6em;
	height: 17px;
}

#header-search label,
#header-search input#search-site {
	text-transform: uppercase;
	font-size: 70%;
	letter-spacing: 1px;
}

#header-search input#search-site {
	width: 14em;
	padding: 3px 4px 2px;
	border: 1px solid #bfbfbf;
	color: #8f8f8f;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

/* search results */

#search-results {
		
}

#search-results h1 
{
    font-size: 150%;
    padding: 5px 0px 7px 0px;
}

#search-results h2
{
	padding: 5px 0px 1px 0px;
    font-size: 110%;
}

#search-results p
{
	font-size: 80%;
	color: #8f8f8f;
	margin-left: 8px;
}

#search_results a,
#search_results a:visited
{
	text-transform: capitalize;
	color: #aaaa9d;
}

#search_results a:hover, 
#search_results a:active 
{
	text-transform: capitalize;
	text-decoration: underline;
	font-weight: bold;
}

/* main navigation */

#nav {
	clear: both;
	float: left;
	border-bottom: 5px solid #fff;
}

#nav ul {
	list-style: none;
	float: left;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	width: 136px;
	border-right: 1px solid #fff;
	background: #aaaa9d url(/galleries/1/nav-bg.gif) repeat-x;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 80%;
	padding: 8px 0 7px;
	letter-spacing: 1px;
}

#nav li a.active,
#nav li a:hover {
	background-image: url(/galleries/1/nav-hover-bg.gif);
	background-color: #5d2427;
	color: #fff;
}

#nav li.last a {
	border: none;
}

/* content */

#wrap {
	width: 958px;
	margin: 0 auto;
	background: #fff url(/galleries/1/content-bg.gif) repeat-y;
}

#wrap-home {
	width: 958px;
	margin: 0 auto;
}

#wrapper {
	float: left; 
	width: 822px;
	position: relative;
}

/* main content */

#main-content {
	float: right; 
	width: 686px;
	padding: 30px 0 50px;
}

#main-content-big {
	padding: 0 0 50px;
	width: 958px;
}


ul#home-list {
	list-style: none;
	padding: 5px 0 80px;
	float: left;
}

ul#home-list li {
	width: 238px;
	float: left;
	background-repeat: no-repeat;
	margin-left: 2px;
}

ul#home-list li.first {
	margin: 0;
}

ul#home-list li.free-design-service {
	background-image: url(/galleries/2/home-freedesign.jpg);
}

ul#home-list li.tech-support {
	background-image: url(/galleries/2/home-techsupport.jpg);
}

ul#home-list li.press-room {
	background-image: url(/galleries/2/home-HGTV.jpg);
}

ul#home-list li.trade-professionals {
	background-image: url(/galleries/2/trade-pro_home_2.gif);
}

ul#home-list li a {
	padding-top: 100px;
	padding-bottom: 5px;
	display: block;
	background: url(/galleries/1/nav-bg.gif) repeat-x left bottom;
	text-align: center;
	color: #000;
}

ul#home-list li a:hover {
	background-image: url(/galleries/1/nav-hover-bg.gif);
	color: #fff;
}

ul#home-list li a span {
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
	display: inline-block;
	padding: 2px 14px 0 15px;
	background: url(/galleries/1/arrows-home.gif) no-repeat 0 -47px;
	cursor: pointer;
}

ul#home-list li a:hover span {
	background: url(/galleries/1/arrows-home.gif) no-repeat 0 0px;
}

.actions {
	position: absolute;
	top: 0;
	background: #e4e5e6;
	font-size: 70%;
	right: -136px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
	height: 25px;
}

.actions p {
	float: left;
	width: 309px;
	color: #666;
	padding: 8px 0 0 32px;
}

.actions ul {
	list-style: none;
	float: left;
	width: 480px;
}

.actions li {
	float: left;
	width: auto;
	margin: 0;
}

.actions li a
{
	color: #666;
	padding: 8px 0 1px 0;
	display: block;
	height: 16px;
	width: 90px;
}

.actions li a:visited
{
	color: #666;
}

.actions li a:hover {
	text-decoration: underline;
}

.actions li a.call-me
{
    background: url(/galleries/1/phone-icon.gif) no-repeat left center;
	padding-left: 20px;
	width: 80px;
}

.actions li a.go-home
{
    width: 70px;
}


.actions li a.chat-now,
.actions li a.view-cart {
	background: url(/galleries/1/chatnow-icon.gif) no-repeat left center;
	padding-left: 20px;
	width: 80px;
}

.actions li a.view-cart {
	background-image: url(/galleries/1/actions-cart.gif);
}

#content {
	margin: 0 6px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#content h1 {
	text-transform: uppercase;
	font: 123.1%/normal Georgia, Palatino, Times, serif;
	letter-spacing: 1px;
}

#content h4 {
	font: 105.1% Georgia, Palatino, Times, serif;
font-weight: bold;	
letter-spacing: 1px;
}

#content h2.productheader {
	padding-bottom: 5px;
	margin-bottom: .1em;
	border-bottom: 2px solid #d3d3cc;
}

#content .productdesc {
	margin: 16px 14px 5px;
}

#content a, a:visited {
    color: #00A0AF;
}

#content a:hover {
    color: #00A0AF;
    text-decoration: underline;
}

#content a:active {
    color: #00A0AF;
    font-weight: bold;
}

#content p {
	padding: .9em 0 .6em;
	font-size: 100%;
	line-height: 1.5;
}

#content ol {
    padding: .6em 0 1.1em;
    font-size: 100%;
    line-height: 1.5;
    margin: 0 6px 0 19px;
}

#content ul.bullets {
	padding: .6em 0 .6em;
	font-size: 100%;
	line-height: 1.5;
	margin: 0 6px 0 19px;
}

#content .image {
	width: 255px;
	float: left;
}

#content .colors img {
	margin: 1px 8px 0 0;
}

#content .product {
	width: 408px;
	float: left;
}

#content .product-links {
	list-style: none;
    clear:both;
    padding-top:20px;
}

#content .product-links li {
	width: 202px;
	margin-right: 2px;
	float: left;
}

#content .product-links li.long {
	width: 404px;
	margin-right: 2px;
	float: left;
}

#content .product-links a {
	color: #571c1f;
	font: 85% Georgia, Palatino, Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(/galleries/1/arrow-purple.gif) no-repeat left center;
	display: block;
	padding: 5px 0 5px 14px;
}

#content .product-links a:hover,
#content .product-links a.active {
	font-weight: bold;
}



ul.product-prices {
  clear: both;
  padding: 20px 0;
  margin: 0;
  list-style: none;
}

ul.product-prices li {
  clear: both;
  padding-top: 5px;
}

ul.product-prices li span.item-price {
  float: left;
  width: 75px;
  letter-spacing: 2px;
  font-weight: bold;
}

ul.product-prices li span.item-size {
  float: left;
  width: 185px;
}

ul.product-prices li a.item-add-to-cart {
  float: left;
  width: 125px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  font-size: 70%;
  background: url(/galleries/1/actions-cart.gif) no-repeat;
  padding: 2px 0 0 19px;
  line-height: 14px;
  font-family:Arial,Verdana,Helvetica,sans-serif;
}

#content .price {
	clear: both;
	font: 160% Georgia, Palatino, Times, serif;
	letter-spacing: 2px;
	padding-top: .4em;
	float: left;
	margin-right: 2px;
	width: 100px;
}

#content .price-size {
	width: 150px;
	margin-right: 2px;
	font-size: 70%;
	padding-top: .4em;
	float: left;
}

#content .add-to-cart {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	font-size: 70%;
	display: block;
	background: url(/galleries/1/actions-cart.gif) no-repeat 0 2.1em;
	padding: 2.5em 0 5px 19px;
	margin-left: 15px;
	float: left;
}

#content .products {
	clear: both;
	padding-top: 30px;
	float: left;
	list-style: none;
}
#content .related {
	padding-top: 50px;
}


#content .products li {
	width: 166px;
	margin-left: 3px;
	float: left;
	position: relative;
}

#content .products li.first {
	margin: 0;
}

#content .products span {
	display: block;
	text-align: center;
	position: absolute;
	top: 117px;
	width: 165px;
}

#content .products span a,
#content .productimage-big dd a {
	padding-left: 14px;
	font: 85% Georgia, Palatino, Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(/galleries/1/arrow-gray.gif) no-repeat left center;
	color: #000;
}

#content .productimage-big span {
    padding-left: 1px;
    font: 85% Georgia, Palatino, Times, serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

#content .productimage-big dd {
	margin-top: -25px;
	z-index: 1000;
	zoom: 1; /* fixes IE6/7 display bug */
	padding: 5px 0 5px 15px;
	position: relative;
}

#content .productimage-big dd a,
#content .productimage-big span {
	display: block;
}

#content .product-getquote 
{
    clear: both;
    padding-top: 10px;
}


#content .product-getquote ul
{
    list-style: none;
    float: left;
}

#content .product-getquote li {
	float: left;
}

#content .product-getquote li a 
{
    display: block;
	width: 136px;
	border-right: 1px solid #fff;
	background: #aaaa9d url(/galleries/1/nav-bg.gif) repeat-x;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 80%;
	padding: 8px 0 7px;
	letter-spacing: 1px;
}

#content .product-getquote li a.active,
#content .product-getquote li a:hover {
	background-image: url(/galleries/1/nav-hover-bg.gif);
	background-color: #5d2427;
	color: #fff;
}

#contact-info ul
{
 margin: 0px;
 list-style: none;
}

#contact-info li
{
 display: block;
 font: 85% Georgia, Palatino, Times, serif;
 width: 240px;
}

#contact-info li.email {
 padding: 9px 6px 9px 36px;
 background: url(/galleries/1/contact-envelope.jpg) no-repeat left center;
}

#contact-info li.fax {
 padding: 9px 6px 9px 36px;
 background: url(/galleries/1/contact-fax.jpg) no-repeat left center;
}

#contact-info li.phone {
 padding: 9px 6px 9px 36px;
 background: url(/galleries/1/contact-phone.jpg) no-repeat left center;
}

#contact-info span {
 width: 50px;
 display: block;
 float: left;
 margin-left:3px;

}


/* sidebar left */

#sidebar-left {
	float: left; 
	width: 136px;
}

#sidebar-left ul {
	list-style: none;
}

#sidebar-left li a {
	display: block;
	background: #a6a698;
	color: #fff;
	text-transform: uppercase;
	font-size: 75%;
	padding: 8px 0 1px 22px;
	letter-spacing: 1px;
	height: 16px;
	width: 114px;
    margin-bottom: 1px;
}

#sidebar-left a.active-cat,
#sidebar-left a:hover {
	background: #5d2427 url(/galleries/1/nav-hover-bg.gif) repeat-x;
}

#sidebar-left li ul {
	margin: 5px 0;
}

#sidebar-left li li a {
	background: #e4e5e6;
	color: #000;
	margin: 0;
	padding: 8px 0 5px 22px;
	letter-spacing: 0;
	height: auto;
}

#sidebar-left li li a.active-page,
#sidebar-left li li a:hover {
	background: #e4e5e6 url(/galleries/1/subnav-arrow.gif) no-repeat 13px 60%;	
}

/* sidebar right */

#sidebar-right {
	float: right;
	width: 136px;
	padding-top: 25px;
}

ul.links {
	list-style: none;
	padding-top: 12px;
}

ul.links li {
	text-align: center;
	margin-bottom: 15px;
}

ul.links li a, ul.links li a:visited {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 71%;
	color: #000;
	padding-top: 58px;
	display: block;
	width: 120px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar-right  a:hover {
	text-decoration: underline;
}


ul.links li a.trade {
	background-image: url(/galleries/2/trade-pro_home.gif);
}

ul.links li a.free-design-service {
	background-image: url(/galleries/2/freedesign.jpg);
}

ul.links li a.press-room {
	background-image: url(/galleries/2/HGTV-small.jpg);
}

ul.links li a.tech-support {
	background-image: url(/galleries/2/techsupport.jpg);
}

/* footer */

#footer {
	clear: both;
	text-align: center;
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	color: #58595b;
	padding: 0 0 10px;
	width: 100%;
}



/* misc */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#demoForm {
	background:transparent url(/images/form-start-bg.gif) no-repeat scroll 0%;
	height:114px;
	margin:0pt auto;
	
}

#demoForm fieldset {
	padding-top: 12px;
	margin: 0 15px;
}

#demoForm label {
	display: block;
	width: 82px;
	float: left;
	padding-top: .2em;
	clear: left;
       
}

html>body #demoForm label {
	width: 85px;
         font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 85%;
	line-height: 1.5;
}

#demoForm select {
	width: 150px;
         font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 85%;
	line-height: 1.5;
}

#demoForm input {
	border:2px solid gray;
	float:left;
	margin:15px 0px 0px 120px;
	width:97px !important;   font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 85%;
	line-height: 1.5;
}
#demoForm input.button-to {
	float: none;
	border:medium none;
	margin:10px 0px 0pt 100px;
	width:97px;
}

/* login section, main page */

#loginForm {
	margin: 10px 0;
}

#loginForm label {
	clear: both;
	float: left;
	text-align: right;
	width: 6.8em;
	margin-right: 2em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 85%;
	line-height: 1.5;
}

#loginForm input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 85%;
	line-height: 1.5;width:150px;
}

#createAccount input {
	margin-top: 6px;
}
#loginForm fieldset 
{
	margin:0pt 15px;
	padding-top:12px;
}
#loginForm input.login 
{
	border:2px solid gray;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:85%;
	line-height:1.5;
	margin:15px 0px 0px 120px;
	width:97.1px;
}



#costcalculator div.fieldrow
{
 display: block;
 clear: left;
 padding: 5px 5px 5px 5px;
 margin: 7px 5px 7px 5px;
 vertical-align: center;

}

#costcalculator label
{
 width: 280px;
 float: left;
 text-align: right;
 margin-right: 9px;
}

#costcalculator input 
{
 height: 20px;
 width: 40px;
 font-size: 140%;
 padding: 5px 5px 5px 5px;
}

#costcalculator input.result
{
 background-color: #dae1d9;
}

#costcalculator input.calculate 
{
 height: 40px;
 width: 100px;
 float: none;
 clear: both;
 margin: 10px 10px 10px 270px;
 font-size: 140%;
}

/* @group FAQ Section */

#faq ul {
 margin-top: 20px;	
 margin-bottom: 20px;
 list-style-type: square;
 padding: 20px;
}

#faq ul li {
 margin-top: 20px;
 margin-bottom: 10px;
}

#faq ul li a {
	font-size: 14px;
}

#faq .response {
	background-color: #e4e5e6;
	border: 1px solid black;
	padding: 10px;
}

div#sitemap{}

#sitemap table {
	margin:0 auto 0	auto;
	padding:0}

#sitemap table a:link {
	text-decoration:none;
	color:#000000;}

#sitemap table a:visited {
	text-decoration:none;
	color:#000000;}
	
#sitemap table th {
	text-align: center;
	padding: 0.2em;
	padding-left:1em;
	color:#fff;
	background-color:#5d2427}


#sitemap table tr.rowA {
	background-color: #aaaa9d;
	color: inherit;
	text-align:center;}
	
#sitemap table tr.rowB {
	background-color: #e1e2e3;
	color: inherit;
	text-align:center;}

/* end */