	/**
	 * @author NeRu
	 * @copyright 2008
	 * @company Icon Perception Management Co.
	 * @email info@icon-pm.com
	 * @web www.icon-pm.com
	**/
	
	/*
	 * @STYLE INDEX
	 * - Page Skeleton
	 * - Header Styles
	 * -- Header Logo Styles
	 * -- Header Menu Styles
	 * - Content Styles
	 * -- Text Styles
	 * -- Warning Styles
	 * - Footer Styles
	 * -- Copyright Styles
	 * -- Footer Menu Styles
	 * -- Icon Styles
	 * -- Globals
	 * -- Table Styles
	 * -- Form Styles
	 * -- Lightbox
	 *
	 * @COLOR SCHEMES
	 * @Text Colors
	 * - Default Text : #003366
	 * - Default Link : #333333
	 * - Default Link Rollover : #f66115
	 * - Warning Message : #f66115
	 *
	 * @Background Colors
	 * - Page : #006699
	 * - Table : 
	 * - Warning Box : #f5f5f5
	 * - Input, Textarea :
	 * 
	 * @Border Colors 
	 * - Table :
	 * - Warning Box : #f66115
	 * - Input, Textarea :
	 *
	 * @DIMENSIONS
	 * - Wrapper : h:100%, w:100%
	 * - Header Menu : h:52px
	 * - Content : w:100%
	 * -- Text :
	 * -- Warning : 
	 * -- Form :
	 * - Footer : h:40px, w:100%
	 *
	 */

/* page skeleton */
	body { background: #62a5ff url(../media/images/template_images/index_bg.png) top left repeat-x; text-align: center; }
	
		#wrapper { padding-top: 261px; }
		
			#content { background: url(../media/images/template_images/indexlogo.jpg) top center no-repeat; margin: 0 auto 0 auto; padding: 300px 0px 0px 0px; width: 864px; }
	

/* skeleton  end */

	/* content section */	
	#content { }
		
		ul { background: url(../media/images/template_images/ul_center.png) top center no-repeat; height: 24px; margin: 0 auto; width: 151px; }
		
		ul li { display: inline; margin: 0; padding: 0; }
			
			ul li a { display: block; float: left; height: 0px !important; height /**/: 24px; overflow: hidden; padding-top: 24px; width: 68px; }
			
			ul li.turkish a { background: url(../media/images/template_images/turkish.png) top left no-repeat; margin: 0px 10px 0px 5px; }
			
			ul li.english a { background: url(../media/images/template_images/english.png) top left no-repeat; }
	