/**
 * @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_03.png) top center repeat-y; }
 		
 		#header { background: url(../media/image/template_images/header_03.png) bottom left repeat-x; }
			#logo { background: url(../media/image/template_images/logo_03.png) top left no-repeat; }
	#footer { background: url(../media/image/template_images/footer_bg_03.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_03.png) center left repeat-x; }
/* header */

/* content */
	
	/* homepage contents */
	/* homepage contents */
	/* page contents */
		
	/* homepage */
	#homepage #pageText { background: url(../media/image/template_images/home_top_03.png) top left no-repeat; }
		#homepage .box { background: url(../media/image/template_images/box_top_03.png) top left no-repeat; }
	/* homepage */
	
	/* page */
		#page #submenu, #page #productMenu { background: url(../media/image/template_images/sidebar_top_03.png) top left no-repeat; }
		#page #pageText { background: url(../media/image/template_images/text_top_03.png) top left no-repeat; }
		#page #productGroupText { background: url(../media/image/template_images/producttext_top_03.png) top left no-repeat; }
	/* page */
	/* big accordion */
		#products .category h3.category { background: url(../media/image/template_images/accordion_03.png) top left no-repeat; }
			#products .category ul li a.details { background: url(../media/image/template_images/details_03.png) top left no-repeat; }

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

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