body
{
	background:				#f9ffea url('../img/summer/bg_body.gif') center repeat-y;
}

/** main nav colors ============================================================================================*/
	
	li#mnHome {background-color: #a39a03;}
	li#mnHome a:hover {background-color: #bab004;}
	li#mnWine {background-color: #1a7b71;}
	li#mnWine a:hover {background-color: #229c8f;}
	li#mnFeat {background-color: #d59806;}
	li#mnFeat a:hover {background-color: #eba809;}
	li#mnStore {background-color: #828e41;}
	li#mnStore a:hover {background-color: #9caa4f;}
	li#mnAbout {background-color: #c96401;}
	li#mnAbout a:hover {background-color: #f07117;}
	
	body#home li#mnHome {margin-right: 0; border-right: 1px solid #a39a03;}
	body#home li#mnHome a:hover {background-color: #a39a03;}

	body#features li#mnFeat {margin-right: 0; border-right: 1px solid #d59806;}
	body#features li#mnFeat a:hover {background-color: #d59806;}
	
	body#about li#mnAbout {margin-right: 0; border-right: 1px solid #c96401;}
	body#about li#mnAbout a:hover {background-color: #c96401;}
	
	body#wine li#mnWine {margin-right: 0; border-right: 1px solid #1a7b71;}
	body#wine li#mnWine a:hover {background-color: #1a7b71;}
	
	body#store li#mnStore {margin-right: 0; border-right: 1px solid #828e41;}
	body#store li#mnStore a:hover {background-color: #828e41;}
	
	

/** top bar color setting for home page */	
body#home div#topnav
	{
		width:					120px;
		float:					left;
		background:				#a39a03;
		height: 				207px;
	}
	
/** top nav header area color settings ============================================================================================*/	

	div#topnav { background: #b4ae91 url('../img/summer/bg_head.gif') top right no-repeat; }
	body#features div#topnav { background: #d59806 url('../img/summer/bg_features_head.gif') top right no-repeat; }
	body#about div#topnav { background: #c96401 url('../img/summer/bg_about_head.gif') top right no-repeat; }
	body#wine div#topnav { background: #1a7b71 url('../img/summer/bg_wine_head.gif') top right no-repeat; }
	body#store div#topnav { background: #828e41 url('../img/summer/bg_store_head.gif') top right no-repeat; }

/* top div bg image *//* persistant top right box on all subs */	
div.bgwrap
	{
		width:					800px;
		background:				transparent url(../img/summer/bg_sub_headnav.gif) repeat-y;
		float:					left; /* test this */
	}		

/** big landing page swath of color */	
body#landing div.twothirdcol
	{
		background:				#bfb620;
	}
	
	
/**  homepage JS rollovers here: ============================================================= */
	
	
div.featcol div.cFeature
	{
		background:				transparent url(../img/summer/bg_feat_home_col.gif) top left no-repeat;
	}
	
div.featcol div.cWine
	{
		background:				transparent url(../img/summer/bg_wine_home_col.gif) top left no-repeat;
	}
	
div.featcol div.cThird
	{
		background:				transparent url(../img/summer/bg_life_home_col.gif) top left no-repeat;
	}
	
div.signup
	{
		background:				#828e41;
	}

/** about section subnav color */	
body#about div.subleftcol div.navholder
	{
		background:				#c96401;
	}

/** BC section subnav color */	
body#features div.subleftcol div.navholder
	{
		background:				#d59806;
	}
/*	
div.subrightcol img
	{
		border-bottom:			1px solid #fff;
	}
*/
/** subrightcol color band below image */	
div.subrightcol div.wrapper
	{
		border-top:				10px solid #d59806;
	}


/** BC_home col BG settings */	
div.bcphotos div.bcColA,
div.bcphotos div.bcColB
	{
		background:				#9faf2b url(../img/bg_col_photoborder.gif) bottom right repeat-y;
	}
div.bcphotos div.bcColC
	{
		background:				#9faf2b;
	}
		
body#features div.featcol h3
	{
		color:					#d59806;
	}

/** about section content area header color */	
body#about div.subcentercol h3
	{
		color:					#c96401;
	}

/** features section content headers */	
body#features div.subcentercol h3
	{
		color:					#9faf2a;
	}

/** features section content header HREFS */		
body#features div.subcentercol h3 a
	{
		color:					#9faf2a;
	}

/** features section BC right col header links */		
body#features div.subrightcol h3 a
	{
		color:					#9faf2a;
	}

/** subrightcol header */	
div.subrightcol h4
	{
		color:					#9faf2a;
	}

/** if you like these wines box */
div.crosssell h5
	{
		color:					#fff;
		background:				#1a7b71;
	}
	
/** varietal info & nutritional info header in content col. */
div.detailtext h4
	{
		color:					#1a7b71;
	}


	
div.cFeature h3, div.cFeature h4
	{
		color:					#af7b00;
	}
	
	div.cWine h3, div.cWine h4
	{
		color:					#c08404;
	}

/** about section blockquote setting */	
body#about div.subcentercol blockquote
	{
		color:					#c96401;
		border-left:			1px solid #c7c4ba;
	}

/** features section blockquote setting */	
body#features div.subcentercol blockquote
	{
		color:					#9faf2a;
	}

/** content col. h5>span color setting */ 	
span.winename
	{
		color:					#1a7b71;
	}

/** subnav left border color */	
div.subleftcol div.navholder 
	{
		background:				#b06010;
	}

/** subnav text colors */	
#about div.navholder a, #about div.navholder ul li.selected ul li a
	{
		color:					#b06010;
	}
	
#features div.navholder a, #features div.navholder ul li.selected ul li a
	{
		color:					#7f8d1b;
	}
	
/* features page hrefs */
div.featcol h3 a 
	{
		color:					#9faf2a;
	}
	
div.subrightcol h3 a
	{
		color:					#9faf2a;
	}

/* features page hrefs hover */	
div.featcol h3 a:hover
	{
		color:					#93a227;
	}
	
/** homepage headers ============================================================================*/
	
div.cFeature h3 a, 
div.cFeature h4 a
	{
		color:					#93a227;
	}
	
div.cWine h3 a, 
div.cWine h4 a
	{
		color:					#508778;
	}
	
div.cFeature h3 a:hover, 
div.cFeature h4 a:hover
	{
		color:					#9faf2a;
	}
	
div.cWine h3 a:hover, 
div.cWine h4 a:hover
	{
		color:					#61a390;
	}
	
div.cThird h3 a, 
div.cThird h4 a
	{
		color:					#93a227;
	}

div.cThird h3 a:hover, 
div.cThird h4 a:hover
	{
		color:					#9faf2a;
	}

	
/** select menu replacements */	
ul.selectReplacement 
	{
		background: 			url(../img/summer/dd_top.gif) top left no-repeat;
	}
	
	ul.selectFocused 
	{
		background-image: 		url(../img/summer/dd_top.gif);
	}
	
	ul.selectReplacement li 
	{
		background: 			#1a7b71;
		color: 					#fff;
	}
	
	ul.selectReplacement li.selected 
	{
		background: 			url(../img/summer/dd_bottom.gif) bottom left no-repeat;
	}
	
	ul.selectOpen li.selected 
	{
		background: 			#1a7b71;
	}
	
	ul.selectOpen li:hover,
	ul.selectOpen li.hover,
	ul.selectOpen li.selected:hover 
	{
		background: 			#24aa9c;
	}
	
	
	/** BC_HOME colA bg */
	div.bcphotos div.bcColA,
	div.bcphotos div.bcColB
	{
		padding-bottom:			10px;
		background:				#d59806 url(../img/bg_col_photoborder.gif) bottom right repeat-y;
	}