/* all pages with the topbar must not have borders */


div#topbar 			{ width:100%; }

	div#top_area		{	display:block; height:129px ; width:100%;
							background:white url('../images/topbar/top-area.gif') top left repeat-x; }
							
			div#top_logo	{	display:block; height:129px; width:100%; 
								background:url('../images/topbar/top-logo.gif') top center no-repeat;}
		
	

	div#top_menu		{	width:100%; height:52px; text-align:center;
							background:url('../images/topbar/bg.gif') top left repeat-x;}
		#top_menu a 		{	display:block; float:left; width:135px; height:52px; background:no-repeat bottom left;}
		div#top_menu a span	{	display:none;}
		

		
		a#menu_home 				{	width: 115px; background-image:url('../images/topbar/home.gif')}
		a#menu_home:active			{	background-image:url('../images/topbar/home-active.gif')}
		a#menu_home:hover			{	background-image:url('../images/topbar/home-hover.gif')}
		
		a#menu_contact 				{	width:135px; background-image: url('../images/topbar/contact.gif')}
		a#menu_contact:active		{	background-image:url('../images/topbar/contact-active.gif')}
		a#menu_contact:hover		{	background-image:url('../images/topbar/contact-hover.gif')}
		
		a#menu_products 			{	width:127px; background-image: url('../images/topbar/products.gif')}
		a#menu_products:active		{	background-image:url('../images/topbar/products-active.gif')}
		a#menu_products:hover		{	background-image:url('../images/topbar/products-hover.gif')}
		
		a#menu_about 				{	width:112px; background-image: url('../images/topbar/about.gif')}
		a#menu_about:active			{	background-image:url('../images/topbar/about-active.gif')}
		a#menu_about:hover			{	background-image:url('../images/topbar/about-hover.gif')}
		
		a#menu_distributors 		{	width:132px; background-image: url('../images/topbar/distributors.gif')}
		a#menu_distributors:active	{	background-image:url('../images/topbar/distributors-active.gif')}
		a#menu_distributors:hover	{	background-image:url('../images/topbar/distributors-hover.gif')}
		
		a#menu_shop 				{	width:111px; background-image:url('../images/topbar/shop.gif')}
		a#menu_shop:active			{	background-image:url('../images/topbar/shop-active.gif')}
		a#menu_shop:hover			{	background-image:url('../images/topbar/shop-hover.gif')}
		
		a#menu_home_current 				{	width: 115px; background-image:url('../images/topbar/home-active.gif')}
		a#menu_home_current:active			{	background-image:url('../images/topbar/home-hover.gif')}
		a#menu_home_current:hover			{	background-image:url('../images/topbar/home-active.gif')}
		
		a#menu_contact_current 				{	width:135px; background-image: url('../images/topbar/contact-active.gif')}
		a#menu_contact_current:active		{	background-image:url('../images/topbar/contact-hover.gif')}
		a#menu_contact_current:hover		{	background-image:url('../images/topbar/contact-active.gif')}
		
		a#menu_products_current 			{	width:127px; background-image: url('../images/topbar/products-active.gif')}
		a#menu_products_current:active		{	background-image:url('../images/topbar/products-hover.gif')}
		a#menu_products_current:hover		{	background-image:url('../images/topbar/products-active.gif')}
		
		a#menu_about_current 				{	width:112px; background-image: url('../images/topbar/about-active.gif')}
		a#menu_about_current:active			{	background-image:url('../images/topbar/about-hover.gif')}
		a#menu_about_current:hover			{	background-image:url('../images/topbar/about-active.gif')}
		
		a#menu_distributors_current 		{	width:132px; background-image: url('../images/topbar/distributors-active.gif')}
		a#menu_distributors_current:active	{	background-image:url('../images/topbar/distributors-hover.gif')}
		a#menu_distributors_current:hover	{	background-image:url('../images/topbar/distributors-active.gif')}
		
		a#menu_shop_current 				{	width:111px; background-image:url('../images/topbar/shop-active.gif')}
		a#menu_shop_current:active			{	background-image:url('../images/topbar/shop-hover.gif')}
		a#menu_shop_current:hover			{	background-image:url('../images/topbar/shop-active.gif')}	
	
	div#featured_content	{	height:185px ; width:100%;  
								background: white url('../images/topbar/featured-content.gif') top left repeat-x }
								