﻿/*
	Name:	Navigation CSS
	Author:	Created by Jeff Algarra
	Owner:	Heel Inc. 
	E-Mail: jalgarra@heeelusa.com
	Version:1.0
	Notes:

	
*/
/* Main Navigation Styles **************************/
#navcontainer
{
	margin: 0;
	padding: 0px 0px 0px 8px;/*top, right, bottom, left*/;
	height: 25px;
	font: 9pt Arial,Verdana;
	width: 100%;
	border-bottom: 3px solid #d7ebc6;
	list-style-type: none;
	background-image: url(../images/main_nav_bg.png);
	
}

.navlist li
{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	font-size: 9pt;
	font-weight: bold;
}
 .pipe
{
	color:black;
	display: block;
	padding-top:5px;
	font-size:9pt;
	font-weight:normal;
}
.navlist li a, .navlist li a:link
{
	background-image:url(../images/main_nav_bg.png);
	color: #00925b;
	text-decoration: none;
	padding: 5px 4px 5px 4px;/*top, right, bottom, left*/
	display: block;
	/*border-right:1px solid black;*/
}

.navlist li a:hover
{
	color: #00a4d7;
	/*border-bottom: 6px solid #127a90;*/
	cursor: pointer;
	/*background-image:url(../images/main_nav_hover_bg.png);*/
}

.navlist li a.current, .navlist li a.current:link
{
	color: #00a4d7;
	cursor: default;
	font-weight: bold;
	border-bottom: 3px solid #00a4d7;
}
.navlist li a.current:hover
{
	border-bottom: 3px solid #f90;
	/*background: #eee;*/
}
/* Main Top Navigation *********************************/

.top_nav_container	
{
	margin-top:10px;
	margin-left:15px;
	font-size:8pt;
	color:#00925b;
}
.top_nav_container a	
{
	color:#00925b;
	text-decoration: none;
	padding:0px 1px 0px 1px;
}
.top_nav_container a:hover	
{
	color:#127a90;
	text-decoration: none;
}
.cart	
{
	position:relative;
	top:3px;
	border:none;
	
}


/* Left Navigation **************************************/

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	
}

.treeview { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	/*background: transparent url(../images/list.gif) no-repeat left center;
	list-style-type: none;*/
	padding-left: 2px;
	margin-bottom: 3px;
}
.treeview2 { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	/*background: transparent url(../images/list.gif) no-repeat left center;
	list-style-type: none;*/
	padding-left: 0px;
	margin-bottom: 3px;
	font-size:10px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: transparent url(../images/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}
.treeview a	
{
	color:#00925a;
	text-decoration:none;
	font: 12px Arial,Verdana;
}

.treeview a:hover	
{
	color:#107994;
	text-decoration:underline;
	font: 12px Arial,Verdana;
}


/* Right Navigation *************************************/

/* Footer Navigation ************************************/

.footer_nav	
{
	margin-left:165px;
	margin-right:179px;
	padding-top:20px;
	text-align:center;
	vertical-align:bottom;
}
.footer_nav	a	 
{
	text-decoration:none;
	font-size:10px;
}
.footer_nav	a:hover	 
{
	text-decoration:underline;
}
