/****************************************
         SHOPPING CART STYLES
****************************************/

.shop 	{color:#4A281A;
		 width:100%;
	     }



.greenBG {background-color:#cccc99;
		font-weight:bold;
		border-top:1px solid #999;
		border-bottom:1px solid #999;
		line-height:30px;
		}

.whiteBG {background-color:#fff;
		}
		
.burgundyHeader {
		color:#870000;
		font-size:13px;
		font-weight:bold;
		margin:10px 0 5px 0;
		}

.brownHeader {
		font-family: 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Arial, Helvetica, Tahoma, sans-serif;
		color:#3e2413;
		font-size:13px;
		margin:5px 0 5px 0;
		}


.productPic {
		margin:10px 0 10px 0;
		}


.grid-header {border: 1px solid  #333;
		}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/**********************************************
            PRODUCTS SUBMENU
***********************************************/


#subMenuFocus {background:url(../images/subMenuFocus.jpg) no-repeat;
			width:137px;
			height:24px;
			display:inline;
			float:left;
			text-indent:13px;
			line-height:30px;
			font-size:11px;
          	}
			
#subMenuFocus a:Link
		{color:#990000;
		text-decoration:none;
		font-weight:bold;
		}

#subMenuFocus a:visited
		{color:#990000;
		text-decoration:none;
		font-weight:bold;
		}

#subMenuFocus a:hover 
		{color:#990000;
		text-decoration:none;
		font-weight:bold;
		}
		
		
#subMenuNoFocus {background:url(../images/subMenuNoFocus.jpg) no-repeat;
			width:137px;
			height:24px;
			display:inline;
			float:left;
			text-indent:12px;
			line-height:30px;
			font-size:11px;
			}
			
#subMenuNoFocus a {text-decoration:none;
			color:#724121;
		    font-weight:bold;
			}
			
#subMenuNoFocus a:visited {text-decoration:none;
			 color:#724121;
			}		
			
#subMenuNoFocus a:hover {text-decoration:none;
          color:#990000;
		  background:none;
		  }

#subMenuBar {background:url(../images/subMenuBar.jpg) repeat-x;
			height:25px;
			padding:0;
			background-color: #cccc99;
			margin:0;
			border-bottom:1px solid #fff;
			}

