/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Top Nav */
#topNav { 
	padding:0; 
	margin-left:253px;
	clear:both;
	background-color:#dee7ec;
	width:714px;
	height:30px;
	overflow:hidden;
}
#topNav ul { 
	float:left;
	width:418px;
	height:30px;
	float:left;
	padding:0 2px;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#topNav li { 
	float:left; 
	text-align:left; 
	height:31px;
	padding-right:2px;
	background:url(../images/buttons/nav/divider.jpg) no-repeat right center;
}
#topNav li { float:left; }
#topNav a { 
	display:block;
	text-indent:-9999px;
	line-height:30px;
	overflow:hidden;
	padding:0 10px;
	background-position:9px 10px;
	background-repeat:no-repeat;
}
#topNav li.last { 
	background:none;
}
#topNav #topNav_home {
	width:30px;
	background-image:url(../images/buttons/nav/home.jpg);
}
#topNav #topNav_about {
	width:51px;
	background-image:url(../images/buttons/nav/about.jpg);
}
#topNav #topNav_contact {
	width:62px;
	background-image:url(../images/buttons/nav/contact.jpg);
}
#topNav #topNav_wholesalers {
	width:69px;
	background-image:url(../images/buttons/nav/wholesalers.jpg);
}
#topNav #topNav_account {
	width:64px;
	background-image:url(../images/buttons/nav/account.jpg);
	background-position:11px 10px;
}
#topNav #topNav_cart {
	float:left;
	width:38px;
	height:30px;
	padding:0 0 0 28px;
	background:url(../images/buttons/nav/cart.jpg) no-repeat top left;
	text-indent:0;
	color:#fff;
}
#topNav .base-mini {
	background:none;
	border:none;
	font-size:10px;
	line-height:auto;
	float:left;
}
#topNav .base-mini .head {
	background:none;
	border:none;
	margin:0;
	padding:0 20px 0 9px;
}
#topNav .base-mini .inline-head {
	line-height:30px;
	display:block;
	padding:0;
	text-indent:0;
	text-decoration:underline;
}
#topNav .base-mini .inline-head:hover {
	text-decoration:none;
}
#topNav .mini-cart .subtotal {
	display:inline;
	background:none;
	margin:0;
	padding:0;
	text-align:left;
	font-size:10px;
	color:#375f7e;
	border:0;
}
#topNav .itemTotal {
	line-height:30px;
	display:inline;
	padding:0;
	text-indent:0;
}
#topNav #topNav_return {
	line-height:30px;
	float:left;
	text-indent:0;
}
/************/
/* left nav */
/************/
#leftNav {
	width:248px;
	height:auto;
	overflow:hidden;
}
#leftNavHeader {
	background:url(../images/backgrounds/leftNavHeader.jpg) no-repeat top left;
	width:227px;
	line-height:25px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	padding-left:21px;
}
/* first level */
#leftNav ul {
	background-color:#f6f9fb;
	height:auto;
	overflow:hidden;
}
#leftNav li {
	margin:0 15px;
	width:218px;
	display:block;
	border-bottom:1px solid #ced9e1;
}
#leftNav a {
	display:block;
	font-size:14px;
	color:#375f7e;
	line-height:27px;
	padding-left:6px;
	text-decoration:none;
}
#leftNav ul li a:hover {
	color:#c17a1d;
}
#leftNav li.active a {
	color:#c17a1d;
}
#leftNav li.active li a, #leftNav li li.active li a  {
	color:#375f7e;
}
/* featured */
#leftNav ul.featured {
	background-color:#fff9e1;
}
#leftNav ul.featured li {
	border-bottom:1px solid #ecd3a6;
}
#leftNav ul.featured li a {
	color:#c17a1d;
	line-height:29px;
}
#leftNav ul.featured li a:hover {
	color:#375f7e;
}
/* second level */
#leftNav li li {
	margin:0 0 0 8px;
	border-bottom:0;
}
#leftNav li li a {
	line-height:25px;
	padding-left:8px;
	background:url(../images/backgrounds/leftNavBullet_level1.gif) no-repeat 0px 12px;
}
#leftNav li li.active a {
	color:#c17a1d;
}
#leftNav li li.active li a  {
	color:#375f7e;
}
#leftNav li li a:hover, #leftNav li li.active a {
	color:#c17a1d;
	background-position:0 -8px;
}
#leftNav.jsEnabled li ul, #leftNav li.parent li ul  {
	display:none;
}
#leftNav li.active ul, #leftNav li.parent ul {
	display:block;
}
/* third level */
.wrapper #leftNav li li li a {
	line-height:25px;
	padding-left:8px;
	background:url(../images/backgrounds/leftNavBullet_level2.gif) no-repeat 0px 9px;
}
#leftNav li li li a:hover, #leftNav li li li.active a {
	color:#c17a1d;
	background-position:0 -15px;
}
#leftNav.jsEnabled li li ul {
	display:none;
}
#leftNav li li.active ul, #leftNav li li.parent ul {
	display:block;
}

#h1tag {
	font-size:14px;
	color:#33607f;
	padding-left:8px;
}

/*#nav { padding:0 20px; font-size:1.1em; }*/
/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
/*#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }*/

/************ 0 LEVEL  ***************/
/*#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }*/

/************ 1ST LEVEL ************/
/*#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }*/

/************ 2ND LEVEL ************/
/*#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }*/

/* Show menu */
/*#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}*/

/************ 3RD+ LEVEL ************/
/*#nav ul ul { top:5px; }*/