@CHARSET "UTF-8";
*{margin:0;padding:0;}
body {
	font-family:arial, sans-serif;
	font-size:10pt;
	background-color:#fff;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;
	color:#888;
}
p {margin:0.8em 0;}
p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .text_cell h1 {
	margin-top:0;
}
p:last-child {margin-bottom:0;}
h1, h2, h3, h4, h5, h6 {
	margin:1em 0 0.5em 0;
	font-weight:normal;
	color:#0e1016;
}
h1{font-size:18pt;}
h2{font-size:16pt;}
h3{font-size:12pt;}
h4{font-size:10pt;}
h5{font-size:8pt;}
h6{font-size:8pt;}
a {color:#3b9267;}
a:hover {text-decoration:none;}
a img {border:none;}
table {border-collapse: collapse;}
th, td {
	padding:0px;
	text-align:left;
	vertical-align:top;
}
table.padded td, table.padded th {
	padding: 2px 6px;
}
.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}
.green {color:#3b9267;}
.red {color:#c00;}
.hr hr {display:none;}
.hr {border-top:1px dotted #ccc;margin:6px 0px;}
.error {
	font-size:90%;
	margin-bottom:6px;
	color:#c00;
}
.clear {clear:both;}
.btn {
	background-color:#3b9267;
	color:#fff;
	padding:4px 10px;
	text-decoration: none;
	border:0px solid #fff;
	font-family:arial, sans-serif;
	font-size:10pt;
	margin-top:8px;
}
.btn:hover {background-color:#37C680;}
.tiny_textfield, .small_textfield, .med_textfield, .large_textfield, .huge_textfield, .med_textarea, .med_select, .large_textarea {border:1px solid #7f7f7f;font-size:1em;font-family:arial, sans-serif;padding:1px 4px;}
.tiny_textfield {width:30px;}
.small_textfield {width:100px;}
.med_textfield {width:250px;}
.large_textfield {width:400px;}
.huge_textfield {width:100%;}
.med_textarea {height:100px;width:250px;}
.large_textarea {height:140px;width:100%;}
.med_select {width:260px;}
.med_select option {padding:0px 6px;border-top:1px solid #eee;}
#wrap {
	width:991px;
	background-color:#fff;
	margin:0 auto 0 auto;
}

/* NAV */
#nav {
	height:174px;
	position:relative;
	padding:0px 14px;
	background-image:url(/images/nav_bg.gif);
	background-repeat:no-repeat;
}
#nav #cart {
	position:absolute;
	right:40px;
	top:20px;
	height:24px;
	font-size:8pt;
	padding:5px 28px 0px 0px;
	background-image:url(/images/cart_icon.gif);
	background-repeat: no-repeat;
	background-position:top right;
}
#nav #logo {
	width:220px;
	height:43px;
	position:absolute;
	background-image:url(/images/logo.gif);
	background-repeat: no-repeat;
	right:40px;
	top:24px;
	cursor: pointer;
}
#nav #logo span {
	display:none;
}
#nav a {
	color:#ababab;
}
#nav a:hover {
	color:#81b497;
}
#nav ul {
	position:absolute;
	bottom:13px;
	list-style:none;
}
#nav ul li {
	margin:4px 0 0 0;
	color:#ababab;
}
#nav ul li a {
	display:block;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-transform: uppercase;
	text-decoration: none;
}
#nav ul li a.selected {
	color:#3b9267;
}
#nav ul li a span {
	display:none;
}
#nav #collections_nav {
	left:40px;
}
#nav #collections_nav li {
	height:12px;
	width:200px;
	font-size:11pt;
}
#nav #collections_nav li a:hover {
}
#nav #collections_nav li a.selected {
}
#nav #ranges_nav {
	left:265px;
}
#nav #ranges_nav li {
	height:12px;
	width:200px;
	font-size:11pt;
}
#nav #ranges_nav li a:hover {
}
#nav #ranges_nav li a.selected {
}
#nav #main_nav {
	left:494px;
}
#nav #main_nav li {
	height:12px;
	width:200px;
	font-size:10pt;
}
#nav #main_nav li a:hover {
}
#nav #main_nav li a.selected {
}

/* SEARCH */
.search_info {
	background-color:#ededed;
	padding:20px 0px 10px 25px;
}
#search_form {
	position:absolute;
	right:38px;
	bottom:13px;
}
#search_text {
	background-color:#fff;
	border:1px solid #7f7f7f;
	padding:3px 6px;
	color:#646464;
	font-family:arial, sans-serif;
	font-size:9pt;
}
#search_button {
	background-color:#dbdbdb;
	border:1px solid #7f7f7f;
	padding:2px 6px;
	color:#9a9a9a;
	font-family:arial, sans-serif;
	font-size:9pt;
	cursor: pointer;
}
#search_button:hover {
	color:#3b9267;
}

/* CONTENT */
#content {
	padding:0px 14px;
	background-image:url(/images/page_bg.gif);
	background-repeat:repeat-y;
	min-height: 341px;
}
#content .single_column {
	padding:24px;
}

/* RANGE */
.collection_hero {
	margin:0px 1px 0px 0px;
}
.range_thumbnail .range_title {
	margin:0px 1px 0px 0px;
}
.row_end .range_thumbnail .range_title {
	margin:0px 0px 0px 0px;
}
.range_title {
	background-color:#fff;
	height:30px;
	width:240px;
}
.range_title p {
	background-color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:12pt;
	padding-top:6px;
	letter-spacing:-0.03em;
	color:#a5a5a5;
}

/* MODEL */
.image_cell {
	/*background-color:#fff;*/
}
.text_cell {
	background-color:#fff;
	width:472px;
	padding:10px 26px;
	font-size:0.9em;
}
.model_thumbnail {
	float:left;
	width:240px;
	height:200px;
	background-color:#fff;
	text-align:center;
	margin:0px 1px 1px 0px;
}
.model_thumbnail p {
	margin:0px;
	width:240px;
	height:30px;
	background-color:#fff;
	color:#696969;
	text-align:center;
	font-size:8pt;
}
.product_body {
	/*height:180px;
	overflow:auto;*/
}
.product_id {
	font-weight:bold;
}
.product_body_content {
	padding:26px;
	color:#4a4a4a;
}

/* HOME PAGE */
#wrap.home #home_left {
	float:left;
	width:722px;
}
#wrap.home #home_right {
	float:right;
	width:240px;
}

/* ABOUT PAGE */
#wrap.about .text_cell, #wrap.dealer-locator .text_cell, #wrap.specifiers-library .text_cell, #wrap.relocation-service .text_cell, #wrap.cart .text_cell {
	/*background-color:#212121;
	color:#c7c7c7;*/
}

/* CONTACT PAGE */
#wrap.contact .text_cell {
	/*vertical-align:bottom;*/
	background-image:url(/images/contact_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#wrap.contact .text_cell p {
	position:relative;
}
#wrap.contact .text_cell p .indent {
	position:absolute;
	left:80px;
}

/* DEALER LOCATOR */
#wrap.dealer-locator #content h1 {
	margin-top:0px;
}
#wrap.dealer-locator #content h2 {
	margin-bottom:0px;
}
#wrap.dealer-locator #content ul {
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#wrap.dealer-locator #content ul ul {
	margin-left:30px;
}
#wrap.dealer-locator #content ul ul li {
	margin:0px;
}


/* CART */
#wrap.cart .order_details {
	/*margin:0 auto 0 auto;*/
	width:640px;
}
#wrap.cart .order_details h3 {
	margin:0;
	color:#888;
}


/* FOOTER */
#footer {
	color:#646464;
	font-size:8pt;
	padding:16px 24px;
	clear:both;
	background-image:url(/images/page_bottom.gif);
	background-repeat: no-repeat;
}
#footer a {
	color:#646464;
}
