/* RESEN MEDIA */
/* Header Stylesheet
----------------------------------------------------------------------------- */

	
	* {
	
		margin: 0;
		padding: 0;
	
		}
		
	img {
	
		border: 0;
	
		}


/* Navigation
----------------------------------------------------------------------------- */


	#navigation,
	#navigation ul {
	
		list-style-type: none;
	
		}
	
	#navigation {
	
		position: relative;
		float: left;
		width: 100% !important;
		background: #242424;
		z-index: 2;

		}
		
	#navigation li {
	
		float: left;
		overflow: visible;
	
		}
		
	#navigation a {
	
		display: block;
		padding: 5px 15px;
		position: relative;
		z-index: 6;
		background: #242424;
		color: #fff;
		text-decoration: none;
		font: bold 11px/19px arial, verdana, sans-serif;
		text-transform: uppercase;
		outline: none;
	
		}
		
	#navigation a.selected {
	
		background: #65864b;
	
		}
		
		
/* Sub-Navigation */
		
	
	#navigation div	{
	
		position: absolute;
		overflow: hidden;
		width: 100%;
		left: 0;
	
		}
		
	#navigation ul {
	
		position: absolute;
		left: 0;
		float: left;
		z-index: 5;
		background: #3c3c3c url(../images/bg-subnav.jpg) bottom left;
	
		}
		
	#navigation ul li {
	
		float: left;
	
		}
		
	#navigation ul li a {
	
		padding: 5px 7px;
		background: none;
		color: #d5d5d5;
		border-right: solid 1px #444;
		border-left: solid 1px #333;
	
		}
		
	#navigation ul li a:hover {
	
		background: url(../images/bg-subnav-hover.jpg) bottom left;
		color: #fff;
	
		}
		
		
/* Billboard
----------------------------------------------------------------------------- */


	#billboard {

		clear: left;
		width: 748px;
		height: 166px;
		position: relative;
		overflow: hidden;
		z-index: 1;
		
		}
		
	#billboard img {
	
		top:ΚΚ0;Κ
ΚΚΚΚ	left:Κ0;Κ
	
		}
		
		
/* Internet Explorer 6 Bug Fix
----------------------------------------------------------------------------- */


	* html #navigation div {
	
		top: 29px;
		overflow: visible;
		display: none;
		width: 748px;
	
		}
		
	* html #navigation div ul {
	
		top: 0;
		width: 100%;
		padding: 0;
	
		}