

/*======================================================================
LEVOLOR - MAIN STYLE SHEET
=======================================================================*/	

html, body {
	color: #5d5241;	
	background: #fff;
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	font-family: arial, sans-serif;
	font-size: 13px;
	}
	
img {
	border: none;
	}
	
p, h1, h2, h3, h4, h5, ul, ul li {
	margin: 0;
	padding: 0;
	}
	
	
	
/* TEXT STYLES
========================================================================*/

h1 {
	clear: left;
	margin-bottom: 15px;
	font-size: 20px;
	}
	
.h1-subhead {
	font-size: 20px;
	margin-bottom: 15px;
	}
	
.h1-subhead-avant {
	font-size: 20px;
	margin-bottom: 15px;
	}
	
h2 {
	margin-bottom: 10px;
	font-size: 18px;
	}

h2 .subhead {
	font-size: 14px;
	}

h3 {	
	margin-bottom: 15px;
	font-size: 15px;
	}
	
h4 { /* Same as h2 but no bottom margin */
	margin-bottom: 3px;
	font-size: 18px;
	}
	
h5 { /* Same as h3 but no bottom margin */
	margin-bottom: 3px;
	font-size: 15px;
	}
	
p {
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 15px;
	font-family: times, serif;
	}
  
a {
	color: #ab0034;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#body-wrap ul {
	margin: 0 0 10px 16px;
	line-height: 14px;
	font-size: 14px;
	font-family: times, serif;
	}
	
#body-wrap ul li {
	padding: 0 0 5px 0;
	}
	
ol {
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 15px;
	font-family: times, serif;
	}
	
ol li {
	padding: 0 0 10px 0;
	}
	
ul {
	margin: 0 0 18px 15px;
	}
	
	
	
/* STRUCTURE
========================================================================*/

#wrap {
	background: #fff;
	position: relative; /* needed for footer positioning*/
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
	z-index: 1;
	}

#body-wrap {
	position: relative;
	margin: 25px auto;
	width: 930px;
	text-align: left;
	}
	
.lcol-s {
	float: left;
	margin-right: 25px;
	width: 293px;
	}
	
.lcol-m {
	float: left;
	width: 611px;
	}

.rcol-s {
	float: right;
	width: 293px;
	}
	
.rcol-m {
	float: right;
	width: 611px;
	}

.equalcols {
	overflow: hidden;
	width: 937px;
	margin-bottom: 25px;
	clear: both;
	}

.equalcols .col {
	float: left;
	width: 293px;
	margin: 0 25px -1000px 0;
	padding: 0 0 1000px 0;
	}
	
.equalcols .col-fauxhead {
	float: left;
	width: 293px;
	margin: 0 25px -1000px 0;
	padding: 25px 0 1000px 0;
	}
	
.equalcols .col-fauxhead-dbl {
	float: left;
	width: 293px;
	margin: 0 25px -1000px 0;
	padding: 55px 0 1000px 0;
	}
	
.equalcols .col-leftbar {
	float: left;
	background: transparent url(/vendor/default/img/leftbar.gif) no-repeat;
	width: 268px;
	margin: 0 25px -1000px 0;
	padding: 25px 0 1000px 25px;
	}
	
.equalcols .col-leftbar img {
	margin-bottom: 15px;
	}
	
.equalcols .col-leftbar-m {
	float: left;
	background: transparent url(/vendor/default/img/leftbar.gif) no-repeat;
	width: 586px;
	margin: 0 25px -1000px 0;
	padding: 25px 0 1000px 25px;
	}
	
.lcol-dotted {
	float: left;
	padding: 0 25px 25px 0;
	border-right: 1px dotted #5d5241;
	margin-right: 25px;
	width: 267px;
	}
	
.last-dotted {
	border-right: 0;
	margin-right: 0;
	}
	
.last {
	margin-right: 0 !important;
	}



/* VARIOUS STYLES
========================================================================*/


/* Sidebar Fancy (tan box with white inset border) */

.sidebar-fancy {
	border: 1px solid #F9F2E8;
	margin-bottom: 25px;
	}
	
.sidebar-fancy .inner {
	background: #F9F2E8;
	border: 2px solid #fff;
	padding: 15px;
	padding-bottom: 0;
	}
	
.sidebar-fancy-rule {
	clear: both;
	margin: 15px -15px;
	width: 287px;
	height: 0;
	border-top: 2px solid #fff;
	overflow: hidden;
	}
	
.sidebar-fancy-rule hr {
	visible: none;
	}
	
.sidebar-fancy h3 {
	margin-bottom: 5px;
	}
	
.sidebar-fancy ul {
	margin-left: 15px;
	}
	
.sidebar-fancy ul li {
	margin-bottom: 15px;
	}
	
	
/* Sidebar Rounded (A dark rounded sidebar with a rule) */
	
.sidebar-rounded {
	color: #fff;
	background: #5c544c url(/vendor/default/img/sidebar_rounded_top.jpg) no-repeat;
	padding: 15px;
	width: 263px;
	}
	
.sidebar-rounded .bottom {
	clear: both;
	background: transparent url(/vendor/default/img/sidebar_rounded_btm.jpg) no-repeat bottom left;
	margin-left: -15px;
	margin-bottom: -15px;
	padding-top: 8px;
	width: 293px;
	height: 7px;
	}
	
.sidebar-rounded-rule {
	clear: both;
	margin: 15px -15px;
	width: 293px;
	height: 0;
	border-top: 1px solid #362c29;
	border-bottom: 1px solid #746d67;
	overflow: hidden;
	}
	
.sidebar-rounded-rule hr {
	visible: none;
	}

.sidebar-rounded input {
	width: 190px;
	}
	
.sidebar-rounded select {
	width: 193px;
	}
	
	
/* Arrow List 3 Columns (Makes a list 3 columns with arrows for bullets) */

.arrow-3col-list {
	list-style-image: url(/vendor/default/img/arrow_small_brown.gif);
	list-style-position: inside;
	}
	
.arrow-3col-list li {
	float: left;
	width: 33%;
	padding: 0 0 15px 0;
	margin: 0 !important;
	}


/* Icon List (A list with icons as bullets) */

.icon-link-list {
	list-style: none;
	list-style-position: inside;
	}
	
.icon-link-list li {
	margin: 10px 0;
	}
	

/* Minimal List (A list without bullets) */	
	
ul.minimal { /* this is a version of the brochure list that can be used outside of the brochure */
	list-style: none;
	margin: 0 !important;
	padding: 0;
	}
	
ul.minimal li { /* this is a version of the brochure list that can be used outside of the brochure */
	margin: 0 0 15px 0;
	padding: 0 !important;
	line-height: 18px;
	}
	

/* Left Icon (Position an icon to the left of some content) */
	
.left-icon {
	float: left;
	margin: 0 15px 15px 0;
	}
	
	
/* Image Floats (Used in the idea center) */
	
.left-img {
	float: left;
	border: 1px solid #5d5241;
	margin: 0 15px 15px 0;
	}
	
.right-img {
	float: right;
	border: 1px solid #5d5241;
	margin: 0 0 15px 15px;
	}
	
	
/* Various */

.hide {
	display: none;
	}
	
.float_r {
	float: right !important;
	}
	
.float_l {
	float: left !important;
	}
  
.clearer { /* prevents floats from poking out */
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 1px;
	}
	
.dotted-rule {
	background: #fff url(/images/dotted_line_tile_brown.gif) repeat-x;
	margin: 15px 0;
	width: 100%;
	height: 1px;
	}
	
.dotted-rule hr {
	display: none;
	}
	
.leaded-just {
	margin-bottom: 20px;
	text-align: justify;
	line-height: 27px;
	}



/* SIFR STYLES
============================================================================*/
	
/* These are the standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
	

/* These are the main sifr styles. Each style must have at least "visibility: hidden;" additional
code can be used to make sure that the text positions itself correctly. Mainly letter-spacinig and
font-size will be used. More specific styles should be handled elsewhere */

.sIFR-hasFlash .avant {
	visibility: hidden;
	z-index: 2;
	}
	
.sIFR-hasFlash .avant-white {
	visibility: hidden;
	}
	
.sIFR-hasFlash .avant-red {
	visibility: hidden;
	}
	
.sIFR-hasFlash .avant-tanbg {
	visibility: hidden;
	}
	
	

/* BUTTONS
=======================================================================*/

.btn-round {
	float: left;
	background: url("/vendor/default/img/btn_rounded.gif") no-repeat left top;
	padding-left: 10px;
	text-align:center;
	}

.btn-round a {
	display: block;
	color: #fff;
	background: url("/vendor/default/img/btn_rounded.gif") no-repeat right top;
	padding: 3px 10px 4px 0;
	}
	
.btn-round.dark {
	background: url("/vendor/default/img/btn_rounded_dark.gif") no-repeat left top;
	}
	
.btn-round.dark a {
	background: url("/vendor/default/img/btn_rounded_dark.gif") no-repeat right top;
	}
	
.btn-round a:hover {
	color: #e295b1;
	text-decoration: none;
	cursor: pointer;
	}
	
	
	
/* MESSAGE PANELS
=======================================================================*/

.message_panel {
	color: #006000;
	background: #cdf3cd url(/images/icons/error_icon_green.gif) no-repeat 15px 15px;
	border: 1px solid #006000;
	padding: 12px 15px 0 30px;
	margin: 0 0 20px 0;
	}
	
/* Text Styles */

.message_panel p {
	margin: 0 0 12px 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	}
	
.message_panel a:hover {
	text-decoration: underline;
	}
	
.message_panel h3 {
	margin: 0 0 12px 0;
	}
	
.message_panel h4 {
	margin: 0;
	font-size: 13px;
	}
	
.message_panel ul {
	margin: 5px 0 12px 30px;
	list-style-image: url(/vendor/default/img/diamond_bullet.gif) !important;
	}
	
.message_panel li {
	margin: 0 0 5px 0;
	}
	
	
/* Table Styles */

.message_panel table {
	margin: 15px 0;
	border-collapse: collapse;
	width: 100%;
	}
	
.message_panel table td, .message_panel table th {
	padding: 5px;
	border-bottom: 1px solid #5d5241;
	text-align: center;
	font-weight: normal;
	}

.message_panel table th {
	border-left: 1px dotted #5d5241;
	}
	
.message_panel table th:first-child { 
	border-left: 0;
	}
	
.message_panel table th.first { /* this is for ie6 only as it doesn't support first-child */
	border-left: 0;
	}
	
.message_panel .odd { /* used to zebra stripe the table */
	background: #fff;
	}
	
	
/* Various Color Schemes */

.error-colors { /* error */
	color: #AD0000;
	background: #f2c7D0 url(/images/icons/error_icon.gif) no-repeat 15px 15px;
	border: 1px solid #AD0000;
	}
	
.note-colors { /* note */
	color: #000;
	background: #fffab6;
	border: 1px solid #bfb35f;
	padding-left: 15px;
	}

.learn-colors { /* learn */
	color: #5d5241;
	background: #F9F1E8;
	border: 1px solid #5d5241;
	padding-left: 15px;
	}
	
	
/* Extra Styles */

.close-panel { /* the old way */
	float: right;
	}
	
	
	
/* BALLOON
========================================================================*/

.balloon {
	color: #000;
	position: relative;
	width: 318px;
	}

.balloon .high-top {
	background: transparent url("/vendor/default/img/balloon_point_top.gif") no-repeat;
	padding: 15px 15px 0 43px;
	}
	
.balloon .high-btm {
	background: transparent url("/vendor/default/img/balloon_btm.gif") no-repeat;
	height: 13px;
	}
	
.balloon .low-top {
	background: transparent url("/vendor/default/img/balloon_top.gif") no-repeat;
	height: 13px;
	}
	
.balloon .low-btm {
	background: transparent url("/vendor/default/img/balloon_point_btm.gif") no-repeat left bottom;
	padding: 0 15px 15px 43px;
	}
		
.balloon p {
	margin: 10px 0 0 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	}
	
.balloon h4 {
	font-size: 14px;
	}
	
.balloon .x {
	position: absolute;
	top: 15px;
	right: 15px;
	}



/* DOTTED HEADER: This is the dotted header bar with the link at the end
========================================================================*/

.dotted_header { /* header wrap - includes dotted line */
	clear: both;
	background: #fff url(/images/dotted_line_tile_brown.gif) repeat-x 0 16px;
	margin: 0;
	height: 35px;
	width: 100%;
	}
	
.dotted_header h4 {
	color: #6f6357;
	background: #fff;
	float: left;
	padding: 3px 3px 0 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 18px;
	}
	
.dotted_header a {
	color: #ab0034;
	background: #fff url(/images/little_pink_arrow.gif) no-repeat 0px 3px;
	float: right;
	padding: 0 0 0 5px;
	margin: 8px 0 0 0;
	border-left: 5px solid #fff;
	line-height: 12px;
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: normal;
	}
	
.dotted_header ul {
	float: right;
	background: #fff;
	height: 24px;
	list-style: none;
	}

.dotted_header ul li {
	float: left;
	padding: 1px 5px;
	margin: 5px 0 0 5px;
	border-left: 1px dotted #5d5241;
	}
	
.dotted_header ul li a {
	float: none;
	display: block;
	background: #fff url(/images/little_pink_arrow.gif) no-repeat 1px 3px;
	margin: 0 0 0 3px;
	border-left: 1px solid #fff;
	padding: 0 0 0 6px;
	}
	
.dotted_header ul .first {
	border: 0;
	padding: 1px 5px 1px 2px;
	margin-left: 0;
	}



/* FORM TABLE: Used to organize forms
========================================================================*/

.formtable {
	font-size: 13px;
	}
	

.formtable p {
	margin: 5px 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	font-family: arial, sans-serif;
	}
	
	
	
/* GENERAL TABLE: This is a generic set of styles for tables
=======================================================================*/
	
.gen_table tr td {
	padding: 5px;
	vertical-align: top;
	color: #5d5241;
	background: #F9F2E8;
	border-top: 1px solid #5d5241;
	border-left: 1px solid #5d5241;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 14px;
	}
	
.gen_table p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 16px;
	}
	
.gen_table .btn a {
	color: #fff;
	}
	
.gen_table .light {
	color: #6f6357;
	background: #fff;
	}

.gen_table .check_column {
	background: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-left: 0;
	}

.gen_table .blank_btm_row {
	background: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #5d5241;
	}
	
.gen_table .label {
	color: #fff;
	background: #5d5241;
	border-left: 1px solid #fff;
	border-top: 0;
	}
	
.gen_table .label a {
	color: #fff;
	}
	
.gen_table .h_divider {
	border-top: 1px solid #fff;
	}

	
.gen_table .dark_brdr_l {
	border-left: 1px solid #5d5241;
	}
	
.gen_table .dark_brdr_r {
	border-right: 1px solid #5d5241;
	}
	
.gen_table .dark_brdr_b {
	border-bottom: 1px solid #5d5241;
	}
	
.gen_table .no_brdr_l { /* don't need this? */
	border-left: 0;
	}
	
.gen_table .no_pad { /* don't need this? */
	padding: 0;
	}

.gen_table ul { /* don't need this? */
	padding-left: 20px;
	}



/* NEW TABLE: A NEW VERSION OF GEN TABLE
=======================================================================*/

.new-table {
	color: #5d5241;
	border-collapse: collapse;
	text-align: center;
	}
	
.new-table th {
	border-left: 1px dotted #b6ada1;
	padding: 5px;
	vertical-align: bottom;
	font-weight: normal;
	}
	
.new-table th.first {
	border-left: 0;
	font-weight: bold;
	}
	
.new-table td {
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	}

.new-table .dark {
	background: #F9F2E8;
	border-top: 1px solid #b6ada1;
	border-bottom: 1px solid #b6ada1;
	}

.new-table .text-left, .new-table.text-left {
	text-align: left;
	}
	
	
/* Getting rid of the below slowly */
	
.new-table .label {
	border-left: 1px dotted #b6ada1;
	vertical-align: bottom;
	}
	
.new-table .label-first {
	vertical-align: bottom;
	}
	

/* HEADER
========================================================================*/

#header-wrap {
	background: #ede4d3;
	}

#header {
	position: relative;
	margin: 0 auto;
	width: 930px;
	height: 87px;
	text-align: left;
	}
	
#header #logo {
	border: 0;
	}
	
		
	
/* ORDER NAV
=======================================================================*/
	
ul#ordernav {
	position: absolute;
	top: 30px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 700px;
	list-style: none;
	text-align: right;
	}
	
#ordernav a:hover {
	text-decoration: underline;
	}
	
ul#ordernav li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #5d5241;
	zoom: 100%; /* fix for the new 1e7 inline list zoom bug - awesome */
	}
	
ul#ordernav li.first {
	border-left: 0;
	}
	
ul#ordernav li.cart {
	background-image: url("/vendor/default/img/icon_cart.gif");
	border-left: 0;
	padding-left: 18px;
	}
	
ul#ordernav li.account {
	background-image: url("/vendor/default/img/icon_account.gif");
	border-left: 0;
	padding: 0 0 0 14px;
	margin-left: 30px;
	}
	
	
	
/* MAIN NAV BAR
=======================================================================*/

#mainnav-wrap {
	background: #5d5241 url("/vendor/default/img/nav_bar.jpg");
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: -1px; /* IE 6 Fix */
	width: 100%;
	height: 29px;
	z-index: 1;
	}
	
#mainnav, #mainnav ul {
	padding: 0 0 0 5px;
	margin: 0;
	list-style: none;
	z-index: 30;
	}
	
	
/* Main Nav - Tabs */
	
#mainnav li {
	float: left;
	margin-top: 7px;
	height: 15px;
	border-left: 1px solid #1a1210;
	border-right: 1px solid #b6ada1;
	}
	
#mainnav li.last { /* Main Links */
	border-right: 0;
	}
	
#mainnav li.first { /* Main Links */
	border-left: 0;
	}

#mainnav li a {
	position: relative;
	display: block;
	color: #fff;
	margin: -2px 4px 0 4px;
	padding: 0 10px 5px 10px;
	line-height: 19px;
	text-decoration: none;
	}
	
#mainnav a .tabend {
	position: absolute;
	top: 0;
	right: 0;
	_right: 3px; /* IE 6 Fix */
	width: 3px;
	height: 3px;
	font-size: 0; /* IE 6 Fix */
	}
	
#mainnav li:hover a, #mainnav li.sfhover a, #mainnav li.active a {
	color: #ab0034;
	background: #fff url("/vendor/default/img/nav_tab_l.gif") no-repeat;
	#background: #fff url("/vendor/default/img/nav_tab_l.gif") no-repeat 2px left; /* IE 6 & 7 Fix (Due to negative margin) */
	}	
	
#mainnav li:hover a .tabend, #mainnav li.sfhover a .tabend, #mainnav li.active a .tabend {
	background: transparent url("/vendor/default/img/nav_tab_r.gif") no-repeat;
	}
	

/* Main Nav - Dropdowns */

#mainnav li ul {
	position: absolute;
	background: #fff;
	margin-left: 3px;
	padding: 7px 15px 12px 15px;
	border: 1px solid #5d5241;
	border-top: 0;
	width: 180px;
	z-index: 100;
	}
	
#mainnav li ul li {
	float: none;
	background: transparent url("/vendor/default/img/nav_bullet_a.gif") no-repeat 0 11px;
	border: 0;
	margin: 0;
	padding: 4px 0 4px 12px;
	}
	
#mainnav li ul li.sub {
	float: none;
	background: transparent url("/vendor/default/img/nav_bullet_b.gif") no-repeat 15px 11px;
	border: 0;
	margin: 0;
	padding: 4px 0 4px 27px;
	}
	
#mainnav li ul li a {
	color: #ab0034;
	background: transparent !important;
	margin: 0;
	padding: 0;
	display: block;
	}
	
#mainnav li ul a:hover {
	text-decoration: underline;
	}
	
	
/* Subnav Activation */
	
#mainnav li ul {
	left: -999em; /* Hide Sub Menus */
	}

#mainnav li:hover ul, #mainnav li.sfhover ul {
	left: auto; /* Show Sub Menus */
	}
	

/* E-mail Sign Up */

#sign-up-main {
	color: #fff;
	float: right;
	padding-right: 7px;
	}

#sign-up-main label {
	float: left;
	line-height: 29px;
	}

#sign-up-main input {
	float: left;
	color: #999;
	border: 1px solid #999;
	height: 17px;
	margin: 5px 8px 5px 5px;
	padding: 0 3px;
	}
	
#sign-up-main img {
	float: left;
	margin-top: 4px;
	}
	
	
#content {
	position: relative;
	margin: 35px auto 100px auto;
	width: 930px;
	#z-index: -2; /* IE6 & IE7 */
	}
	
	
	
/* BREAD CRUMBS
=======================================================================*/

#breadcrumbs {
	background: #fff url("/vendor/default/img/breadcrumbs_bg.jpg") no-repeat bottom left;
	margin: 0 auto;
	padding: 0 15px;
	width: 900px;
	height: 29px;
	line-height: 29px;
	text-align: left;
	}
	
	
	
/* FOOTER
=======================================================================*/

#footer-wrap {
	background: #ede4d3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	}
			
#footer-clear { /* Keep the footer from overlapping content */
	clear: both;
	width: 100%;
	height: 160px;
	}
	
#footer {
	position: relative;
	margin: 0 auto;
	width: 930px;
	font-size: 12px;
	}
	
/* E-mail signup */

#sign-up-foot {
	padding: 14px 0 5px 0;
	height: 29px;
	}
	
#sign-up-foot label {
	float: left;
	line-height: 29px;
	}
	
#sign-up-foot input {
	float: left;
	color: #999;
	border: 1px solid #999;
	height: 17px;
	margin: 5px 8px 5px 5px;
	padding: 0 3px;
	}
	
#sign-up-foot img {
	float: left;
	margin-top: 6px;
	border: 0;
	}
	
	
/* Nav List */
	
#footer #nav {
	margin: 0;
	padding: 25px 0 10px 0;
	width: 461px;
	list-style: none;
	border-bottom: 1px dotted #5d5241;
	}
	
#footer #nav li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #5d5241;
	zoom: 100%; /* fix for the new 1e7 inline list zoom bug - awesome */
	}
	
#footer #nav li.first {
	border: 0;
	padding: 0 5px 0 0;
	}
	
	
/* Divisions List */
	
#footer #divisions {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#footer #divisions li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #5d5241;
	zoom: 100%; /* fix for the new 1e7 inline list zoom bug - awesome */
	}
	
#footer #divisions li.label {
	display: block;
	border: 0;
	padding: 9px 5px 0 0;
	font-weight: bold;
	font-size: 12px;
	}
	
#footer #divisions li.first {
	border: 0;
	padding: 0 5px 0 0;
	}
	

/* Dotted Rule */

#footer #rule {
	background: transparent url("/vendor/default/img/footer_rule.gif");
	width: 457px;
	height: 1px;
	}
	
#footer #rule hr {
	display: none;
	}
	
	
/* Logo Area - (Verisign Etc...) */
	
#footer #logo-box {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url("/vendor/default/img/logo_box.jpg");
	padding: 8px 5px 0 20px;
	height: 81px;
	}
	
#footer #logo-box img {
	margin-right: 15px;
	}
	
#footer #logo-box #verisign {
	display: inline;
	}
	
#footer #logo-box #end {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url("/vendor/default/img/logo_box.jpg") top right;
	height: 89px;
	width: 5px;
	}
	
	
/* Copyright Information */
	
#footer-wrap #copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url("/vendor/default/img/double_border.gif") repeat-x top left;
	padding: 13px 0 10px 0;
	width: 100%;
	text-align: center;
	}
	
#footer-wrap #copyright p {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	font-family: arial, sans-serif;
	}
	
	

/*======================================================================
PAGE SPECIFIC CSS
=======================================================================*/	



/* HOME PAGE
=======================================================================*/

#hp-quick-links	{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #342f2a url(/vendor/default/img/ql_background.jpg) repeat-x;
	width: 231px;
	height: 340px;
	}

#hp-quick-links h3 {
	margin: 20px 0 15px 25px;
	}
	
#hp-quick-links a {
	color: #fff;
	}
	
#hp-quick-links ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0;
	}
	
#hp-quick-links ul li {
	color: #fff;
	background: transparent url(/vendor/default/img/ql_bullet.gif) no-repeat 0 3px;
	margin: 0;
	padding: 0 0 11px 15px;
	line-height: 12px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	
#hp-feature {
	margin-bottom: 25px;
	}
	
	
	
/* PHOTO GALLERY
=======================================================================*/


/* Photo Gallery - Filter Nav */

#gallery #filters {
	background: #F9F2E8;
	border: 1px solid #5d5241;
	border-bottom: 0;
	padding: 10px 10px 5px 10px;
	text-align: right;
	}
	
#gallery #filters .pulldown {
	padding-bottom: 5px;
	}
	
#gallery #filters select {
	width: 170px;
	}
	
	
/* Photo Gallery - Arrow Nav */
	
#gallery #arrow-nav {
	background: #3b3531 url("/vendor/default/img/gallery_arrow_bg.gif") repeat-x 0 0;
	height: 36px;
	}
	
#gallery .number {
	float: left;
	color: #fff;
	line-height: 36px;
	margin-left: 8px;
	}
	
#gallery .arrow {
	float: right;
	margin: 7px 6px 0 0;
	}
	

/* Photo Gallery - Thumbnails */

#gallery #thumbs {
	border: 1px solid #5d5241;
	border-top: 0;
	padding: 5px;
	height: 425px;
	overflow: auto;
	}
	
#gallery #thumbs img {
	float: left;
	border: 5px solid #fff;
	}
	
#gallery #thumbs .selected {
	border: 5px solid #f2c7D0;
	}
	
	
/* Photo Gallery - Photo */

#gallery #photo {
	position: relative;
	width: 637px;
	height: 460px;
	}

#gallery #photo .corner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	}
	
#gallery #photo .starburst {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 3;
	}
	
#gallery #swatch {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 4;
	border: 5px solid #fff;
	}
	
#gallery #swatch .magnify {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 5;
	}
	
#gallery #swatch p {
	color: #5d5241;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: -1px;
	z-index: 6;
	margin: 0;
	padding: 3px 0 3px 5px;
	line-height: 14px;
	font-family: arial, sans-serif;
	font-size: 13px;
	}

#gallery #info {
	color: #fff;
	background: #5d5241 url("/vendor/default/img/gallery-info-bg.gif") repeat-x 0 0;
	padding: 15px;
	height: 52px;
	}
	
#gallery #info h2 {
	margin: 0;
	line-height: 18px;
	}
	
	
	
/* CONFIGURATOR
=======================================================================*/ 
	 
	
/* Configurator - Loader */
	
.config_loader {
	background: #F9F2E8;
	border: 1px solid #5d5241;
	margin: 50px 153px; 
	width: 328px;
	padding: 15px 0;
	text-align: center;
	}
	
.config-warning {
	background: #F9F2E8;
	border: 1px solid #5d5241;
	margin: 50px 153px; 
	width: 328px;
	padding: 15px;
	}
	
.config-warning .btn-round {
	float: right;
	margin: 10px 0 0 5px;
	}
	
	
/* Configurator - Scene 7 Window */

#scene7window {
	position: relative;
	width: 270px;
	}
	
#scene7window #shipdate {
	position: absolute;
	top: 10px;
	font-weight: bold;
	font-size: 15px;
	}
	
#scene7window #label {
	font-size:12px;
	font-weight:normal;
	}	

#scene7window #configuredprice {
	color: #fff;
	background: red url("../../../images/framework/pricetag.jpg");
	float: right;
	width: 86px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	}
	
#scene7wrap {
	position: relative;
	clear: both;
	border: 1px solid #5d5241;
	width: 268px;
	height: 366px;
	}
	
#scene7window #flashcontent {
	position: absolute;
	top: 0;
	right: 0;
	width: 268px;
	height: 366px;
	}

#scene7window #current_swatch {
	display: block;
	color: #fff;
	background: #5d5241;
	padding: 3px 0 4px 0;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	}
	
#scene7window #cart-links {
	padding: 6px 0;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	}
	
	
/* Configurator - Step Tabs */

#configsteps {
	position: relative;
	background: #fff url(/images/config_steps_bg.gif) repeat-x top left;
	height: 45px;
	}
	
#configsteps .tab {
	float: left;
	color: #5d5241;
	background: #F9F2E8;
	margin: 15px 3px 0 0;
	border-top: 5px solid #5d5241;
	border-right: 1px solid #5d5241;
	border-left: 1px solid #5d5241;
	padding: 4px 0;
	width: 159px;
	text-align: center;
	cursor: pointer;
	}
	
#configsteps .short { /* Used for short tabs */
	width: 69px;
	}
	
#configsteps .selected {
	color: #ab0034;
	background: #fff;
	border-top: 5px solid #ab0034;
	border-right: 1px solid #ab0034;
	border-left: 1px solid #ab0034;
	border-bottom: 1px solid #fff;
	cursor: default;
	}
	
#configsteps p {
	display: inline;
	margin: 0;
	padding: 0 3px 0 19px;
	line-height: 16px;
	font-size: 13px;
	font-family: arial, sans-serif;
	}
	
#configsteps .empty {
	background: transparent url(/images/config_empty.gif) no-repeat top left;
	}
	
#configsteps .selected .empty {
	background: #fff url(/images/config_empty_select.gif) no-repeat top left;
	}
	
#configsteps .checked {
	background: #F9F2E8 url(/images/config_check.gif) no-repeat top left;
	}
	
#configsteps .selected .checked {
	background: #fff url(/images/config_check_select.gif) no-repeat top left;
	}

#configsteps .error {
	background: transparent url(/images/config_error.gif) no-repeat top left;
	}
	

/* Configurator - Swatch Step */	

.swatch-step1-fabric {
	background: transparent url(/vendor/default/img/swatch_step1_fabric.gif) no-repeat top left;
	margin: 20px 0 5px 0 !important;
	height: 38px !important;
	text-indent: -999px; /* hide the text */
	}

.swatch-step1-style {
	background: transparent url(/vendor/default/img/swatch_step1_style.gif) no-repeat top left;
	margin: 20px 0 5px 0 !important;
	height: 38px !important;
	text-indent: -999px; /* hide the text */
	}
	
	
/* Configurator - Swatch Lesson */	

.swatch-lesson {
	color: #555;
	background: transparent url(/vendor/default/img/swatch_lesson.jpg) no-repeat 0 8px;
	margin: 20px 0;
	height: 96px;
	}
	
.swatch-lesson .text {
	float: right;
	padding: 13px 15px 0 15px;
	width: 483px;
	height: 83px;
	background: transparent url(/vendor/default/img/swatch_lesson_bg.gif) no-repeat top right;
	}
	
.swatch-lesson h2 {
	font-size: 16px;
	margin: 0 0 4px 0 !important;
	#margin: 0 !important; /* IE 6 & 7 Fix */
	}
	

/* Configurator - Room Tab */	
	
.wall_colors {
	margin: 0 0 20px 0;
	width: 600px;
	}

.wall_colors a {
	float: left;
	border: 1px solid #fff;
	width: 15px;
	height: 9px;
	line-height: 9px;
	font-size: 1px;
	}
	
.wall_colors a:hover {
	text-decoration: none;
	}
	
.wall_colors .selected {
	border: 1px solid #000;
	}

.trim_colors {
	margin: 0 0 20px 0;
	width: 600px;
	}
	
.trim_colors img {
	float: left;
	border: 1px solid #fff;
	margin: 0 2px 2px 0;
	}

.trim_colors .selected {
	border: 1px solid #000;
	}
	
	
/* Configurator - Attribute Window */

.config-wrap {
	background: #fff url(/vendor/default/img/tan_25px_bg.gif) repeat-x bottom left;
	margin: 25px 0;
	padding: 0 0 25px 0;
	border: 1px solid #5d5241;
	height: 100%; /* ie fix for layout bug */
	}
	
.config-wrap .head { /* Title bar wrap */
	color: #fff;
	background: #5d5241 url(/vendor/default/img/config_bar.gif) repeat-x top left;
	padding-left: 6px;
	height: 25px;
	}
	
.config-wrap .head h2 { /* Title */
	float: left;
	margin: 0 0 0 6px !important;
	padding: 0;
	line-height: 25px !important;
	text-transform: lowercase;
	visibility: visible !important; /* Fixes due to sifr */
	font-weight: bold !important; /* Fixes due to sifr */
	}
	
.config-wrap .head .loader { /* Loading Spinner - rename this .spinner */ 
	margin: 4px 0 0 6px;
	}
	
.config-wrap .head .spinner {
	float: left;
	margin: 6px 0 0 0;
	}
	
.config-wrap .content {
	padding: 20px;
	}
	
.config-wrap .selected {
	background: #f2c7D0;
	}
	
.config-wrap .attribute {
	float: left;
	margin: 0 0 15px 15px;
	}
	
.config-wrap.closed { /* hide the tan bar */
	padding: 0 !important;
	}
	
	
/* Configurator - Attribute Window (Required Indicator) */

.req-border {
	border: 1px solid #AD0000;
	}
	
.req-border .head {
	color: #fff;
	background: #f2c7D0 url(/vendor/default/img/config_bar_red.gif) repeat-x top left;
	}
	
.config-wrap .req-key {
	float: right;
	margin: 5px 10px 0 0;
	}
	
.config-wrap .complete-msg {
	display: block;
	color: #AD0000;
	margin: 3px 0 -21px 12px;
	font-size: 14px;
	}
	

/* Configurator - Swatches */

.swatch-area {
	margin: -20px 0 10px 15px;
	}

.swatch-space { /* This is the space the swatch module occupies */
	float: left;
	width: 113px;
	height: 185px;
	margin-right: 10px;
	}

.swatch-wrap {
	position: relative;
	padding: 5px;
	}
	
.swatch_wrap_cart { /* for use in cart where we don't need the red selection */
	position: relative;
	width: 103px;
	margin: 5px 0;
	}

.swatch-border {
	position: relative;
	border: 1px solid #5d5241;
	width: 101px; /* IE6 needs this */
	height: 101px; /* IE6 needs this */
	}

.swatch-border img {
	border: 4px solid #fff;
	width: 93px;
	height: 93px;
	}

.swatch-border .number {
	position: absolute;
	bottom: 3px;
	right: 3px;
	color: #5d5241;
	background: #fff;
	padding: 3px 0 0 3px;
	font-size: 12px;
	line-height: 12px;
	}
	
.swatch-border .magnify {
	position: absolute;
	top: 8px;
	left: 8px;
	background: transparent url(/images/magnify_icon.gif);
	width: 18px;
	height: 18px;
	text-indent: -9999px; /* Hide Magnify Text */
	}
	
.swatch-wrap input { /* Radio Button or Checkbox absolute to handle multiline labels */
	position: absolute;
	top: 110px;
	left: 0px;
	}

.swatch-wrap label {
	display: block;
	margin: 5px 0 0 20px;
	}
	
.swatch-wrap p { /* This is for the name when there is no radio or checkbox */
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 13px;
	font-family: arial, sans-serif;
	}
	
.swatch-wrap .cart-btn, .swatch-wrap .list-btn {
	display: block;
	background: transparent url(/vendor/default/img/swatch_btn.gif) no-repeat;
	width: 49px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	}
	
.swatch-wrap .list-btn {
	position: absolute;
	right: 5px;
	margin-top: -19px;
	}
	
.swatch-wrap .selected {
	color: #fff;
	background: transparent url(/vendor/default/img/swatch_btn_over.gif) no-repeat;
	cursor: pointer;
	}
	
.swatch-wrap a.list-btn:hover, .swatch-wrap a.cart-btn:hover, .swatch-wrap a.selected {
	color: #fff;
	background: transparent url(/vendor/default/img/swatch_btn_over.gif) no-repeat;
	cursor: pointer;
	}
	
	
/* Configurator - Quick Quote Box */

#quickquote {
	position: relative;
	margin-left: -17px;
	margin-bottom: 15px;
	width: 656px;
	height: 34px;
	}
	
#quickquote #arrow {
	float: left;
	color: #fff;
	background: transparent url(/vendor/default/img/qq_arrow.jpg) no-repeat;
	padding-left: 30px;
	width: 135px;
	line-height: 34px;
	font-size: 15px;
	font-weight: bold;
	}
	
#quickquote #settings {
	float: left;
	background: #F9F2E8;
	border: 1px solid #5d5241;
	padding: 5px 0 0 10px;
	width: 478px;
	height: 27px;
	}


	
/* PRINT CONFIGURATION
=======================================================================*/

#config-print {
	color: #000;
	width: 680px;
	text-align: left;
	margin: 0 auto;
	}
	
#config-print p {
	color: #000;
	font-family: arial, sans-serif;
	font-size : 13px;
	}	

#config-print #head {
	border-bottom: 1px solid #CCC;
	padding: 50px 0 8px;
	}
	
#config-print .disclaimer {
	margin: 15px 0 50px;
	}
	
#config-print #scene7window {
	float: left;
	}
	
#config-print #scene7window #shipdate {
	position: relative;
	float: left;
	}
	
#config-print #scene7window img {
	border: 1px solid #CCC;
	}
	
#config-print h1 {
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	padding: 10px 0 5px;
	}
	
#config-print .data {
	float: right;
	width: 380px;
	}
	
#config-print .data img {
	border: 1px solid #CCC;
	}

#config-print .footnote {
	display: block;
	margin-top: 25px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	width: 100%;
	}
	

	
/* CHECKOUT
=======================================================================*/

#checkout_steps {
	background: #fff url(/images/dotted_line_tile_brown.gif) repeat-x left bottom;
	margin: 25px 0;
	height: 30px;
	}

#checkout_steps .connection {
	float: left;
	color: #6f6357;
	padding-top: 10px;
	width: 205px;
	}

#checkout_steps .step {
	float: left;
	color: #6f6357;
	border-left: 1px solid #6f6357;
	border-bottom: 10px solid #6f6357;
	width: 144px;
	cursor: pointer;
	}
	
#checkout_steps .step_selected {
	float: left;
	color: #730028;
	border-left: 1px solid #730028;
	border-bottom: 10px solid #730028;
	width: 144px;
	}
	
#checkout_steps .step_dead {
	float: left;
	color: #AFAFAF;
	border-left: 1px solid #AFAFAF;
	border-bottom: 10px solid #AFAFAF;
	width: 144px;
	}
	
#checkout_steps p {
	margin: 0;
	padding: 0 0 0 21px;
	line-height: 20px;
	font-size: 13px;
	font-family: arial, sans-serif;
	}
	
#checkout_steps .connection p {
	padding: 0;
	}
	
#checkout_steps .step .empty {
	background: #FFF url(/images/config_empty.gif) no-repeat 3px 1px;
	}
	
#checkout_steps .step_selected .empty {
	background: #FFF url(/images/config_empty_select.gif) no-repeat 3px 1px;
	}
	
#checkout_steps .step_dead .empty {
	background: #FFF url(/images/config_empty_dead.gif) no-repeat 3px 1px;
	}
	
#checkout_steps .step .checked {
	background: #FFF url(/images/config_check.gif) no-repeat 3px 1px;
	}
	
#checkout_steps .step_selected .checked {
	background: #FFF url(/images/config_check_select.gif) no-repeat 3px 1px;
	}
	
#checkout_steps .step_dead .checked {
	background: #FFF url(/images/config_check_dead.gif)
	}
	
#checkout-instructions {
	width: 600px;
	margin-bottom: 15px;
	}
	
#checkout-instructions h1 {
	margin-bottom: 0;
	}
	
.cc-warn {
	display: block;
	color: red;
	margin-top: 4px;
	}
	
	
	
/* SPLASH PAGE
=======================================================================*/

#splash-wrap {
	position: relative;
	margin: 0 auto;
	width: 780px;
	font-size: 14px;
	text-align: left;
	}
	
#splash-wrap #nav {
	background: url("/images/splash/map.gif") no-repeat 0 0;
	position: absolute;
	top: 137px;
	left: -70px;
	padding-left: 70px;
	width: 500px;
	height: 205px;
	}
	
#splash-wrap #logo {
	margin-top: 28px;
	}
	
#splash-wrap #label {
	margin: 24px 0 7px 0;
	}
	
#splash-wrap a {
	color: #fff;
	background: #6f6357;
	float: left;
	display: block;
	margin: 0;
	padding: 0 0 0 25px;
	border-top: 2px solid #A29283;
	border-left: 2px solid #A29283;
	border-right: 2px solid #43392E;
	border-bottom: 2px solid #43392E;
	width: 90px;
	line-height: 19px;
	height: 19px;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	}

#splash-wrap a:hover {
	background: #730029;
	border-top: 2px solid #B0466C;
	border-left: 2px solid #B0466C;
	border-right: 2px solid #3B0417;
	border-bottom: 2px solid #3B0417;
	text-decoration: none;
	}
	
#splash-wrap #us {
	background: #6f6357 url("/images/splash/flag-us.gif") no-repeat 4px 4px;
	}
	
#splash-wrap a:hover#us  {
	background: #730029 url("/images/splash/flag-us.gif") no-repeat 4px 4px;
	}
	
#splash-wrap #ca {
	margin-left: 7px;
	background: #6f6357 url("/images/splash/flag-ca.gif") no-repeat 4px 4px;
	}
	
#splash-wrap a:hover#ca  {
	background: #730029 url("/images/splash/flag-ca.gif") no-repeat 4px 4px;
	}
	
#splash-wrap #remember {
	clear: both;
	padding-top: 7px;
	}
	
#splash-wrap #splash-photo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	}
	
#footer-splash {
	margin: 0 auto;
	padding: 370px 0 0 65px;
	width: 715px;
	}
	
	
	
/* DRAPERY PAGE - HOME DEPOT ONLY!
=======================================================================*/
	
#drapery-hd img {
	border:1px solid #442404;
	}
	
#drapery-hd .lcol-606 {
	float:left;
	width:606px;
	}
	
#drapery-hd .rcol-300 {
	float:right;
	width:300px;
	}
	
#drapery-hd .main-img {
	margin-bottom:15px;
	}
	
#drapery-hd .col-side {
	background:#FEFEF2 none repeat scroll 0%;
	border:1px solid #442404;
	margin-bottom:25px;
	padding:15px 15px 0pt;
	}
	
#drapery-hd .col-side h3 {
	margin:15px 0pt 3px;
	}
	
#drapery-hd .sub-item {
	margin:25px 0pt;
	width:100%;
	}
	
#drapery-hd .sub-item img {
	float:left;
	margin-right:15px;
	}
	
	
	
/* IDEA CENTER
=======================================================================*/
	
#gallery-promo {
	background: #fff url("/vendor/default/img/photo_gallery_promo_bg.jpg") no-repeat;
	padding: 50px 0 0 0;
	margin-bottom: 25px;
	width: 293px;
	}
	
#gallery-promo .btn-round {
	margin: 0 15px;
	}
	
	
	
/* DEALER LOCATOR
=======================================================================*/
	
.dealer-logos img {
	margin: 0 15px 15px 0;
	}
	
	

	

/* STORE PAGE
=======================================================================*/
	
#store-sidebar {
	float: right;
	width: 269px;
	}
	
#store-products {
	float: left;
	width: 637px;
	}
	
#store-products a {
	float: left;
	position: relative;
	display: block;
	background: #fff;
	margin: 10px 5px 0 0;
	width: 201px;
	text-decoration: none;
	text-align: center;
	border: solid 2px #FFF;
	}

#store-products a.active {
	border: 2px solid #81002E;
	}
	
#store-products a:hover {
	background: #fff url(/vendor/default/img/bg_diagonal.gif) repeat-x;
	}

#store-products a div {
	margin-bottom: 5px;
	}

	
#store-products a .starburst {
	position: absolute;
	top: 168px;
	right: 10px;
	}
	
#store-products a img {
	padding: 5px;
	margin-bottom: 5px;
	}
	
.store-pro-label {
	border: 1px solid #fff;
	font-size: 20px;
	}
	
.store-list {
	float: left;
	width: 637px;
	}
	
.store-list ul {
	list-style-position: inside;
	}

#store-quick-quote {
	background: #F9F2E8;
	border: 1px solid #5d5241;
	padding: 15px;
	margin: 12px 0 15px 0;
	}
	
#store-quick-quote h5 {
	margin: 0 0 12px 0;
	font-size: 14px;
	}
	
#store-filters {
	background: #F9F2E8;
	border: 1px solid #5d5241;
	padding: 15px;
	}
	
#store-filters h5 {
	margin: 0 0 12px 0;
	font-size: 14px;
	height: 100%; /* ie6 fix */
	}
	
#store-filters ul {
	float: left; /* forces the list items to stay within the list */
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	}
	
#store-filters ul li {
	display: block;
	margin: 0;
	padding: 0;
	width: 234px;
	line-height: 22px;
	font-family: arial, sans-serif;
	font-size: 12px;
	}
	
.store-price {
	display: block;
	color: red;
	line-height: 30px;
	font-weight: bold;
	font-size:14px;
	}
	
.store-price-error {
	display: block;
	margin: 10px 0;
	}
	
	
.popup-nav {
	background: #F9F2E8;
	border-bottom: 1px solid #5d5241;
	width: 100%;
	padding: 10px 0;
	text-align: right;
	}
	
.popup-nav .links {
	margin-right: 10px;
	}
	
#popup-wrap {
	padding: 25px;
	text-align: left;
	}
	
#popup-wrap h2 {
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
#comp-quick-links {
	background: #F9F2E8;
	border: 1px solid #5d5241;
	padding: 5px;
	margin: 0 0 25px 0;
	width: 400px;
	}

.store-feature-list {
	margin: 0;
	}
	
.store-feature-list li {
	padding-bottom: 5px;
	}
	
	
/* Store - Sorting Table */

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 10pt;
	text-align: left;
	}
	
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #F9F2E8;  /* normal column header */
	border: 1px solid #FFF;
	font-size: 10pt;
	padding: 4px;
	}
	
table.tablesorter thead tr .header {
	background-image: url(/images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	}
	
table.tablesorter tbody td {
	color: #5d5241;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	}
	
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
	}
	
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/tablesorter/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	}
	
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/tablesorter/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	}
	
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #f9f2e8;  /* selected column header */
}
	
	
	
/* PRODUCT HOME PAGE
=======================================================================*/
	
#compare-box {
	float: left;
	background: #F9F2E8;
	border: 1px solid #5d5241;
	padding: 15px;
	width: 237px;
	}
	
#compare-box ul {
	float: left; /* forces the list items to stay within the list */
	margin: 15px 0;
	padding: 0;
	list-style: none;
	}
	
#compare-box ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 117px;
	line-height: 22px;
	font-family: arial, sans-serif;
	font-size: 12px;
	}
	
#product-hp-col {
	float: right;
	width: 655px
	}
	
.product-hp-category {
	position: relative;
	display: inline; /* fix for the IE6- double margin bug */
	float: left;
	margin: 0 0 15px 15px;
	border: 1px solid #5d5241;
	}
	
.product-hp-category p {
	display: block;
	color: #fff;
	background: #5d5241;
	margin: 0;
	padding: 0;
	width: 200px;
	line-height: 30px;
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	}

.product-hp-category a {
	color: #fff;
	}

.product-hp-category a:hover {
	text-decoration: none;
	}
	
.product-hp-category .corner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	}
	
.product-hp-category .starburst {
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 2;
	}
	
.product-lnav {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	}
	
	
		
/* CLEANING & SAFETY TIPS
=======================================================================*/
	
.wrap-tip {
	float: left;
	margin-bottom: 15px;
	}
	
.wrap-tip img {
	float: left;
	margin-right: 10px;
	border: 1px solid #5d5241;
	}
	
.wrap-tip ul {
	float: left;
	width: 390px;
	}



/* MEASURE HOME PAGE
=======================================================================*/

.measure-worksheet {
	float: left;
	margin-right: 10px;
	width: 115px;
	text-align: center;
	}
	
.measure-worksheet img {
	margin-bottom: 5px;
	}

.measure-instructions-list {
	list-style: none;
	list-style-position: inside;
	margin: 0 !important;
	}
	
.measure-instructions-list li {
	display: block;
	float: left;
	background: transparent url(/images/icons/icon_measure.gif) no-repeat;
	padding: 0 0 0 31px;
	margin: 0 0 10px 0 !important;
	height: 21px;
	line-height: 21px;
	width: 172px;
	}
	
.easy-checker-promo {
	background: #fff url(/images/light_gray_gradient.gif) repeat-x;
	border: 1px solid #d7dadd;
	padding: 15px 15px 0 15px;
	}
	
.easy-checker-promo img {
	margin: 15px auto;
	}
	
.easy-checker-promo p {
	color: #5d5d5d;
	font-family: arial, sans-serif;
	font-size: 13px;
	}
	
	
	
/* INSTALLATION HOME PAGE
=======================================================================*/	
	
.install-product-pulldown {
	float: left;
	margin: 2px 10px 15px 0;
	font-size: 12px;
	width: 180px;
	}
	
.install-instructions-list {
	list-style: none;
	list-style-position: inside;
	margin: 0 !important;
	}
	
.install-instructions-list li {
	display: block;
	background: transparent url(/images/icons/icon_download_install.gif) no-repeat;
	padding: 0 0 0 23px;
	margin: 0 0 10px 0 !important;
	height: 17px;
	line-height: 17px;
	}
	

/* SUPPORT PAGES
=======================================================================*/

.support-overview {
	float: left;
	width: 486px;
	margin-bottom: 15px;
	}

.support-promo {
	float: right;
	}

.support-grid a {
	color: #5d5241;
	display: block;
	float: left;
	border: 1px solid #5d5241;
	border-bottom: 0;
	border-right: 0;
	padding-bottom: 15px;
	width: 243px;
	height: 150px;
	text-decoration: none;
	}
	
.support-grid a.right {
	border-right: 1px solid #5d5241;
	}
	
.support-grid a.bottom {
	border-bottom: 1px solid #5d5241;
	}
	
.support-grid a:hover {
	background: #F9F2E8;
	}
	
.support-grid h3 {
	margin: 15px 15px 10px 15px;
	}
	
.support-grid ul {
	margin-left: 30px;
	padding-bottom: 30px;
	}
	
.support-nav {
	float: left;
	width: 140px;
	padding: 10px 15px;
	background: #F9F2E8;
	}
	
.support-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.support-nav li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 13px;
	font-family: arial, sans-serif;
	}	
	
.support-sub-nav {
	float: right;
	border-left: 1px solid #5d5241;
	padding: 8px 0 0 15px;
	width: 221px;
	}

.support-sub-nav ul {
	padding: 5px 0 0 15px;
	}

.support-sub-nav ul li {
	font-family: arial, sans-serif;
	font-size: 13px;
	}



/* BROCHURE PAGES - Using some of these styles in the idea center
=======================================================================*/

/* Text styles */

#brochure h1 {
	height: 22px;
	}

#brochure h2 {
	margin: 50px 0 15px 0;
	height: 22px;
	}

#brochure h3 {
	margin: 0 0 15px 0;
	line-height: 17px;
	}
	
#brochure ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: times, serif;
	font-size: 15px;
	}
	
#brochure ul li {
	margin: 0 0 15px 0;
	line-height: 18px;
	padding: 0;
	}
	
#brochure .config-wrap ul { /* list for inside the config_wrap */
	background: none;
	list-style: inside;
	list-style-type: disc;
	}
	
#brochure .config-wrap ul li { /* list for inside the config_wrap */
	background: none;
	margin: 0 0 5px 15px;
	}
	
.list-3col li {
	display: block;
	margin: 0 0 5px 0 !important;
	float: left;
	width: 175px;
	}
	
ul.fancy-list {
	padding-left: 1.2em !important;
	list-style-image: url(/vendor/default/img/diamond_bullet.gif) !important;
	font-size: 15px;
	}
	
	
/* Navigation */

#brochure #nav {
	height: 22px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 25px;
	}

#brochure #nav h2 {
	float: left;
	margin: 4px 0 0 0;
	line-height: 22px;
	}

#brochure #nav .arrow {
	float: left;
	margin-top: 5px;
	}
	
#brochure #nav ul {
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	}
	
#brochure #nav ul li {
	list-style: none;
	display: inline;
	padding: 4px 0;
	border-left: 1px dotted #5d5241;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	zoom: 100%; /* fix for the new 1e7 inline list zoom bug - awesome */
	}
	
#brochure #nav ul li.first {
	border-left: none;
	}
	
#brochure #nav ul li a {
	color: #5d5241;
	background: #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	padding: 3px 5px;
	text-decoration: none;
	}
	
#brochure #nav ul li a:hover {
	color: #fff;
	background: #5d5241;
	}

#brochure #nav ul li .selected {
	color: #fff;
	background: #5d5241;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	padding: 3px 5px;
	}

#brochure .btn-buy {
	float: right;
	color: #fff;
	background: #7e232f url(/vendor/default/img/btn_buy.jpg) no-repeat;
	padding: 0;
	width: 97px;
	line-height: 21px;
	height: 21px;
	text-align: center;
	#line-height: 19px; /* IE6 & IE7 */
	#margin-top: 5px; /* IE6 & IE7 */
	}
	
#brochure .btn-buy:hover {
	text-decoration: none;
	}
	
#brochure .pagenav {
	float: right;
	clear: both;
	padding-top: 50px;
	}
	
	
/* Leftbar */
	
.leftbar {
	background: transparent url(/vendor/default/img/leftbar.gif) no-repeat;
	padding: 25px 0 0 25px;
	}
	
.leftbar img {
	margin-bottom: 15px;
	}
	
.leftbar .tip {
	font-style: italic;
	line-height: 27px;
	padding: 0 25px 15px 25px;
	margin: 0;
	}
	
.leftbar-flush {
	margin-left: -25px;
	}
	

/* Swatches */
	
#brochure .swatch {
	float: left;
	margin: 0 15px 0 0;
	}
	
#brochure .swatch img {
	margin-bottom: 5px;
	}
	
#brochure .hex-swatch {
	float: left;
	padding: 5px;
	width: 80px;
	height: 30px;
	margin: 0 10px 10px 0;
	}
	
#brochure .swatch-half {
	float: left;
	width: 50%;
	margin-bottom: 25px;
	}
	
#brochure .swatch-half img {
	float: left;
	margin-right: 15px;
	}
	
#brochure .swatch-third {
	float: left;
	width: 33%;
	margin-bottom: 25px;
	}
	
#brochure .swatch-third img {
	float: left;
	margin-right: 15px;
	}

#brochure .drapery-swatches td {
	text-align: center;
	vertical-align: bottom;
	}
	
#brochure .drapery-swatches img {
	margin: 15px 0;
	}


/* Step Icon */
	
.step-icon {
	float: left;
	}
	
.step-h1 {
	float: left;
	margin: 30px 0 0 10px;
	width: 835px;
	}


/* Or Choice */

.box-headline {
	padding: 7px 0 0 0;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
	}

.or {
	display: inline; /* fix for the IE6- double margin bug */
	float: left;
	margin: 25px 0 25px 30px !important;
	}
	
.or-choice {
	clear: both;	
	}
	
.or-choice p {
	float: right;
	width: 160px;
	}
	
.or-choice img {
	float: left;
	}


	
/* Misc */
	
#brochure .indent {
	margin-left: 70px;
	}
	
#brochure .banner {
	margin: 0 0 25px 0;
	}
	


/*
=======================================================================
Unchecked/Unsure below here
=======================================================================
*/
	
.label {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: arial, sans-serif;
	}
	
.arrow-link-list {
	list-style-image: url(/vendor/default/img/arrow_small_brown.gif);
	margin: 15px 0 15px 12px;
	font-size: 15px;
	font-family: times, serif;
	}
	
.arrow-link-list li {
	padding: 0 0 10px 0;
	}

.contentwrap {
	position: relative;
	width: 637px;
	padding: 25px 0;
	}

.contentwrapwide {
	position: relative;
	width: 930px;
	padding: 25px;
	}
	
.sans_link {
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: normal;
	}
	
.dark_border {
	 border: solid 1px #6f6357;
	 }
  
.left_image {
	float: left;
	margin: 0 15px 15px 0;
	border: solid 1px #6f6357;
	}
	
.left_image_tight {
	float: left;
	margin: 0 10px 10px 0;
	border: solid 1px #6f6357;
	}
	
.right_image {
	float: right;
	margin: 0 0 15px 15px;
	border: solid 1px #6f6357;
	}
	
.right_image_tight {
	float: right;
	margin: 0 0 10px 10px;
	border: solid 1px #6f6357;
	}
	
.top_image {
	margin: 0 0 15px 0;
	border: solid 1px #6f6357;
	}
	


/* BUTTONS
========================================================================*/
	
.btn {
	color: #fff;
	background: #5d5241;
	display: block;
	margin: 0;
	padding: 0;
	border-top: 2px solid #A29283;
	border-left: 2px solid #A29283;
	border-right: 2px solid #43392E;
	border-bottom: 2px solid #43392E;
	width: 115px;
	line-height: 18px;
	height: 18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	}
	
.btn:hover {
	background: #730029;
	border-top: 2px solid #B0466C;
	border-left: 2px solid #B0466C;
	border-right: 2px solid #3B0417;
	border-bottom: 2px solid #3B0417;
	text-decoration: none;
	}
	
.btn_txt { /* This button makes a form button look like text */
	color: #A5326A;
	background: #fff;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	height: 18px;
	line-height: 19px;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	}
	
.btn_txt:hover {
	text-decoration: underline;
	}
	
.short {
	width: 25px;
	}
	
.important {
	background: #730029;
	border-top: 2px solid #B0466C;
	border-left: 2px solid #B0466C;
	border-right: 2px solid #3B0417;
	border-bottom: 2px solid #3B0417;
	}
	
	
	
/* STRUCTURE
========================================================================*/
	
.full {
	margin: 25px !important;
	width: auto !important;
	}
	
.rcol-a {
	float: right;
	width: 637px;
	}
	
.rcol-b {
	float: right;
	width: 214px;
	}
	
.rcol-c {
	float: right;
	width: 306px;
	}
	
.rcol-d {
	float: right;
	width: 735px;
	}
	
.lcol-a {
	float: left;
	width: 637px;
	}
	
.lcol-b {
	float: left;
	width: 405px;
	}
	
.lcol-c {
	float: left;
	width: 269px;
	}
	
.lcol-d {
	float: left;
	width: 195px;
	}
	

/* Columns */

.lcol-306 {
	float: left;
	width: 306px;
	}
	
	
/* Gutters */

.rgut-25 {
	margin-right: 25px;
	}
	
.bgut-25 {
	margin-bottom: 25px;
	}

	