@charset "UTF-8";
/* CSS Document */
<style type="text/css"> 
body  {
	background: #BDB4A2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, pre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.sub:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;	
}
a.sub:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;	
}
a.sub:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration:none;
	font-weight: normal;
}
a.sub:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;	
}
a.sub2:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration: none;
	font-weight: bold;
}
a.sub2:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration: none;
	font-weight: bold;
}
a.sub2:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration:none;
	font-weight: bold;
}
a.sub2:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration: none;
	font-weight: bold;
}
a.navhome:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration: none;
	line-height: 30px;
}
a.navhome:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration: none;
	line-height: 30px;
	font-weight: normal;
}
a.navhome:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration:none;
	line-height: 30px;
	font-weight: normal;
}
a.navhome:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration: none;
	line-height: 30px;
	font-weight: normal;
}

	
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(index/bg_content.jpg);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #containerwhite {
	width: 836px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #header {
	background-color: #E5E4D7;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #E5E4D7;
	background-image: url(index/header.jpg);
	background-repeat: no-repeat;
	height: 142px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainnavigation {
	color: #333;
	font-weight: normal;
	width: 400px;
	float: right;
	font-size: 12px;
	line-height: 40px;
	padding-top: 10px;
	padding-right: 15px;
	text-align: right;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F5F3E6;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
}
.image {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.image_padding {
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.headimage {
	float: left;
	width: 570px;
	padding: 0px;
	margin-right: 0px;
	margin-top: 5px;
	}
.header {
	float: left;
	width: 811px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.headercontent {
	float: left;
	width: 770px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.aboutcontent {
	float: left;
	width: 801px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: #FFF;
}
.productcontent {
	float: left;
	width: 816px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFF;
}

.smallBox {
	float: left;
	width: 410px;
	margin-top: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px;
	margin-left: 10px;
	display: inline;
}
.picturebox {
	float: left;
	width: 550px;
	margin-top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px;
	margin-left: 10px;
	display: inline;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BDB4A2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	color: #FFF;
}

h1 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #600;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #600;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: center;
}

.locationsname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.seriesname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}


.navbox {
	float: left;
	width: 410px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 0px;
	display: inline;
}
 .mainpicturebox {
	float: left;
	width: 410px;
	margin-top: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px;
	margin-left: 10px;
	display: inline;
}
li {
	list-style-image: url(product_pages/product_page/images_sm/bullet.jpg);
	list-style-type: none;
}
.search {
	float: left;
	width: 400px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px;
	display: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.twoColFixLtHdr #sidebarsearch {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #containersearch {
	width: 836px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(index/tileshop_index.jpg);
	height: 653px;
}

.twoColFixLtHdr #mainContent2 {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
}

.twoColFixLtHdr #productpagecontent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
}
.twoColFixLtHdr #headerhome  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFF;
	background-image: url(index/tileshop.gif);
	background-repeat: no-repeat;
	height: 142px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: 10px;
}
.mainnavigationhome {
	color: #333;
	font-weight: normal;
	width: 420px;
	float: right;
	font-size: 12px;
	line-height: 40px;
	margin-top: 10px;
	margin-right: 0px;
	text-align: right;
	padding-right: 10px;
}
.twoColFixLtHdr #mainContenthome {
	margin-top: 0px;
	padding-left: 370px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-weight: normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 12px;
}
.fltrthome {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}
.twoColFixLtHdr #mainContenthome2 {
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 335px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}
.smallBoxhome {
	float: left;
	width: 375px;
	margin-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px;
	margin-left: 25px;
	display: inline;
}
.smallBoxnew {
	float: left;
	width: 600px;
	margin-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px;
	margin-left: 25px;
	display: inline;
}
.smallBoxhome2 {
	float: left;
	width: 425px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	display: inline;
	line-height: normal;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thirdcolumn {
	width: 175px;
	margin-left: 650px;
}
.twoColFixLtHdr #sidebarhome {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 223px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #E5E2D1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#column1 {
	float: left;
	width: 208px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}
#column2 {
	float: left;
	width: 228px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#column3 {
	float: left;
	width: 248px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#yelp {
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
#tileshop {
	float: right;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 279px;
	height: 428px;
}
.column {
	float: left;
	height: 400px;
	width: 188px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
#column4 {
	margin-left: 36px;
}
#column7 {
	padding-right: 12px;
}
#livingrooms {
	padding: 0px;
	margin-left: 25px;
}
#product_page {
	padding: 0px;
	margin-left: 25px;
	padding-top: 20px;
}

body {
	background-color: #BDB4A2;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
th { text-align: left; 
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;}

</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
