﻿/* CSS Document */

body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color:#E5ECF2;*/
	}
	
td,p,a,li,ul{
	font-size:14px;
	}
	
ul{
	MARGIN: 0px 0px 0px 20px;
	PADDING: 3px;
	}
	
a{
	text-decoration:none;
	color:#815639;
	}
	
a:hover{
	text-decoration:underline;
	}

.header
{
  background-color: #dbbf98;
	height:90px;
}

.headerFolder
{
  background-color: #caa56a;
  width: 200px;
  background-image:url(images/bg_folder.gif);
	background-repeat:repeat-x;
	padding:2px;
}
	
.table-main{
	border:1px solid #C9C9C9;
	background-color:#FFFFFF;
}

.contentSeperator
{
	background-image:url(images/bg_seperator.gif);
	background-repeat:repeat-x;
	height: 5px;
	line-height: 5px;
}

.sectionHeader
{
  text-decoration: underline;
}

.main-bg{
	padding-left:3px;
	}

.logo
{
	padding: 0px;
}
	
.dotline-h{
	background-image:url(images/dot_h.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}

.dotline-v{
	background-image:url(images/dot_v.gif);
	background-position:left;
	background-repeat:repeat-y;
	}

.date{
	padding:3px 10px 7px 0px;
	color:#999999;
	}



/*Four51 STYLES start*/

.SubNav
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

.SubNavHeader
{
	font-size : 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-transform: uppercase;
	display:block;
	width:98%;
	height:20px;
	background-color:#815639;
	padding:2px 2px 0px 2px; 
}

/*.SubNav a, .SubNav a:visited
{
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	color: #ffffff;
}

.SubNav a:hover
{
	text-decoration: underline;
	color: #0E2C74;
}
*/

.Button
{
	color: #333333;
	border: 1px solid #815639;
	background-color: #caa56a;
	font: bold 8pt;
}

.LinkButton
{
	color: #333333;
	font: bold 8pt;
}

.ProductListTable
{
	border: 1px solid #999999;
	border-collapse: collapse;
}

.ProductListImageCell
{
	text-align: center;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #caa56a;
}

.ProductListImageCell img
{
	border: 1px solid #cccccc;
}

.ProductListDescriptionCell
{
	border: 1px solid #cccccc;
}

.ProductImage{
	border: 1px solid #cccccc;
}

.InfoBox{
	border: 1px solid #cccccc;
	}

.GridHeaderRow TD, .InfoBoxHeader
{
	padding: 2px;
	font-weight: bold;
	/*border-left: 1px solid #999999;*/
	background-color:#cccccc;
	color: #333333;
}

.CategoryTable IMG
{
	border: 1px solid #cccccc;
}

.SubNavQuickOrder
{
	text-transform: capitalize;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	padding-left: 7px;
}

/*-----------------------spending account start---------------------*/

.SpendingAccountLabel /* When there's just a single account */
{
	font-size: 14px;
	color: #000000;
	font-weight:bold;
/*	visibility:hidden;*/
	padding-left:7px;
	padding-left:5px;
}

#SpendingAccounts, #SpendingAccounts ul { /* all lists */
	margin: 0;
	padding: 0;
	width: 140px; /* Width of Menu Items */
	background-color:#cccccc;
	font-size: 100%;
	list-style: none;
	line-height: 1;
	padding-left:7px;
	font-weight:normal;
}

#SpendingAccounts a { /* spending account text */
	display: block;
	width: 11em;
	color: #333333;
	font-weight:normal;
}

#SpendingAccounts li { /* active spending account */
	float: left;
	width: 11em;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:normal;
}

#SpendingAccounts li ul { /* available spending accounts if there's more than one */
	position: absolute;
	background-color:#999999;
	color: #ffffff;
	width: 10em;
	padding-left: 2px; 
	visibility:hidden;
	width:140px;
	font-weight:normal;
}

#SpendingAccounts li ul a {
	color: #ffffff;
}

#SpendingAccounts li:hover ul, #SpendingAccounts li.sfhover ul { /* lists nested under hovered list items */
	visibility:visible;
	text-decoration:underline;
}

/*---spending account end---*/


/*Four51 STYLES  end*/
	
/* left nav start */

.l-nav
{
  margin: 5px 0px 5px 0px;
	border:1px solid #815639;
	background-color:#caa56a;
}

.l-nav-products{
	padding: 0px 5px 0px 5px;
	background-color:#FFFFFF;
	}
		
.l-nav a{
	font-weight:bold;
	}
	
.l-nav ul{
	font-weight:bold;
	list-style:none;

	MARGIN: 0px 0px 0px 0px;
	PADDING: 3px;
	}
	
.l-nav li{
	MARGIN: 0px 0px 0px 0px;
/*	border-bottom:1px solid #ffffff;*/
	}
/* left nav end */




/* content area start */
.title{
	padding:3px 0px 7px 10px;
	font-size:14px;
	font-weight:bold;
	color:#815639;
	}
	

.content{
	padding:5px;
	}

/* content area end */

.footer{
	background-color:#815639;	
	height:5px;
	}



	/* Flyout Menu on Subnav */

.DynamicSubNav, .DynamicSubNav * {
	margin:0;
	padding:0;
}
.DynamicSubNav {
	clear: both;
	line-height: 1.0;
	margin-bottom: .5em;
	border-bottom: 1px #815639 solid;
	width: 16em;
}
.DynamicSubNav ul {
	background:#fff; /*IE6 needs this*/
	border-bottom: 1px solid #815639;
	width: 16em;
}
.DynamicSubNav li {
	background:#caa56a;
	border-left:1px solid #815639;
	border-right:1px solid #815639;
	border-top:1px solid #815639;
	float: left;
	list-style:none;
	position:relative;
	width: 16em;
	z-index:999;
}
.DynamicSubNav a {
	display:block;
	padding: .5em 0.5em .5em .15em;
	text-decoration:none;
	width:14.15em;
}
.DynamicSubNav li ul {
	top:-999em;
	position:absolute;
	width:16em;
}
.DynamicSubNav li:hover,
.DynamicSubNav li.sfHover,
.DynamicSubNav a:focus, .DynamicSubNav a:hover, .DynamicSubNav a:active {
	background:#815639;
}
.DynamicSubNav li:hover ul, /* pure CSS hover is removed below */
ul.DynamicSubNav li.sfHover ul {
	left:16em;
	top:-1px;
}

.DynamicSubNav li:hover li ul,
.DynamicSubNav li.sfHover li ul {
	top:-999em;
}
.DynamicSubNav li li:hover ul, /* pure CSS hover is removed below */
ul.DynamicSubNav li li.sfHover ul {
	left:16em;
	top:-1px;
}
.DynamicSubNav li li:hover li ul,
.DynamicSubNav li li.sfHover li ul {
	top:-999em;
}
.DynamicSubNav li li li:hover ul, /* pure CSS hover is removed below */
ul.DynamicSubNav li li li.sfHover ul {
	left:16em;
	top:-1px;

}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}
.DynamicSubNav li li {
	width:16em;
}
.DynamicSubNav .menuparent {
	background-image: url(images/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	
}