.content-wrapper {
	background: #edefea;
	padding-top: 0; }

.subnav-wrapper {
	position: relative;
	min-height: 310px; }

.fullnav {
	float: left;
	width: 920px;
	padding: 30px 10px 40px 30px;  /* margin-right has 20px less to accomodate child block 20px right padding */
	min-height: 200px;
	background: url(../images/fullnav-big-bg.jpg) no-repeat top center #edefea;
	position: absolute;
	top: 0;
	left: 0; }
	
	.nav-block {
		float: left;
		width: 214px;
		margin-right: 15px;
		padding-bottom: 10px; }
		
	.current-nav {
		background: #E0DCD3; }
	
		.nav-block img {
			width: 210px;
			height: 110px;
			padding: 1px;
			border: 1px solid #ac9f8c;
			background: #fff; }
	
		ul.links {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 20px;
			padding: 10px 0 0 14px; }
		
			ul.links .category {
				font-size: 14px;
				padding-bottom: 5px; }
			
			/* Fullnav default scheme */		
			.category a { color: #5F482C; }
			
			ul.links a {
				/*color: #AC9171;
				color: #90714d;*/
				color: #5F482C;
				text-decoration: none;
				display: block; }
				
			ul.links a:hover { 
				color: #A86734; }
				
			ul.links a.activepg {
				color: #3B747F; 
				cursor: default; }
			
			/* Fullnav active scheme 
			.current-nav .category a { color: #365b6b !important; }
			
			.current-nav ul.links a {
				color: #608492;
				color: #497d91;
				text-decoration: none;
				display: block; }
			
			ul.links a:hover { color: #A86734; } */
			
/*#rightcol {
	padding-top: 30px;
}*/


/*****************
	Home
*****************/
.homelink { 
	width: 100%;
	height: 100%;
	display: block; }

.home1 {
	background: url(../images/subnav/home/bean-bg.jpg) no-repeat top center #edefea;
	cursor: pointer; }
	
	.home-quote1 {
		position: absolute;
		top: 106px;
		right: 63px; }
		
.home2 {
	background: url(../images/subnav/home/master-bg2.jpg) no-repeat top center #edefea;
	cursor: pointer; }
	
	.home-quote2 {
		position: absolute;
		right: 10px;
    	top: 92px; }


#subnav-home,
#subnav-order,
#subnav-what,
#subnav-publications,
#subnav-media {
	visibility: hidden;
	position: relative;
	z-index: 1; }
	
.active-subnav {}