/**
 * 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: 100%;
 	background: #FFFFFF url(../images/logo.png) no-repeat -45px 14px;
 	padding: 25px 0 0 0;
}
#navbar li a,  #navbar li a:hover,  #navbar li a:focus,  #navbar li a:link,  #navbar li a:visited {
 	color: #CC0000;
 	font: 1.08em Times, Georgia, serif;
 	font-weight: normal;
 }
 #navbar li {
 	margin: 0;
 }
   #primary /* Primary links */
  {
  }
#primary li {
	float: right;
	padding-right: 5px;
}
 #primary li.about { /* about susan */
 	width: 108px;
 	overflow: hidden;
 }
 #primary li.cause { /* the cause */
	width: 88px;
 	overflow: hidden;
 }
 #primary li.news { /* news */
 	width: 50px;
 	overflow: hidden;
 }
 #primary li.purchase { /* purchase*/
 	width: 84px;
 	overflow: hidden;
 }
 #primary li.friends { /* friends*/
 	width: 70px;
 	overflow: hidden;
 }
 #primary li.contact { /* contact*/
 	width: 80px;
 	overflow: hidden;
 }
 #primary li.stories { /* our stories*/
  	width: 100px;
 	overflow: hidden;
 }
 #primary li.list { /* mailing list*/
 	width: 107px;
 	overflow: hidden;
 }

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

/*categories list styles */
.col-left {
}
.nav-header { 
    border: none;
    height: 15px;
    background: transparent url(../images/sidebartop.gif) no-repeat scroll 0 0;
}
.nav-body { 
    border: none;
    background: #4a4a4a;
	padding: 10px 15px 10px 15px;
}
.vert-nav-inner-pad, .mini-cart, .mini-compare-products {
}
.nav-footer {
	height: 15px;
	background: transparent url(../images/sidebarbottom.gif) no-repeat scroll 0 0;
}

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

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

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

/* static page links - styles */
.static_page_links, #nav_vert {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width: 100%;
	padding: 0;
}
.static_page_links {
	border-top: none;
}
.static_page_links div, #nav_vert li{
	padding: 3px 5px;
}
.static_page_links div, #nav_vert li a {
    color: #FFFFFF;
	text-transform: capitalize;
}
.static_page_links a:hover div{
    color: #fbf8e9;
    background: 373737;
    text-decoration: none;
}
.col-left li.active {
	color: #FFFFFF;
}

/* Account styles */

.account-nav, .account-box {
	font-family: Verdana,Arial,Helvetica,sans-serif
}
.account-nav li.on {
	border-bottom:1px solid #666666;
	color:#FFFFFF;
	font-weight:normal;
}
.account-nav li a {
	border-bottom:1px solid #666666;
	padding: 5px 0;
}
.account-nav li a {
	color: #3f3f3f;
}
.account-nav li a:hover {
	color: #fbf8e9;
    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: #FFFFFF;
	font-weight: normal;
}


