/*******************
----HTML5----------
*******************/
section, header, footer, aside, article, nav {
	display: block;
}

/*******************
----GENERAL---------
*******************/
	html {
		height: 100%;
	}
	
	body {
		background: #000000;	
		height: 100%;
	}

	a {
		text-decoration: none;
		color: #000000;
	}

	a:hover {
		text-decoration: underline;
	}

	p {
		font-size: 12px;
		line-height: 18px;
		font-family: Verdana, helvetica, arial, sans-serif;
	}

	h1,h2,h3,h4,h5,h6 {
		font-family: Verdana, helvetica, arial, sans-serif;	
		font-weight: normal;
	}
	
	h4:before {
		content: '|'; 	
		padding-right:10px;
 		color: #FD0019;
	}
	
	.headerrednor {
		font-size: 12px;
		font-family: Verdana, helvetica, arial, sans-serif;	
		color: #FD0019;
	}

	ul {
		overflow: hidden;
	}

	li {
		margin-left: 0;
		list-style: none;
	}
	
	.container_24 {
		padding-left: 0px;
		padding-right: 0px;
		position: relative;
	}

	#wrapper {
		min-height: 100%;
		height: auto;		
		margin: 0 auto -50px;
		position: relative;	
		background-image: url(../img/headerbg.jpg);
		background-repeat:repeat-one;
		background-position:top;
	}

/*******************
----HEADER----------
*******************/
	header {
		overflow: hidden;
		color: #ffffff;	
		height: 240px;	
	}

	header h1 {
		padding-top: 132px;
		padding-left: 390px;
		text-shadow: 0 -1px 0 #000000;
		font-size: 38px;
		letter-spacing: -3px;	
		overflow: hidden;	
	}
	
	header h1 .span1 {
		font-weight: normal;
		color: #FD0019;
	}
	
	header h1 .span2 {
		font-style:italic;		
		color: #ffffff;
	}
	
	header h1 a {
		color: #ffffff;
	}
			
	
/***************************
----NAVIGATION MENU--------
***************************/
	#main nav {
		list-style:none;
		margin-top: 0px;
		margin-bottom: 0;			
		overflow: hidden;			
		background: #000000;		
	}
		
	#main nav li {								
		text-align: left;
		cursor: pointer;
		padding:  8px 12px;
		border-bottom:  1px solid #202020;
		border-top: 1px solid #505050;	
		display:block;
		
	}
			
	#main nav li a {
		display: block;
		font-size:  14px;
		color: #808080;
		text-shadow: 0 1px 0 #505050;	
		text-decoration:none;
	}
	
	#main nav li:hover a {
		color: #ffffff;
		font-style:italic;
		text-decoration:none;	
	}
		
	#main nav li.selected, #main nav li:hover {
		background: #FD0019 url(../img/button-bg.jpg); /* for non-css3+ browsers */
		background: -webkit-gradient(linear, left top, left bottom, from(#FD0019), to(#982C3E)); /* for webkit browsers */
		background: -moz-linear-gradient(top,#FD0019,#982C3E); /* for firefox 3.6+ */		
		background: linear-gradient(top,#FD0019,#982C3E); /* for IE */	
	}
	
			
	#main nav a.selected  {
		text-decoration:none;
		color: #ffffff;

	}	
	
	
/*****************************
----HEADER LANGUAGE MENU-----
*****************************/
	menu {
		overflow: hidden;
		float: right;
		margin-top: 8px;
		font-size:  9px;
		color: #ffffff;	
	}
	
	#head-en {
		position: absolute;
		top: 30px;
		right: 20px;
		background: #000000;
		padding: 10px;	
	}

	#head-en li{
		display: inline;
	}
	
	#head-en li a{
		color: #ffffff;
		text-decoration: none;
	}
	
	#head-en li a:hover{
		color: #FD0019;
		text-decoration: none;
	}
	

/*******************
----MAIN------------
*******************/
	#main-wrap {	
		clear: both;	
	}

	#main {	
		padding-top: 50px;
		padding-bottom: 50px;			
		overflow: hidden;		
	}	
		
		
/*************************
----MAIN SIDEBAR----------
**************************/
	#secondary section {
		clear: both;
		padding-bottom: 20px;
		padding-right: 20px;				
	}
	
	#secondary section p {
		line-height: 1px;				
	}
			
	#categories, #archives {
		padding-left: 0;
		padding-right: 0;				
	}
			
	#categories li{
		padding-bottom: 20px;
	}
			

/*******************
-------FOOTER-------
*******************/
	#siteInfo{
 		background: #202020;
 		height: 50px;
 		line-height: 50px;
 		color: #808080 ;
 		overflow: hidden;
 		text-shadow: 0 1px 0 #000000;
 		font-size:10px;
 		position: relative; 	
 		border-top: 1px solid #606060;
	}

	.footorpush {
		height: 50px;
		clear:both;	
	}

	#siteInfo p {
 		float: left;
 		line-height: 50px;
	}

	footer p span {
 		display: block;
 		color: #808080;
 		font-style: italic;
	}

	footer nav {
 		float: right; 
	}

	footer nav li {
 		float: left;
	}

	footer nav a {
 		color: #808080;
 		font-size:11px;
	}

	footer nav li:before {
 		content: '|';
 		padding: 5px;
 		color: #808080;
	}

	footer nav li:first-child::before {
 		content: ' ';
	}