/*this css extends wrapper.css, specific for Club colors*/


/* ------------------------------------------------------------------------------------ */
/*                                    overload selectors                                */
/* ------------------------------------------------------------------------------------ */



#top_wide_bkgr{
	background-color:#574330;
	width:100%;
	position:absolute;
	left:0px;
	height:100px;	

}


/* Simple search */
#simple_search{	
	background-image: url("/salesucre/wsr/images/search_bkgr_club.gif"); 
	background-repeat: no-repeat; 
	background-position: left top;
	display:block;
	width:180px;
	height:50px;
	padding:10px;
}



/* ------------------------------------------------------------------------------------ */
/*                                          center                                      */
/* ------------------------------------------------------------------------------------ */

#center_column{
	background-color:transparent;
	color:#777;
	float:left;
	width:520px;
	margin-right:20px;
	/*zoom: 1;*/
}

#center_column h1{
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}

/* ------------------------------------------------------------------------------------ */
/*                                    main_navigation                                   */
/* ------------------------------------------------------------------------------------ */


#main_navigation ul li a:hover{
	background-color:#444;
	border-bottom:10px solid #ddd;
}

#main_navigation ul li a.selected{
	background-color:#333;
	border-bottom:10px solid #ddd;
}

