BODY { 
	margin: 0px auto; 
	padding: 0px 0px 5px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: -moz-scrollbars-vertical;
	background: #FFF;
	font-family: Helvetica, sans-serif;
 }

/* ********************************************************************** */
/*     TOP ROW      */
/* ********************************************************************** */

#top { 
	margin: 0px auto; 
	padding: 0px;
	width: 960px; 
	background: transparent;
	font: 10px Helvetica, sans-serif;
	display: block; 
	overflow: hidden; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 
.header {
	color: #000;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
} */

/* -------------------------------------------------- */
/*     TOOLBAR     */
/* -------------------------------------------------- */

#toolbarContainer { 
	margin: 0px auto 10px auto;
	padding: 0px; 
	width: 960px; 
	height: 35px; 
	
	float: center; 
	background-color: #FFFFFF;
	overflow: hidden;
	-moz-box-sizing: content-box; 
	box-sizing: content-box;

 }
#toolbar { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	width: 960px; 
	height: 35px; 
	background-color: #FFFFFF;
	background-image: url(../graphics/top_nav_grad.gif); 
	background-repeat: repeat; 
	overflow: hidden;
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	
 }
#toolbarLeftPad { 
	display: inline; 
	width: 107px; 
	padding-left: 0px;
	background-color: white;
	height: 35px; 
	background-image: url(../graphics/kr-shop.gif); 
	background-repeat: no-repeat; 
	float: left; 
 }

/* ********** TOOLBAR - SEARCH ********** */

#toolbarSearchIcon { 
	display: inline; 
	width: 57px;     
	float: left; 
	padding: 0px 0px 0px 600px; 
	background: #FFF url(top_nav_grad.gif) repeat-x;
 }
form#toolbarSearchForm { 
	margin: 0px 0px; 
	padding: 0px 0px; 
 }
#toolbarSearchBox { 
	display: inline; 
	position: relative;
	margin: 0px 0px; 
	padding: 0px 0px 0px 10px; 
	width: 150px; 
	height: 35px; 
	vertical-align: bottom; 
	text-align: left;
	line-height: 35px; 
	background-image: url(top_nav_grad.gif); 
	background-repeat: repeat; 
	float: left; 
	overflow: hidden; 
	-moz-box-sizing: padding-box; 
 }
input.toolbarSearchBox { 
	margin: 0px; 
	padding: 2px 0px 0px 2px; 
	width: 140px; 
	height: 18px; 
	color: #636363; 
	font: normal 11px; 
	border: 1px solid #636363;
	top: 6px; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
 }
#toolbarSearchIn { 
	display: none; 
}
#toolbarDropDown { 
	display: none; 
 }

#toolbarSearchBtn { 
	display: inline; 
	margin: 0px 0px; 
	padding: 0px 0px; 
	width: 30px; 
	height: 30px; 
	background-color: #FFFFFF;
	line-height: 30px; 
	text-align: left; 
	vertical-align: top; 
	float: left; 
	overflow: hidden; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
 }

/* ********** TOOLBAR - OTHER ********** */

#toolbarMidPad { 
	display: none; 
 }
#toolbarBoxPad { 
	display: none;  
 }

/* ********** TOOLBAR - SPECIALS ********** */

#toolbarBox1 { 
	display: none; 

 }

/* ********** TOOLBAR - CART SUMMARY ********** */

#toolbarBox2_A { 
	display: none; 
 }
#cartImage {
	height: 28px;
	margin-top: 0px;
 }
A.cart { 
	height: 28px; 
	text-decoration: none; 
 }
A.cart:visited { 
	text-decoration: none; 
 }
A.cart:hover { 
  text-decoration: none; 
  color: #ffffff;
}
A.cart:visited:hover { 
  text-decoration: none; 
  color: #ffffff;
}

#toolbarBox2_B { 

	display: none; 

 }
span.cartLabel { 
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	font-size: 11px; 
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;      
	text-transform: uppercase; 
	padding: 0px 0px 0px 0px; 
	cursor: pointer; 
	display: inline; 
	overflow: hidden; 
	vertical-align: text-top;

 }
span.cartTotal { 
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 9px; 
	color: #ffffff;      
	padding: 0px 0px 0px 5px; 
	cursor: pointer; 
	display: inline; 
	overflow: hidden; 
	vertical-align: text-top;
 }
span.cartItemNum { 
	margin: 0px 0px 0px 0px;
	line-height: 14px; 
	font-weight: normal;
	font-size: 9px; 
	color: #ffffff;      
	padding: 0px 0px 0px 0px; 
	cursor: pointer; 
	display: block; 
	overflow: hidden; 
	vertical-align: text-bottom;
 }

/* ********** TOOLBAR - LOG IN / OUT ********** */

#toolbarBox3 { 

	display: none; 

 }

 
/* ********************************************************************** */
/*     MIDDLE AREA     */
/* ********************************************************************** */
 
#middle { 
	width: 960px; 
	clear: both; 
	float: center; 
	padding: 0px 0px; 
	margin: 0px auto; 
	overflow: hidden;
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	background: #FFFFFF url(meridian_bg.gif) repeat-y top;
}

#middleContainer { 
	float: center; 
	margin: 0px auto; 
	padding: 0px 0px;    
	text-align: center; 
	display: block;
	
 }

#mainContent { 
	float: left; 
	width: 560px; 
	margin: 7px 0px 7px 14px; 
	padding: 0px 0px 0px 0px; 
	font-size: 10px; 
	color: #323232; 
	display: inline; 
	text-align: left;
}
 
/* -------------------------------------------------- */
/*     LEFT COLUMN     */
/* -------------------------------------------------- */

#left { 
	float: left; 
	width: 180px; 
	margin: 0px 3px 7px 0px;      
	padding: 0px 0px 0px 0px; 
	display: inline; 
	overflow: hidden; 
	text-align: left; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: transparent;
 }

/* ********** LEFT COLUMN CONTENT CONTAINER ********** */

#leftContent { 
	width: 180px; 
	text-align: left; 
	padding: 0px 0px 10px 0px; 
	border-width: 0px;
	-moz-box-sizing: padding-box; 
	box-sizing: padding-box;
	background-color: transparent;
	
}
 
/* ********** LEFT COLUMN CORNERS ********** */


#left_topCurveLSpace { 
	display: none;      
 }
#left_topCurveRow { 
	display: none;      
 }
#left_topCurveRSpace { 
	display: none;      
 }
#left_btmCurveLSpace { 
	display: none;      
 }
#left_btmCurveRow { 
	display: none;      
 }
#left_btmCurveRSpace { 
	display: none;      
 }
 
/* ********** LEFT COLUMN HEADER ********** */

#leftTop { 
	display: none;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}


/* ********** CATEGORIES - LEVEL 1 ********** */

UL.categoryLvl1 { 

list-style-type: none;
padding: 0;
margin: 0;


 }
li.categoryLevel1 { 
	width: 135px;
	margin: 5px 0px 0px 0px; 
	padding: 0px 5px 0px 20px; 
	line-height: 15px;
	background-image: url(kr-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
A.categoryLevel1 { 
	font-family: Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 15px;
	color: #990000;    
	text-decoration: none;
 }
A.categoryLevel1:visited { 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel1:hover { 
	color: #990000;      
	text-decoration: underline; 
 }
A.categoryLevel1active { 
	font-family: Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	line-height: 15px;
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel1active:visited { 
	color: #990000;  
	text-decoration: none;     
 }
A.categoryLevel1active:hover { 
	color: #990000;      
	text-decoration: underline; 
 }

/* ********** CATEGORIES - LEVEL 2 ********** */

UL.categoryLvl2 { 
	margin: 0px; 
	padding: 0px 0px 0px 14px; 
	text-indent: -12px; 
	display: block;
	list-style: none;
 }
li.categoryLevel2 { 
	margin: 0px; 
	padding: 0px; 
	line-height: 12px; 
	list-style: none; 
	border: 0px;
 }
A.categoryLevel2 { 
	font-size: 10px; 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel2:visited { 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel2:hover { 
	color: #990000;      
	text-decoration: underline;
 }
A.categoryLevel2active { 
	font-family: Helvetica, sans-serif; 
	font-size: 10px; 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel2active:visited { 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel2active:hover { 
	color: #990000;      
	text-decoration: underline; 
 }

/* ********** CATEGORIES - LEVEL 3 ********** */

UL.categoryLvl3 { 
	padding: 0px 0px 0px 14px; 
	margin: 0px; 
	text-indent: -10px; 

 }
LI.categoryLevel3 { 
	margin: 0px; 
	font-style: italic; 
	line-height: 12px; 
	list-style: none; 
	 
 }
A.categoryLevel3 { 
	padding: 0px; 
	font-size: 10px; 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel3:visited { 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel3:hover { 
	color: #990000;      
	text-decoration: underline; 
 }
A.categoryLevel3active { 
	font-family: Helvetica, sans-serif; 
	padding: 0px; 
	font-size: 10px; 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel3active:visited { 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel3active:hover { 
	color: #990000;      
	text-decoration: underline; 
 }

/* ********** CATEGORIES - LEVEL 4 ********** */
 
UL.categoryLvl4 { 
	margin: 0px; 
	padding: 0px 0px 0px 14px; 
	text-indent: -10px; 
 }
LI.categoryLevel4 { 
	margin: 0px; 
	line-height: 12px; 
	list-style: none; 
	 
 }
A.categoryLevel4 { 
	padding: 0px; 
	font-size: 10px; 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel4:visited { 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel4:hover { 
	color: #990000;      
	text-decoration: underline; 
 }
A.categoryLevel4active { 
	font-family: Helvetica, sans-serif; 
	padding: 0px; 
	font-size: 10px; 
	color: #990000;      
	text-decoration: none; 
 }
A.categoryLevel4active:visited { 
	color: #990000;     
	text-decoration: none;  
 }
A.categoryLevel4active:hover { 
	color: #990000;      
	text-decoration: underline; 
 }
 
/* ********** CONTAINER - OTHER LINKS ********** */

UL.leftContentLinks { 
	margin: 0px; 
	padding: 0px 5px 5px 0px;      
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
 }

/* ********** CONTAINER - SPACER BETWEEN SPECIALS & EXTRA PAGES ********** */
 
LI.listSpacer { 
	padding: 0px 2px 0px 0px; 
	line-height: 15px; 
	list-style: none; 
 }

/* ********** NEW LINK ********** */
 
LI.new { 
	padding: 5px 2px 0px 0px; 
	line-height: 15px; 
	list-style: none; 
	 
 }
A.new { 
	font-size: 11px; 
	font-weight: normal;
	color: #313131;      
	text-decoration: none; 
 }
A.new:visited { 
	color: #313131;      
	text-decoration: none; 
 }
A.new:hover { 
	color: #313131;      
	text-decoration: underline; 
 }
A.new:visited:hover { 
	color: #313131;      
	text-decoration: underline; 
 } 
A.newActive { 
	font-size: 11px; 
	font-weight: normal;
	color: #313131;      
	text-decoration: none; 
 }
A.newActive:visited { 
	color: #313131;      
	text-decoration: none; 
 }
A.newActive:visited:hover { 
	color: #313131;      
	text-decoration: underline; 
 }
/* ********** SPECIALS LINK ********** */

LI.specials { 
	padding: 0px 2px 6px 0px; 
	line-height: 15px; 
	list-style: none; 
	 
 }
A.specials { 
	font-size: 11px; 
	font-weight: normal;
	color: #313131;      
	text-decoration: none; 
 }
A.specials:visited { 
	color: #313131;      
	text-decoration: none; 
 }
A.specials:hover { 
	color: #313131;      
	text-decoration: underline; 
 }
A.specials:visited:hover { 
	color: #313131;      
	text-decoration: underline; 
 }  
A.specialsActive { 
	font-size: 11px; 
	font-weight: normal;
	color: #313131;      
	text-decoration: none; 
 }
A.specialsActive:visited { 
	color: #313131;      
	text-decoration: none; 
 }
A.specialsActive:visited:hover { 
	color: font-weight: bold;#f81e75;      
	text-decoration: underline; 
 }
/* ********** EXTRA PAGE LINKS ********** */

LI.extraPage { 
	padding: 0px 2px 6px 0px; 
	line-height: 14px; 
	list-style: none; 
	 
 }
A.extraPage { 
	font-size: 11px; 
	font-weight: bold;
	color: #313131;      
	text-decoration: none; 
 }
A.extraPage:visited { 
	color: #313131;      
	text-decoration: none; 
 }
A.extraPage:visited:hover { 
	color: #313131;      
	text-decoration: underline; 
 } 
A.extraPage:hover { 
	color: #313131;      
	text-decoration: underline; 
 }
A.extraPageActive { 
	color: #313131;      
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none; 
 }
A.extraPageActive:visited { 
	color: #313131;      
	text-decoration: none; 	
 }
 A.extraPageActive:hover { 
	color: #313131;      
	text-decoration: underline; 
 }

.groupedExtraPageHdr {
	color: #636363;
	padding: 3px 0px;
} 
/* -------------------------------------------------- */
/*     RIGHT COLUMN     */
/* -------------------------------------------------- */

#right { 
	float: right; 
	margin: 5px 2px 0px 0px;      
	padding: 0px; 
	display: inline; 
	overflow: hidden; 
	text-align: left;      
	-moz-box-sizing: border-box;      
	box-sizing: border-box;
	width: 180px;
 }

 /* ********** RIGHT COLUMN CORNERS ********** */

#right_topCurveLSpace { 
	display: none;      
 }
#right_topCurveRow { 
	display: none;      
 }
#right_topCurveRSpace { 
	display: none;      
 }
#right_btmCurveLSpace { 
	display: none;      
 }
#right_btmCurveRow { 
	display: none;      
 }
#right_btmCurveRSpace { 
	display: none;      
 }

/* ********** RIGHT COLUMN HEADER ********** */

#rightTop { 
	font-size: 16px; 
	font-weight: bold; 
	color: #131314; 
	background-color: #FFFFFF; 
	margin: 0px 0px; 
	text-align: center; 
	letter-spacing: 0px; 
	padding: 10px 10px; 
	text-transform: none; 
	border: 1px solid #dbdbdb; 
	border-bottom: 0px;
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
 }


/* ********** RIGHT COLUMN CONTENT CONTAINER ********** */

#rightContent { 
	text-align: center; 
	background-color: #FFFFFF; 
	padding: 0px 3px 10px 3px; 
	margin: 0px 0px;
	border: 1px solid #dbdbdb; 
	border-top: 0px;
	overflow: hidden; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
 }

/* ***** FEATURED ITEMS ***** */

.featuredItem { 
	text-align: center; 
 }

DIV.featuredItemImage { 
	padding: 5px 0px 5px 0px;     
 }
A.featuredItemName { 
	font-size: 10px; 
	color: #636363; 
	text-decoration: none; 
 }
A.featuredItemName:hover { 
	font-size: 10px; 
	color: #636363; 
	text-decoration: underline; 
 }
A.featuredItemName:visited { 
	color: #636363; 
	text-decoration: none; 
 }
SPAN.featuredItemNumberLabel { 
	font-size: 10px; 
	font-weight: normal;
	color: #636363; 
 }
SPAN.featuredItemNumber { 
	font-size: 10px; 
	color: #636363; 
 }
SPAN.featuredItemListPriceLabel { 
	font-weight: normal;
	font-size: 10px; 
	color: #636363; 
 }
SPAN.featuredItemListPrice { 
	font-size: 10px; 
	color: #636363; 
 }
SPAN.featuredItemSellPriceLabel { 
	font-weight: normal;
	font-size: 12px; 
	color: #dd9229; 
 }
SPAN.featuredItemSellPrice { 
	font-weight: bold;
	font-size: 12px; 
	color: #dd9229; 
 }
DIV.featuredItemPriceSpacer { 
	padding: 5px; 
 }
DIV.featuredItemSeparator { 
	margin: 10px 0px; 
	width: 170px; 
	height: 1px; 
	background-color: #dbdbdb; 
	text-align: center; 
 }

/* ***** RELATED ITEMS ***** */

.relatedItem { 
	text-align: center; 
 }

DIV.relatedItemImage { 
	padding: 5px 0px; 
 }
A.relatedItemName { 
	font-size: 10px; 
	color: #636363; 
	text-decoration: none; 
 }
A.relatedItemName:hover { 
	color: #636363; 
	text-decoration: underline; 
 }
A.relatedItemName:visited { 
	color: #636363; 
	text-decoration: none; 
 }
SPAN.relatedItemNumberLabel { 
	font-size: 10px; 
	font-weight: normal;
	color: #636363; 
 }
SPAN.relatedItemNumber { 
	font-size: 10px; 
	color: #636363; 
 }
SPAN.relatedItemListPriceLabel { 
	font-size: 10px; 
	font-weight: normal;
	color: #636363; 
 }
SPAN.relatedItemListPrice { 
	font-size: 10px; 
	color: #636363; 
 }
SPAN.relatedItemSellPriceLabel { 
	font-size: 12px; 
	font-weight: normal;
	color: #dd9229; 
 }
SPAN.relatedItemSellPrice { 
	font-size: 12px; 
	font-weight: bold;
	color: #dd9229; 
 }
DIV.relatedItemPriceSpacer { 
	padding: 5px; 
 }
DIV.relatedItemSeparator { 
	margin: 10px 0px; 
	width: 127px; 
	height: 1px; 
	background-color: #dbdbdb; 
	text-align: center; 
 }


/* ********************************************************************** */
/*     BOTTOM ROW     */
/* ********************************************************************** */

#bottom { 
	width: 960px; 
	clear: both; 
	margin: 20px auto 0px auto;  
	padding: 0px 0px 0px 0px; 

 }

/* ********** BOTTOM CORNERS ********** */

#bottom_topCurveLSpace { 
	display: none;     
 }
#bottom_topCurveRow { 
	display: none;      
 }
#bottom_topCurveRSpace { 
	display: none;      
 }
#bottom_btmCurveLSpace { 
	display: none;      
 }
#bottom_btmCurveRow { 
	display: none;      
 }
#bottom_btmCurveRSpace { 
	display: none;      
 }

/* ********** BOTTOM HEADER ********** */

#bottomTop { 
	display: none;      
 }
#bottomTopCellPad { 
	display: none;      
 }
#bottomTopCell_siteInfo { 
	display: none;      
 }
#bottomTopCell_customerService { 
	display: none;      
 }
#bottomTopCell_companyInfo { 
	display: none;      
 }
#bottomTopCell_accountInfo { 
	display: none;      
 }

/* ********** BOTTOM LINKS - SHARED ********** */

#bottomContent { 
	display: none;      
 }
#bottomContentPad { 
	display: none;      
 }
UL.bottomNav { 
	display: none;      
 }





 
/* ********************************************************************** */
/*     DEFAULT STYLES     */
/* ********************************************************************** */

A { 
	color: #990000; 
	text-decoration: none; 
 }

A:visited { 
	color: #990000; 
	text-decoration: none; 
 }

A:hover { 
	color: #990000; 
	text-decoration: underline; 
 }

A:visited:hover { 
	color: #990000; 
	text-decoration: underline; 
 }
 
A:active { 
	color: #990000; 
	text-decoration: underline; 
 }

.alertMsg { 
	color: #dd9229; 
 }

.cpobutton { 
	height: 20px; 
	color: #FFFFFF; 
	background-image: url(../graphics/button_bg.gif); 
	border: 1px solid #FFF; 
	cursor: pointer; 
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
 }

.bodyHeader { 
	font-size: 21px; 
	font-weight: normal;
	color: #000; 
	text-transform: lowercase;
 }

.bodyText { 
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
 }

.bodyTextBold { 
	font-size: 11px; 
	font-weight: bold; 
 }

.bodyTextContrast { 
	font-size: 11px; 
	color: #dd9229; 
 }

.bodyTextContrastBold { 
	font-size: 11px; 
	font-weight: bold; 
	color: #dd9229; 
 }

.bodyTextContrastSmall { 
	font-size: 10px; 
	color: #dd9229; 
 }

.bodyTextContrastSmallBold { 
	font-size: 10px; 
	font-weight: bold; 
	color: #dd9229; 
 }

.bodyTextLarge { 
	font-size: 12px; 
 }

.bodyTextLargeBold { 
	font-size: 12px; 
	font-weight: bold; 
 }

.bodyTextMedium { 
	font-size: 11px; 
 }

.bodyTextMediumBold { 
	font-size: 11px; 
	font-weight: bold; 
 }

.bodyTextSmall { 
	font-size: 10px; 
 }

.bodyTextSmallBold { 
	font-size: 10px; 
	font-weight: bold; 
 }

.bodyTextStatus { 
	padding-top: 5px; 
	padding-bottom: 5px; 
	font-size: 11px; 
	font-weight: bold; 
	color: #dd9229; 
 }

.bodyTextStatusSmall { 
	padding-top: 5px; 
	padding-bottom: 5px; 
	font-size: 10px; 
	font-weight: bold; 
	color: #dd9229; 
 }

/* Shopping Cart Page Table Headers */
.contrastLabel { 
	font-size: 11px; 
	font-weight: bold; 
	color: #636363; 
 }

.formHelp { 
	font-size: 10px; 
 }

.formLabel { 
	font-size: 11px; 
 }

.formLabelRequired { 
	font-size: 11px; 
	font-weight: bold; 
 }

.itemDetailName { 
	font-size: 21px; 
	font-weight: normal;
	color: #000; 
	text-transform: lowercase;
 }

.itemDescription {
	font-size: 12px;
	padding-top: 20px;
	line-height: 150%;
}

.itemSellPrice { 
	color: #dd9229; 
	font-weight: bold;
 }

.itemSellPriceLabel { 
	color: #000; 
	font-weight: normal;
 }

.linkedCategory { 
	font-size: 12px; 
	font-weight: bold; 
 }

.linkedItem { 
	font-size: 11px; 
 }

.tiledItemOOS { 
	font: bold 10px; 
	color: #000000; 
 }

.tiledItemQty { 
	font: bold 10px; 
	color: #000000; 
 }

.toolinput { 
	font: 12px ; 
	color: #636363; 
 }


 
 /************************************************************************ */
/*     CUSTOM STYLES     */
/* ********************************************************************** */

H1 { 
	font-size: 21px; 
	font-weight: normal;
	color: #000; 
	text-transform: lowercase;
 }

 H2 { 
 	font-size: 18px; 
	font-weight: normal;
	color: #000; 
 }
 
 H3 { 
	font-size: 15px; 
	font-weight: bold;
	color: #636363; 
 }
 
.itemPicture
{
	border: 0px solid #dbdbdb;
}

.tiledItemImage
{
	border: 0px solid #dbdbdb;
	width: 100px;	
}


 
/******************************************************************************
 * Page Header from Kripalu.org with minor changes
******************************************************************************/
#header {
	width: 960px;
	padding: 0px 0px;
	margin: 0px 0px;

}

#header-nav {
	margin: 0px 0px;
	height: 35px;
	padding: 0px 0px;
	border-bottom: 1px solid #E4E4DE;
	overflow: hidden;
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
}

#header-nav-secondary {
	clear: both;
	height: 20px;
	padding: 6px 0px;
	margin: 0px 0px;
	border-bottom: 3px double #E4E4DE;
	overflow: hidden;
}

#header-nav #home-logo {
	float: left;
	outline: none;
}


#header-nav UL#header-nav-links {
	float: right;
	
	font-size: 13px;
	list-style-type: none;
	text-transform: lowercase;
	margin: 0px;
	padding:0px;
padding-top: 13px;
}

#header-nav UL#header-nav-links LI {
	float: left;
	padding: 0px;
	margin: 0px;
	background: transparent url(kr-nav_separator.gif) left center no-repeat;
}

#header-nav UL#header-nav-links LI.first {
	background-image: none;
}

#header-nav UL#header-nav-links LI A {
	display: block;
	float: left;	/* dbw */
	margin: 0px;
	padding: 0px 6px 0px 7px;
	outline: none;
}

#header-nav UL#header-nav-links LI.last A {
	padding-right: 0px;


	margin: 0px;
}

#header-nav-secondary P#header-tagline {
	float: left;
	padding: 3px 0px;
	font-size: 14px;
	text-transform: lowercase;
		margin: 0px;
	padding: 0px;
}

#header-nav-secondary #header-tagline SPAN.phone-number {
	font-size: 15px;
	font-weight: bold;

}

#header-image {
	margin: 10px 0px;
}

/* ********************************************************************** */
/*     FOOTER     */
/* ********************************************************************** */

#footer {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	color: #000;
	text-align: center;
	background-color: #fff;
	border: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }

 #footerContainer {
	margin: 10px auto 0px auto;
	padding: 0px 0px;
	width: 960px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/******************************************************************************
 * Page Footer from Kripalu.org with minor changes
 ******************************************************************************/
#footer-logo {
	float: left;
}

#footer-content {
	clear: both;
	height: 21px;
	padding-top: 3px;
	border-width: 3px 0px;
	border-style: double;
	border-color: #E4E4DE;
	color: #000;
	overflow: hidden;
	
}

#footer-content P {
	float: left;
	padding: 0px 0px 0px 11px;
	margin: 0px;
	line-height: 18px;
	font-weight: bold;
	text-transform: lowercase;
}

UL#footer-links {
	float: right;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

UL#footer-links LI {
	float: left;
	padding: 2px 7px 0px 8px;
	font-size: 10px;
	display: inline;
	background: transparent url(kr-nav_separator.gif) left center no-repeat;
}

UL#footer-links LI.first {
	padding-left: 7px;
	background-image: none;
}

UL#footer-links LI.last {
	padding-right: 0px;
}

#copyright {
	float: left;
	padding: 8px 0px;
	color: #9D957B;
}

