body {
	padding: 0;
	margin: 0;
	font-family: arial,helvetica,sans-serif;
	}
	
div#wrapper { margin-top: 0; border-collapse:collapse; }
	
/* Common properties for top header bar */
#header {
	margin: 0 auto;
	width: 980px;
	color: #fff;
	height: 72px;
	margin-bottom: 18px;
}

/* Life Resource logotype */
#header #lrlogo {
	float: left;
	padding-top: 15px;
	width: 235px;
}
	
/* Header links to be added to the right side of the header. */
#header-links {
	float: right;
	width: 745px;
	text-align: right;
}
	/* Username when the user is logged in. */
	#signedin {
	font-weight: 100;
	}

	/* List of links when the user is logged in. */
	#header-links ul {
		float: right;
		list-style: none;
		width: auto;
	}
	
		#header-links ul li {
			float:left;
			padding: 0 0.25em;
		}
		
		#header-links ul li a {
			font-weight: bold;
		}

#header-bg {
	height: 72px;
}

.page-body, table.page-body-columns{
	margin: 0 auto;
	width: 980px;
	}

table.page-body-columns {
	margin-top: 15px;
	padding-bottom: 10px;
	}
	
.tiny { font-size: 10px; }

.product-list-control, .product-list-save, .cart-actions, .cart-taxed-states {display: none;}

.module .module-body {
	padding-top: 0;
	padding-bottom: 5px;
	}
	
td.mod-body-tl, td.mod-body-tp, td.mod-body-tr, .module-body, td.mod-body-lt, td.mod-body-rt, td.mod-body-body, td.mod-body-bl, td.mod-body-bt, td.mod-body-br {
	background: #E6E6E6;
	}

	
.featured-products-item-img a img {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	}
	
.product-list-item-container-alt .product-list-item a img {
	padding: 5px;
	border: 1px solid #bdbdbd;
	background: #fff;
	}
	
.cat-nav, ul.cat-nav {
	padding: 0;
	}
	
.cat-nav li {
	width: 178px;
	line-height: 25px;
	border-left: 1px solid #BEDAF1;
	border-right: 1px solid #BEDAF1;	
	border-bottom: 1px solid #BEDAF1;
	}

.cat-nav li a, .cat-nav li a:hover {
	display: block;
	padding: 0 10px;	
	line-height: 25px;
	width: 158px;	
	text-decoration: none;
	background: #EDF7FF url('../images/productsmenu.png');	
	}

ul.cat-nav li.selected span {
	display: block;
	padding: 0 10px;	
	height: 18px;
	padding-top: 7px;	
	width: 158px;	
	background: #EDF7FF url('../images/productsmenu-selected.png');
	color: #222;	
	}	

.category-module .module-body {
	padding: 0;
	}

ul.cat-nav li ul {
	width: 178px;
	padding-left: 0;
	}	
.cat-nav li ul li {
	background: #DEECF8;
	border-top: 1px solid #BEDAF1;
	border-left: none;
	border-right: none;
	border-bottom: none;				
	}
	
.cat-nav li ul li a, .cat-nav li ul li a:hover {
	background: transparent;
	display: block;
	width: 158px;
	padding: 0 10px;
	line-height: 25px;
	}
	
.cat-nav li ul li.selected span {
	display: block;
	padding: 0 10px;	
	height: 18px;
	padding-top: 7px;	
	width: 158px;
	color: #222;
	background: #CEE3F5;
	}