/**
 * @author Bilal Cinarli
 * @copyright 2008
 * @company Icon Perception Management Co.
 * @contact contact@icon-pm.com
 * @web www.icon-pm.com
 **/
 
 /* page skeleton */
 body { background: #f2f2f2; }
 
 	#wrapper { background: url(../media/image/template_images/bg.png) top center repeat-y; }
 		
 		#header { background: url(../media/image/template_images/header.png) bottom left repeat-x; }
			#logo { background: url(../media/image/template_images/logo.png) top left no-repeat; }
	#footer { background: url(../media/image/template_images/footer_bg.png) top left repeat-x; }
/* page skeleton */

/* header */
		#navigation ul li {  }		
			#navigation ul li a, #navigation ul li span {  }
			#navigation ul li a:hover, #navigation ul li.activeNav a, #navigation ul li.activeNav span, #navigation ul li.hover span { background: url(../media/image/template_images/menu_hover_y.png) center left repeat-x;  }
/* header */

/* content */
	
	/* homepage contents */
	/* homepage contents */
	/* page contents */
		
	/* homepage */
	#homepage #pageText { background: url(../media/image/template_images/home_top.png) top left no-repeat; }
		#homepage .box { background: url(../media/image/template_images/box_top.png) top left no-repeat; }
	/* homepage */
	
	/* page */
		#page #submenu, #page #productMenu { background: url(../media/image/template_images/sidebar_top.png) top left no-repeat; }
		#page #pageText { background: url(../media/image/template_images/text_top.png) top left no-repeat; }
		#page #productGroupText { background: url(../media/image/template_images/producttext_top.png) top left no-repeat; }
	/* page */
	/* big accordion */
		#products .category h3.category { background: url(../media/image/template_images/accordion.png) top left no-repeat; }
			#products .category ul li a.details { background: url(../media/image/template_images/details.png) top left no-repeat; }

		.products .subcategory h3.subcategory { background: url(../media/image/template_images/accordion_sub.png) top left no-repeat; }		
	/* big accordion */	

	/* page contents */
/* content */
	
/* forms */
		#search #submit { background: url(../media/image/template_images/search.png) top left no-repeat; }	

