@charset "utf-8";
/* CSS Document */

/* @group Primary Content */
#primaryContent {
	margin:0;
	color: #333;
}
#primaryContent table td,
#primaryContent p,
#primaryContent li	{ font-size:1.2em; color:#4b4947; }
#primaryContent a	{ color:#d06d01; }
#primaryContent a:hover { text-decoration:none;}
/* @end */

/*=====>> PRIMARY CONTENT <<=====*/
#primaryContent 		    { position:relative; margin-top:1em; }

	/*----- SUBNAV -----*/
	#subnav					{ float:left; margin:.8em 0 0; padding:0; list-style:none; width: 960px;  }
	#subnav li a			{ display:block; height:27px; width:220px; padding:30px 0 10px 50px; text-indent:-999em; }
	#subnav li:hover,
	#subnav li.selected		{ background:url(../imagens/subnav_li_hover_bg.png) no-repeat; }
	#subnav li#resources a			{
	background: url(../imagens/tools_resources_li_bg.png) no-repeat left center;
}
	#subnav li#planting-space a		{ background:url(../imagens/planting_space_li_bg.png) no-repeat left center; }
	#subnav li#eds-picks a			{ background:url(../imagens/eds_picks_li_bg.png) no-repeat left center;  }
	
	#sub_header { float:right; position:relative; margin:-233px 18px 10px 0; width:672px; height:239px; }
	/*
	#tab_holder { position:absolute; }
	#tab_holder div { width:672px; height:239px; }
	#tab_holder div div { position:relative; }
	*/
	
	.maintab	{ 
	position: absolute;
	top: 34px;
	left: -24px;
	width: 703px;
	height: 203px;
	display: none; }
	#header_img-tab { background:url(../imagens/sub_header_bg.jpg) no-repeat; z-index:2; display:block; }
	#sub_header div div { position:relative; }	
	#resources-tab { background:url(../imagens/toolsres_bg.png) no-repeat; }
	#eds-picks-tab { background:url(../imagens/edspicks_bg.png) no-repeat;  }
	#planting-space-tab { background:url(../imagens/plantingspace_bg.png) no-repeat; }
	#sub_header div div p 	{
	color: #494643;
	position: absolute;
	top: 27px;
	left: 418px;
	width: 255px;
	color: #FFFFFF;
	line-height: 20px;
}
	#sub_header div div ul	{ position:absolute; top: 155px; left: 453px; margin:0; padding:0; list-style:none; }
	#sub_header div div li	{ float:left; margin-right:8px; }
	#sub_header div div li a { display:block; text-indent:-999em; height:38px; }
	
	
	/*---- TOOLS/RESOURCES TAB ----*/
	#resources-tab li#popular-downloads a { background:url(../imagens/popular_downloads_bg.gif) no-repeat left top; width:189px; }
	#resources-tab li#free-resources a 	{ background:url(../imagens/free_resources_bg.gif) no-repeat left top; width:144px; }
	#resources-tab li#popular-downloads a:hover,
	#resources-tab li#free-resources a:hover  { background-position: left bottom; }
	
	/*----- PLANTING SPACE TAB -----*/
	#planting-space-tab li#view-blogs a { background:url(../imagens/view_the_blogs_bg.gif) no-repeat left top; width:144px; }
	#planting-space-tab li#view-podcasts a { background:url(../imagens/view_podcasts_bg.gif) no-repeat left top; width:166px; }
	#planting-space-tab li#view-blogs a:hover, 
	#planting-space-tab li#view-podcasts a:hover { background-position:left bottom }
	
	/*----- ED'S PICKS TAB -----*/
	#sub_header #eds-picks-tab ul li	{ margin-right:2px;  }
	#sub_header div#eds-picks-tab div ul{
	left: 250px;
}
	#eds-picks-tab li#free-downloads a { background:url(../imagens/free_downloads_bg.gif) no-repeat; width:152px; }
	#eds-picks-tab li#eds-blogs a { background:url(../imagens/view_blogs_bg.gif) no-repeat; width:96px; }
	#eds-picks-tab li#eds-podcasts a { background:url(../imagens/ed_podcasts.gif) no-repeat; width:116px; }
	#eds-picks-tab li a				 { background:url(../imagens/eds_picks_a.gif) no-repeat; width:195px; }
	#eds-picks-tab li a:hover,
	#eds-picks-tab li#free-downloads a:hover,
	#eds-picks-tab li#eds-blogs a:hover,
	#eds-picks-tab li#eds-podcasts a:hover { background-position: left bottom; }
	
	.clearfix {display: block;}
