﻿@charset "UTF-8";
/* CSS Document */

/* this makes topnav link different color on active page */
body#about #n_about a, body#products #n_products a, body#elements #n_elements a, body#dealer #n_dealer a, body#support #n_support a, body#contact #n_contact a, body#news #n_news a {
	background: #874495;
	}
/* this makes subnav link different color on active page */	
body#products #sn_chairs {
	color: #570d68;
}
/* this makes tertiary nav link different color on active page */	
body.aboutus #tn_about a, body.employ #tn_employ a, body.test #tn_test a, body.cat #tn_cat a, body.empyear #tn_empyear a, body.empquarter #tn_empquarter a,
body.account #tn_account a, body.address #tn_address a, body.payment #tn_payment a, body.status #tn_status a, body.orders #tn_orders a, body.dealerfaq #tn_dealerfaq a, body.returns #tn_returns a, body.rma #tn_rma a,
body.elementsabout #tn_elementsabout a, body.elementsphoto #tn_elementsphoto a, body.elementsfabric #tn_elementsfabric a,
body.contactus #tn_contact a,
body.ordering #tn_ordering a, body.assembly #tn_assembly a, body.videos #tn_videos a, body.warranty #tn_warranty a, body.concealed #tn_concealed a, body.returns #tn_returns a, body.cancel #tn_cancel a, body.webinars #tn_webinars a,
body.products #tn_hotlink a, body.rizeinfo #tn_rizeinfo, body.rizekits #tn_rizekits, body.x5info #tn_x5info,
body.tracking #tn_tracking a, body.ftp #tn_ftp a, body.forms #tn_forms a, body.mailing #tn_mailing a, body.faqs #tn_faqs a, body.webinars #tn_webinars a, 
body.web #tn_web a, body.store #tn_store a, body.catalog #tn_catalog a,
body.news #tn_news a, body.press #tn_press a, body.social #tn_social a, body.images #tn_images a, body.video #tn_video a, body.kit #tn_kit a
{
	color: #570d68;
	background: url(../_images/bullets/arrow_prp.gif) 0 8px no-repeat;
	padding-left: 8px;
}


/* this is the top nav */

#nav {
	float: left;
	width: 1015px;
	padding:0;
	margin: 0 0 0 3px;
	list-style: none;
	background: #570d68 url(../_images/bg/bg_topnav.jpg) top left no-repeat;
}

#nav li {
	float:left;
	list-style: none;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	border-right: 1px solid #b78fbf;
	z-index:77777;
}

#nav li.first {
	padding-left: 3px;
}

#nav li.last {
	border-right: none;
}

#nav a {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 15px 20px;
	color: #ffffff;
	text-decoration:none;
	
}

#nav a:hover {
	background: #874495 ! important;
}

/*flyout*/

#nav li ul {
	display: none;
	list-style: none;
	padding: 0;
	background: #874495 ! important;
	width: 200px;
	position: absolute;
	top:43px;
	*top: 45px;
	left: 0;
	*left: -41px;
	border-left: 1px solid #b78fbf;
	border-right: 1px solid #b78fbf;
	z-index: 77777;
}

/*#nav li ul.about {
	left: 63px;
	*left: 23px;
}
*/

#nav li:hover ul, #nav li.sfhover ul  { 
	display: block;
}

#nav li ul li {
	display:block;
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background: none;
	padding: 0;
	border-right: none;

}

#nav li ul li a {
	width: 170px;
	display:block;
	padding: 10px 10px 10px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #b78fbf;
}

#nav li ul li a:hover {
	color: #ffffff;
	background: #570d68 ! important;
}

/* end flyout */


/* this is the left nav */
#leftnav {
	float: left;
}
.subnav {
	padding: 0 0 8px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #626260;
}

.subnav li a {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #626260;
	font-weight: bold;
	border-bottom: none;
	text-transform: none;
	padding: 5px 0;
	text-decoration: none;
}

.subnav li a:hover {
	color: #570d68;
}



/* this is the collapsible panel for the left nav */
/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	width: 157px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #626260;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #626260;
	padding: 12px 0 10px 0;
	margin: 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelTab a {
	color: #626260;
	text-decoration: none;
}

.CollapsiblePanelTab a:hover {
	color: #570d68;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: 570d68;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	color: #570d68;
	border-bottom: none;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color: #570d68;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	color: #570d68;
}
