/*- Reset Styles -----------------------------------------------------------*/

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
	cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, 
	ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button
	{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:transparent;}

	ol, ul {list-style:none;}
	h1, h2, h3, h4, h5, h6, li {line-height:100%;}
	blockquote, q {quotes:none;}
	table {border-collapse:collapse; border-spacing:0;}
	
	input, textarea {font-family:inherit; font-size:1em;}
		
/*- End Of Reset Styles ----------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- General Styles ------------------------------------------------------*/	

	body { background:#000; font-family:"Arial", Helvetica, sans-serif; font-size:12px; }
	
	p { line-height:1.5em; }
	
	a { text-decoration:none; color: white; }
	a:hover { color: yellow; }
	
	/*- Screen Resolution -*/
	#main { background:#000; margin:0 auto; width:1000px; }
	
	/*- Float Clear -*/
	#header,
	#container { overflow:hidden; }
	* html #container { height:1%; }
	
/*- End of General Styles -----------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- Header ------------------------------------------------------*/

	#header {  }
	#flash { float:right; width:807px; margin-right: 12px;}
	
	/*------------------------------*/
	/*	LENGUAGE SELECTION			*/
	/*------------------------------*/
	#lenguage-selection { text-align:center; width:175px; }
		#lenguage-selection ul { padding:10px 0 25px 0;  }
		#lenguage-selection ul li { color:#a3c0e5; display:inline; }
		#lenguage-selection ul li a.current, #lenguage-selection ul li a:hover { color:#f36522; }
		#lenguage-selection ul li a { color:#a3c0e5; font-size:11px; }
		#active_language a span { color:#F7622A; font-size:11px; }
	/*------------------------------*/
	/*	LOGO						*/
	/*------------------------------*/
	#logo { text-align:center; width:175px; }
	
	/*------------------------------*/
	/*	NAVIGATION					*/
	/*------------------------------*/
	#navigation { height:36px; margin:10px 0 10px 13px; width:976px; }
		#navigation ul {  float: left; padding:13px 0 0 20px; }
		#navigation ul li {  
			background-color: transparent; 
			display:block; 
			float:left; 
			position:relative; 
			z-index: 10;
		}
		#navigation ul li.active a {
			color: #ff0000;
		}  
		#navigation ul li.active ul li a {
			color: yellow;
		} 

		#navigation ul li a { 
			color: yellow;
			display:block; 
			padding:0 10px 14px 0; 
			font-weight:bold;
			margin:0 4px; 
			text-transform:uppercase; 
		}
		#navigation ul li a:hover {
			color: #fff;
		} 
		#navigation ul li.last a { background:none; padding:0; }
		
		/*- Submenu - Level 1 -*/
		#navigation ul li ul { 
			background-color:#222222; 
			padding:5px 0; 
			position:absolute; 
			top: 23px;
			z-index:10; 			
			left: -10000px;			
			-webkit-border-bottom-right-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
			-moz-border-radius-bottomright: 10px;
			-moz-border-radius-bottomleft: 10px;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
		}
		#navigation ul li ul li { 
			display:block; 
			float:none; 
			font-size:11px; 
			font-weight:normal; 
			padding: 5px 8px; 
			white-space: nowrap;
			position: relative;
		}	
		#navigation ul li ul li a { 
			background:none; 
			font-weight:normal; 
			padding:0; 
		}
		#navigation ul li ul li a:hover { color:#fff; }
		
		/*- Submenu - Level 2 -*/
		#navigation ul li ul li ul { 
			background:#444444;
			position:absolute; 
			top: 0px;
			left: 160px;
			z-index: 15;
			
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		
		#gyengenlatok { 
			float: right;
			padding-right: 30px;
		}
		#gyengenlatok img {
			top: 4px;
			position: relative;
			margin-right: 4px;
		}
		#gyengenlatok a {
			color:#FFF; 			
			font-weight:bold;
			text-transform: uppercase;
			top: -4px;
			position: relative; 
		}
	
/*- End of Header -----------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- Container ------------------------------------------------------*/

	#container { background:url('bg-container.gif') no-repeat -1px bottom; padding:0 0 26px; }
	
	/*------------------------------*/
	/*	COLUMN	LEFT				*/
	/*------------------------------*/
	#column-left { float:left; margin:0 15px 0 13px; width:150px; }
	
	/*- Left Menu -*/
	.menu-left { padding:20px 0; list-style: none; margin: 0; }
		.menu-left li { padding:5px 0; position:relative; }
		.menu-left li a { color:yellow; font-weight:bold; text-transform:uppercase;  }
		.menu-left li.active a { color:#ff0000; }
		.menu-left li.active ul li a { color:yellow; }
		.menu-left li a:hover { color:#fff; }

		/* Level1 */
		.menu-left ul { 
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;			
			background-color:#222222; 
			position:absolute; 
			padding: 5px 0; 
			top: 0px;
			left: 10000px;
		}

		.menu-std {
			margin: -40px 0px 0px 0px;
		}
		.menu-left li ul li { 
			display:block; 
			font-size:11px; 
			font-weight:normal; 
			padding: 5px 10px;
			position: relative;
			white-space: nowrap;
		}
		
		
		.menu-left li ul li a { font-weight:normal; }
		.menu-left li ul li a:hover { color:#fff; }
		
		/* Level2 */
		.menu-left li ul li ul { 
			background-color: #444444; 
			position:absolute; 
			padding: 8px 0; 
			top: 0px;
			/*left: 98px;*/			
		}
					
	
	/*- Left Article -*/		
	#column-left div.mod_placehere h3 { margin:0 0 5px; }
	#column-left div.mod_placehere h3 a { color:#cfd8e3; }
	#column-left div.mod_placehere p { color: #F7622A; margin:0 0 10px; }
	#column-left div.mod_placehere a { color: #F7622A; }
	.mod_placehere_leading img { height: 50px; }

	/*- Logos Left -*/
	#logos-left ul li { display:inline; }

  #vvisit_counter {
    margin:30px 0 20px;
  }   

	/*------------------------------*/
	/*	COLUMN	CENTER				*/
	/*------------------------------*/
	#column-center { background:#000; float:left; margin:0 13px 0 0; width:674px; color: white;}
	#content { padding:25px 25px 100px; height: 400px}
		#content h1 { font-size:18px; margin:0 0 1em; }
		#content h2 { font-size:16px; margin:0 0 1em; }
		#content h3 { font-size:14px; margin:0 0 1em; }
		#content p { font-size:14px; margin:0 0 1em; }
	
	/*------------------------------*/
	/*	COLUMN	RIGHT				*/
	/*------------------------------*/
	#column-right { float:left; width:120px; color: #F7622A; }
	#column-right a { color: #F7622A; }
	#column-right img { width: 121px; }
	
	/*- Banners -*/
	#banners li { margin:0 0 20px; }	
	
/*- End of Container -----------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
