/**
 * 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 NAVIGATION STYLES *************/
#navbar {
 	height: 45px;
 	width: 946px;
 	background: #FFFFFF;
 	padding: 25px 0 0 0;
 	border-right: 2px solid #FFCB38;
 	border-left: 2px solid #FFCB38;
}
#navbar li a,  #navbar li a:hover,  #navbar li a:focus,  #navbar li a:link,  #navbar li a:visited {
 	color: #000000;
 	font: 1.08em Futura,Arial,sans-serif;
 	font-weight: normal;
 }
 #navbar li a:hover {
 	color: #FF0000;
 }
 
 #navbar li {
 	margin: 0;
 }
   #primary /* Primary links */
  {
    margin-left: 15px;
  }
#primary li {
	float: left;
	padding: 0 6px 0 0;
}

#primary li:after {
	content:url("../images/divider.jpg");
	margin:0 4px;
}

#primary li.last:after {
	content: none;
	margin: 0;
}

/********* LEFT HAND NAVIGATION STYLES *************/
/* vertical navigation styles */

/*categories list styles */
.col-left {
}
.nav-header { 
    border: none;
    height: 0px;
}
.nav-body { 
    border: none;
/*    background: url(../images/bkgnd-sidebar.jpg) repeat-x; */
	padding: 0 0 10px 0;
}
.vert-nav-inner-pad, .mini-cart, .mini-compare-products {
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
}
.nav-footer {
	height: 0px;
}

.nav-categories a:hover, .nav-categories a:hover div, .nav-categories a:hover div, .nav-categories-group a:hover div {
    color: #ff0000;
    background: #373737;
    text-decoration: none;
}

.nav-categories.active a div {
	color: #000000;
    background: #373737;
}
.nav-categories  li.active a  {
	color: #000000;
    background: #373737;
}

.mini-cart .actions {
	border-bottom: 1px solid #EDEDED;
}

/* static page links - styles */
.static_page_links, #nav_vert {
	border-top: none;
	border-bottom: none;
	width: 100%;
	padding: 0;
}
#nav-vert {
}
.static_page_links {
	border-top: none;
}
.static_page_links div, #nav_vert li{
	padding: 3px 10px;
}
.static_page_links div, #nav_vert li a {
    color: #000000;
	text-transform: uppercase;
	font-family: Futura,Arial,sans-serif;
}
.static_page_links a:hover div{
    color: #ff0000;
    text-decoration: none;
}
.col-left li.active {
	color: #000000;
}

/* Account styles */

.account-nav, .account-box {
	font-family: Verdana,Arial,Helvetica,sans-serif
}
.account-nav li.on {
	border-bottom:1px solid #EDEDED;
	color:#FFFFFF;
	font-weight:normal;
}
.account-nav li a {
	border-bottom:1px solid #EDEDED;
	padding: 5px 0;
}
.account-nav li a {
	color: #3f3f3f;
}
.account-nav li a:hover {
	color: #ff0000;
    background: url(../images/bg-rollover.gif) center;
}
.account-box, .order-info, .generic-box  {
	background: #FFFFFF;
	border-color: #666666;
}
.account-box .head, .account-box .inner-head {
	border-color: #666666;
}
.account-box h5, .account-box h4 {
	color: #000000;
	font-weight: normal;
}



